@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
}

body {
  margin: 0;
  padding: 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}

main {
  position: relative;
}
main.show::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2); /* 薄いグレー */
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  animation: fadein 0.5s forwards; /* アニメーションを適用 */
  z-index: 2;
}
main.show-display-none::before {
  animation: fadeout 0.5s forwards; /* アニメーションを適用 */
}
main.searchPage.show::before {
  height: calc(100% + 100px);
}
@media screen and (max-width: 1199px), print {
  main.searchPage.show::before {
    height: calc(100% + 80px);
  }
}

.udp700 {
  font-weight: 700;
  color: #242424;
}

@media screen and (max-width: 1199px), print {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .smp__show {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide__767 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show__767 {
    display: none !important;
  }
}
@media print {
  .show__767 {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1104px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1199px), print {
  .wrapper {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
}

.wrap-1400 {
  max-width: 1504px;
  margin: 0 auto;
  width: 90%;
}

.wrap-916 {
  max-width: 916px;
  margin: 0 auto;
  width: 90%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

#template {
  padding-bottom: 170px;
}

#pankuzu {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px), print {
  #pankuzu {
    margin-bottom: 20px;
  }
}
#pankuzu ul {
  flex-wrap: wrap;
}
#pankuzu ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  color: #4D4D4D !important;
}
#pankuzu ul li:nth-child(even) {
  width: 6px;
  position: relative;
}
#pankuzu ul li:nth-child(even)::before {
  position: absolute;
  content: "";
  background-image: url(../images/newsroom/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(-90deg);
  left: 0;
  top: 50%;
}
#pankuzu ul li a {
  color: #4D4D4D;
}
#pankuzu ul li a:hover {
  border-bottom: 1px solid #4D4D4D;
}

#pageHeader {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px), print {
  #pageHeader {
    margin-bottom: 80px;
  }
}
#pageHeader.fourth .pageHeaderBg {
  background-color: #fff;
  border-bottom: 1px solid #c0c0c0;
}
#pageHeader.fourth .pageHeaderBg .wrapper::before {
  display: none;
}
#pageHeader.fourth .pageHeaderBg .wrapper h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px), print {
  #pageHeader.fourth .pageHeaderBg .wrapper h1 {
    margin-bottom: 25px;
  }
}
#pageHeader .pageHeaderBg {
  background-color: #D9D9D9;
  padding: 144px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px), print {
  #pageHeader .pageHeaderBg {
    padding-top: 88px;
  }
}
@media print {
  #pageHeader .pageHeaderBg {
    padding-top: 130px;
  }
}
#pageHeader .pageHeaderBg .wrapper {
  position: relative;
  z-index: 1;
}
#pageHeader .pageHeaderBg .wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/pageHeader.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 212px;
  height: 386px;
  bottom: -120px;
  right: 80px;
  z-index: -1;
}
@media screen and (max-width: 1199px), print {
  #pageHeader .pageHeaderBg .wrapper::before {
    width: 133px;
    height: 244px;
    right: 20px;
    bottom: -70px;
  }
}

.marginNone {
  margin-top: 0;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
  padding-top: 45px;
  position: relative;
  margin: 48px 0 90px;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  h1 {
    margin: 20px 0 40px;
    font-size: 30px;
    line-height: 46px;
  }
}
h1 span {
  position: absolute;
  font-size: 16px;
  top: 0;
  left: 0;
  padding-right: 35px;
}
h1 span::before {
  position: absolute;
  content: "";
  border-top: 1px solid #707070;
  height: 1px;
  width: 26px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 1px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  padding-bottom: 15px;
  margin: 120px 0 40px;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
h2::before {
  position: absolute;
  content: "";
  border-bottom: 6px solid #C0C0C0;
  width: 100%;
  border-radius: 6px;
  bottom: 0;
}
h2::after {
  position: absolute;
  content: "";
  border-bottom: 6px solid #FFED00;
  width: 150px;
  border-radius: 6px;
  bottom: 0;
  left: 0;
}

h3 {
  margin: 66px 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #242424;
  padding-left: 20px;
  position: relative;
}
h3::before {
  position: absolute;
  content: "";
  border-left: 2px solid #242424;
  border-radius: 2px;
  width: 2px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

h4 {
  color: #242424;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin: 24px 0 8px;
}

h5 {
  color: #242424;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 16px 0 8px;
}

p {
  line-height: 32px;
  margin-bottom: 20px;
}
p + p {
  margin-top: 25px;
}
p strong {
  font-weight: 700;
  font-size: 18px;
  color: #242424;
}
p a {
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid #FFED00;
}
p a:hover {
  border-bottom: 3px solid transparent;
}

.pointList li {
  position: relative;
  line-height: 30px;
  color: #4d4d4d;
  padding-left: 16px;
}
.pointList li + li {
  margin-top: 5px;
}
.pointList li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 11px;
  left: 0;
  font-size: 8px;
  border-radius: 50%;
  background-color: #c0c0c0;
}

ol li {
  line-height: 30px;
  color: #4d4d4d;
  margin-left: 30px;
}
ol li + li {
  margin-top: 5px;
}
ol li::marker {
  font-weight: 700;
  font-size: 20px;
  color: #4D4D4D;
  margin-right: 5px;
}
ol + .js-scrollable {
  margin-top: 30px;
}

.comment {
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
  margin-bottom: 0;
}
.comment + .comment {
  margin-top: 14px;
}
.comment span {
  margin-right: 5px;
}

.comment01 {
  text-indent: -20px;
  padding-left: 20px;
}

.comment02 {
  text-indent: -29px;
  padding-left: 29px;
}

.comment03 {
  text-indent: -29px;
  padding-left: 29px;
}

.comment04 {
  text-indent: -41px;
  padding-left: 41px;
}

.comment05 {
  text-indent: -44px;
  padding-left: 44px;
}

.comment06 {
  text-indent: -25px;
  padding-left: 25px;
}

.articleArea {
  background-color: #EDEDED;
  border-radius: 8px;
  padding: 40px;
}
@media screen and (max-width: 1199px), print {
  .articleArea {
    padding: 40px;
  }
}
.articleArea + .articleArea {
  margin-top: 45px;
}
.articleArea p {
  margin-bottom: 0;
}
.articleArea .articleTitle {
  margin: 0 0 15px;
  position: relative;
}
.articleArea .articleTitle::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 24px;
  border-radius: 0 12px 12px 0;
  top: 4px;
  left: -40px;
  background-color: #FFED00;
}
@media screen and (max-width: 1199px), print {
  .articleArea .articleTitle::before {
    width: 30px;
    left: -40px;
  }
}
@media screen and (max-width: 1199px), print {
  .articleArea .articleFlex {
    flex-direction: column;
  }
}
.articleArea .articleFlex p {
  width: 48.8%;
}
@media screen and (max-width: 1199px), print {
  .articleArea .articleFlex p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.articleArea .articleFlex .articleImageArea {
  width: 48.8%;
}
@media screen and (max-width: 1199px), print {
  .articleArea .articleFlex .articleImageArea {
    width: 100%;
  }
}
.articleArea .articleFlex .articleImageArea .articleImage + .comment {
  margin-top: 10px;
  width: 100%;
}

.table01 {
  width: 100% !important;
  border-collapse: collapse;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
  word-break: keep-all;
}
@media screen and (max-width: 1199px), print {
  .table01 {
    border-left: none;
    border-right: none;
  }
}
.table01 tr {
  height: 100% !important;
}
@media screen and (max-width: 1199px), print {
  .table01 tr {
    height: auto !important;
  }
}
.table01 tr + tr {
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 1199px), print {
  .table01 tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
}
.table01 th {
  min-width: 165px;
  text-align: left;
  background-color: #EDEDED;
  padding: 15px;
  font-weight: 700;
  color: #242424;
  height: 100% !important;
}
@media screen and (max-width: 1199px), print {
  .table01 th {
    width: 100%;
    height: auto !important;
  }
  .table01 th + td {
    border-top: 1px solid #C0C0C0;
  }
}
.table01 td {
  border-left: 1px solid #C0C0C0;
  padding: 15px;
  color: #4D4D4D;
  height: 100% !important;
}
@media screen and (max-width: 1199px), print {
  .table01 td {
    width: 100% !important;
    border-left: none;
    height: max-content !important;
  }
}

.table02 {
  width: 100% !important;
  border-collapse: collapse;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
  word-break: keep-all;
}
@media screen and (max-width: 1199px), print {
  .table02 {
    width: 1104px !important;
  }
}
@media print {
  .table02 {
    width: 100% !important;
  }
}
.table02 tr {
  height: 100% !important;
}
.table02 tr + tr {
  border-top: 1px solid #C0C0C0;
}
.table02 tr:nth-of-type(1) th {
  background-color: #4D4D4D;
  color: #fff;
  border: 1px solid #C0C0C0;
}
.table02 tr:nth-of-type(1) th:nth-child(1) {
  width: 30.3% !important;
}
.table02 tr:nth-of-type(1) th:nth-of-type(2), .table02 tr:nth-of-type(1) th:nth-child(3) {
  width: 35% !important;
}
.table02 th {
  text-align: left;
  background-color: #EDEDED;
  padding: 15px;
  font-weight: 700;
  color: #242424;
  height: 100% !important;
}
.table02 td {
  letter-spacing: 0;
  border-left: 1px solid #C0C0C0;
  padding: 15px;
  color: #4D4D4D;
  height: 100% !important;
}
.table02 td .buttonArea + .buttonArea {
  margin-top: 14px;
}
.table02 td .textLink {
  font-size: 14px;
  line-height: 2;
}

.acdContetns {
  background-color: #ededed;
  border-radius: 8px;
}
.acdContetns + .acdContetns {
  margin-top: 8px;
}
.acdContetns.question .acdTitle02 {
  padding-left: 50px;
  text-indent: -50px;
}
@media screen and (max-width: 1199px), print {
  .acdContetns.question .acdTitle02 {
    padding-left: 0;
    text-indent: 0;
    display: inline;
  }
}
.acdContetns.question .acdInner .innerDetail {
  padding-left: 50px;
  text-indent: -23px;
}
@media screen and (max-width: 1199px), print {
  .acdContetns.question .acdInner .innerDetail {
    padding-left: 0;
    text-indent: 0;
    display: inline;
  }
}
.acdContetns.question .acdInner .innerDetail a {
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid #FFED00;
}
.acdContetns.question .acdInner .innerDetail a:hover {
  border-bottom: 3px solid transparent;
}
.acdContetns .acdTitle {
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 30px;
  position: relative;
  color: #242424;
  width: 100%;
  text-align: left;
}
.acdContetns .acdTitle.open::before {
  opacity: 0;
}
.acdContetns .acdTitle.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.acdContetns .acdTitle.open + .acdInner {
  border-top: 1px solid #C0C0C0;
  padding: 30px 0;
  width: calc(100% - 60px);
  margin: 0 auto;
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
.acdContetns .acdTitle:hover .acdTitle02 .borderBottom {
  border-bottom: 1px solid #242424;
}
.acdContetns .acdTitle .acdTitle02 {
  display: inline-block;
  padding-right: 70px;
}
@media screen and (max-width: 1199px), print {
  .acdContetns .acdTitle .acdTitle02 {
    padding-right: 50px;
  }
}
.acdContetns .acdTitle .acdTitle02 .Q {
  font-size: 28px;
  margin-right: 14px;
}
.acdContetns .acdTitle .yellow {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.acdContetns .acdTitle .yellow::before {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 30px;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
}
.acdContetns .acdTitle::before, .acdContetns .acdTitle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #4D4D4D;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  z-index: 1;
}
.acdContetns .acdTitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
.acdContetns .acdInner {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.acdContetns .acdInner span,
.acdContetns .acdInner div {
  line-height: 34px;
}
.acdContetns .acdInner span .buttonArea,
.acdContetns .acdInner div .buttonArea {
  display: block;
}
.acdContetns .acdInner .innerDetail {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  display: block;
}
.acdContetns .acdInner .A {
  font-weight: 700;
  font-size: 28px;
  margin-right: 14px;
  display: inline-block;
}

.buttonArea + .buttonArea {
  margin-top: 20px;
}
.buttonArea + p {
  margin-top: 20px;
}

.button01 {
  background-color: #222222;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  transition: 0.3s;
  min-width: 350px;
  font-weight: 700;
  width: auto;
  display: inline-block;
  padding: 15px 95px 15px 35px;
  border-radius: 80px;
}
@media screen and (max-width: 1199px), print {
  .button01 {
    font-size: 18px;
    max-width: 350px;
    width: 100%;
    min-width: auto;
  }
}
.button01::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 45px;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.3s;
}
.button01::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 30px;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
  transition: all 0.3s;
}
.button01.outside::before {
  background-image: url(../images/template/outside02.svg);
  width: 16px;
  height: 12px;
}
.button01.back::before {
  transform: translate(0, -50%) rotate(180deg);
}
.button01.back:hover::before {
  transform: translate(0, -50%) rotate(180deg) scale(1.3, 1.4);
}
.button01.inside::before {
  transform: translate(0, -50%) rotate(90deg);
}
.button01.inside:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
.button01:hover {
  background-color: #5d5d5d;
}
.button01:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
.button01:hover::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
.button01:focus {
  color: #fff;
}

.strongLink {
  border-bottom: 1px solid #707070;
  padding: 15px 75px 15px 20px;
  position: relative;
  min-width: 350px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .strongLink {
    max-width: 350px;
    width: 100%;
    min-width: auto;
  }
}
.strongLink.pdf::before {
  background-image: url(../images/template/pdf.svg);
  width: 26px;
  height: 11px;
  right: 29px;
}
.strongLink.outside::before {
  background-image: url(../images/template/outside02.svg);
  width: 16px;
  height: 12px;
}
.strongLink.inside::before {
  transform: translate(0, -50%) rotate(90deg);
}
.strongLink.inside:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
.strongLink.download::before {
  background-image: url(../images/template/download.svg);
  width: 18px;
  height: 13px;
  right: 33px;
}
.strongLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.3s;
}
.strongLink::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 20px;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
  transition: all 0.3s;
}
.strongLink:hover {
  background-color: #EDEDED;
}
.strongLink:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
.strongLink:hover::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}

.textLink {
  padding-right: 55px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  /* Firefox */
}
@media screen and (max-width: 1199px), print {
  .textLink {
    padding-right: 44px;
  }
}
@-moz-document url-prefix() {
  .textLink {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.textLink + .textLink {
  margin-left: 35px;
}
.textLink.pdf::before {
  background-image: url(../images/template/pdf.svg);
  width: 26px;
  height: 11px;
  right: 10px;
  bottom: 3px;
}
@media screen and (max-width: 1199px), print {
  .textLink.pdf::before {
    right: 7px;
    bottom: 3px;
  }
}
.textLink.outside::before {
  background-image: url(../images/template/outside02.svg);
  width: 16px;
  height: 12px;
  bottom: 2px;
}
.textLink.inside::before {
  transform: translate(0, -50%) rotate(90deg);
  bottom: 0;
}
@media screen and (max-width: 1199px), print {
  .textLink.inside::before {
    bottom: 1px;
  }
}
.textLink.inside:hover::before {
  transform: scale(1.3, 1.4) rotate(90deg);
  bottom: 3px;
}
@media screen and (max-width: 1199px), print {
  .textLink.inside:hover::before {
    transform: scale(1, 1) rotate(90deg);
  }
}
@media screen and (max-width: 1199px), print {
  .textLink.inside:active::before {
    transform: scale(1.3, 1.4) rotate(90deg);
    bottom: 3px;
  }
}
.textLink.video::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #555555;
  border-right: 0;
  bottom: 3px;
}
@media screen and (max-width: 1199px), print {
  .textLink.video::before {
    bottom: 1px;
  }
}
.textLink.video:hover::before {
  transform: scale(1.3, 1.4);
}
@media screen and (max-width: 1199px), print {
  .textLink.video:hover::before {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1199px), print {
  .textLink.video:active::before {
    transform: scale(1.3, 1.4);
  }
}
.textLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  bottom: 5px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  .textLink::before {
    width: 12px;
    bottom: 5px;
    right: 13px;
  }
}
.textLink::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  bottom: -4px;
  right: 0;
  display: block;
  border-radius: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  .textLink::after {
    width: 40px;
    height: 22px;
    bottom: -2px;
  }
}
.textLink:hover span {
  border-bottom: 1px solid #242424;
}
.textLink:hover::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
.textLink:hover::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  .textLink:hover span {
    border-bottom: none;
  }
  .textLink:hover::before {
    transform: scale(1, 1);
  }
  .textLink:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1199px), print {
  .textLink:active span {
    border-bottom: 1px solid #242424;
  }
  .textLink:active::before {
    transform: scale(1.3, 1.4);
  }
  .textLink:active::after {
    transform: scale(1.18, 1.16);
  }
}
.textLink span {
  letter-spacing: 0;
}

.pageLinkArea {
  padding: 2px 32px 32px;
  background-color: #EDEDED;
  border-radius: 8px;
}
@media screen and (max-width: 1199px), print {
  .pageLinkArea {
    padding: 10px 30px 30px;
  }
}
.pageLinkArea .pageLink {
  display: inline-block;
  padding-top: 30px;
  margin-right: 35px;
}
@media screen and (max-width: 1199px), print {
  .pageLinkArea .pageLink {
    display: block;
    margin-right: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1199px), print {
  .columnFlex {
    flex-wrap: wrap;
  }
}
.columnFlex + .columnFlex {
  margin-top: 30px;
}
@media screen and (max-width: 1199px), print {
  .columnFlex + .columnFlex {
    margin-top: 20px;
  }
}
.columnFlex .columnItem .columnImage + .comment {
  margin-top: 10px;
  width: 100%;
}
.columnFlex.col-2 .columnItem {
  width: 48.9%;
}
@media screen and (max-width: 1199px), print {
  .columnFlex.col-2 .columnItem {
    width: 100%;
  }
  .columnFlex.col-2 .columnItem + .columnItem {
    margin-top: 20px;
  }
}
.columnFlex.col-4 .columnItem {
  width: 23.3%;
}
@media screen and (max-width: 1199px), print {
  .columnFlex.col-4 .columnItem {
    width: 47%;
  }
  .columnFlex.col-4 .columnItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px), print {
  .columnFlex p + .columnImageArea {
    margin-top: 25px;
  }
}
.columnFlex .columnImageArea {
  width: 48.9%;
}
@media screen and (max-width: 1199px), print {
  .columnFlex .columnImageArea {
    width: 100%;
  }
}
.columnFlex .columnImageArea .columnImage + .comment {
  margin-top: 10px;
  width: 100%;
}

#pageUp {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10;
  background-color: #222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#pageUp a {
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1199px), print {
  #pageUp a {
    width: 40px;
    height: 40px;
  }
}
#pageUp::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/pageUp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  z-index: -1;
}
#pageUp:hover {
  background-color: #5d5d5d;
  transition: all 0.3s;
  opacity: 1;
}
#pageUp:hover::before {
  transform: translate(-50%, -50%) scale(1.3, 1.2);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #pageUp:hover {
    background-color: #222;
  }
  #pageUp:hover::before {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
@media screen and (max-width: 1199px), print {
  #pageUp:active {
    background-color: #5d5d5d;
    opacity: 1;
  }
  #pageUp:active::before {
    transform: translate(-50%, -50%) scale(1.3, 1.2);
  }
}
@media screen and (max-width: 1199px), print {
  #pageUp {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.third {
  padding-top: 140px;
}
@media screen and (max-width: 1199px), print {
  .third {
    padding-top: 100px;
  }
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .js-scrollable {
  padding-bottom: 0;
}

.js-scrollable {
  padding-bottom: 10px;
  overflow-y: hidden !important;
}
.js-scrollable + .comment {
  margin-top: 20px;
}

.scroll-hint-shadow-wrap + .comment {
  margin-top: 10px;
}

.js-scrollable::-webkit-scrollbar {
  background-color: rgba(112, 112, 112, 0.2);
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

.js-scrollable::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 10px;
}

.scroll-hint-icon-wrap.is-active {
  opacity: 0.7 !important;
}
.scroll-hint-icon-wrap .scroll-hint-icon {
  width: 113px !important;
  height: 113px !important;
  border-radius: 20px !important;
  background-color: #4d4d4d !important;
}
.scroll-hint-icon-wrap .scroll-hint-icon::before {
  background-image: url(../images/template/scroll.svg) !important;
  width: 63px !important;
  height: 84px !important;
}
.scroll-hint-icon-wrap .scroll-hint-icon::after {
  display: none !important;
}
.scroll-hint-icon-wrap .scroll-hint-icon .scroll-hint-text {
  display: none;
}

#page404 {
  padding-bottom: 160px;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#content {
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px), print {
  #content {
    padding-bottom: 60px;
  }
}
#content #pankuzu {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px), print {
  #content #pankuzu {
    margin-bottom: 20px;
  }
}
#content #pankuzu ul {
  flex-wrap: wrap;
}
#content #pankuzu ul li {
  padding-left: 0;
}
#content #pankuzu ul li + li {
  margin-top: 0;
}
#content #pankuzu ul li::before {
  display: none;
}
#content #pankuzu ul li:nth-child(even) {
  width: 6px;
  position: relative;
}
#content #pankuzu ul li:nth-child(even)::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../images/newsroom/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  background-color: transparent;
}
#content #pankuzu ul li a {
  border: none;
  font-weight: normal;
}
#content #pankuzu ul li a:hover {
  border-bottom: 1px solid #fff;
}
#content ul li {
  position: relative;
  line-height: 30px;
  color: #4d4d4d;
  padding-left: 16px;
}
#content ul li + li {
  margin-top: 5px;
}
#content ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 11px;
  left: 0;
  font-size: 8px;
  border-radius: 50%;
  background-color: #c0c0c0;
}
#content ul a {
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid #FFED00;
}
#content ul a:hover {
  border-bottom: 3px solid transparent;
}
#content ul + p {
  margin-top: 20px;
}
#content .wp-block-table td, #content .wp-block-table th {
  border: none;
}
#content .wp-block-button.pdf .wp-block-button__link::before {
  background-image: url(../images/template/pdf.svg);
  width: 26px;
  height: 12px;
  right: 39px;
}
#content .wp-block-button.outside .wp-block-button__link::before {
  background-image: url(../images/template/outside02.svg);
  width: 16px;
  height: 12px;
}
#content .wp-block-button.back .wp-block-button__link::before {
  transform: translate(0, -50%) rotate(180deg);
}
#content .wp-block-button.back .wp-block-button__link:hover::before {
  transform: translate(0, -50%) rotate(180deg) scale(1.3, 1.4);
}
#content .wp-block-button.inside .wp-block-button__link::before {
  transform: translate(0, -50%) rotate(90deg);
}
#content .wp-block-button.inside .wp-block-button__link:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#content .wp-block-button.download .wp-block-button__link::before {
  background-image: url(../images/template/download.svg);
  width: 18px;
  height: 13px;
  right: 42px;
}
#content .wp-block-button .wp-block-button__link {
  background-color: #222222;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  transition: 0.3s;
  min-width: 350px;
  font-weight: 700;
  width: auto;
  display: inline-block;
  padding: 15px 95px 15px 35px;
  border-radius: 80px;
  text-align: left;
}
@media screen and (max-width: 1199px), print {
  #content .wp-block-button .wp-block-button__link {
    font-size: 18px;
    max-width: 350px;
    width: 100%;
    min-width: auto;
  }
}
#content .wp-block-button .wp-block-button__link::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 45px;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.3s;
}
#content .wp-block-button .wp-block-button__link::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 30px;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
  transition: all 0.3s;
}
#content .wp-block-button .wp-block-button__link:hover {
  background-color: #5d5d5d;
}
#content .wp-block-button .wp-block-button__link:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#content .wp-block-button .wp-block-button__link:hover::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#content .wp-block-button .wp-block-button__link:focus {
  color: #fff;
}
#content h2 + .wp-block-columns h3 {
  margin-top: 20px;
}
#content .wp-block-columns {
  gap: 0;
  justify-content: space-between;
  margin-bottom: 0;
}
#content .wp-block-columns + .wp-block-columns {
  margin-top: 20px;
}
@media screen and (max-width: 1199px), print {
  #content .wp-block-columns.wp-block-columns-2 {
    flex-direction: column;
  }
}
#content .wp-block-columns.wp-block-columns-2 .wp-block-column {
  width: 48.9%;
  flex-grow: 0;
  flex-basis: initial;
}
@media screen and (max-width: 1199px), print {
  #content .wp-block-columns.wp-block-columns-2 .wp-block-column {
    width: 100%;
  }
  #content .wp-block-columns.wp-block-columns-2 .wp-block-column + .wp-block-column {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px), print {
  #content .wp-block-columns.wp-block-columns-4 {
    flex-wrap: wrap !important;
  }
}
#content .wp-block-columns.wp-block-columns-4 .wp-block-column {
  width: 23.3%;
  flex-grow: 0;
  flex-basis: initial !important;
}
@media screen and (max-width: 1199px), print {
  #content .wp-block-columns.wp-block-columns-4 .wp-block-column {
    width: 47%;
  }
  #content .wp-block-columns.wp-block-columns-4 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
}
#content .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
#content .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100% !important;
}
#content .wp-block-columns .wp-block-column .wp-block-image + p {
  margin-top: 10px;
}
#content .wp-block-columns .wp-block-column p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
  margin-bottom: 0;
}
#content .playNow {
  position: absolute;
  color: #ff0000;
  font-size: 200px;
  transform: translate(-50%, 0);
  left: 50%;
  top: 380px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1199px), print {
  #content .playNow {
    top: 250px;
    font-size: 100px;
  }
}

@media screen and (max-width: 1199px), print {
  #scm .table01 th {
    width: 100% !important;
  }
}

#topPerson {
  position: relative;
  z-index: 1;
  /* 矢印の位置調整 */
}
#topPerson .slick-navigation-wrapper {
  position: relative;
  display: flex;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  #topPerson .slick-navigation-wrapper {
    justify-content: center;
    margin-left: -20px;
  }
}
#topPerson .slick-navigation-wrapper .slick-arrow {
  position: relative;
  z-index: 10;
  width: 38px; /* 矢印のサイズ */
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  top: 17px;
}
#topPerson .slick-navigation-wrapper .slick-arrow:hover {
  background-color: #EDEDED;
}
#topPerson .slick-navigation-wrapper .slick-arrow::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topPerson .slick-navigation-wrapper .slick-arrow.slick-prev {
  left: 0;
}
#topPerson .slick-navigation-wrapper .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#topPerson .slick-navigation-wrapper .slick-arrow.slick-next {
  right: 0;
}
#topPerson .slick-navigation-wrapper .slick-dots {
  bottom: 0;
  width: auto;
  display: inline-block;
  position: relative;
}
#topPerson .slick-navigation-wrapper .slick-dots li {
  margin-top: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
#topPerson .slick-navigation-wrapper .slick-dots li::before {
  display: none;
}
#topPerson .slick-navigation-wrapper .slick-dots li:hover button::before {
  color: #707070;
}
#topPerson .slick-navigation-wrapper .slick-dots li.slick-active button::before {
  color: #707070;
}
#topPerson .slick-navigation-wrapper .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
}
#topPerson .slick-navigation-wrapper .slick-dots li button::before {
  color: #D8D8D8;
  opacity: 1;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
#topPerson .arrow_box {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #topPerson .arrow_box {
    margin-right: 20px;
  }
}
#topPerson .arrow_box .slide-arrow {
  position: absolute;
  z-index: 10;
  width: 38px; /* 矢印のサイズ */
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: -52px;
  border-radius: 2px;
}
#topPerson .arrow_box .slide-arrow:hover {
  background-color: #EDEDED;
}
#topPerson .arrow_box .slide-arrow::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topPerson .arrow_box .slide-arrow.prev-arrow {
  left: 0;
}
#topPerson .arrow_box .slide-arrow.prev-arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  #topPerson .arrow_box .slide-arrow.prev-arrow {
    left: 47%;
    transform: translate(-50%, 0);
  }
}
#topPerson .arrow_box .slide-arrow.next-arrow {
  left: 115px;
}
@media screen and (max-width: 767px) {
  #topPerson .arrow_box .slide-arrow.next-arrow {
    left: 47%;
    transform: translate(-50%, 0);
  }
}
#topPerson .slick-list {
  padding: 0 5% 0 0 !important;
}
#topPerson .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#topPerson .personFlex {
  margin-left: 130px;
}
@media screen and (max-width: 1199px), print {
  #topPerson .personFlex {
    margin-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  #topPerson .personFlex {
    margin-left: 20px;
    flex-direction: column;
  }
}
#topPerson .personFlex .personTextArea {
  width: 28.8%;
}
@media screen and (max-width: 800px) {
  #topPerson .personFlex .personTextArea {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #topPerson .personFlex .personTextArea {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 25px;
  }
}
#topPerson .personFlex .personTextArea .personLogo {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
#topPerson .personFlex .personTextArea .personLogo::before, #topPerson .personFlex .personTextArea .personLogo::after {
  display: none;
}
#topPerson .personFlex .personSlide {
  width: 66%;
  overflow: hidden;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  #topPerson .personFlex .personSlide {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #topPerson .personFlex .personSlide {
    width: 100%;
    padding-bottom: 0;
  }
}
#topPerson .personFlex .personSlide .personItem {
  margin-right: 25px;
}
#topPerson .personFlex .personSlide .personItem a {
  display: block;
  position: relative;
}
#topPerson .personFlex .personSlide .personItem a .personTime {
  position: absolute;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 5px;
  line-height: 1;
}
#topPerson .personFlex .personSlide .personItem a:hover .thumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#topPerson .personFlex .personSlide .personItem a:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#topPerson .personFlex .personSlide .personItem a:hover .textLink::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#topPerson .personFlex .personSlide .personItem a:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #topPerson .personFlex .personSlide .personItem a:hover .textLink span {
    border-bottom: none;
  }
  #topPerson .personFlex .personSlide .personItem a:hover .textLink::before {
    transform: scale(1, 1);
  }
  #topPerson .personFlex .personSlide .personItem a:hover .textLink::after {
    transform: scale(1, 1);
  }
}
#topPerson .personFlex .personSlide .personItem a .thumb_area {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 20px;
}
#topPerson .personFlex .personSlide .personItem a .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 73.2954%;
  transition: 0.3s all;
  vertical-align: bottom;
}
@media print {
  #topPerson .personFlex .personSlide .personItem a .thumb_area .thumb {
    padding-top: 60%;
  }
}
#topPerson .personFlex .personSlide .personItem a .personTitle {
  background: linear-gradient(transparent 82%, #FFED00 18%);
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  display: inline;
  padding: 0;
  margin: 0;
}
#topPerson .personFlex .personSlide .personItem a .personTitle::before, #topPerson .personFlex .personSlide .personItem a .personTitle::after {
  display: none;
}
@media screen and (max-width: 1199px), print {
  #topPerson .personFlex .personSlide .personItem a .personTitle {
    background: linear-gradient(transparent 61%, #FFED00 39%);
  }
}
#topPerson .personFlex .personSlide .personItem a .personCompany {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 21px;
}
#topPerson .personFlex .personSlide .personItem a .personName {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 25px;
  line-height: 28px;
}
@media screen and (max-width: 1199px), print {
  #topPerson .personFlex .personSlide .personItem a .personName {
    margin-bottom: 20px;
  }
}
#topPerson .personFlex .personSlide .personItem a .personName span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #topPerson .buttonArea {
    margin-top: 40px;
  }
}

#policy .table02 tr:nth-of-type(1) th {
  width: 25% !important;
}

#climate .table02.monthTable tr:nth-child(1) th:nth-child(1) {
  width: 210px !important;
}
#climate .table02.monthTable tr:nth-child(1) th:nth-child(2) {
  width: calc(100% - 210px) !important;
}
#climate .table02.big tr:nth-of-type(1) th:nth-child(1) {
  width: 10% !important;
}
#climate .table02.big tr:nth-of-type(1) th:nth-child(2), #climate .table02.big tr:nth-of-type(1) th:nth-child(6), #climate .table02.big tr:nth-of-type(1) th:nth-child(7) {
  width: 10% !important;
}
#climate .table02.big tr:nth-of-type(1) th:nth-child(3) {
  width: 11% !important;
}
#climate .table02.big tr:nth-of-type(1) th:nth-child(4) {
  width: 19% !important;
}
#climate .table02.big tr:nth-of-type(1) th:nth-child(5) {
  width: 30% !important;
}
#climate .table02.big02 tr:nth-of-type(1) th:nth-child(1) {
  width: 20% !important;
}
#climate .table02.big02 tr:nth-of-type(1) th:nth-child(2) {
  width: 13% !important;
}
#climate .table02.big02 tr:nth-of-type(1) th:nth-child(3) {
  width: 30% !important;
}
#climate .table02.big02 tr:nth-of-type(1) th:nth-child(4) {
  width: 37% !important;
}
#climate .table02.big03 tr:nth-of-type(1) th:nth-child(1) {
  width: 10% !important;
}
#climate .table02.big03 tr:nth-of-type(1) th:nth-child(n+2) {
  width: 15% !important;
}

@media screen and (max-width: 480px) {
  #corporate-citizen .citizenFlex {
    flex-direction: column;
  }
}
#corporate-citizen .citizenFlex .item {
  width: 38% !important;
}
#corporate-citizen .citizenFlex .item:nth-child(1) {
  width: 20% !important;
}
@media screen and (max-width: 480px) {
  #corporate-citizen .citizenFlex .item:nth-child(1) {
    width: 100% !important;
  }
}
#corporate-citizen .citizenFlex .item:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #corporate-citizen .citizenFlex .item {
    width: 100% !important;
  }
  #corporate-citizen .citizenFlex .item + .item {
    margin-top: 20px;
  }
}

#governance-cg img + .buttonArea {
  margin-top: 20px;
}
#governance-cg .big01 tr:nth-of-type(1) th:nth-child(1) {
  width: 7% !important;
}
#governance-cg .big02 tr:nth-of-type(n+2) th:nth-child(2) {
  border-left: 1px solid #C0C0C0;
}

#remuneration .big tr:nth-of-type(1) th:nth-child(1) {
  width: 15% !important;
}
#remuneration .big tr:nth-of-type(1) th:nth-child(2), #remuneration .big tr:nth-of-type(1) th:nth-child(4) {
  width: 11% !important;
}
#remuneration .big tr:nth-of-type(1) th:nth-child(3) {
  width: 63% !important;
}
#remuneration .big tr:nth-child(2) th {
  background-color: #4D4D4D;
  color: #fff;
  border: 1px solid #C0C0C0;
}

#cross_shareholding .big tr:nth-of-type(1) th {
  width: 25% !important;
}

#governance-ic .big tr:nth-of-type(1) th:nth-child(1), #governance-ic .big tr:nth-of-type(1) th:nth-child(3), #governance-ic .big tr:nth-of-type(1) th:nth-child(4) {
  width: 22% !important;
}
#governance-ic .big tr:nth-of-type(1) th:nth-child(2) {
  width: 34% !important;
}

#faq #faq_link01,
#faq #faq_link02,
#faq #faq_link03,
#faq #faq_link04,
#faq #faq_link05,
#faq #faq_link06 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #faq #faq_link01,
  #faq #faq_link02,
  #faq #faq_link03,
  #faq #faq_link04,
  #faq #faq_link05,
  #faq #faq_link06 {
    margin-top: 0;
    padding-top: 0;
  }
}

#remuneration #remuneration_link01 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #remuneration #remuneration_link01 {
    margin-top: 0;
    padding-top: 0;
  }
}

#system .systemImage {
  margin: 20px 0 40px;
}

#climate .climateImage {
  margin: 20px 0 40px;
}

#gri #gri_link01,
#gri #gri_link02,
#gri #gri_link03,
#gri #gri_link04,
#gri #gri_link05 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #gri #gri_link01,
  #gri #gri_link02,
  #gri #gri_link03,
  #gri #gri_link04,
  #gri #gri_link05 {
    margin-top: 0;
    padding-top: 0;
  }
}
#gri .griTable {
  margin-bottom: 60px;
}
#gri .table02 tr:nth-child(1) th:nth-child(1) {
  width: 7% !important;
}

#esgdate #esg_link01,
#esgdate #esg_link02,
#esgdate #esg_link03 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #esgdate #esg_link01,
  #esgdate #esg_link02,
  #esgdate #esg_link03 {
    margin-top: 0;
    padding-top: 0;
  }
}

#riskmanagement ol + .comment {
  margin-top: 20px;
}

.irp_comment {
  margin: 120px 0 0;
}
.irp_comment .textLink {
  border-bottom: none;
}

#search_result {
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px), print {
  #search_result {
    padding-bottom: 60px;
  }
}

#enPage {
  font-family: "Noto Sans", sans-serif;
}
#enPage .italic {
  font-style: italic;
}
#enPage h1 {
  font-weight: 600;
}
#enPage h1 span {
  line-height: 24px;
}
#enPage h2 {
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 1199px), print {
  #enPage h2 {
    font-size: 30px;
  }
}
#enPage h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
#enPage h4 {
  font-size: 24px;
  font-weight: 600;
}
#enPage h5 {
  font-size: 20px;
  font-weight: 600;
}
#enPage p a {
  font-weight: 600;
}
#enPage ol li::marker {
  font-weight: 600;
}
#enPage .table01 th {
  font-weight: 600;
}
#enPage .table02.col07_en tr:nth-child(2) th + td {
  width: 124px !important;
}
#enPage .comment + .comment {
  margin-top: 12px;
}
#enPage .comment01 {
  text-indent: -14px;
  padding-left: 14px;
}
#enPage .comment02 {
  text-indent: -13px;
  padding-left: 13px;
}
#enPage .comment02 {
  text-indent: -21px;
  padding-left: 21px;
}
#enPage .comment03 {
  text-indent: -38px;
  padding-left: 38px;
}
#enPage .comment06 {
  text-indent: -41px;
  padding-left: 41px;
}
#enPage .comment07 {
  text-indent: -51px;
  padding-left: 51px;
}
#enPage .acdContetns .acdTitle {
  font-weight: 600;
}
#enPage .button01 {
  font-weight: 600;
}
#enPage .strongLink {
  font-weight: 600;
}
#enPage .textLink {
  font-weight: 600;
}
#enPage #top .mv {
  height: auto !important;
}
#enPage #top #main .mainTextBox {
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  #enPage #top #main .mainTextBox {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #enPage #top #topGroup .groupBox {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  #enPage #top #topGroup .groupBox {
    padding-bottom: 570px;
  }
}
@media screen and (max-width: 767px) {
  #enPage #top #topGroup .groupBox .groupText {
    top: 59%;
  }
}
@media screen and (max-width: 450px) {
  #enPage #top #topGroup .groupBox .groupText {
    top: 43%;
  }
}
#enPage #sustainability .houkoku .houkokuTextArea .houkokuText {
  width: 280px;
}
#enPage #sustainability .manaFlex .manaItem:nth-child(2) .strongLink {
  padding-top: 44px;
}
@media screen and (max-width: 1199px), print {
  #enPage #sustainability .manaFlex .manaItem:nth-child(2) .strongLink {
    padding-top: 15px;
  }
}
#enPage #sustainability .manaFlex .manaItem:nth-child(2) .strongLink::before, #enPage #sustainability .manaFlex .manaItem:nth-child(2) .strongLink::after {
  top: 69%;
}
@media screen and (max-width: 1199px), print {
  #enPage #sustainability .manaFlex .manaItem:nth-child(2) .strongLink::before, #enPage #sustainability .manaFlex .manaItem:nth-child(2) .strongLink::after {
    top: 50%;
  }
}
#enPage #message .mainFlex .mainImage .mainText,
#enPage #topmessage .mainFlex .mainImage .mainText {
  max-width: 620px;
}
@media screen and (max-width: 1199px), print {
  #enPage #message .mainFlex .mainImage .mainText,
  #enPage #topmessage .mainFlex .mainImage .mainText {
    max-width: 100%;
  }
}
#enPage #message .name span,
#enPage #topmessage .name span {
  font-weight: 600;
}
@media screen and (max-width: 1199px), print {
  #enPage #vision {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px), print {
  #enPage #vision #content {
    padding-bottom: 0;
  }
}
#enPage #aboutus .world h2,
#enPage #aboutus .world h3,
#enPage #aboutus .world h4,
#enPage #aboutus .world p,
#enPage #aboutus .world div {
  color: #fff !important;
}
#enPage #aboutus .world .worldBg {
  background-image: url(../images/aboutus/worldBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1200px;
  padding: 90px 0 350px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1801px) {
  #enPage #aboutus .world .worldBg {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #enPage #aboutus .world .worldBg {
    height: 1100px;
    padding: 60px 0 400px;
  }
}
@media screen and (max-width: 767px) {
  #enPage #aboutus .world .worldBg {
    height: 1120px;
    background-image: url(../images/aboutus/worldBg_sp.png);
    background-size: 100% 100%;
  }
}
#enPage #aboutus .world .worldBg::after {
  background-image: url(../images/aboutus/finger02_02.png);
  width: 361px;
  height: 423px;
  bottom: 165px;
  right: 160px;
}
@media screen and (max-width: 1650px) {
  #enPage #aboutus .world .worldBg::after {
    right: 100px;
  }
}
@media screen and (max-width: 1470px) {
  #enPage #aboutus .world .worldBg::after {
    right: 60px;
  }
}
@media screen and (max-width: 1530px) {
  #enPage #aboutus .world .worldBg::after {
    right: -60px;
  }
}
@media screen and (max-width: 1199px), print {
  #enPage #aboutus .world .worldBg::after {
    width: 315px;
    height: 366px;
    bottom: -50px;
    right: 24vw;
  }
}
@media screen and (max-width: 768px) {
  #enPage #aboutus .world .worldBg::after {
    right: 11vw;
  }
}
@media screen and (max-width: 767px) {
  #enPage #aboutus .world .worldBg::after {
    width: 212px;
    height: 249px;
  }
}
#enPage #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item02 .numberBig, #enPage #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item03 .numberBig {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #enPage #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item02 .numberBig, #enPage #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item03 .numberBig {
    margin-top: 7vw;
  }
}
#enPage #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig {
  line-height: 0.4;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #enPage #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #enPage #aboutus .data {
    margin-top: -32px;
  }
}
#enPage #aboutus .data .grid-container .item .number {
  font-size: 86px;
}
#enPage #aboutus .data .grid-container .item .number span {
  font-size: 22px;
  letter-spacing: -0.01rem;
}
#enPage #aboutus .data .grid-container .item .number span.left {
  margin-left: -7px;
}
#enPage #aboutus .data .grid-container .item .number.small {
  font-size: 60px;
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  color: #242424;
  line-height: 1;
}
#enPage #aboutus .data .grid-container .item .number.small span {
  font-size: 24px;
  position: relative;
  bottom: 4px;
}
#enPage #aboutus .data .grid-container .item .number.big {
  font-size: 190px;
}
@media screen and (max-width: 1199px), print {
  #enPage #aboutus .data .grid-container .item .number.big {
    font-size: 96px;
  }
}
#enPage #aboutus .data .grid-container .item .number .flex {
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 1199px), print {
  #enPage #aboutus .data .grid-container .numberFlex {
    flex-direction: column;
  }
  #enPage #aboutus .data .grid-container .numberFlex .smallArea + .smallArea {
    margin-left: 0;
  }
}
#enPage .acdContetns.question .acdInner .innerDetail {
  text-indent: -21px;
}

.imgChange {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.imgChange::before {
  position: absolute;
  content: "";
  background-color: #ff0000;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%) rotate(15deg);
  left: 50%;
  top: 50%;
  z-index: 1;
}

/*cookie*/
/*! 通知バーのアニメーション用 */
@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ga-cookie-accept-bar-slide-in {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@keyframes ga-cookie-accept-bar-slide-out {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@-webkit-keyframes ga-cookie-accept-bar-slide-out2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(200px);
    transform: translateY(310px);
  }
}
@keyframes ga-cookie-accept-bar-slide-out2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(200px);
    transform: translateY(310px);
  }
}
/*! 通知バー */
.cookie-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1104px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cookie-box {
    flex-direction: column;
  }
}
.cookie-box > p {
  width: calc(76.6% - 30px);
  color: #fff;
  margin-bottom: 0;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .cookie-box > p {
    width: 100%;
    margin-bottom: 20px;
    line-height: 22px;
  }
}
.cookie-box > p a {
  color: #fff;
}
.cookie-box > div {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 300px;
}
@media screen and (max-width: 1199px), print {
  .cookie-box > div {
    width: 100%;
    position: relative;
  }
}

.module-ga-cookie-accept-bar {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
  animation-name: ga-cookie-accept-bar-slide-in;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 30px 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  background-color: rgba(36, 36, 36, 0.8);
}
@media screen and (max-width: 1199px), print {
  .module-ga-cookie-accept-bar {
    padding: 30px 48px;
  }
}
@media screen and (max-width: 767px) {
  .module-ga-cookie-accept-bar {
    padding: 40px 20px 30px;
  }
}
@media print {
  .module-ga-cookie-accept-bar {
    position: absolute;
  }
}
.module-ga-cookie-accept-bar.state-remove {
  -webkit-animation: ga-cookie-accept-bar-slide-out 1s both;
  animation: ga-cookie-accept-bar-slide-out 1s both;
}
@media screen and (max-width: 1199px), print {
  .module-ga-cookie-accept-bar.state-remove {
    -webkit-animation: ga-cookie-accept-bar-slide-out2 1s both;
    animation: ga-cookie-accept-bar-slide-out2 1s both;
  }
}
.module-ga-cookie-accept-bar .material-icons {
  color: #fff;
  vertical-align: middle;
}

/*! ボタン */
.module-ga-cookie-accept-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  background-color: #FFED00;
  color: #242424;
  font-family: inherit;
  font-size: 1em;
  padding: 15px;
  border-radius: 27px;
  width: 23.4%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .module-ga-cookie-accept-btn {
    width: 100%;
  }
}

.module-ga-cookie-deny-btn {
  background-color: transparent;
  position: absolute;
  top: -20px;
  right: -90px;
  width: auto;
}
@media screen and (max-width: 1199px), print {
  .module-ga-cookie-deny-btn {
    right: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .module-ga-cookie-deny-btn {
    right: -5px;
    top: -30px;
  }
}

/*cookie*/
_:lang(x)::-internal-media-controls-overlay-cast-button, .textLink.indent::before {
  right: 27px;
}
@media screen and (max-width: 1199px), print {
  _:lang(x)::-internal-media-controls-overlay-cast-button, .textLink.indent::before {
    right: 13px;
  }
}

_:lang(x)::-internal-media-controls-overlay-cast-button, .textLink.indent::after {
  right: 12px;
}
@media screen and (max-width: 1199px), print {
  _:lang(x)::-internal-media-controls-overlay-cast-button, .textLink.indent::after {
    right: 0;
  }
}

@media screen and (max-width: 375px) {
  _:lang(x)::-internal-media-controls-overlay-cast-button, .textLink.indent.indent02::before {
    right: 17px;
  }
}

@media screen and (max-width: 375px) {
  _:lang(x)::-internal-media-controls-overlay-cast-button, .textLink.indent.indent02::after {
    right: 4px;
  }
}

/* header */
header {
  margin: 0 auto;
  position: fixed;
  top: 25px;
  z-index: 999;
  width: 100%;
}
@media print {
  header {
    position: relative;
    top: 15px;
  }
}
header#enHeader .headerLogo {
  width: 340px;
  display: flex;
}
@media screen and (max-width: 1199px), print {
  header#enHeader .headerLogo {
    width: 220px;
  }
}
header#enHeader .headerNav {
  font-weight: 600;
}
@media screen and (max-height: 700px) {
  header#enHeader .js-megamenu-item .navArea .nav-lv2 {
    padding: 30px 40px;
  }
}
@media screen and (max-height: 650px) {
  header#enHeader .js-megamenu-item .navArea .nav-lv2 {
    padding: 30px 40px;
  }
  header#enHeader .js-megamenu-item .navArea .nav-lv2 .textLink {
    margin-bottom: 25px;
  }
  header#enHeader .js-megamenu-item .navArea .nav-lv2 .navItem .subTitle + .subTitle {
    margin-top: 10px;
  }
  header#enHeader .js-megamenu-item .navArea .nav-lv2 .navItem .subTitle + .sub {
    margin-top: 8px;
  }
  header#enHeader .js-megamenu-item .navArea .nav-lv2 .navItem .sub {
    line-height: 1.3;
  }
  header#enHeader .js-megamenu-item .navArea .nav-lv2 .navItem .sub + .sub {
    margin-top: 8px;
  }
}
@media screen and (max-height: 600px) {
  header#enHeader .js-megamenu-item .navArea .nav-lv2 {
    height: 70vh;
    overflow-y: auto;
  }
}
@media screen and (max-height: 450px) {
  header#enHeader .js-megamenu-item .navArea .nav-lv2 {
    height: 50vh;
    overflow-y: auto;
  }
}
header .playNow {
  position: absolute;
  color: red;
  font-size: 40px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120px;
  text-align: center;
  z-index: 1000;
}

.headerInner {
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  top: 25px;
  left: 50%;
  height: 95px;
  position: fixed;
  padding: 0 50px;
  width: 100%;
  z-index: 999;
  max-width: 1334px;
  transform: translate(-50%, 0);
  border-radius: 80px;
}
@media screen and (max-width: 1480px) {
  .headerInner {
    max-width: calc(100% - 96px);
  }
}
@media screen and (max-width: 1199px), print {
  .headerInner {
    max-width: 100%;
    width: calc(100% - 16px);
    height: 64px;
    padding: 0 30px;
    top: 10px;
  }
}
@media print {
  .headerInner {
    position: absolute;
  }
}
.headerInner .headerLogo {
  width: 169px;
}
@media screen and (max-width: 1199px), print {
  .headerInner .headerLogo {
    width: 111px;
  }
}

@media screen and (max-width: 1199px), print {
  #gNav {
    background-color: #cadee5;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: var(--headerHeight);
    transform: translateY(-180px);
    width: 100%;
    overflow: auto;
    top: -100vh;
  }
  #gNav .headerNav {
    flex-direction: column;
    padding: 40px 20px;
  }
  #gNav.active {
    top: 0;
    transform: translateY(0);
  }
}
@media print {
  #gNav {
    display: none;
  }
}
#gNav .headerNav .headerNavList + .headerNavList {
  margin-left: 10px;
}
#gNav .headerNav .headerNavList.person {
  margin-left: 25px;
  padding-left: 15px;
  border-left: 1px solid #999;
}
#gNav .headerNav .headerNavList.person .headerNavList__link {
  padding: 2px 15px;
}
#gNav .headerNav .headerNavList.person:hover {
  border-radius: 0;
  background-color: transparent;
}
#gNav .headerNav .headerNavList.person:hover .headerNavList__link {
  background-color: #ffed00;
  border-radius: 20px;
}
#gNav .headerNav .headerNavList.outside {
  padding-left: 10px;
}
#gNav .headerNav .headerNavList.outside .headerNavList__link {
  position: relative;
  padding-right: 20px;
  width: calc(100% + 10px);
}
#gNav .headerNav .headerNavList.outside .headerNavList__link::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/outside.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#gNav .headerNav .headerNavList.choice .headerNavList__link {
  background-color: #ffed00;
  border-radius: 20px;
}
#gNav .headerNav .headerNavList.nav-hover .headerNavList__link {
  background-color: #ffed00;
  border-radius: 20px;
}
#gNav .headerNav .headerNavList .headerNavList__link {
  padding: 2px 15px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  #gNav .headerNav .headerNavList .headerNavList__link {
    padding: 2px 12px;
  }
}
#gNav .headerNav .headerNavList .headerNavList__link:hover {
  background-color: #ffed00;
  border-radius: 20px;
}
#gNav .headerNavTop {
  line-height: 1;
  margin-bottom: 15px;
}
#gNav .headerNavTop .headerNavList + .headerNavList {
  margin-left: 20px;
}
#gNav .headerNavTop .headerNavList.search {
  padding-left: 20px;
  border-left: 1px solid #999;
}
#gNav .headerNavTop .headerNavList.search:hover {
  cursor: default;
}
#gNav .headerNavTop .headerNavList.search.nav-hover .headerNavList__link {
  border-bottom: 1px solid #555;
}
#gNav .headerNavTop .headerNavList.search .headerNavList__link {
  position: relative;
  padding-right: 20px;
}
#gNav .headerNavTop .headerNavList.search .headerNavList__link::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#gNav .headerNavTop .headerNavList .headerNavList__link {
  font-size: 14px;
  color: #555;
}
#gNav .headerNavTop .headerNavList .headerNavList__link.choice {
  border-bottom: 1px solid #555;
}
#gNav .headerNavTop .headerNavList .headerNavList__link:hover {
  border-bottom: 1px solid #555;
}
#gNav .search.hover .navArea {
  display: block;
  width: 100%;
  animation: fadein 0.3s forwards ease; /* アニメーションを適用 */
  left: 50%;
  top: 35px;
  animation-delay: 0.5s; /* 1秒の遅延を追加 */
}
#gNav .search.is-hover-display-none .navArea {
  display: block;
  animation: fadeout 0.1s forwards ease; /* アニメーションを適用 */
  pointer-events: none;
  left: 50%;
}
#gNav .search.is-close-display-none {
  pointer-events: none;
}
#gNav .search.is-close-display-none .navArea {
  display: block;
  animation: fadeout 0.3s forwards ease; /* アニメーションを適用 */
  pointer-events: none;
  left: 50%;
}
#gNav .search .navArea {
  position: absolute;
  display: none; /* 初期状態は非表示 */
  height: 100%;
  left: 50%;
  z-index: 1000;
  opacity: 0; /* 初期状態で不透明度を0に */
  top: 35px;
  width: 120%;
  transform: translate(-50%, 0); /* 元の位置に戻す */
}
#gNav .search .navArea.none {
  z-index: -1;
}
#gNav .search .navArea .nav-lv2 {
  display: block; /* ホバー時に表示 */
  max-width: 1200px;
  width: 90%;
  background: #fff;
  padding: 50px;
  position: fixed; /* メニューを絶対配置 */
  z-index: 999; /* メニューの z-index */
  border-radius: 10px;
  left: 50%;
  margin-top: 70px;
  transform: translate(-50%, 0); /* 元の位置に戻す */
  text-align: center;
}
#gNav .search .navArea .nav-lv2 .close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 23px;
  right: 22px;
}
#gNav .search .navArea .nav-lv2 .close:hover {
  cursor: pointer;
}
#gNav .search .navArea .nav-lv2 .textLink {
  font-size: 26px;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0;
  letter-spacing: 0;
}
#gNav .search .navArea .nav-lv2 .textLink::before {
  display: none;
}
#gNav .search .navArea .nav-lv2 .textLink::after {
  display: none;
}
#gNav .search .navArea .nav-lv2 .searchArea {
  background-color: #EDEDED;
  height: 50px;
  border-radius: 8px;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#gNav .search .navArea .nav-lv2 .searchArea div {
  height: 100%;
  width: 100%;
}
#gNav .search .navArea .nav-lv2 .searchArea div form {
  width: 100%;
  height: 100%;
}
#gNav .search .navArea .nav-lv2 .searchArea input {
  height: 100%;
  width: 100%;
  padding: 10px 50px 10px 20px;
  border-radius: 8px;
}
#gNav .search .navArea .nav-lv2 .searchArea ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4D4D4D;
  font-size: 16px;
}
#gNav .search .navArea .nav-lv2 .searchArea :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4D4D4D;
  font-size: 16px;
}
#gNav .search .navArea .nav-lv2 .searchArea ::placeholder { /* Others */
  color: #4D4D4D;
  font-size: 16px;
}
#gNav .search .navArea .nav-lv2 .searchArea input[type=search]::-webkit-search-cancel-button {
  display: none;
}
#gNav .search .navArea .nav-lv2 .searchArea .mt-site-search-form__button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  transform: translate(0, -50%);
  color: transparent;
}
#gNav .search .navArea .nav-lv2 .searchArea .mt-site-search-form__button::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1199px), print {
  #search_smp {
    background-color: #EDEDED;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    overflow: auto;
    padding: 115px 20px 65px;
  }
}
@media print {
  #search_smp {
    display: none;
  }
}
#search_smp .searchArea {
  background-color: #fff;
  height: 50px;
  border-radius: 4px;
  position: relative;
}
#search_smp .searchArea div {
  height: 100%;
  width: 100%;
}
#search_smp .searchArea div form {
  width: 100%;
  height: 100%;
}
#search_smp .searchArea ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4D4D4D;
  font-size: 16px;
}
#search_smp .searchArea :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4D4D4D;
  font-size: 16px;
}
#search_smp .searchArea ::placeholder { /* Others */
  color: #4D4D4D;
  font-size: 16px;
}
#search_smp .searchArea input[type=search]::-webkit-search-cancel-button {
  display: none;
}
#search_smp .searchArea input {
  height: 100%;
  width: 100%;
  padding: 10px 50px 10px 20px;
  border-radius: 4px;
}
#search_smp .searchArea ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4D4D4D;
  font-size: 14px;
}
#search_smp .searchArea :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4D4D4D;
  font-size: 14px;
}
#search_smp .searchArea ::placeholder { /* Others */
  color: #4D4D4D;
  font-size: 14px;
}
#search_smp .searchArea input[type=search]::-webkit-search-cancel-button {
  display: none;
}
#search_smp .searchArea .mt-site-search-form__button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 19px;
  transform: translate(0, -50%);
}
#search_smp .searchArea .mt-site-search-form__button::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1199px), print {
  #gNav_smp {
    background-color: #EDEDED;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
    padding: 115px 20px;
  }
}
@media print {
  #gNav_smp {
    display: none;
  }
}
#gNav_smp .accordion_one.margin {
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 1px dotted #C0C0C0;
}
#gNav_smp .accordion_one.margin.margin02 {
  border-top: 1px dotted #C0C0C0;
  border-bottom: none;
}
#gNav_smp .accordion_one .headMenuList {
  margin: 30px 15px 0;
}
#gNav_smp .accordion_one .headMenuList .headMenu {
  font-size: 16px;
  opacity: 0.8;
  color: #4D4D4D;
}
#gNav_smp .accordion_one .headMenuList .headMenu + .headMenu {
  margin-top: 15px;
}
#gNav_smp .accordion_one .headMenuList .headMenu.en {
  margin-top: 40px;
}
#gNav_smp .accordion_one .accordion_header {
  display: block;
  border-bottom: 1px solid #C0C0C0;
  color: #242424;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
#gNav_smp .accordion_one .accordion_header span {
  position: relative;
}
#gNav_smp .accordion_one .accordion_header span::after {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
}
#gNav_smp .accordion_one .accordion_header.choice span {
  position: relative;
  border-bottom: 1px solid #4D4D4D;
}
#gNav_smp .accordion_one .accordion_header.choice span::before {
  border-left: 8px solid #ffed00;
  position: absolute;
  content: "";
  width: 8px;
  height: 41px;
  top: 50%;
  transform: translate(0, -50%);
  left: -15px;
}
#gNav_smp .accordion_one .accordion_header.open + .whiteBg {
  background-color: #fff;
  border-bottom: 1px solid #C0C0C0;
}
#gNav_smp .accordion_one .accordion_header.open .i_box .one_i::before,
#gNav_smp .accordion_one .accordion_header.open .i_box .one_i02::before,
#gNav_smp .accordion_one .accordion_header.open .i_box02 .one_i::before,
#gNav_smp .accordion_one .accordion_header.open .i_box02 .one_i02::before {
  opacity: 0;
}
#gNav_smp .accordion_one .accordion_header.open .i_box .one_i::after,
#gNav_smp .accordion_one .accordion_header.open .i_box .one_i02::after,
#gNav_smp .accordion_one .accordion_header.open .i_box02 .one_i::after,
#gNav_smp .accordion_one .accordion_header.open .i_box02 .one_i02::after {
  transform: translateY(-50%) rotate(180deg);
}
#gNav_smp .accordion_one .accordion_header.bdTop {
  border-top: 1px solid #C0C0C0;
}
#gNav_smp .accordion_one .accordion_header.outside::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/outside04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  transform: translate(0, -50%);
  top: 50%;
  right: 20px;
}
#gNav_smp .accordion_one .accordion_header.titleOnly .i_box02::before {
  display: none;
}
#gNav_smp .accordion_one .accordion_header a {
  display: block;
  padding: 20px 15px;
}
#gNav_smp .accordion_one .accordion_header .i_box,
#gNav_smp .accordion_one .accordion_header .i_box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 62px;
  height: 65px;
  transform: translate(0, -50%);
}
#gNav_smp .accordion_one .accordion_header .i_box::before,
#gNav_smp .accordion_one .accordion_header .i_box02::before {
  border-left: 1px solid #C0C0C0;
  height: 41px;
  position: absolute;
  content: "";
  left: 0;
}
#gNav_smp .accordion_one .accordion_header .i_box .one_i,
#gNav_smp .accordion_one .accordion_header .i_box .one_i02,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i02 {
  display: block;
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#gNav_smp .accordion_one .accordion_header .i_box .one_i::before, #gNav_smp .accordion_one .accordion_header .i_box .one_i::after,
#gNav_smp .accordion_one .accordion_header .i_box .one_i02::before,
#gNav_smp .accordion_one .accordion_header .i_box .one_i02::after,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i::before,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i::after,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i02::before,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i02::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #4D4D4D;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  z-index: 1;
}
#gNav_smp .accordion_one .accordion_header .i_box .one_i::after,
#gNav_smp .accordion_one .accordion_header .i_box .one_i02::after,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i::after,
#gNav_smp .accordion_one .accordion_header .i_box02 .one_i02::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
  left: 0;
}
#gNav_smp .accordion_one .subTitle {
  display: block;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 10px;
  padding: 15px 10px;
  border-bottom: 1px dotted #C0C0C0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  text-align: left;
}
#gNav_smp .accordion_one .subTitle a {
  display: block;
  padding: 0;
}
#gNav_smp .accordion_one .subTitle span::after {
  display: none;
}
#gNav_smp .accordion_one .subTitle.bdBottom {
  border-bottom: none;
}
#gNav_smp .accordion_one .subTitle.choice span {
  position: relative;
  border-bottom: 1px solid #4D4D4D;
}
#gNav_smp .accordion_one .subTitle.choice span::before {
  border-left: 6px solid #ffed00;
  position: absolute;
  content: "";
  width: 6px;
  height: 21px;
  top: 50%;
  transform: translate(0, -50%);
  left: -13px;
}
#gNav_smp .accordion_one .subTitle .i_box,
#gNav_smp .accordion_one .subTitle .i_box02 {
  width: 52px;
  height: 42px;
}
#gNav_smp .accordion_one .subTitle .i_box::before,
#gNav_smp .accordion_one .subTitle .i_box02::before {
  height: 26px;
}
#gNav_smp .accordion_one .subTitle .i_box .one_i::before, #gNav_smp .accordion_one .subTitle .i_box .one_i::after,
#gNav_smp .accordion_one .subTitle .i_box .one_i02::before,
#gNav_smp .accordion_one .subTitle .i_box .one_i02::after,
#gNav_smp .accordion_one .subTitle .i_box02 .one_i::before,
#gNav_smp .accordion_one .subTitle .i_box02 .one_i::after,
#gNav_smp .accordion_one .subTitle .i_box02 .one_i02::before,
#gNav_smp .accordion_one .subTitle .i_box02 .one_i02::after {
  width: 10px;
}
#gNav_smp .accordion_one .subTitle .i_box .one_i::after,
#gNav_smp .accordion_one .subTitle .i_box .one_i02::after,
#gNav_smp .accordion_one .subTitle .i_box02 .one_i::after,
#gNav_smp .accordion_one .subTitle .i_box02 .one_i02::after {
  left: 10%;
}
#gNav_smp .accordion_one .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 10px;
  border-bottom: none;
  padding: 0 30px;
  color: #4D4D4D;
}
#gNav_smp .accordion_one .sub + .sub {
  margin-top: 15px;
}
#gNav_smp .accordion_one .sub.choice span {
  position: relative;
  border-bottom: 1px solid #4D4D4D;
}
#gNav_smp .accordion_one .sub.choice span::before {
  border-left: 6px solid #ffed00;
  position: absolute;
  content: "";
  width: 6px;
  height: 21px;
  top: -3px;
  left: -13px;
}
#gNav_smp .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
#gNav_smp .accordion_one .accordion_inner .box_one {
  height: 300px;
}
#gNav_smp .accordion_one .accordion_inner .box_one p.txt_a_ac {
  margin: 0;
}
#gNav_smp .accordion_one .accordion_inner.whiteBg {
  background-color: #fff;
}

:root {
  --borderPosition: 13px;
}

.headerRight {
  display: none;
}
@media screen and (max-width: 1199px), print {
  .headerRight {
    display: flex;
    justify-content: space-between;
    width: 60px;
  }
  .headerRight .searchMenu {
    height: 17px;
    width: 18px;
    position: relative;
    cursor: pointer;
  }
  .headerRight .searchMenu.active::before {
    opacity: 0;
  }
  .headerRight .searchMenu.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/template/huns02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .headerRight .searchMenu::after {
    position: absolute;
    content: "";
    background-image: url(../images/template/huns02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .headerRight .searchMenu::before {
    position: absolute;
    content: "";
    background-image: url(../images/template/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.hunsMenu {
  cursor: pointer;
  position: relative;
  height: 16px;
  width: 22px;
}
.hunsMenu::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/huns01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 1;
}
.hunsMenu.active::before {
  opacity: 0;
}
.hunsMenu.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/template/huns02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 1;
}
.hunsMenu::after {
  position: absolute;
  content: "";
  background-image: url(../images/template/huns02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.navParent {
  padding-left: 10px;
}

.js-megamenu-item.hover .nav-lv2 {
  display: flex; /* ホバー時に表示 */
  opacity: 1; /* 不透明にする */
  transform: translate(-50%, 0); /* 元の位置に戻す */
  top: 0;
}
.js-megamenu-item.hover .navArea {
  display: block;
  width: 100%;
  animation: fadein 0.3s forwards ease; /* アニメーションを適用 */
  left: 50%;
  top: 35px;
  animation-delay: 0.5s; /* 1秒の遅延を追加 */
}
.js-megamenu-item.is-hover-display-none .navArea {
  display: block;
  animation: fadeout 0.1s forwards ease; /* アニメーションを適用 */
  pointer-events: none;
  left: 50%;
}
.js-megamenu-item.is-close-display-none {
  pointer-events: none;
}
.js-megamenu-item.is-close-display-none .navArea {
  display: block;
  animation: fadeout 0.3s forwards ease; /* アニメーションを適用 */
  pointer-events: none;
  left: 50%;
}
.js-megamenu-item .navArea {
  position: absolute;
  display: none; /* 初期状態は非表示 */
  height: 100%;
  left: 50%;
  z-index: -1;
  opacity: 0; /* 初期状態で不透明度を0に */
  top: 35px;
  width: 100%;
  transform: translate(-50%, 0); /* 元の位置に戻す */
}
.js-megamenu-item .navArea .nav-lv2 {
  display: block; /* ホバー時に表示 */
  width: 90%;
  background: #fff;
  padding: 50px;
  position: fixed; /* メニューを絶対配置 */
  z-index: 999; /* メニューの z-index */
  border-radius: 10px;
  left: 50%;
  margin-top: 70px;
  transform: translate(-50%, 0); /* 元の位置に戻す */
}
.js-megamenu-item .navArea .nav-lv2 .close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 23px;
  right: 22px;
}
.js-megamenu-item .navArea .nav-lv2 .close:hover {
  cursor: pointer;
}
.js-megamenu-item .navArea .nav-lv2 .textLink {
  font-size: 26px;
  margin-bottom: 40px;
  display: inline-block;
}
.js-megamenu-item .navArea .nav-lv2 .textLink::before {
  bottom: 18px;
}
.js-megamenu-item .navArea .nav-lv2 .textLink::after {
  bottom: 9px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem {
  width: 25%;
}
.js-megamenu-item .navArea .nav-lv2 .navItem + .navItem {
  margin-left: 35px;
  padding-left: 20px;
  border-left: 1px solid #C0C0C0;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .headerImage {
  margin-top: 30px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  line-height: 24px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle.arw::before {
  background-image: url(../images/template/arw.svg);
  width: 14px;
  height: 8px;
  top: 8px;
  left: 0;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle.border {
  padding-left: 15px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle.border::before {
  background-image: url(../images/template/arw.svg);
  width: 7px;
  border-top: 2px solid #4D4D4D;
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle + .subTitle {
  margin-top: 20px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle + .sub {
  margin-top: 15px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle a {
  color: #242424;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .subTitle a:hover {
  border-bottom: 1px solid #242424;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .sub {
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
  font-weight: 400;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .sub::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  width: 6px;
  border-top: 2px solid #ccc;
  top: 10px;
  left: 0;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .sub + .subTitle {
  margin-top: 20px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .sub + .sub {
  margin-top: 10px;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .sub a {
  color: #4D4D4D;
}
.js-megamenu-item .navArea .nav-lv2 .navItem .sub a:hover {
  border-bottom: 1px solid #4D4D4D;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}
footer {
  background-color: #4D4D4D;
  padding: 85px 0 35px;
  position: relative;
}
footer.show::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2); /* 薄いグレー */
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  animation: fadein 0.5s forwards; /* アニメーションを適用 */
  z-index: 1;
}
footer.show-display-none::before {
  animation: fadeout 0.5s forwards; /* アニメーションを適用 */
}
footer#enFooter .linkGroup {
  width: 24%;
}
footer#enFooter .accordion_one .accordion_header {
  font-weight: 600;
}
footer#enFooter .accordion_one .accordion_header.subTitle {
  font-weight: 400;
}
footer#enFooter .footLogo {
  width: 400px;
}
@media screen and (max-width: 1199px), print {
  footer#enFooter .footLogo {
    width: 300px;
  }
}
footer .playNow {
  position: absolute;
  color: red;
  font-size: 40px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120px;
  text-align: center;
  z-index: 1;
}
footer .footFlex .linkGroup .linkItem .textLink {
  display: inline-block;
  line-height: 1.3;
  color: #fff;
}
footer .footFlex .linkGroup .linkItem .textLink::before, footer .footFlex .linkGroup .linkItem .textLink::after {
  top: 50%;
  transform: translate(0, -50%);
}
footer .footFlex .linkGroup .linkItem .textLink:hover span {
  border-bottom: 1px solid #fff;
}
footer .footFlex .linkGroup .linkItem .textLink:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
}
footer .footFlex .linkGroup .linkItem .textLink:hover:after {
  transform: translate(0, -50%) scale(1.18, 1.16);
}
footer .footFlex .linkGroup .linkItem .textLink:focus {
  color: #fff;
}
footer .footFlex .linkGroup .linkItem .textLink.mt-L {
  margin-top: 40px;
}
footer .footFlex .linkGroup .linkItem .textLink.mt-S {
  margin-top: 20px;
}
footer .footFlex .linkGroup .linkItem .textLink + ul {
  margin-top: 20px;
}
footer .footFlex .linkGroup .linkItem ul {
  margin-left: 10px;
}
footer .footFlex .linkGroup .linkItem ul li {
  color: #fff;
}
footer .footFlex .linkGroup .linkItem ul li.small {
  font-size: 12px;
}
footer .footFlex .linkGroup .linkItem ul li.small a:focus {
  color: #fff;
}
footer .footFlex .linkGroup .linkItem ul li.small + .small {
  margin-top: 20px;
}
footer .footFlex .linkGroup .linkItem ul li.small + .subTitle {
  margin-top: 20px;
}
footer .footFlex .linkGroup .linkItem ul li.subTitle {
  font-size: 13px;
}
footer .footFlex .linkGroup .linkItem ul li.subTitle + .subTitle {
  margin-top: 20px;
}
footer .footFlex .linkGroup .linkItem ul li.subTitle + .sub {
  margin-top: 10px;
}
footer .footFlex .linkGroup .linkItem ul li.sub {
  font-size: 13px;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
footer .footFlex .linkGroup .linkItem ul li.sub a:focus {
  color: #fff;
}
footer .footFlex .linkGroup .linkItem ul li.sub + .subTitle {
  margin-top: 20px;
}
footer .footFlex .linkGroup .linkItem ul li.sub + .subTitle a:focus {
  color: #fff;
}
footer .footFlex .linkGroup .linkItem ul li.sub + .sub {
  margin-top: 10px;
}
footer .footFlex .linkGroup .linkItem ul li.sub::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #ccc;
  width: 6px;
  left: 0;
  top: 9px;
}
footer .footFlex .linkGroup .linkItem ul li a:hover {
  border-bottom: 1px solid #fff;
}
footer .accordion_one.margin {
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}
footer .accordion_one.margin.margin02 {
  border-top: 1px dotted rgba(255, 255, 255, 0.8);
  border-bottom: none;
}
footer .accordion_one .footMenuList {
  margin: 30px 15px 0;
}
footer .accordion_one .footMenuList .footMenu {
  font-size: 16px;
  opacity: 0.8;
  color: #fff;
  display: block;
}
footer .accordion_one .footMenuList .footMenu a:focus {
  color: #fff;
}
footer .accordion_one .footMenuList .footMenu + .footMenu {
  margin-top: 15px;
}
footer .accordion_one .footMenuList .footMenu.en {
  margin-top: 40px;
}
footer .accordion_one .accordion_header {
  display: block;
  border-bottom: 1px solid #C0C0C0;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
footer .accordion_one .accordion_header span {
  position: relative;
}
footer .accordion_one .accordion_header span::after {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
}
footer .accordion_one .accordion_header.choice span {
  position: relative;
  border-bottom: 1px solid #4D4D4D;
}
footer .accordion_one .accordion_header.choice span::before {
  border-left: 8px solid #ffed00;
  position: absolute;
  content: "";
  width: 8px;
  height: 41px;
  top: 50%;
  transform: translate(0, -50%);
  left: -15px;
}
footer .accordion_one .accordion_header.open + .whiteBg {
  border-bottom: 1px solid #C0C0C0;
}
footer .accordion_one .accordion_header.open .i_box .one_i::before,
footer .accordion_one .accordion_header.open .i_box .one_i02::before,
footer .accordion_one .accordion_header.open .i_box02 .one_i::before,
footer .accordion_one .accordion_header.open .i_box02 .one_i02::before {
  opacity: 0;
}
footer .accordion_one .accordion_header.open .i_box .one_i::after,
footer .accordion_one .accordion_header.open .i_box .one_i02::after,
footer .accordion_one .accordion_header.open .i_box02 .one_i::after,
footer .accordion_one .accordion_header.open .i_box02 .one_i02::after {
  transform: translateY(-50%) rotate(180deg);
}
footer .accordion_one .accordion_header.bdTop {
  border-top: 1px solid #C0C0C0;
}
footer .accordion_one .accordion_header.outside::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/outside03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  transform: translate(0, -50%);
  top: 50%;
  right: 20px;
}
footer .accordion_one .accordion_header.titleOnly .i_box02::before {
  display: none;
}
footer .accordion_one .accordion_header a {
  display: block;
  padding: 20px 15px;
}
footer .accordion_one .accordion_header a:focus {
  color: #fff;
}
footer .accordion_one .accordion_header .i_box,
footer .accordion_one .accordion_header .i_box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 62px;
  height: 65px;
  transform: translate(0, -50%);
}
footer .accordion_one .accordion_header .i_box::before,
footer .accordion_one .accordion_header .i_box02::before {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  height: 41px;
  position: absolute;
  content: "";
  left: 0;
}
footer .accordion_one .accordion_header .i_box .one_i,
footer .accordion_one .accordion_header .i_box .one_i02,
footer .accordion_one .accordion_header .i_box02 .one_i,
footer .accordion_one .accordion_header .i_box02 .one_i02 {
  display: block;
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
footer .accordion_one .accordion_header .i_box .one_i::before, footer .accordion_one .accordion_header .i_box .one_i::after,
footer .accordion_one .accordion_header .i_box .one_i02::before,
footer .accordion_one .accordion_header .i_box .one_i02::after,
footer .accordion_one .accordion_header .i_box02 .one_i::before,
footer .accordion_one .accordion_header .i_box02 .one_i::after,
footer .accordion_one .accordion_header .i_box02 .one_i02::before,
footer .accordion_one .accordion_header .i_box02 .one_i02::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  z-index: 1;
}
footer .accordion_one .accordion_header .i_box .one_i::after,
footer .accordion_one .accordion_header .i_box .one_i02::after,
footer .accordion_one .accordion_header .i_box02 .one_i::after,
footer .accordion_one .accordion_header .i_box02 .one_i02::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
  left: 0;
}
footer .accordion_one .subTitle {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 10px;
  padding: 15px 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  text-align: left;
}
footer .accordion_one .subTitle span::after {
  display: none;
}
footer .accordion_one .subTitle a {
  display: block;
  padding: 0;
}
footer .accordion_one .subTitle a:focus {
  color: #fff;
}
footer .accordion_one .subTitle.bdBottom {
  border-bottom: none;
}
footer .accordion_one .subTitle.choice span {
  position: relative;
  border-bottom: 1px solid #4D4D4D;
}
footer .accordion_one .subTitle.choice span::before {
  border-left: 6px solid #ffed00;
  position: absolute;
  content: "";
  width: 6px;
  height: 21px;
  top: 50%;
  transform: translate(0, -50%);
  left: -13px;
}
footer .accordion_one .subTitle .i_box,
footer .accordion_one .subTitle .i_box02 {
  width: 52px;
  height: 42px;
}
footer .accordion_one .subTitle .i_box::before,
footer .accordion_one .subTitle .i_box02::before {
  height: 26px;
}
footer .accordion_one .subTitle .i_box .one_i::before, footer .accordion_one .subTitle .i_box .one_i::after,
footer .accordion_one .subTitle .i_box .one_i02::before,
footer .accordion_one .subTitle .i_box .one_i02::after,
footer .accordion_one .subTitle .i_box02 .one_i::before,
footer .accordion_one .subTitle .i_box02 .one_i::after,
footer .accordion_one .subTitle .i_box02 .one_i02::before,
footer .accordion_one .subTitle .i_box02 .one_i02::after {
  width: 10px;
}
footer .accordion_one .subTitle .i_box .one_i::after,
footer .accordion_one .subTitle .i_box .one_i02::after,
footer .accordion_one .subTitle .i_box02 .one_i::after,
footer .accordion_one .subTitle .i_box02 .one_i02::after {
  left: 10%;
}
footer .accordion_one .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 10px;
  border-bottom: none;
  padding: 0 30px;
  color: #fff;
}
footer .accordion_one .sub + .sub {
  margin-top: 15px;
}
footer .accordion_one .sub:focus {
  color: #fff !important;
}
footer .accordion_one .sub.choice span {
  position: relative;
  border-bottom: 1px solid #4D4D4D;
}
footer .accordion_one .sub.choice span::before {
  border-left: 6px solid #ffed00;
  position: absolute;
  content: "";
  width: 6px;
  height: 21px;
  top: -3px;
  left: -13px;
}
footer .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
footer .accordion_one .accordion_inner .box_one {
  height: 300px;
}
footer .accordion_one .accordion_inner .box_one p.txt_a_ac {
  margin: 0;
}
footer .foot-foot {
  border-top: 1px solid #707070;
  margin-top: 70px;
  padding-top: 40px;
  position: relative;
}
footer .foot-foot .snsArea {
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 1199px), print {
  footer .foot-foot .snsArea {
    position: unset;
    text-align: center;
    margin-bottom: 40px;
  }
}
footer .foot-foot .snsArea .snsText {
  color: #fff;
}
@media screen and (max-width: 1199px), print {
  footer .foot-foot .snsArea .snsText {
    margin-bottom: 20px;
  }
}
footer .foot-foot .snsArea .snsFlex {
  justify-content: center;
}
footer .foot-foot .snsArea .snsFlex .snsItem + .snsItem {
  margin-left: 20px;
}
footer .foot-foot .footLogo {
  width: 246px;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
footer .foot-foot .footLogo:hover {
  opacity: 0.5;
}
footer .foot-foot .footFlex {
  margin-bottom: 15px;
}
footer .foot-foot .footFlex .footLink {
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 1199px), print {
  footer .foot-foot .footFlex .footLink {
    opacity: 0.8;
  }
}
footer .foot-foot .footFlex .footLink:hover span {
  border-bottom: 1px solid #fff;
}
footer .foot-foot .footFlex .footLink:focus {
  color: #fff;
}
footer .foot-foot .footFlex .footLink + .footLink {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
footer .foot-foot .copy {
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 1199px), print {
  footer .foot-foot .copy {
    opacity: 0.8;
  }
}
footer a {
  color: #fff;
}

#top .playNow {
  position: absolute;
  color: #ff0000;
  font-size: 200px;
  transform: translate(-50%, 0);
  left: 50%;
  top: 380px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1199px), print {
  #top .playNow {
    top: 250px;
    font-size: 100px;
  }
}
#top .mv {
  z-index: 0;
}
@media screen and (max-width: 1199px), print {
  #top .wrapper {
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  #top .wrapper {
    padding: 0 20px;
  }
}
#top #main {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  #top #main {
    padding-top: 490px;
  }
}
#top #main .mainTextBox {
  max-width: 527px;
}
@media screen and (max-width: 1199px), print {
  #top #main .mainTextBox {
    width: 42.5%;
    min-width: 328px;
  }
}
@media screen and (max-width: 767px) {
  #top #main .mainTextBox {
    width: 100%;
    max-width: 100%;
  }
}
#top #main .mainTextBox h1 {
  margin: 100px 0 40px;
  padding: 0;
  max-width: 527px;
}
@media screen and (max-width: 1199px), print {
  #top #main .mainTextBox h1 {
    margin: 2.5vw 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #top #main .mainTextBox .button01 {
    display: block;
    margin: 0 auto;
  }
}
#top #topGroup {
  position: relative;
  z-index: 1;
}
#top #topGroup .groupBox {
  position: relative;
  padding: 25px 0;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px), print {
  #top #topGroup .groupBox {
    padding: 60px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top #topGroup .groupBox {
    padding-bottom: 380px;
    padding-top: 80px;
  }
}
#top #topGroup .groupBox .groupArea {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 1199px), print {
  #top #topGroup .groupBox .groupArea {
    left: auto;
    position: unset;
  }
}
#top #topGroup .groupBox .groupImage {
  display: block;
  width: 766px;
  padding-left: 15px;
}
@media screen and (max-width: 1199px), print {
  #top #topGroup .groupBox .groupImage {
    width: 59.4vw;
    padding: 0;
    position: relative;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  #top #topGroup .groupBox .groupImage {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    width: 118%;
  }
}
#top #topGroup .groupBox .groupText {
  max-width: 484px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px), print {
  #top #topGroup .groupBox .groupText {
    margin-right: 48px;
    max-width: 540px;
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #top #topGroup .groupBox .groupText {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    transform: none;
    top: 69%;
  }
}
@media screen and (max-width: 500px) {
  #top #topGroup .groupBox .groupText {
    top: 59%;
  }
}
@media screen and (max-width: 450px) {
  #top #topGroup .groupBox .groupText {
    top: 55%;
  }
}
#top #topGroup .groupBox .groupText h2 {
  margin-bottom: 20px;
}
#top #topGroup .groupBox .groupText h2::before, #top #topGroup .groupBox .groupText h2::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #top #topGroup .groupBox .groupText h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#top #topGroup .groupBox .groupText p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top #topGroup .groupBox .groupText .button01 {
    margin: 0 auto;
    display: block;
  }
}
#top .groupLink {
  position: relative;
  top: -85px;
  max-width: 1104px;
  width: 100%;
  transform: translate(-50%, 0);
  left: 50%;
}
@media screen and (max-width: 1199px), print {
  #top .groupLink {
    padding: 0 48px;
    max-width: 100%;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  #top .groupLink {
    padding: 0 20px;
    bottom: -350px;
  }
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #707070;
    width: 49%;
    height: 86px;
    max-height: 86px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #top .groupLink .columnItem {
    width: 100%;
  }
  #top .groupLink .columnItem:nth-child(n+2) {
    margin-top: 15px;
  }
}
#top .groupLink .columnItem:nth-of-type(1) .columnImage .itemThumb {
  background-image: url(../images/top/groupLink01_04.png);
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem:nth-of-type(1) .columnImage .itemThumb {
    background-image: url(../images/top/groupLink01_sp.png);
  }
}
#top .groupLink .columnItem:nth-of-type(2) .columnImage .itemThumb {
  background-image: url(../images/top/groupLink02_02.png);
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem:nth-of-type(2) .columnImage .itemThumb {
    background-image: url(../images/top/groupLink02_sp.png);
  }
}
#top .groupLink .columnItem:nth-of-type(3) .columnImage .itemThumb {
  background-image: url(../images/top/groupLink03_02.png);
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem:nth-of-type(3) .columnImage .itemThumb {
    background-image: url(../images/top/groupLink03_sp.png);
  }
}
#top .groupLink .columnItem:nth-of-type(4) .columnImage .itemThumb {
  background-image: url(../images/top/groupLink04_02.png);
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem:nth-of-type(4) .columnImage .itemThumb {
    background-image: url(../images/top/groupLink04_sp.png);
  }
}
#top .groupLink .columnItem:hover .columnImage .itemThumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#top .groupLink .columnItem:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#top .groupLink .columnItem:hover .textLink span::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#top .groupLink .columnItem:hover .textLink span::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem:hover .textLink span span {
    border-bottom: none;
  }
  #top .groupLink .columnItem:hover .textLink span::before {
    transform: scale(1, 1);
  }
  #top .groupLink .columnItem:hover .textLink span::after {
    transform: scale(1, 1);
  }
}
#top .groupLink .columnItem .columnImage {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem .columnImage {
    margin-bottom: 1px;
    width: 84px;
    height: 84px;
  }
}
#top .groupLink .columnItem .columnImage .itemThumb {
  background-position: center;
  background-size: cover;
  padding-top: 59.6899%;
  transition: 0.3s all;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem .columnImage .itemThumb {
    padding-top: 100%;
  }
}
@media print {
  #top .groupLink .columnItem .columnImage .itemThumb {
    padding-top: 60%;
  }
}
#top .groupLink .columnItem .textLink {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #top .groupLink .columnItem .textLink {
    width: calc(100% - 106px);
  }
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem .textLink {
    width: calc(100% - 106px);
  }
}
#top .groupLink .columnItem .textLink::before, #top .groupLink .columnItem .textLink::after {
  display: none;
}
#top .groupLink .columnItem .textLink span {
  position: relative;
  margin-right: 45px;
}
#top .groupLink .columnItem .textLink span::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  bottom: 6px;
  right: -37px;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem .textLink span::before {
    width: 12px;
    bottom: 3px;
    right: -31px;
  }
}
#top .groupLink .columnItem .textLink span::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  bottom: -3px;
  right: -52px;
  display: block;
  border-radius: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #top .groupLink .columnItem .textLink span::after {
    width: 40px;
    height: 22px;
    right: -44px;
  }
}
#top #topPageLink {
  margin-top: -85px;
  padding: 140px 0;
}
@media screen and (max-width: 1199px), print {
  #top #topPageLink {
    margin-top: -45px;
  }
}
@media screen and (max-width: 767px) {
  #top #topPageLink {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 1199px), print {
  #top #topPageLink .linkFlex {
    flex-wrap: wrap;
  }
}
#top #topPageLink .linkFlex .linkItem {
  width: 31.8%;
}
@media screen and (max-width: 1199px), print {
  #top #topPageLink .linkFlex .linkItem {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #top #topPageLink .linkFlex .linkItem {
    width: 100%;
  }
  #top #topPageLink .linkFlex .linkItem p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #top #topPageLink .linkFlex .linkItem + .linkItem {
    margin-top: 40px;
  }
}
#top #topPageLink .linkFlex .linkItem:hover .linkImage .linkThumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#top #topPageLink .linkFlex .linkItem:hover .strongLink {
  background-color: #EDEDED;
}
#top #topPageLink .linkFlex .linkItem:hover .strongLink::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#top #topPageLink .linkFlex .linkItem:hover .strongLink::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#top #topPageLink .linkFlex .linkItem:hover .strongLink.inside::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#top #topPageLink .linkFlex .linkItem .linkImage {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
#top #topPageLink .linkFlex .linkItem .linkImage .linkThumb {
  background-position: center;
  background-size: cover;
  padding-top: 56.8181%;
  transition: 0.3s all;
  vertical-align: bottom;
}
#top #topPageLink .linkFlex .linkItem .strongLink {
  width: 100%;
  min-width: auto;
}
@media screen and (max-width: 480px) {
  #top #topPageLink .linkFlex .linkItem .strongLink {
    max-width: none;
  }
}
#top #topPageLink .linkFlex .linkItem .strongLink + p {
  margin-top: 20px;
  letter-spacing: -0.03rem;
}
#top #topPageLink .linkFlex .dummy {
  width: 31.8%;
}
#top #newsroom {
  margin-top: 60px;
}
#top #newsroom #news h2::before, #top #newsroom #news h2::after {
  display: none;
}
#top #newsroom #news .newsList {
  margin-bottom: 40px;
  display: none;
}
#top #newsroom #news .newsList.choice {
  display: block;
}

#enPage #top .groupLink .columnItem:nth-of-type(1) .columnImage .itemThumb {
  background-image: url(../images/top/groupLink01_en.png);
}
@media screen and (max-width: 1199px), print {
  #enPage #top .groupLink .columnItem:nth-of-type(1) .columnImage .itemThumb {
    background-image: url(../images/top/groupLink01_en_sp.png);
  }
}
#enPage #top .groupLink .columnItem:nth-of-type(3) .columnImage .itemThumb {
  background-image: url(../images/top/groupLink03_en.png);
}
@media screen and (max-width: 1199px), print {
  #enPage #top .groupLink .columnItem:nth-of-type(3) .columnImage .itemThumb {
    background-image: url(../images/top/groupLink03_en_sp.png);
  }
}

#newsroom #pageHeader h1 {
  padding-top: 0;
}
#newsroom #news {
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news {
    padding-bottom: 120px;
  }
}
#newsroom #news .year {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .year {
    margin-bottom: 30px;
  }
}
#newsroom #news .year .yearMenu {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #C0C0C0;
  width: 258px;
  color: #242424;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .year .yearMenu {
    max-width: 336px;
    width: 100%;
  }
}
#newsroom #news .year .yearMenu::before {
  position: absolute;
  content: "";
  background-image: url(../images/newsroom/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: translate(0, -50%);
  right: 20px;
  top: 50%;
}
#newsroom #news .year .yearMenu:hover {
  background-color: #EDEDED;
  transition: all 0.3s;
  cursor: pointer;
}
#newsroom #news .year .yearMenu select {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}
#newsroom #news .year .yearMenu select:hover {
  cursor: pointer;
}
#newsroom #news .newsCate {
  display: flex;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsCate {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
#newsroom #news .newsCate .category {
  width: 160px;
  color: #999999;
  position: relative;
  padding-bottom: 15px;
  transition: all 0.3s;
  margin-right: 10px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsCate .category {
    width: 47.2%;
    margin-right: 0;
    padding-bottom: 3px;
  }
  #newsroom #news .newsCate .category:nth-child(n+3) {
    margin-top: 24px;
  }
}
#newsroom #news .newsCate .category::before {
  position: absolute;
  content: "";
  border-bottom: 6px solid #C0C0C0;
  border-radius: 18px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsCate .category::before {
    border-bottom: 4px solid #C0C0C0;
  }
}
#newsroom #news .newsCate .category.choice {
  color: #242424;
  transition: all 0.3s;
}
#newsroom #news .newsCate .category.choice::before {
  border-bottom: 6px solid #FFED00;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsCate .category.choice::before {
    border-bottom: 4px solid #FFED00;
  }
}
#newsroom #news .newsCate .category:hover {
  color: #242424;
  transition: all 0.3s;
  cursor: pointer;
}
#newsroom #news .newsCate .category:hover::before {
  border-bottom: 6px solid #FFED00;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsCate .category:hover::before {
    border-bottom: 4px solid #FFED00;
  }
}
#newsroom #news .newsList {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList {
    margin-bottom: 40px;
  }
}
#newsroom #news .newsList .newsListItem {
  border-bottom: 1px solid #C0C0C0;
}
#newsroom #news .newsList .newsListItem:nth-of-type(1) {
  border-top: 1px solid #C0C0C0;
}
#newsroom #news .newsList .newsListItem .neweListLink {
  padding: 25px 90px 25px 20px;
  display: block;
  position: relative;
  line-height: 30px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink {
    padding: 20px 55px 20px 0;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink.pdf::before {
  background-image: url(../images/template/pdf.svg);
  width: 26px;
  height: 11px;
  right: 35px;
  top: 48px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink.pdf::before {
    right: 7px;
    top: auto;
    bottom: 40px;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink.outside::before {
  background-image: url(../images/template/outside02.svg);
  width: 16px;
  height: 12px;
  top: 47px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink.outside::before {
    top: auto;
    bottom: 40px;
    right: 12px;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50px;
  right: 40px;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink::before {
    width: 12px;
    right: 13px;
    top: auto;
    bottom: 42px;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 40px;
  right: 25px;
  display: block;
  border-radius: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink::after {
    width: 40px;
    height: 22px;
    right: 0;
    top: auto;
    bottom: 35px;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink:hover .newsTitle {
  border-bottom: 1px solid #242424;
}
#newsroom #news .newsList .newsListItem .neweListLink:hover::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#newsroom #news .newsList .newsListItem .neweListLink:hover::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink:hover .newsTitle {
    border-bottom: none;
  }
  #newsroom #news .newsList .newsListItem .neweListLink:hover::before {
    transform: scale(1, 1);
  }
  #newsroom #news .newsList .newsListItem .neweListLink:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink:active .newsTitle {
    border-bottom: 1px solid #242424;
  }
  #newsroom #news .newsList .newsListItem .neweListLink:active::before {
    transform: scale(1.3, 1.4);
  }
  #newsroom #news .newsList .newsListItem .neweListLink:active::after {
    transform: scale(1.18, 1.16);
  }
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate {
  display: flex;
  height: 26px;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink .dayCate {
    flex-wrap: wrap;
    height: auto;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate .day {
  font-weight: 700;
  color: #242424;
  margin-right: 15px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #news .newsList .newsListItem .neweListLink .dayCate .day {
    display: block;
    width: 100%;
  }
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate .cate01 {
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  width: 130px;
  text-align: center;
  margin-right: 5px;
  height: 100%;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate .cate01.info {
  background-color: #D36464;
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate .cate01.ir {
  background-color: #5D78C1;
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate .cate01.event {
  background-color: #D9AC15;
}
#newsroom #news .newsList .newsListItem .neweListLink .dayCate .cate02 {
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  border-radius: 4px;
  width: 144px;
  text-align: center;
  background-color: #EDEDED;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
#newsroom #news .newsList .newsListItem .neweListLink .newsListTitle {
  color: #4D4D4D;
  margin-bottom: 0;
}
#newsroom #news .newsList .newsListItem .neweListLink .newsListTitle .new {
  color: #D36464;
  font-size: 18px;
  font-weight: bold;
}
#newsroom #news .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #newsroom #news .pagination {
    justify-content: flex-start;
  }
}
#newsroom #news .pagination li {
  margin-right: 9px;
  margin-top: 10px;
}
#newsroom #news .pagination li.number a {
  border: 1px solid #C0C0C0;
}
#newsroom #news .pagination li.pre {
  position: relative;
}
#newsroom #news .pagination li.pre::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
#newsroom #news .pagination li.next {
  position: relative;
}
#newsroom #news .pagination li.next::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#newsroom #news .pagination li.choice a {
  background-color: #EDEDED;
  color: #242424;
}
#newsroom #news .pagination li:hover a {
  background-color: #EDEDED;
  color: #242424;
}
#newsroom #news .pagination li a {
  color: #999999;
  display: block;
  width: 38px;
  height: 38px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.3s;
  border-radius: 4px;
}
#newsroom #newsDetail {
  padding-bottom: 150px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #newsDetail {
    padding-bottom: 100px;
  }
}
#newsroom #newsDetail .dayCate {
  display: flex;
  height: 26px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #newsDetail .dayCate {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 10px;
  }
}
#newsroom #newsDetail .dayCate .day {
  font-weight: 700;
  color: #242424;
  margin-right: 15px;
}
@media screen and (max-width: 1199px), print {
  #newsroom #newsDetail .dayCate .day {
    display: block;
    width: 100%;
  }
}
#newsroom #newsDetail .dayCate .cate01 {
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  width: 130px;
  text-align: center;
  margin-right: 5px;
  height: 100%;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
#newsroom #newsDetail .dayCate .cate01.info {
  background-color: #D36464;
}
#newsroom #newsDetail .dayCate .cate01.ir {
  background-color: #5D78C1;
}
#newsroom #newsDetail .dayCate .cate01.event {
  background-color: #D9AC15;
}
#newsroom #newsDetail .dayCate .cate02 {
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  border-radius: 4px;
  width: 144px;
  text-align: center;
  background-color: #EDEDED;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
#newsroom #newsDetail .dayCate + h2 {
  margin-top: 15px;
}
#newsroom #newsDetail .text {
  margin-bottom: 35px;
}
#newsroom #newsDetail .newsButton {
  margin-top: 80px;
  text-align: center;
}
#newsroom #newsDetail .newsButton .button01 {
  text-align: left;
}

#contact .flex {
  margin-top: 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .flex {
    flex-direction: column;
  }
}
#contact .flex .buttonArea {
  text-align: center;
}
#contact .flex .buttonArea + .buttonArea {
  margin-left: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #contact .flex .buttonArea + .buttonArea {
    margin-left: 0;
    margin-top: 20px;
  }
}
#contact .flex .buttonArea .button01 {
  text-align: left;
}

#ir.irTop .pageHeaderBg {
  background-image: url(../images/ir/pageHeader04.png);
  background-size: cover;
  background-position: center;
  background-color: transparent;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #ir.irTop .pageHeaderBg {
    height: 360px;
  }
}
@media screen and (max-width: 520px) {
  #ir.irTop .pageHeaderBg {
    background-image: url(../images/ir/pageHeader04_sp.png);
  }
}
#ir.irTop .pageHeaderBg .wrapper::before {
  display: none;
}
#ir.irTop .pageHeaderBg #pankuzu {
  margin-bottom: 0;
}
#ir.irTop .pageHeaderBg #pankuzu ul li {
  color: #fff !important;
}
#ir.irTop .pageHeaderBg #pankuzu ul li::before {
  background-image: url(../images/topsustaina/arw.png);
}
#ir.irTop .pageHeaderBg #pankuzu ul li a {
  color: #fff !important;
}
#ir.irTop .pageHeaderBg h1 {
  color: #fff;
}
#ir.irTop .pageHeaderBg .newsTie {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  width: 100%;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 1199px), print {
  #ir.irTop .pageHeaderBg .newsTie {
    background-color: #222;
  }
}
#ir.irTop .pageHeaderBg .newsTie p {
  margin: 0;
  line-height: 24px;
}
@media screen and (max-width: 1199px), print {
  #ir.irTop .pageHeaderBg .newsTie p {
    width: calc(100% - 110px);
  }
}
#ir.irTop .pageHeaderBg .newsTie .tieTitle {
  border-right: 1px solid #c0c0c0;
  padding-right: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1199px), print {
  #ir.irTop .pageHeaderBg .newsTie .tieTitle {
    padding-right: 15px;
    margin-right: 15px;
    width: 80px;
  }
}
#ir.irTop .kabukaArea {
  width: 446px;
}
@media screen and (max-width: 1199px), print {
  #ir.irTop .kabukaArea {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex {
    flex-direction: column-reverse;
  }
}
#ir #irTop .irTopFlex .irLeft {
  width: 64%;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft {
    width: 100%;
  }
}
#ir #irTop .irTopFlex .irLeft .irNewsTile {
  font-size: 24px;
  font-weight: bold;
  color: #242424;
  margin: 0 0 20px;
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem {
  border-bottom: 1px solid #C0C0C0;
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem:nth-of-type(1) {
  border-top: 1px solid #C0C0C0;
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink {
  display: flex;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink::before {
  display: none;
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink::after {
  display: none;
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink:hover .irTitle span {
  border-bottom: 1px solid #4D4D4D;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink:hover .irTitle span {
    border-bottom: none;
  }
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink:active::before {
    transform: translate(0, -50%) scale(1.3, 1.4);
  }
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink:active::after {
    transform: translate(0, -50%) scale(1.18, 1.16);
  }
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink:active .irTitle span {
    border-bottom: 1px solid #4D4D4D;
  }
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .day {
  font-weight: 700;
  color: #242424;
  margin-right: 15px;
  width: 106px;
  display: flex;
  margin-top: 3px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .day {
    width: 100%;
  }
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .category {
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  border-radius: 4px;
  width: 144px;
  text-align: center;
  background-color: #EDEDED;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 3px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .category {
    margin-right: 0;
  }
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .irTitle {
  color: #4D4D4D;
  width: calc(100% - 280px);
  display: inline;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .irTitle {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
}
#ir #irTop .irTopFlex .irLeft .irList .irListItem .irListLink .irTitle span {
  line-height: 30px;
}
#ir #irTop .textRight + .newIr {
  margin-top: 50px;
}
#ir #irTop .irTopLink {
  flex-wrap: wrap;
  margin: 130px 0 120px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopLink {
    margin: 90px 0;
  }
}
#ir #irTop .irTopLink .topLinkItem {
  width: 31.8%;
  height: 100%;
}
#ir #irTop .irTopLink .topLinkItem:nth-child(n+4) {
  margin-top: 80px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .irTopLink .topLinkItem {
    width: 100%;
  }
  #ir #irTop .irTopLink .topLinkItem:nth-child(n+2) {
    margin-top: 45px;
  }
}
#ir #irTop .irTopLink .topLinkItem:hover .topLinkImage .topLinkThumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#ir #irTop .irTopLink .topLinkItem:hover .strongLink {
  background-color: #EDEDED;
}
#ir #irTop .irTopLink .topLinkItem:hover .strongLink::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#ir #irTop .irTopLink .topLinkItem:hover .strongLink::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#ir #irTop .irTopLink .topLinkItem:hover .strongLink.inside::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#ir #irTop .irTopLink .topLinkItem .topLinkImage {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
#ir #irTop .irTopLink .topLinkItem .topLinkImage .topLinkThumb {
  background-position: center;
  background-size: cover;
  padding-top: 56.8181%;
  transition: 0.3s all;
  vertical-align: bottom;
}
#ir #irTop .irTopLink .topLinkItem .strongLink {
  max-width: 100%;
  min-width: auto;
  display: block;
  width: auto;
}
#ir #irTop .irTopLink .dummy {
  width: 31.8%;
}
#ir #irTop .mapBg {
  background-color: #EDEDED;
  padding: 120px 0;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .mapBg {
    padding: 75px 0 105px;
  }
}
#ir #irTop .mapBg .mapFlex {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .mapBg .mapFlex {
    flex-direction: column;
  }
}
#ir #irTop .mapBg .mapFlex .mapItem {
  width: 23.4%;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .mapBg .mapFlex .mapItem {
    width: 100%;
  }
  #ir #irTop .mapBg .mapFlex .mapItem + .mapItem {
    margin-top: 40px;
  }
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  color: #242424;
  margin-bottom: 20px;
  padding: 20px 0 20px 80px;
  position: relative;
  display: block;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.first::before {
  background-image: url(../images/ir/mapIcon01.png);
  width: 67px;
  height: 53px;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.second::before {
  background-image: url(../images/ir/mapIcon02.png);
  width: 68px;
  height: 45px;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.third::before {
  background-image: url(../images/ir/mapIcon03.png);
  width: 68px;
  height: 38px;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth::before {
  background-image: url(../images/ir/mapIcon04.png);
  width: 56px;
  height: 52px;
  left: 7px;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth:hover span {
  border-bottom: 1px solid #242424;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth:hover span::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth:hover span::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth:hover span {
    border-bottom: none;
  }
  #ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth:hover span::before {
    transform: translate(0, -50%) scale(1, 1);
  }
  #ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth:hover span::after {
    transform: translate(0, -50%) scale(1, 1);
  }
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth span::before, #ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth span::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
  top: 50%;
  transform: translate(0, -50%);
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth span::before {
  background-image: url(../images/template/arw.svg);
  width: 14px;
  height: 8px;
  left: 197px;
  z-index: 1;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth span::before {
    width: 12px;
  }
}
#ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth span::after {
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  left: 180px;
  display: block;
  border-radius: 18px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .mapBg .mapFlex .mapItem .mapTitle.forth span::after {
    width: 40px;
    height: 22px;
  }
}
#ir #irTop .linkFlex {
  flex-wrap: wrap;
}
#ir #irTop .linkFlex .strongLink {
  width: 31.9%;
}
#ir #irTop .linkFlex .strongLink:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #ir #irTop .linkFlex .strongLink {
    width: 100%;
  }
  #ir #irTop .linkFlex .strongLink:nth-child(n+2) {
    margin-top: 10px;
  }
}
#ir #irTop .linkFlex .dummy {
  width: 31.9%;
}

#highlights {
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px), print {
  #highlights h2 + .columnFlex .columnItem + .columnItem h3 {
    margin-top: 66px;
  }
}
#highlights h2 + .columnFlex h3 {
  margin-top: 0;
}
#highlights .columnFlex + .columnFlex {
  margin-top: 0;
}
@media screen and (max-width: 1199px), print {
  #highlights .columnFlex .columnItem + .columnItem {
    margin-top: 0;
  }
}
#highlights .js-scrollable {
  margin-top: 35px;
}
#highlights .table02 {
  font-size: 13px;
}
@media screen and (max-width: 1199px), print {
  #highlights .table02 {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #highlights .table02 {
    width: 650px;
  }
}
#highlights .table02 tr:nth-of-type(1) th {
  text-align: center;
}
#highlights .table02 tr:nth-of-type(1) th:nth-child(1) {
  width: 13.2% !important;
}
#highlights .table02 tr:nth-of-type(1) th:nth-of-type(n+2) {
  width: 17% !important;
}
#highlights .table02 tr td {
  text-align: right;
  padding: 15px 10px;
}
#highlights .table02 tr td:nth-of-type(1) {
  text-align: center;
}

.newIr {
  background-color: #EDEDED;
  border-radius: 8px;
  padding: 30px;
  width: 32%;
  height: 100%;
}
@media screen and (max-width: 1199px), print {
  .newIr {
    padding: 30px;
    width: 100%;
    margin-bottom: 75px;
  }
}
.newIr .newTitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #242424;
  padding-bottom: 10px;
  border-bottom: 1px solid #C0C0C0;
}
.newIr .newLinkArea {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #C0C0C0;
}
.newIr .newLinkArea .pointList {
  margin-bottom: 10px;
}
.newIr .newLinkArea .pointList li {
  line-height: 18px !important;
}
.newIr .newLinkArea .pointList li span {
  font-size: 12px;
}
.newIr .newLinkArea .pointList li + li {
  margin-top: 10px;
}
.newIr .newLinkArea .pointList li a {
  border-bottom: none !important;
  font-weight: normal !important;
}
.newIr .button01 {
  min-width: auto;
  border-radius: 8px;
  padding: 15px 15px 55px 15px;
  text-align: center;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 1199px), print {
  .newIr .button01 {
    max-width: none;
  }
}
.newIr .button01 span {
  font-size: 12px;
}
.newIr .button01.download::before {
  background-image: url(../images/template/download.svg);
  width: 18px;
  height: 13px;
  right: 33px;
}
.newIr .button01::before {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 25px;
  top: auto;
}
.newIr .button01::after {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 40px;
  height: 22px;
  top: auto;
}
.newIr .button01:hover::before {
  transform: translate(-50%, 0) scale(1.3, 1.4);
  transition: all 0.3s;
}
.newIr .button01:hover::after {
  transform: translate(-50%, 0) scale(1.18, 1.16);
  transition: all 0.3s;
}
.newIr .textLink span span {
  font-size: 12px;
  border-bottom: none;
}

.governance {
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px), print {
  .governance {
    padding-bottom: 120px;
  }
}
.governance .buttonArea {
  margin-top: 20px;
  text-align: left;
}

#irPrice {
  padding-bottom: 130px;
}
@media screen and (max-width: 1199px), print {
  #irPrice {
    padding-bottom: 80px;
  }
}

#enPage #ir #irTop .linkFlex {
  align-items: flex-end;
}
#enPage #ir.meeting .meetingAcd dl {
  justify-content: space-between;
}
#enPage #ir.meeting .meetingAcd dl dd {
  width: calc(100% - 220px);
}
@media screen and (max-width: 1199px), print {
  #enPage #ir.meeting .meetingAcd dl dd {
    width: 100%;
  }
}
#enPage #ir.meeting .meetingTitle {
  padding-right: 70px;
}
#enPage #ir.meeting .meetingTitle button {
  text-align: left;
}
@media screen and (max-width: 1199px), print {
  #enPage #ir.meeting .meetingAcd2 {
    width: 100%;
  }
}
#enPage #ir #irTop .irTopLink .topLinkItem:nth-child(1) .strongLink, #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(2) .strongLink, #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(5) .strongLink {
  margin-top: 29px;
}
@media screen and (max-width: 1199px), print {
  #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(1) .strongLink, #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(2) .strongLink, #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(5) .strongLink {
    margin-top: 0;
  }
}
#enPage #ir #irTop .irTopLink .topLinkItem:nth-child(1):hover, #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(2):hover, #enPage #ir #irTop .irTopLink .topLinkItem:nth-child(5):hover {
  background-color: #EDEDED;
}

#person {
  background-image: url("../images/person/bg.svg");
  background-color: #EDEDED;
  background-repeat: repeat;
  padding-bottom: 170px;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #person {
    padding-bottom: 120px;
  }
}
#person.second {
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
}
@media screen and (max-width: 390px) {
  #person.second #pageHeader {
    margin-bottom: 0;
  }
}
#person.second #pageHeader .pageHeaderBg {
  background-image: url(../images/person/pageHeader02.png);
}
@media screen and (max-width: 390px) {
  #person.second #pageHeader .pageHeaderBg {
    background-image: url(../images/person/pageHeader02_sp.png);
    padding-bottom: 180px;
  }
}
#person.second #pageHeader .pageHeaderBg .personTime {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 390px) {
  #person.second #pageHeader .pageHeaderBg .personTime {
    margin-bottom: 15px;
  }
}
#person.second #pageHeader .pageHeaderBg h1 {
  width: 100%;
  margin-bottom: 105px;
}
@media screen and (max-width: 1199px), print {
  #person.second #pageHeader .pageHeaderBg h1 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 390px) {
  #person.second #pageHeader .pageHeaderBg h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px), print {
  #person #pageHeader {
    margin-bottom: 46px;
  }
}
#person #pageHeader .pageHeaderBg {
  background-image: url(../images/person/pageHeader03.png);
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  width: 100%;
  padding-bottom: 90px;
}
@media screen and (max-width: 390px) {
  #person #pageHeader .pageHeaderBg {
    background-image: url(../images/person/pageHeader03_sp.png);
    padding-bottom: 23.8vw;
  }
}
#person #pageHeader .pageHeaderBg .wrapper::before {
  display: none;
}
#person #pageHeader .pageHeaderBg #pankuzu {
  margin-bottom: 35px;
}
#person #pageHeader .pageHeaderBg h1 {
  padding-top: 0;
  width: 440px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1199px), print {
  #person #pageHeader .pageHeaderBg h1 {
    width: 335px;
  }
}
@media screen and (max-width: 390px) {
  #person #pageHeader .pageHeaderBg h1 {
    margin-bottom: 30px;
  }
}
#person #pageHeader .pageHeaderBg p {
  margin-bottom: 0;
}
@media screen and (max-width: 390px) {
  #person #pageHeader .pageHeaderBg p {
    line-height: 34px;
  }
}
#person .personList {
  flex-wrap: wrap;
}
#person .personList .personItem {
  width: 31.8%;
}
#person .personList .personItem:nth-child(n+4) {
  margin-top: 80px;
}
@media screen and (max-width: 1199px), print {
  #person .personList .personItem {
    width: 48%;
  }
  #person .personList .personItem:nth-child(n+3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #person .personList .personItem {
    width: 100%;
  }
  #person .personList .personItem:nth-child(n+2) {
    margin-top: 46px;
  }
}
#person .personList .personItem a {
  display: block;
  position: relative;
}
#person .personList .personItem a .personTime {
  position: absolute;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 5px;
  line-height: 1;
}
#person .personList .personItem a:hover .thumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#person .personList .personItem a:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#person .personList .personItem a:hover .textLink::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#person .personList .personItem a:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #person .personList .personItem a:hover .textLink span {
    border-bottom: none;
  }
  #person .personList .personItem a:hover .textLink::before {
    transform: scale(1, 1);
  }
  #person .personList .personItem a:hover .textLink::after {
    transform: scale(1, 1);
  }
}
#person .personList .personItem a .thumb_area {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 20px;
}
#person .personList .personItem a .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 73.2954%;
  transition: 0.3s all;
  vertical-align: bottom;
}
@media print {
  #person .personList .personItem a .thumb_area .thumb {
    padding-top: 60%;
  }
}
#person .personList .personItem a .personTitle {
  background: linear-gradient(transparent 82%, #FFED00 18%);
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  display: inline;
  padding: 0;
  margin: 0;
}
#person .personList .personItem a .personTitle::before, #person .personList .personItem a .personTitle::after {
  display: none;
}
@media screen and (max-width: 1199px), print {
  #person .personList .personItem a .personTitle {
    background: linear-gradient(transparent 61%, #FFED00 39%);
  }
}
#person .personList .personItem a .personCompany {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 21px;
}
#person .personList .personItem a .personName {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 25px;
  line-height: 28px;
}
@media screen and (max-width: 1199px), print {
  #person .personList .personItem a .personName {
    margin-bottom: 20px;
  }
}
#person .personList .personItem a .personName span {
  font-size: 18px;
}
#person .personList .dummy {
  width: 31.8%;
}
#person #personDetail .mainImage {
  margin: -260px 0 50px;
  overflow: hidden;
  border-radius: 17px;
}
@media screen and (max-width: 390px) {
  #person #personDetail .mainImage {
    margin: -140px 0 40px;
  }
}
#person #personDetail .mainImage .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 61.135%;
  vertical-align: bottom;
}
#person #personDetail .personFlex {
  max-width: 725px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .personFlex {
    flex-direction: column;
  }
}
#person #personDetail .personFlex .personImage {
  width: 112px;
  height: 112px;
  background-color: #FEED00;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .personFlex .personImage {
    margin-bottom: 20px;
  }
}
#person #personDetail .personFlex .personImage .personImageDetail {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 130px;
  height: 144px;
}
#person #personDetail .personFlex .personInfo {
  width: calc(100% - 130px);
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .personFlex .personInfo {
    width: 100%;
  }
}
#person #personDetail .personFlex .personInfo .personCompany {
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .personFlex .personInfo .personCompany {
    margin-bottom: 10px;
    text-align: center;
    line-height: 32px;
  }
}
#person #personDetail .personFlex .personInfo .personCompany span {
  font-size: 20px;
}
#person #personDetail .personFlex .personInfo .comment {
  margin: 0;
}
#person #personDetail .myBox {
  margin: 45px 0 0;
  border-top: 1px solid #4D4D4D;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .myBox {
    margin-top: 60px;
  }
}
#person #personDetail .myBox .myItem .myExample {
  font-size: 17px;
  font-weight: bold;
  margin-top: 80px;
}
#person #personDetail .myBox .myItem .myExample span {
  font-size: 22px;
  background-color: #FEED00;
  border-radius: 6px;
  padding: 5px 15px;
  margin-left: 10px;
}
#person #personDetail .myBox .myItem h2 {
  padding-bottom: 0;
  margin: 30px 0 36px;
}
#person #personDetail .myBox .myItem h2::before, #person #personDetail .myBox .myItem h2::after {
  display: none;
}
#person #personDetail .myBox .myItem .myText {
  margin-bottom: 36px;
  color: #4D4D4D;
}
#person #personDetail .myBox .myItem .myImages {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
#person #personDetail .myBox .myItem .myImages .my_image {
  background-position: center;
  background-size: cover;
  padding-top: 42.2489%;
  vertical-align: bottom;
}
#person #personDetail .relationBg {
  position: relative;
  background-image: url(../images/person/relationBg.png);
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 225px 0 140px;
  margin-top: -20px;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .relationBg {
    background-image: url(../images/person/relationBg_sp.png);
    padding: 80px 0 125px;
    margin-top: 80px;
  }
}
#person #personDetail .relationBg h4 {
  margin: 0 0 35px;
}
#person #personDetail .relationBg .linkFlex {
  max-width: 730px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .relationBg .linkFlex {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
#person #personDetail .relationBg .linkFlex .strongLink {
  width: 48.2%;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .relationBg .linkFlex .strongLink {
    width: 100%;
  }
}
#person #personDetail .relationBg .otherTitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 65px;
  color: #242424;
  line-height: 46px;
}
#person #personDetail .relationBg .personList {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 120px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px), print {
  #person #personDetail .relationBg .personList {
    margin-bottom: 100px;
  }
}
#person #personDetail .relationBg .personList .personItem {
  width: 48.2%;
}
@media screen and (max-width: 767px) {
  #person #personDetail .relationBg .personList .personItem {
    width: 100%;
  }
  #person #personDetail .relationBg .personList .personItem:nth-child(n+2) {
    margin-top: 46px;
  }
}
#person #personDetail .relationBg .buttonArea {
  text-align: center;
}
#person #personDetail .relationBg .buttonArea .button01 {
  margin: 0 auto;
}

#network {
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px), print {
  #network {
    padding-bottom: 120px;
  }
}
#network h2 {
  margin-bottom: 0;
  margin-top: 120px !important;
}
#network #japan,
#network #china,
#network #asia,
#network #america {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #network #japan,
  #network #china,
  #network #asia,
  #network #america {
    margin-top: 0;
    padding-top: 0;
  }
}
#network .map {
  position: relative;
}
#network .map .mapLink {
  display: block;
  text-align: center;
  position: absolute;
}
#network .map .mapLink.japan {
  top: 170px;
  left: 405px;
  width: 155px;
}
#network .map .mapLink.china {
  top: 150px;
  left: 180px;
  width: 150px;
}
#network .map .mapLink.asia {
  bottom: 85px;
  width: 160px;
  left: 305px;
}
#network .map .mapLink.america {
  top: 180px;
  right: 210px;
}
#network .map .mapLink:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#network .map .mapLink:hover .textLink::before {
  transform: scale(1.3, 1.4) rotate(90deg);
  bottom: 3px;
}
@media screen and (max-width: 1199px), print {
  #network .map .mapLink:hover .textLink span {
    border-bottom: none;
  }
  #network .map .mapLink:hover .textLink span::before {
    transform: scale(1, 1) rotate(90deg);
  }
  #network .map .mapLink:hover .textLink::after {
    transform: scale(1, 1);
  }
}
#network .map .mapLink .big {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
#network .map .pageLinkArea {
  margin-top: 25px;
}
#network .networkFlex {
  flex-wrap: wrap;
}
#network .networkFlex .networkItem {
  width: 48.9%;
}
@media screen and (max-width: 1199px), print {
  #network .networkFlex .networkItem {
    width: 100%;
  }
  #network .networkFlex .networkItem + .columnItem {
    margin-top: 20px;
  }
}
#network .networkFlex .networkItem .segmentFlex {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px), print {
  #network .networkFlex .networkItem .segmentFlex {
    max-width: 264px;
  }
}
#network .networkFlex .networkItem .segmentFlex .segmentItem {
  width: 24.4%;
}
@media screen and (max-width: 1199px), print {
  #network .networkFlex .networkItem .segmentFlex .segmentItem {
    width: 49.2%;
  }
  #network .networkFlex .networkItem .segmentFlex .segmentItem:nth-child(n+3) {
    margin-top: 5px;
  }
}
#network .pointList {
  margin-bottom: 20px;
}
#network .pointList a {
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid #FFED00;
}
#network .pointList a:hover {
  border-bottom: 3px solid transparent;
}
#network .w-1199__show {
  display: none;
}
@media screen and (max-width: 1199px) {
  #network .w-1199__show {
    display: block;
  }
}
@media screen and (max-width: 521px) {
  #network .w-1199__show {
    display: none;
  }
}
@media print {
  #network .w-1199__show {
    display: block;
  }
}
#network .w-520__show {
  display: none;
}
@media screen and (max-width: 520px) {
  #network .w-520__show {
    display: block;
  }
}

#message .name,
#topmessage .name {
  margin-bottom: 0;
  color: #242424;
}
#message .name span,
#topmessage .name span {
  font-size: 24px;
  font-weight: bold;
}
#message .nameFlex,
#topmessage .nameFlex {
  justify-content: center;
  color: #242424;
  background-color: #EDEDED;
  padding: 15px;
}
@media screen and (max-width: 1199px), print {
  #message .nameFlex,
  #topmessage .nameFlex {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
#message .nameFlex + p,
#topmessage .nameFlex + p {
  margin-top: 35px;
}
#message .nameFlex .name,
#topmessage .nameFlex .name {
  margin-bottom: 0;
}
#message .nameFlex .name span,
#topmessage .nameFlex .name span {
  font-size: 24px;
  font-weight: bold;
}
#message .nameFlex .name + .name,
#topmessage .nameFlex .name + .name {
  margin: 0 0 0 80px;
}
@media screen and (max-width: 1199px), print {
  #message .nameFlex .name + .name,
  #topmessage .nameFlex .name + .name {
    margin: 10px 0 0 0;
  }
}
#message h2,
#topmessage h2 {
  margin-top: 120px;
}
#message .nameFlex02,
#topmessage .nameFlex02 {
  color: #242424;
  margin-top: 40px;
}
@media screen and (max-width: 1199px), print {
  #message .nameFlex02,
  #topmessage .nameFlex02 {
    flex-direction: column;
    align-items: flex-end;
  }
}
#message .nameFlex02 .name,
#topmessage .nameFlex02 .name {
  margin-bottom: 0;
}
#message .nameFlex02 .name span,
#topmessage .nameFlex02 .name span {
  font-size: 24px;
  font-weight: bold;
}
#message .nameFlex02 .name + .name,
#topmessage .nameFlex02 .name + .name {
  margin: 0 0 0 55px;
}
@media screen and (max-width: 1199px), print {
  #message .nameFlex02 .name + .name,
  #topmessage .nameFlex02 .name + .name {
    margin: 10px 0 0 0;
  }
}
#message .mainFlex,
#topmessage .mainFlex {
  color: #242424;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px), print {
  #message .mainFlex,
  #topmessage .mainFlex {
    flex-direction: column-reverse;
    border-bottom: none;
    margin-bottom: 50px;
  }
}
#message .mainFlex h2,
#topmessage .mainFlex h2 {
  font-size: 40px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 60px;
}
@media screen and (max-width: 1199px), print {
  #message .mainFlex h2,
  #topmessage .mainFlex h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
#message .mainFlex h2::before, #message .mainFlex h2::after,
#topmessage .mainFlex h2::before,
#topmessage .mainFlex h2::after {
  display: none;
}
#message .mainFlex .mainImage,
#topmessage .mainFlex .mainImage {
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #message .mainFlex .mainImage,
  #topmessage .mainFlex .mainImage {
    text-align: center;
    width: 100%;
  }
}
#message .mainFlex .mainImage img,
#topmessage .mainFlex .mainImage img {
  height: 420px;
}
@media screen and (max-width: 1199px), print {
  #message .mainFlex .mainImage img,
  #topmessage .mainFlex .mainImage img {
    height: auto;
  }
}
#message .mainFlex .mainImage .mainText,
#topmessage .mainFlex .mainImage .mainText {
  position: absolute;
  left: 66px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px), print {
  #message .mainFlex .mainImage .mainText,
  #topmessage .mainFlex .mainImage .mainText {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 35px;
    text-align: left;
  }
}

#message h2::before, #message h2::after {
  display: none;
}

#topmessage .name {
  margin-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #topmessage .name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px), print {
  #topmessage .name {
    text-align: right;
  }
}

#stock ul + table,
#stock ul + .js-scrollable {
  margin-top: 20px;
}
#stock table + .comment,
#stock .js-scrollable + .comment {
  margin-top: 20px;
}
#stock .indent {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#stock .table02.kabunushi tr:nth-child(1) th:nth-child(1) {
  width: 70% !important;
}
#stock .table02.kabunushi tr:nth-child(1) th:nth-child(2), #stock .table02.kabunushi tr:nth-child(1) th:nth-child(3) {
  width: 15% !important;
}

#advertising .video {
  margin-top: 30px;
}
#advertising .video video {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 520px) {
  #advertising .video video {
    height: auto;
  }
}

#return .table_return {
  text-align: center;
}
#return .table_return tr:nth-of-type(1) th {
  text-align: center;
}
#return .table_return tr:nth-of-type(1) th:nth-of-type(1) {
  width: 20%;
}
#return .table_return tr:nth-child(2) th {
  background-color: #4D4D4D;
  color: #fff;
  border: 1px solid #C0C0C0;
  width: 26.7%;
  text-align: center;
}

#sustainability .pageHeaderBg {
  background-image: url(../images/topsustaina/pageHeader02.png);
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
@media screen and (max-width: 520px) {
  #sustainability .pageHeaderBg {
    height: 295px;
    background-image: url(../images/topsustaina/pageHeader02_sp.png);
  }
}
#sustainability .pageHeaderBg .wrapper::before {
  display: none;
}
#sustainability .pageHeaderBg #pankuzu ul li {
  color: #fff !important;
}
#sustainability .pageHeaderBg #pankuzu ul li::before {
  background-image: url(../images/topsustaina/arw.png);
}
#sustainability .pageHeaderBg #pankuzu ul li a {
  color: #fff !important;
}
#sustainability .pageHeaderBg h1 {
  color: #fff;
}
#sustainability h2 {
  margin-top: 90px;
}
#sustainability #news h3 {
  padding-left: 0;
}
#sustainability #news h3::before {
  display: none;
}
#sustainability #news .sustainaList {
  margin-bottom: 35px;
}
#sustainability #news .sustainaList .sustainaListItem {
  border-bottom: 1px solid #C0C0C0;
}
#sustainability #news .sustainaList .sustainaListItem:nth-of-type(1) {
  border-top: 1px solid #C0C0C0;
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink {
  display: flex;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink {
    flex-wrap: wrap;
    padding: 20px 45px 20px 0;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink.pdf::before {
  background-image: url(../images/template/pdf.svg);
  width: 26px;
  height: 11px;
  right: 35px;
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink.pdf::before {
    right: 7px;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink.outside::before {
  background-image: url(../images/template/outside02.svg);
  width: 16px;
  height: 12px;
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink.outside::before {
    right: 12px;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 40px;
  z-index: 1;
  transition: all 0.3s;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink::before {
    width: 12px;
    right: 13px;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink::after {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 25px;
  display: block;
  border-radius: 18px;
  transition: all 0.3s;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink::after {
    width: 40px;
    height: 22px;
    right: 0;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink:hover::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink:hover::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink:hover .sustainaTitle span {
  border-bottom: 1px solid #4D4D4D;
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink:hover::before {
    transform: translate(0, -50%);
  }
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink:hover::after {
    transform: translate(0, -50%);
  }
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink:hover .sustainaTitle span {
    border-bottom: none;
  }
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink:active::before {
    transform: translate(0, -50%) scale(1.3, 1.4);
  }
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink:active::after {
    transform: translate(0, -50%) scale(1.18, 1.16);
  }
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink:active .sustainaTitle span {
    border-bottom: 1px solid #4D4D4D;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink .day {
  font-weight: 700;
  color: #242424;
  margin-right: 15px;
  width: 106px;
  display: flex;
  align-items: center;
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink .category {
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  border-radius: 4px;
  width: 144px;
  text-align: center;
  background-color: #EDEDED;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink .category {
    margin-right: 0;
  }
}
#sustainability #news .sustainaList .sustainaListItem .sustainaListLink .sustainaTitle {
  color: #4D4D4D;
  width: calc(100% - 280px);
  padding-right: 70px;
  display: inline;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px), print {
  #sustainability #news .sustainaList .sustainaListItem .sustainaListLink .sustainaTitle {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
}
#sustainability .manaFlex {
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px), print {
  #sustainability .manaFlex {
    flex-direction: column;
  }
}
#sustainability .manaFlex .manaItem {
  width: 31.8%;
  height: 100% !important;
}
@media screen and (max-width: 1199px), print {
  #sustainability .manaFlex .manaItem {
    width: 100%;
  }
}
#sustainability .manaFlex .manaItem:hover .manaImage .manaThumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#sustainability .manaFlex .manaItem:hover .strongLink {
  background-color: #EDEDED;
}
#sustainability .manaFlex .manaItem:hover .strongLink::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#sustainability .manaFlex .manaItem:hover .strongLink::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#sustainability .manaFlex .manaItem:hover .strongLink.inside::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#sustainability .manaFlex .manaItem .manaImage {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
#sustainability .manaFlex .manaItem .manaImage .manaThumb {
  background-position: center;
  background-size: cover;
  padding-top: 56.8181%;
  transition: 0.3s all;
  vertical-align: bottom;
}
#sustainability .manaFlex .manaItem .strongLink {
  display: block;
  min-width: auto;
  width: auto !important;
}
#sustainability .grayBg {
  background-color: #EDEDED;
  padding: 90px 0;
}
@media screen and (max-width: 1199px), print {
  #sustainability .grayBg .linkFlex {
    flex-direction: column;
  }
}
#sustainability .grayBg .linkFlex .linkBox {
  width: 31.8%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1199px), print {
  #sustainability .grayBg .linkFlex .linkBox {
    width: 100%;
  }
  #sustainability .grayBg .linkFlex .linkBox + .linkBox {
    margin-top: 40px;
  }
}
#sustainability .grayBg .linkFlex .linkBox .linkImage {
  position: relative;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
#sustainability .grayBg .linkFlex .linkBox .linkImage .linkBg {
  background-position: center;
  background-size: cover;
  padding-top: 56.8181%;
  vertical-align: bottom;
}
#sustainability .grayBg .linkFlex .linkBox .linkImage .alphabet {
  position: absolute;
  width: 29px;
  height: 58px;
  bottom: 15px;
  left: 25px;
  margin: 0;
}
#sustainability .grayBg .linkFlex .linkBox .linkImage .alphaText {
  position: absolute;
  bottom: 25px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  left: 70px;
  margin: 0;
}
#sustainability .grayBg .linkFlex .linkBox .pageLinkArea {
  background-color: transparent;
}
#sustainability .grayBg .linkFlex .linkBox .pageLinkArea .pageLink {
  margin-right: 20px;
  width: 100%;
}
#sustainability .dataFlex {
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px), print {
  #sustainability .dataFlex {
    flex-direction: column;
  }
}
#sustainability .dataFlex .dataItem {
  width: 31.8%;
  height: 100%;
}
@media screen and (max-width: 1199px), print {
  #sustainability .dataFlex .dataItem {
    width: 100%;
  }
}
#sustainability .dataFlex .dataItem:hover .strongLink {
  background-color: #EDEDED;
}
#sustainability .dataFlex .dataItem:hover .strongLink::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#sustainability .dataFlex .dataItem:hover .strongLink::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#sustainability .dataFlex .dataItem:hover .strongLink.inside::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#sustainability .dataFlex .dummy {
  width: 31.8%;
}
#sustainability .dataFlex .strongLink {
  display: block;
  min-width: auto;
}
#sustainability .houkoku {
  max-width: 728px;
  margin: 0 auto 90px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sustainability .houkoku:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#sustainability .houkoku:hover .textLink::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#sustainability .houkoku:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
#sustainability .houkoku:hover img {
  transform: scale(1.2, 1.2);
  transition: all 0.3s;
}
#sustainability .houkoku img {
  transition: all 0.3s;
}
#sustainability .houkoku .houkokuTextArea {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 728px) {
  #sustainability .houkoku .houkokuTextArea {
    left: 7%;
  }
}
@media screen and (max-width: 520px) {
  #sustainability .houkoku .houkokuTextArea {
    transform: translate(-50%, 0);
    left: 50%;
    top: 9%;
    width: 250px;
  }
}
#sustainability .houkoku .houkokuTextArea .houkokuTitle {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 728px) {
  #sustainability .houkoku .houkokuTextArea .houkokuTitle {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 520px) {
  #sustainability .houkoku .houkokuTextArea .houkokuTitle {
    font-size: 24px;
  }
}
#sustainability .houkoku .houkokuTextArea .houkokuText {
  color: #4D4D4D;
  font-size: 14px;
  margin: 15px 0;
  line-height: 24.5px;
}
@media screen and (max-width: 728px) {
  #sustainability .houkoku .houkokuTextArea .houkokuText {
    font-size: 2vw;
    margin: 2.1vw 0;
  }
}
@media screen and (max-width: 520px) {
  #sustainability .houkoku .houkokuTextArea .houkokuText {
    font-size: 14px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 728px) {
  #sustainability .houkoku .houkokuTextArea .textLink {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 520px) {
  #sustainability .houkoku .houkokuTextArea .textLink {
    font-size: 18px;
  }
}
#sustainability .soshikiFlex {
  padding-top: 35px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1199px), print {
  #sustainability .soshikiFlex {
    padding-top: 20px;
    flex-direction: column;
  }
}
@media print {
  #sustainability .soshikiFlex {
    margin-top: 90px;
  }
}
#sustainability .soshikiFlex h5 {
  margin: 0;
  width: 170px;
}
@media screen and (max-width: 1199px), print {
  #sustainability .soshikiFlex h5 {
    margin-bottom: 6px;
  }
}
#sustainability .soshikiFlex p {
  margin: 0;
  width: calc(100% - 190px);
}
@media screen and (max-width: 1199px), print {
  #sustainability .soshikiFlex p {
    width: 100%;
  }
}
#sustainability .strongLink {
  min-width: auto;
  width: auto !important;
}
@media screen and (max-width: 480px) {
  #sustainability .strongLink {
    max-width: none;
  }
}
#sustainability .strongLink + p {
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  #sustainability .hide__520 {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  #sustainability .show__520 {
    display: none !important;
  }
}
@media print {
  #sustainability .show__520 {
    display: none !important;
  }
}

#content .earnings {
  padding-bottom: 165px;
}
@media screen and (max-width: 1199px), print {
  #content .earnings {
    padding-bottom: 120px;
  }
}
#content .earnings .earningsTitle {
  position: relative;
}
#content .earnings .earningsTitle + .earningsAcd + .earningsTitle {
  margin-top: 60px;
}
#content .earnings .earningsTitle.open + .earningsAcd {
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
#content .earnings .earningsTitle.open + .earningsAcd + .earningsTitle {
  margin-top: 120px;
}
#content .earnings .earningsTitle.open .mark::before {
  opacity: 0;
}
#content .earnings .earningsTitle.open .mark::after {
  transform: translateY(-50%) rotate(180deg);
}
#content .earnings .earningsTitle:hover {
  cursor: pointer;
}
#content .earnings .earningsTitle button {
  width: 100%;
  text-align: left;
}
#content .earnings .earningsTitle .mark::before, #content .earnings .earningsTitle .mark::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #4D4D4D;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  z-index: 1;
}
#content .earnings .earningsTitle .mark::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#content .earnings .earningsTitle .yellow {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .earnings .earningsTitle .yellow::before {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 0;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
}
#content .earnings .earningsAcd {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 1199px), print {
  #content .earnings .earningsFlex {
    flex-direction: column;
  }
}
#content .earnings .earningsFlex + .earningsFlex {
  border-top: 1px solid #707070;
  padding-top: 17px;
}
@media screen and (max-width: 1199px), print {
  #content .earnings .earningsFlex + .earningsFlex {
    border-top: none;
    margin-top: 40px;
    padding-top: 0;
  }
}
#content .earnings .earningsFlex .earningsLeft {
  width: 360px;
}
@media screen and (max-width: 1199px), print {
  #content .earnings .earningsFlex .earningsLeft {
    width: 100%;
  }
  #content .earnings .earningsFlex .earningsLeft p {
    margin-bottom: 0;
    border-bottom: 1px solid #707070;
  }
}
#content .earnings .earningsFlex .earningsRight {
  width: calc(100% - 370px);
}
@media screen and (max-width: 1199px), print {
  #content .earnings .earningsFlex .earningsRight {
    width: 100%;
  }
}
#content .earnings .earningsFlex .earningsRight ul li {
  padding: 17px 0;
}
#content .earnings .earningsFlex .earningsRight ul li::before {
  display: none;
}
#content .earnings .earningsFlex .earningsRight ul li:nth-child(1) {
  padding-top: 0;
}
@media screen and (max-width: 1199px), print {
  #content .earnings .earningsFlex .earningsRight ul li:nth-child(1) {
    padding-top: 17px;
  }
}
@media screen and (max-width: 1199px), print {
  #content .earnings .earningsFlex .earningsRight ul li:nth-last-child(1) {
    border-bottom: 1px dashed #c0c0c0;
  }
}
#content .earnings .earningsFlex .earningsRight ul li + li {
  border-top: 1px dashed #c0c0c0;
}
#content .earnings .earningsFlex .earningsRight ul li a {
  border-bottom: none;
}

#irLibrary {
  padding-bottom: 130px;
}
#irLibrary .kuhaku {
  display: none;
}
@media screen and (max-width: 1199px), print {
  #irLibrary .libraryBox {
    flex-direction: column-reverse;
  }
}
#irLibrary .libraryBox .libraryLeft {
  width: 64%;
}
@media screen and (max-width: 1199px), print {
  #irLibrary .libraryBox .libraryLeft {
    width: 100%;
  }
}
#irLibrary .libraryBox .libraryLeft .libraryFlex {
  flex-wrap: wrap;
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem {
  width: 48%;
  height: 100%;
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem {
    width: 100%;
  }
  #irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem:nth-child(n+2) {
    margin-top: 0;
  }
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem .strongLink {
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem .strongLink {
    max-width: 100%;
  }
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem .strongLink + p {
  margin-top: 20px;
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem:hover .strongLink {
  background-color: #EDEDED;
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem:hover .strongLink::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem:hover .strongLink::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem:hover .strongLink.inside::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#irLibrary .libraryBox .libraryLeft .libraryFlex .dataItem .strongLink {
  min-width: auto;
  width: auto !important;
  display: block;
}

#content #report,
#content .sponsored-research-report,
#content #video {
  padding-bottom: 165px;
}
@media screen and (max-width: 1199px), print {
  #content #report,
  #content .sponsored-research-report,
  #content #video {
    padding-bottom: 120px;
  }
}
#content #report .reportTitle,
#content .sponsored-research-report .reportTitle,
#content #video .reportTitle {
  position: relative;
}
#content #report .reportTitle + .reportAcd + .reportTitle,
#content .sponsored-research-report .reportTitle + .reportAcd + .reportTitle,
#content #video .reportTitle + .reportAcd + .reportTitle {
  margin-top: 60px;
}
#content #report .reportTitle.open + .reportAcd,
#content .sponsored-research-report .reportTitle.open + .reportAcd,
#content #video .reportTitle.open + .reportAcd {
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
#content #report .reportTitle.open + .reportAcd + .reportTitle,
#content .sponsored-research-report .reportTitle.open + .reportAcd + .reportTitle,
#content #video .reportTitle.open + .reportAcd + .reportTitle {
  margin-top: 120px;
}
#content #report .reportTitle.open .mark::before,
#content .sponsored-research-report .reportTitle.open .mark::before,
#content #video .reportTitle.open .mark::before {
  opacity: 0;
}
#content #report .reportTitle.open .mark::after,
#content .sponsored-research-report .reportTitle.open .mark::after,
#content #video .reportTitle.open .mark::after {
  transform: translateY(-50%) rotate(180deg);
}
#content #report .reportTitle:hover,
#content .sponsored-research-report .reportTitle:hover,
#content #video .reportTitle:hover {
  cursor: pointer;
}
#content #report .reportTitle button,
#content .sponsored-research-report .reportTitle button,
#content #video .reportTitle button {
  width: 100%;
  text-align: left;
}
#content #report .reportTitle .mark::before, #content #report .reportTitle .mark::after,
#content .sponsored-research-report .reportTitle .mark::before,
#content .sponsored-research-report .reportTitle .mark::after,
#content #video .reportTitle .mark::before,
#content #video .reportTitle .mark::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #4D4D4D;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  z-index: 1;
}
#content #report .reportTitle .mark::after,
#content .sponsored-research-report .reportTitle .mark::after,
#content #video .reportTitle .mark::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#content #report .reportTitle .yellow,
#content .sponsored-research-report .reportTitle .yellow,
#content #video .reportTitle .yellow {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content #report .reportTitle .yellow::before,
#content .sponsored-research-report .reportTitle .yellow::before,
#content #video .reportTitle .yellow::before {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: 0;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
}
#content #report .reportAcd,
#content .sponsored-research-report .reportAcd,
#content #video .reportAcd {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#content #report .reportAcd .videoFlex,
#content .sponsored-research-report .reportAcd .videoFlex,
#content #video .reportAcd .videoFlex {
  margin-top: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 1199px), print {
  #content #report .reportAcd .videoFlex,
  #content .sponsored-research-report .reportAcd .videoFlex,
  #content #video .reportAcd .videoFlex {
    flex-direction: column;
  }
}
#content #report .reportAcd .videoFlex .youtube,
#content .sponsored-research-report .reportAcd .videoFlex .youtube,
#content #video .reportAcd .videoFlex .youtube {
  width: 33%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1199px), print {
  #content #report .reportAcd .videoFlex .youtube,
  #content .sponsored-research-report .reportAcd .videoFlex .youtube,
  #content #video .reportAcd .videoFlex .youtube {
    width: 100%;
  }
}
#content #report .reportAcd .videoFlex .youtube + .youtube,
#content .sponsored-research-report .reportAcd .videoFlex .youtube + .youtube,
#content #video .reportAcd .videoFlex .youtube + .youtube {
  margin-left: 30px;
}
@media screen and (max-width: 1199px), print {
  #content #report .reportAcd .videoFlex .youtube + .youtube,
  #content .sponsored-research-report .reportAcd .videoFlex .youtube + .youtube,
  #content #video .reportAcd .videoFlex .youtube + .youtube {
    margin: 60px 0 0 0;
  }
}
#content #report .reportAcd .videoFlex .youtube iframe,
#content .sponsored-research-report .reportAcd .videoFlex .youtube iframe,
#content #video .reportAcd .videoFlex .youtube iframe {
  width: 100%;
  height: 100%;
}
#content #report .reportAcd .videoFlex .youtube p,
#content .sponsored-research-report .reportAcd .videoFlex .youtube p,
#content #video .reportAcd .videoFlex .youtube p {
  margin-bottom: 0;
}
#content #report .reportList a,
#content .sponsored-research-report .reportList a,
#content #video .reportList a {
  border-bottom: none;
}
#content #report .reportList li,
#content .sponsored-research-report .reportList li,
#content #video .reportList li {
  padding: 17px 0;
}
#content #report .reportList li::before,
#content .sponsored-research-report .reportList li::before,
#content #video .reportList li::before {
  display: none;
}
#content #report .reportList li + li,
#content .sponsored-research-report .reportList li + li,
#content #video .reportList li + li {
  border-top: 1px dashed #c0c0c0;
}

#content #reportSection .kuhaku {
  display: none;
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .togoFlex {
    flex-direction: column;
  }
}
#content #reportSection .togoFlex .linkList {
  width: calc(100% - 370px);
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .togoFlex .linkList {
    width: 100%;
  }
  #content #reportSection .togoFlex .linkList .strongLink {
    width: 100%;
  }
  #content #reportSection .togoFlex .linkList .strongLink:after {
    top: 16px;
    transform: none;
  }
  #content #reportSection .togoFlex .linkList .strongLink::before {
    top: 24px;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  #content #reportSection .togoFlex .linkList .strongLink {
    max-width: 100%;
  }
}
#content #reportSection .imageArea {
  background-color: #ededed;
  padding: 25px;
  width: 352px;
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .imageArea {
    width: 100%;
    height: 324px;
  }
}
#content #reportSection .imageArea .omoteImage {
  height: 285px;
  width: 285px;
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .imageArea .omoteImage {
    height: 268px;
    width: 268px;
  }
}
#content #reportSection .imageArea .omoteImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#content #reportSection .backnumberFlex {
  flex-wrap: wrap;
}
#content #reportSection .backnumberFlex .imageArea {
  width: 100%;
  height: 252px;
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .backnumberFlex .imageArea {
    height: 328px;
  }
}
#content #reportSection .backnumberFlex .backnumberItem {
  width: 23.4%;
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .backnumberFlex .backnumberItem {
    width: 100%;
  }
  #content #reportSection .backnumberFlex .backnumberItem:nth-child(n+2) {
    margin-top: 40px;
  }
}
#content #reportSection .backnumberFlex .backnumberItem .imageArea {
  margin-bottom: 10px;
}
#content #reportSection .backnumberFlex .backnumberItem .imageArea .omoteImage {
  height: 210px !important;
  width: 210px !important;
}
@media screen and (max-width: 1199px), print {
  #content #reportSection .backnumberFlex .backnumberItem .imageArea .omoteImage {
    height: 275px !important;
    width: 275px !important;
  }
}
#content #reportSection .backnumberFlex .dummy {
  width: 23.4%;
}

#calendar .calendarImage {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px), print {
  #calendar .calendarImage {
    margin-bottom: 80px;
  }
}
#calendar .acdContetns .acdInner dl {
  margin: 0 40px;
  padding: 15px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1199px), print {
  #calendar .acdContetns .acdInner dl {
    flex-direction: column;
    margin: 0;
  }
}
#calendar .acdContetns .acdInner dl:nth-child(1) {
  padding-top: 0;
}
#calendar .acdContetns .acdInner dl:nth-last-child(1) {
  padding-bottom: 0;
}
#calendar .acdContetns .acdInner dl + dl {
  border-top: 1px dashed #C0C0C0;
}
#calendar .acdContetns .acdInner dl dt {
  width: 115px;
  font-weight: bold;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #calendar .acdContetns .acdInner dl dt {
    width: 100%;
  }
}
#calendar .acdContetns .acdInner dl dd {
  width: calc(100% - 145px);
}
@media screen and (max-width: 1199px), print {
  #calendar .acdContetns .acdInner dl dd {
    width: 100%;
  }
}
#calendar .acdContetns .acdInner span {
  display: block;
}
#calendar .buttonArea {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 1199px), print {
  #calendar .buttonArea {
    margin-top: 80px;
  }
}

#ir.individual #content {
  padding-bottom: 0;
}
#ir.individual #pageHeader {
  margin-bottom: 40px;
}
#ir.individual #pageHeader .pageHeaderBg {
  background-image: url(../images/individual/pageHeader03.png);
  background-size: cover;
  background-position: center;
  background-color: transparent;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #pageHeader .pageHeaderBg {
    height: 420px;
  }
}
@media screen and (max-width: 520px) {
  #ir.individual #pageHeader .pageHeaderBg {
    background-image: url(../images/individual/pageHeader03_sp.png);
  }
}
#ir.individual #pageHeader .pageHeaderBg .wrapper::before {
  display: none;
}
#ir.individual #pageHeader .pageHeaderBg #pankuzu {
  margin-bottom: 0;
}
#ir.individual #pageHeader .pageHeaderBg #pankuzu ul li {
  color: #fff !important;
}
#ir.individual #pageHeader .pageHeaderBg #pankuzu ul li::before {
  background-image: url(../images/topsustaina/arw.png);
}
#ir.individual #pageHeader .pageHeaderBg #pankuzu ul li a {
  color: #fff !important;
}
#ir.individual #pageHeader .pageHeaderBg h1 {
  color: #fff;
  width: calc(100% - 460px);
}
@media screen and (max-width: 1199px), print {
  #ir.individual #pageHeader .pageHeaderBg h1 {
    width: 100%;
  }
}
#ir.individual #pageHeader .pageHeaderBg .newsTie {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  width: 100%;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #pageHeader .pageHeaderBg .newsTie {
    background-color: #222;
  }
}
#ir.individual #pageHeader .pageHeaderBg .newsTie p {
  margin: 0;
  line-height: 24px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #pageHeader .pageHeaderBg .newsTie p {
    width: calc(100% - 110px);
  }
}
#ir.individual #pageHeader .pageHeaderBg .newsTie .tieTitle {
  border-right: 1px solid #c0c0c0;
  padding-right: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #pageHeader .pageHeaderBg .newsTie .tieTitle {
    padding-right: 15px;
    margin-right: 15px;
    width: 80px;
  }
}
#ir.individual h2 {
  margin-top: 0;
}
#ir.individual .kabukaArea {
  width: 446px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual .kabukaArea {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
#ir.individual #individual_link01,
#ir.individual #individual_link02,
#ir.individual #individual_link04 {
  height: 0;
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #individual_link01,
  #ir.individual #individual_link02,
  #ir.individual #individual_link04 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
#ir.individual #individual_link03,
#ir.individual #individual_link05 {
  height: 0;
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #individual_link03,
  #ir.individual #individual_link05 {
    margin-top: 0;
    padding-top: 0;
  }
}
#ir.individual .jigyoFlex {
  border-top: 1px solid #C0C0C0;
  padding: 30px 0 25px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual .jigyoFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px), print {
  #ir.individual .jigyoFlex .jigyoIcon {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
  }
  #ir.individual .jigyoFlex .jigyoIcon .jigyoTitle {
    width: calc(100% - 84px);
    font-size: 22px;
    margin-bottom: 0;
  }
}
#ir.individual .jigyoFlex .jigyoIcon img {
  width: 106px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual .jigyoFlex .jigyoIcon img {
    width: 60px;
  }
}
#ir.individual .jigyoFlex .jigyoText {
  width: calc(100% - 130px);
}
@media screen and (max-width: 1199px), print {
  #ir.individual .jigyoFlex .jigyoText {
    width: 100%;
  }
}
#ir.individual .jigyoFlex .jigyoText .jigyoTitle {
  margin: 0;
  margin-bottom: 10px;
}
#ir.individual .jigyoFlex .jigyoText p {
  margin-bottom: 0;
}
#ir.individual .whBg {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 90px 65px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #ir.individual .whBg {
    padding: 20px 20px 50px;
  }
}
#ir.individual .whBg::before {
  position: absolute;
  content: "";
  background-color: #FFED00;
  border-radius: 0 0 6px 6px;
  width: 165px;
  height: 15px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#ir.individual .whBg.none::before {
  display: none;
}
#ir.individual .whBg.none h4 {
  margin-top: 24px !important;
}
#ir.individual .whBg h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}
#ir.individual .buttonArea {
  text-align: center;
  margin-top: 40px;
}
#ir.individual .buttonArea .button01 {
  text-align: left;
}
#ir.individual #link .individualLink {
  margin-bottom: 40px;
}
#ir.individual #link .individualLink .pageLink {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #link .individualLink .pageLink {
    display: block;
    margin-right: 0;
    padding-top: 20px;
  }
  #ir.individual #link .individualLink .pageLink:nth-child(1) {
    padding-top: 0;
  }
}
#ir.individual #about {
  margin-bottom: 66px;
}
#ir.individual #about h2 {
  text-align: center;
  padding-bottom: 0;
}
#ir.individual #about h2::before, #ir.individual #about h2::after {
  display: none;
}
#ir.individual .grayBg {
  padding: 120px 0;
  background-color: #EDEDED;
}
@media screen and (max-width: 1199px), print {
  #ir.individual .grayBg {
    padding: 80px 0;
  }
}
#ir.individual #message .whBg .messageVideo {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
}
#ir.individual #message .whBg .videoText {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  margin-top: 20px;
  margin-bottom: 40px;
}
#ir.individual #jigyo .whBg {
  margin-top: 40px;
}
#ir.individual #jigyo p + .jigyoFlex {
  margin-top: 40px;
}
#ir.individual #jigyo .jigyoFlex + .columnFlex {
  margin-top: 40px;
}
#ir.individual #jigyo .articleArea {
  margin-top: 40px;
}
#ir.individual #jigyo .articleArea .articleTitle {
  margin-bottom: 15px;
}
#ir.individual #jigyo .articleArea .articleFlex p {
  width: 60%;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #jigyo .articleArea .articleFlex p {
    width: 100%;
  }
}
#ir.individual #jigyo .articleArea .articleFlex .articleImageArea {
  width: 37%;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #jigyo .articleArea .articleFlex .articleImageArea {
    width: 100%;
  }
}
#ir.individual #performance {
  padding: 120px 0;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #performance {
    padding: 80px 0;
  }
}
#ir.individual #performance h2 {
  padding-bottom: 0;
}
#ir.individual #performance h2::before, #ir.individual #performance h2::after {
  display: none;
}
#ir.individual #performance p {
  margin-bottom: 40px;
}
#ir.individual #performance .table02 tr:nth-child(1) th {
  text-align: center;
}
#ir.individual #performance .table02 tr:nth-child(1) th:nth-child(1) {
  width: 380px !important;
}
#ir.individual #performance .table02 tr:nth-child(1) th:nth-child(n+2) {
  width: 180.75px !important;
}
#ir.individual #growth .grayBg h2 {
  padding-bottom: 0;
}
#ir.individual #growth .grayBg h2::before, #ir.individual #growth .grayBg h2::after {
  display: none;
}
#ir.individual #growth .grayBg h3 {
  padding-left: 0;
}
#ir.individual #growth .grayBg h3::before {
  display: none;
}
#ir.individual #growth .grayBg p {
  margin-bottom: 60px;
}
#ir.individual #growth .grayBg .whBg {
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #growth .grayBg .whBg {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
#ir.individual #think {
  padding: 120px 0;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think {
    padding: 80px 0;
  }
}
#ir.individual #think h2 {
  text-align: center;
  padding-bottom: 0;
}
#ir.individual #think h2::before, #ir.individual #think h2::after {
  display: none;
}
#ir.individual #think h3 {
  padding-left: 0;
}
#ir.individual #think h3::before {
  display: none;
}
#ir.individual #think .jigyoFlex {
  background-color: #EDEDED;
  border-radius: 6px;
  border-top: none;
  padding: 30px 70px 30px 30px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .jigyoFlex {
    padding: 30px;
  }
}
#ir.individual #think .jigyoFlex + .jigyoFlex {
  margin-top: 8px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .jigyoFlex .jigyoIcon {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .jigyoFlex .jigyoIcon img {
    width: 106px;
  }
}
#ir.individual #think .becomeFlex {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .becomeFlex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#ir.individual #think .becomeFlex .becomeText {
  width: 66%;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .becomeFlex .becomeText {
    width: 100%;
  }
}
#ir.individual #think .becomeFlex .kabukaInfo {
  width: 32%;
  background-color: #EDEDED;
  border-radius: 10px;
  height: 100%;
  padding: 20px 35px;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .becomeFlex .kabukaInfo {
    width: 100%;
  }
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaTop {
  line-height: 1;
  align-items: end;
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaTop .infoTitle {
  font-size: 18px;
  font-weight: bold;
  width: 140px;
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaTop .infoText {
  font-size: 12px;
  font-weight: bold;
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaBottom {
  align-items: end;
  line-height: 1;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #707070;
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaBottom .infoTitle {
  font-weight: bold;
  width: 95px;
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaBottom .infoText {
  font-size: 33px;
  font-weight: bold;
}
#ir.individual #think .becomeFlex .kabukaInfo .kabukaBottom .infoText span {
  font-size: 16px;
}
#ir.individual #think .columnFlex .columnItem {
  background-color: #222222;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#ir.individual #think .columnFlex .columnItem:nth-child(2) .button02 .buttonIcon {
  width: 95px;
}
#ir.individual #think .columnFlex .columnItem:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#ir.individual #think .columnFlex .columnItem:hover .textLink::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#ir.individual #think .columnFlex .columnItem:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
#ir.individual #think .columnFlex .columnItem .button02 {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .columnFlex .columnItem .button02 {
    justify-content: space-between;
  }
}
#ir.individual #think .columnFlex .columnItem .button02 .buttonIcon {
  width: 93px;
}
#ir.individual #think .columnFlex .columnItem .button02 .buttonText {
  margin-left: 25px;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .columnFlex .columnItem .button02 .buttonText {
    margin-left: 0;
    width: calc(100% - 120px);
  }
}
#ir.individual #think .columnFlex .columnItem .button02 .buttonText .textLink {
  color: #fff;
}
@media screen and (max-width: 1199px), print {
  #ir.individual #think .columnFlex .columnItem .button02 .buttonText .textLink::before {
    bottom: 5px;
  }
  #ir.individual #think .columnFlex .columnItem .button02 .buttonText .textLink::after {
    bottom: -2px;
  }
}
#ir.individual #think .columnFlex .columnItem .button02 .buttonText p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}
#ir.individual #indiSustaina .grayBg h2 {
  padding-bottom: 0;
  text-align: center;
}
#ir.individual #indiSustaina .grayBg h2::before, #ir.individual #indiSustaina .grayBg h2::after {
  display: none;
}
#ir.individual #indiSustaina .grayBg .columnItem {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px), print {
  #enPage #ir.individual #pageHeader .pageHeaderBg {
    height: 520px;
  }
}
@media screen and (max-width: 1199px), print {
  #enPage #ir.individual #pageHeader .pageHeaderBg .newsTie .tieTitle {
    width: 130px;
  }
}

#ir.meeting {
  padding-bottom: 165px;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting {
    padding-bottom: 120px;
  }
}
#ir.meeting .meetingTitle {
  position: relative;
}
#ir.meeting .meetingTitle.open + .meetingAcd {
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
#ir.meeting .meetingTitle.open button {
  text-align: left;
}
#ir.meeting .meetingTitle.open button::before {
  opacity: 0;
}
#ir.meeting .meetingTitle.open button::after {
  transform: translateY(-50%) rotate(180deg);
}
#ir.meeting .meetingTitle:hover {
  cursor: pointer;
}
#ir.meeting .meetingTitle button {
  position: relative;
}
#ir.meeting .meetingTitle button::before, #ir.meeting .meetingTitle button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #4D4D4D;
  position: absolute;
  right: -43px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  z-index: 1;
}
#ir.meeting .meetingTitle button::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#ir.meeting .meetingTitle .yellow {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ir.meeting .meetingTitle .yellow::before {
  position: absolute;
  content: "";
  background-color: #FFED00;
  width: 46px;
  height: 26px;
  top: 50%;
  right: -60px;
  display: block;
  transform: translate(0, -50%);
  border-radius: 18px;
}
#ir.meeting .meetingAcd2 {
  width: calc(100% - 120px);
}
#ir.meeting .meetingAcd {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#ir.meeting .meetingAcd dl {
  padding: 15px;
  border-top: 1px solid #c0c0c0;
}
#ir.meeting .meetingAcd dl:nth-last-child(1) {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl {
    flex-direction: column;
  }
}
#ir.meeting .meetingAcd dl dt {
  font-weight: bold;
  color: #242424;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
#ir.meeting .meetingAcd dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .meetingFlex {
    flex-direction: column;
  }
}
#ir.meeting .meetingAcd dl dd .meetingFlex .meetingImage {
  width: 200px;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .meetingFlex .meetingImage {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .qrFlex {
    flex-direction: column;
  }
}
#ir.meeting .meetingAcd dl dd .qrFlex .qrImage {
  width: 100px;
}
#ir.meeting .meetingAcd dl dd .qaImage {
  margin-top: 20px;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .qaImage {
    margin-top: 0;
  }
}
#ir.meeting .meetingAcd dl dd .qaImage video {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .qaImage video {
    width: 100%;
  }
}
#ir.meeting .meetingAcd dl dd p {
  margin-bottom: 0;
}
#ir.meeting .meetingAcd dl dd .pointList li {
  display: flex;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .pointList li {
    flex-direction: column;
  }
}
#ir.meeting .meetingAcd dl dd .pointList li .listTitle {
  width: 130px;
  display: inline-block;
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .pointList li .listTitle {
    width: 100%;
  }
}
#ir.meeting .meetingAcd dl dd .pointList li .listDetail {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1199px), print {
  #ir.meeting .meetingAcd dl dd .pointList li .listDetail {
    width: 100%;
  }
}

@media screen and (max-width: 1199px), print {
  #leadership _:-webkit-full-screen:not(.foo), #leadership .memberAcdButton.open .textLink::after {
    transform: scale(1, 1);
    right: -5px;
  }
  #leadership _:-webkit-full-screen:not(.foo), #leadership .memberAcdButton.open .textLink span::after {
    right: 9px;
  }
  #leadership _:-webkit-full-screen:not(.foo), #leadership .memberAcdButton.open .textLink span::before {
    right: 9px;
  }
}
#leadership #leadership_link01,
#leadership #leadership_link02 {
  margin-top: -30px;
  padding-top: 30px;
  height: 0;
}
@media screen and (max-width: 1199px), print {
  #leadership #leadership_link01,
  #leadership #leadership_link02 {
    margin-top: 0;
    padding-top: 0;
  }
}
#leadership #leadership_link03 {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (max-width: 1199px), print {
  #leadership #leadership_link03 {
    margin-top: 0;
    padding-top: 0;
  }
}
#leadership .memberAcdButton {
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 25px 40px;
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton {
    padding: 25px 10px;
  }
}
#leadership .memberAcdButton.open .textLink span::before {
  opacity: 0;
}
#leadership .memberAcdButton.open .textLink span::after {
  transform: translateY(-50%) rotate(180deg);
}
#leadership .memberAcdButton.open + .memberAcd {
  border-top: 1px dashed #C0C0C0;
  padding: 30px 40px;
  width: 100%;
  margin: 0 auto;
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
}
#leadership .memberAcdButton.open:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#leadership .memberAcdButton.open:hover .textLink span::before {
  opacity: 0;
}
#leadership .memberAcdButton.open:hover .textLink span::after {
  transform: translateY(-50%) rotate(180deg) scale(1.3, 1.4);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton.open:hover .textLink span::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
#leadership .memberAcdButton.open:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton.open:hover .textLink::after {
    transform: scale(1, 1);
  }
}
#leadership .memberAcdButton:hover .textLink span {
  border-bottom: 1px solid #242424;
}
#leadership .memberAcdButton:hover .textLink span::before {
  transform: translateY(-50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton:hover .textLink span::before {
    transform: translateY(-50%);
  }
}
#leadership .memberAcdButton:hover .textLink span::after {
  transform: translateY(-50%) rotate(90deg) scale(1.3, 1.4);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton:hover .textLink span::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
#leadership .memberAcdButton:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton:hover .textLink::after {
    transform: scale(1, 1);
  }
}
#leadership .memberAcdButton .memberLeft {
  width: calc(100% - 170px);
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .memberLeft {
    width: calc(100% - 30vw);
  }
}
#leadership .memberAcdButton .memberLeft p {
  margin: 0;
  width: 100%;
}
#leadership .memberAcdButton .memberLeft .memberName_en {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .memberLeft .memberName_en {
    font-size: 12px;
    line-height: 18px;
  }
}
#leadership .memberAcdButton .memberLeft .memberName_jp {
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .memberLeft .memberName_jp {
    font-size: 24px;
    line-height: 26px;
  }
}
#leadership .memberAcdButton .memberLeft .jobType {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #242424;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .memberLeft .jobType {
    font-size: 16px;
    line-height: 22px;
  }
}
#leadership .memberAcdButton .memberLeft .jobType.flexWrap {
  flex-wrap: wrap;
}
#leadership .memberAcdButton .memberLeft .jobType.flexWrap .parts.green {
  margin-left: 0;
}
#leadership .memberAcdButton .memberLeft .jobType .parts {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  margin-left: 12px;
}
#leadership .memberAcdButton .memberLeft .jobType .parts + .parts {
  margin-left: 2px;
}
#leadership .memberAcdButton .memberLeft .jobType .parts.green {
  background-color: #5DA74C;
}
#leadership .memberAcdButton .memberLeft .jobType .parts.blue {
  background-color: #5D78C1;
}
#leadership .memberAcdButton .memberLeft .birthday {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .memberLeft .birthday {
    font-size: 12px;
    line-height: 18px;
  }
}
#leadership .memberAcdButton .columnImage {
  width: 157px;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .columnImage {
    width: 29.4vw;
  }
}
#leadership .memberAcdButton .textLink {
  display: inline;
  white-space: nowrap;
}
#leadership .memberAcdButton .textLink::before {
  display: none;
}
#leadership .memberAcdButton .textLink span::before, #leadership .memberAcdButton .textLink span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #4D4D4D;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  z-index: 1;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcdButton .textLink span::before, #leadership .memberAcdButton .textLink span::after {
    right: 14px;
    top: 59%;
  }
}
#leadership .memberAcdButton .textLink span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#leadership .memberAcd {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
#leadership .memberAcd dl + dl {
  margin-top: 20px;
}
#leadership .memberAcd dl dt {
  font-weight: bold;
  width: 120px;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcd dl dt {
    font-size: 14px;
    width: 100px;
  }
}
#leadership .memberAcd dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1199px), print {
  #leadership .memberAcd dl dd {
    font-size: 14px;
  }
}
#leadership .memberFlex {
  flex-wrap: wrap;
}
#leadership .memberFlex .memberItem {
  width: 23.4%;
  border-top: 1px solid #C0C0C0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#leadership .memberFlex .memberItem:nth-child(n+5) {
  margin-top: 25px;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberFlex .memberItem {
    width: 100%;
  }
  #leadership .memberFlex .memberItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
#leadership .memberFlex .memberItem .jobType {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #242424;
  line-height: 26px;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberFlex .memberItem .jobType {
    font-size: 16px;
    line-height: 22px;
  }
}
#leadership .memberFlex .memberItem .memberName {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  color: #242424;
}
@media screen and (max-width: 1199px), print {
  #leadership .memberFlex .memberItem .memberName {
    line-height: 26px;
  }
}
#leadership .memberFlex .dummy {
  width: 23.4%;
}
#leadership .table02 tr:nth-child(1) th:nth-of-type(1) {
  width: 111px !important;
}
#leadership .table02 tr:nth-child(1) th:nth-of-type(2) {
  width: 145px !important;
}
#leadership .table02 tr:nth-child(1) th:nth-of-type(3) {
  width: 112px !important;
}
@media print {
  #leadership .table02 tr:nth-child(1) th:nth-of-type(3) {
    width: 200px !important;
  }
}
#leadership .table02 tr:nth-child(1) th:nth-of-type(n+4) {
  width: 105px !important;
}
@media print {
  #leadership .table02 tr:nth-child(1) th:nth-of-type(n+4) {
    width: 80px !important;
  }
}
#leadership .table02 tr td {
  padding: 5px;
  text-align: center;
}
#leadership .table02 tr td:nth-of-type(1) {
  text-align: left;
  padding: 5px 9px;
}
#leadership .comment {
  margin-top: 10px;
}
#leadership .big01 tr:nth-of-type(1) th:nth-child(1) {
  width: 10% !important;
}

#enPage #leadership .memberAcd dl {
  justify-content: space-between;
}
#enPage #leadership .memberAcd dl dt {
  width: 130px;
}
#enPage #leadership .memberAcd dl dd {
  width: calc(100% - 150px);
}
#enPage #leadership .memberAcdButton .memberLeft .textLink::after {
  bottom: -2px;
}
@media screen and (max-width: 1199px), print {
  #enPage #leadership .memberAcdButton .memberLeft .jobType {
    flex-wrap: wrap;
  }
  #enPage #leadership .memberAcdButton .memberLeft .jobType .jobdire {
    width: 100%;
  }
  #enPage #leadership .memberAcdButton .memberLeft .jobType .parts.green {
    margin-left: 0;
  }
}
#enPage #leadership .memberFlex .memberItem {
  justify-content: flex-start;
}
#enPage #leadership .memberFlex .memberItem .memberName {
  margin-bottom: 10px;
}
#enPage #leadership .memberFlex .memberItem .jobType {
  margin: 0;
}

#solutions #solutions_link01,
#solutions #solutions_link02,
#solutions #solutions_link03,
#solutions #solutions_link04,
#solutions #solutions_link05 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #solutions #solutions_link01,
  #solutions #solutions_link02,
  #solutions #solutions_link03,
  #solutions #solutions_link04,
  #solutions #solutions_link05 {
    margin-top: 0;
    padding-top: 0;
  }
}
#solutions .pageLinkArea {
  margin-top: 40px;
}
#solutions .pageLinkArea .pageLink {
  display: block;
}
@media screen and (max-width: 1199px), print {
  #solutions .imgFlex {
    justify-content: space-between;
  }
}
#solutions .imgFlex .imgArea {
  width: 33.3333333333%;
}
@media screen and (max-width: 1199px), print {
  #solutions .imgFlex .imgArea {
    width: 48.5%;
  }
}
#solutions .imgFlex .imgArea + .imgArea {
  margin-left: 24px;
}
@media screen and (max-width: 1199px), print {
  #solutions .imgFlex .imgArea + .imgArea {
    margin-left: 20px;
  }
}
#solutions .imgFlex .imgArea.imgChange {
  overflow: visible;
}
#solutions .imgFlex .imgArea img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1199px), print {
  #solutions .imgFlex .imgArea img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
  }
}
#solutions .pointList {
  margin-bottom: 20px;
}
#solutions .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#solutions .youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#solutions .img_mini {
  max-width: 330px;
  width: 30%;
}
@media screen and (max-width: 1199px), print {
  #solutions .img_mini {
    width: 100%;
  }
}

#profile {
  /* Google Mapを囲う要素 */
  /* Google Mapのiframe */
}
#profile .table01 th {
  width: 165px;
}
@media screen and (max-width: 1199px), print {
  #profile .table01 th {
    width: 100%;
  }
}
#profile .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%; /* 比率を4:3に固定 */
}
@media screen and (max-width: 1199px), print {
  #profile .map {
    padding-top: 140%;
  }
}
#profile .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#em .table02 tr:nth-child(1) th:nth-child(1), #em .table02 tr:nth-child(1) th:nth-child(2) {
  width: 100px !important;
}
#em .table02 tr:nth-child(1) th:nth-child(3) {
  width: 200px !important;
}
#em .table02 tr:nth-child(n+2) th + th {
  border-left: 1px solid #C0C0C0;
}

#return .mb-24 {
  margin-bottom: 24px;
}
#return .comment01 {
  margin-bottom: 18px;
}
#return .table_return {
  text-align: center;
}
#return .table_return tr:nth-of-type(1) th {
  text-align: center;
}
#return .table_return tr:nth-of-type(1) th:nth-of-type(1) {
  width: 20% !important;
}
#return .table_return tr:nth-child(2) th {
  background-color: #4D4D4D;
  color: #fff;
  border: 1px solid #C0C0C0;
  width: 26.7% !important;
  text-align: center;
}

#pageHeader.groupHeader .pageHeaderBg {
  background-image: url(../images/group/pageHeader_02.png);
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
@media screen and (max-width: 520px) {
  #pageHeader.groupHeader .pageHeaderBg {
    height: 295px;
    background-image: url(../images/group/pageHeader_02_sp.png);
  }
}
#pageHeader.groupHeader .pageHeaderBg .wrapper::before {
  display: none;
}
#pageHeader.groupHeader .pageHeaderBg #pankuzu ul li {
  color: #fff !important;
}
#pageHeader.groupHeader .pageHeaderBg #pankuzu ul li::before {
  background-image: url(../images/topsustaina/arw.png);
}
#pageHeader.groupHeader .pageHeaderBg #pankuzu ul li a {
  color: #fff !important;
}
#pageHeader.groupHeader .pageHeaderBg h1 {
  color: #fff;
}

#content .group .brandArea {
  background-color: #FFED00;
  padding: 0 95px;
  align-items: center;
}
@media screen and (max-width: 1199px), print {
  #content .group .brandArea {
    padding: 45px 15px;
    flex-direction: column;
  }
}
#content .group .brandArea .brandLeft {
  width: 48%;
}
@media screen and (max-width: 1199px), print {
  #content .group .brandArea .brandLeft {
    width: 100%;
  }
}
#content .group .brandArea .brandLeft .enTitle {
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
  color: #000000;
}
@media screen and (max-width: 1199px), print {
  #content .group .brandArea .brandLeft .enTitle {
    font-size: 18px;
  }
}
#content .group .brandArea .brandLeft h2 {
  margin: 0;
}
#content .group .brandArea .brandLeft h2::before, #content .group .brandArea .brandLeft h2::after {
  display: none;
}
@media screen and (max-width: 1199px), print {
  #content .group .brandArea .brandLeft .button01 {
    display: block;
    margin: 0 auto;
  }
}
#content .group .brandArea .brandRight {
  width: 43%;
}
#content .group #groupMessage {
  padding: 120px 0;
}
@media screen and (max-width: 1199px), print {
  #content .group #groupMessage {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1199px), print {
  #content .group #groupMessage .messageFlex {
    flex-direction: column;
  }
}
#content .group #groupMessage .messageFlex .messageImage {
  width: 49%;
}
@media screen and (max-width: 1199px), print {
  #content .group #groupMessage .messageFlex .messageImage {
    width: 100%;
    margin-bottom: 30px;
  }
}
#content .group #groupMessage .messageFlex .messageTextArea {
  width: 49%;
}
@media screen and (max-width: 1199px), print {
  #content .group #groupMessage .messageFlex .messageTextArea {
    width: 100%;
  }
}
#content .group #groupMessage .messageFlex .messageTextArea h2 {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#content .group #groupMessage .messageFlex .messageTextArea h2::before, #content .group #groupMessage .messageFlex .messageTextArea h2::after {
  display: none;
}
#content .group #groupMessage .messageFlex .messageTextArea .nameFlex {
  margin-bottom: 40px;
}
#content .group #groupMessage .messageFlex .messageTextArea .nameFlex .nameBox + .nameBox {
  margin-left: 40px;
}
#content .group #groupMessage .messageFlex .messageTextArea .nameFlex .nameBox .job {
  margin-bottom: 0;
  line-height: 1;
}
#content .group #groupMessage .messageFlex .messageTextArea .nameFlex .nameBox .name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
#content .group #groupMessage .messageFlex .messageTextArea .nameFlex .nameBox .name + .job {
  margin: 0;
}
#content .group #groupLink .linkBg {
  background-color: #EDEDED;
  padding: 120px 0 100px;
}
@media screen and (max-width: 1199px), print {
  #content .group #groupLink .linkBg {
    padding: 90px 0 60px;
  }
}
#content .group #groupLink .linkBg .columnFlex + .columnFlex {
  margin-top: 0;
}
#content .group #groupLink .linkBg .columnFlex .columnItem {
  height: 100% !important;
}
@media screen and (max-width: 1199px), print {
  #content .group #groupLink .linkBg .columnFlex .columnItem + .columnItem {
    margin-top: 0;
  }
}
#content .group #groupLink .linkBg .columnFlex .columnItem p {
  margin-bottom: 45px;
  color: #4D4D4D;
}
@media screen and (max-width: 1199px), print {
  #content .group #groupLink .linkBg .columnFlex .columnItem p {
    margin-bottom: 40px;
  }
}
#content .group .linkFlex {
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px), print {
  #content .group .linkFlex {
    flex-direction: column;
  }
}
#content .group .linkFlex .linkItem {
  width: 31.8%;
}
@media screen and (max-width: 1199px), print {
  #content .group .linkFlex .linkItem {
    width: 100%;
  }
}
#content .group .linkFlex .linkItem p {
  color: #4D4D4D;
}
@media screen and (max-width: 1199px), print {
  #content .group .linkFlex .linkItem + .linkItem02 {
    margin-top: 40px;
  }
}
#content .group .linkFlex .linkItem .strongLink.linkDecoArea {
  padding-left: 80px;
}
#content .group .linkFlex .linkItem .strongLink .linkDeco {
  position: relative;
}
#content .group .linkFlex .linkItem .strongLink .linkDeco::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: -80px;
  top: 5px;
  transform: translate(0, -50%);
  width: 64px;
  height: 50px;
}
#content .group .linkFlex .linkItem:nth-child(1) .strongLink .linkDeco::before {
  background-image: url(../images/group/link05.png);
}
#content .group .linkFlex .linkItem:nth-child(2) .strongLink .linkDeco::before {
  background-image: url(../images/group/link06.png);
}
#content .group .linkFlex .linkItem:nth-child(3) .strongLink .linkDeco::before {
  background-image: url(../images/group/link07.png);
}
#content .group .linkFlex .dummy {
  width: 31.8%;
}
#content .group .columnItem,
#content .group .linkItem {
  height: 100% !important;
}
#content .group .columnItem:hover .linkImage .linkThumb,
#content .group .linkItem:hover .linkImage .linkThumb {
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
#content .group .columnItem:hover .strongLink,
#content .group .linkItem:hover .strongLink {
  background-color: #EDEDED;
}
#content .group .columnItem:hover .strongLink::before,
#content .group .linkItem:hover .strongLink::before {
  transform: translate(0, -50%) scale(1.3, 1.4);
  transition: all 0.3s;
}
#content .group .columnItem:hover .strongLink::after,
#content .group .linkItem:hover .strongLink::after {
  transform: translate(0, -50%) scale(1.18, 1.16);
  transition: all 0.3s;
}
#content .group .columnItem:hover .strongLink.inside::before,
#content .group .linkItem:hover .strongLink.inside::before {
  transform: translate(0, -50%) scale(1.3, 1.4) rotate(90deg);
}
#content .group .columnItem .linkImage,
#content .group .linkItem .linkImage {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
#content .group .columnItem .linkImage .linkThumb,
#content .group .linkItem .linkImage .linkThumb {
  background-position: center;
  background-size: cover;
  padding-top: 56.8181%;
  transition: 0.3s all;
  vertical-align: bottom;
}
#content .group .columnItem .strongLink,
#content .group .linkItem .strongLink {
  min-width: auto;
  display: block;
  width: auto !important;
}
@media screen and (max-width: 480px) {
  #content .group .columnItem .strongLink,
  #content .group .linkItem .strongLink {
    max-width: none;
  }
}
#content .group .columnItem .strongLink + p,
#content .group .linkItem .strongLink + p {
  margin-top: 20px;
}
@media screen and (max-width: 1199px), print {
  #content .group .columnItem .strongLink + p,
  #content .group .linkItem .strongLink + p {
    margin-bottom: 40px;
  }
}
#content .group #pickup h2 {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px), print {
  #content .group #pickup h2 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
#content .group #pickup h2::before, #content .group #pickup h2::after {
  display: none;
}

#business #business_link01,
#business #business_link02,
#business #business_link03,
#business #business_link04 {
  height: 0;
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #business #business_link01,
  #business #business_link02,
  #business #business_link03,
  #business #business_link04 {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px), print {
  #business .businessTop .columnItem {
    width: 48.9%;
  }
  #business .businessTop .columnItem + .columnItem {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  #business .businessTop .columnItem {
    width: 100%;
  }
  #business .businessTop .columnItem + .columnItem {
    margin-top: 20px;
  }
}
#business .businessTop .button01 {
  width: 100%;
  padding: 30px 95px 30px 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px), print {
  #business .businessTop .button01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #business .businessTop .button01 {
    padding: 20px 95px 20px 35px;
    margin-bottom: 10px;
  }
}
#business .businessTop .button01:hover {
  opacity: 0.7;
}
#business .businessTop .button01 span {
  position: relative;
  padding-left: 80px;
  display: block;
}
@media screen and (max-width: 850px) {
  #business .businessTop .button01 span {
    padding-left: 60px;
  }
}
#business .businessTop .button01 span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#business .businessTop:nth-of-type(1) .columnItem:nth-of-type(1) .button01 {
  background-color: #5DA74C;
}
#business .businessTop:nth-of-type(1) .columnItem:nth-of-type(1) .button01 span::before {
  background-image: url(../images/business/buttonDeco01.png);
  width: 65px;
  height: 62px;
}
@media screen and (max-width: 850px) {
  #business .businessTop:nth-of-type(1) .columnItem:nth-of-type(1) .button01 span::before {
    width: 50px;
    height: 48px;
  }
}
#business .businessTop:nth-of-type(1) .columnItem:nth-of-type(2) .button01 {
  background-color: #5D78C1;
}
#business .businessTop:nth-of-type(1) .columnItem:nth-of-type(2) .button01 span::before {
  background-image: url(../images/business/buttonDeco02.png);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 850px) {
  #business .businessTop:nth-of-type(1) .columnItem:nth-of-type(2) .button01 span::before {
    width: 50px;
    height: 50px;
  }
}
#business .businessTop:nth-of-type(2) .columnItem:nth-of-type(1) .button01 {
  background-color: #D36464;
}
#business .businessTop:nth-of-type(2) .columnItem:nth-of-type(1) .button01 span::before {
  background-image: url(../images/business/buttonDeco03.png);
  width: 79px;
  height: 78px;
  top: 0;
}
@media screen and (max-width: 850px) {
  #business .businessTop:nth-of-type(2) .columnItem:nth-of-type(1) .button01 span::before {
    width: 67px;
    height: 66px;
  }
}
#business .businessTop:nth-of-type(2) .columnItem:nth-of-type(2) .button01 {
  background-color: #67C1B8;
}
#business .businessTop:nth-of-type(2) .columnItem:nth-of-type(2) .button01 span::before {
  background-image: url(../images/business/buttonDeco04.png);
  width: 58px;
  height: 59px;
}
@media screen and (max-width: 850px) {
  #business .businessTop:nth-of-type(2) .columnItem:nth-of-type(2) .button01 span::before {
    width: 48px;
    height: 49px;
  }
}
#business .businessTitle {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
#business .businessTitle::before, #business .businessTitle:after {
  display: none;
}
#business .businessTitle img {
  width: 100px;
  margin-right: 16px;
}
@media screen and (max-width: 1199px), print {
  #business .businessTitle img {
    width: 67px;
  }
}
#business .businessFlex {
  flex-wrap: wrap;
}
#business .businessFlex .businessItem {
  width: 31.8%;
}
@media screen and (max-width: 1199px), print {
  #business .businessFlex .businessItem {
    width: 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #business .businessFlex .businessItem.last p {
    margin-bottom: 0;
  }
}
#business .businessFlex .businessItem p {
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 1199px), print {
  #business .businessFlex .businessItem p {
    margin-bottom: 20px;
  }
}
#business .businessFlex .dummy {
  width: 31.8%;
}
@media screen and (max-width: 1199px), print {
  #business .businessFlex .dummy {
    display: none;
  }
}
@media screen and (max-width: 1199px), print {
  #business .seihinFlex,
  #business .acdFlex {
    flex-direction: column;
  }
}
#business .seihinFlex .pointList,
#business .acdFlex .pointList {
  width: 31.8%;
}
@media screen and (max-width: 1199px), print {
  #business .seihinFlex .pointList,
  #business .acdFlex .pointList {
    width: 100%;
  }
}
#business .bunyaFlex {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#business .bunyaFlex .bunyaItem {
  margin-right: 8px;
  margin-bottom: 8px;
}
#business .articleArea {
  margin-bottom: 40px;
}
#business .acdImage {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1199px), print {
  #enPage #business #business_link01, #enPage #business #business_link02, #enPage #business #business_link03, #enPage #business #business_link04 {
    margin-top: -1px;
    padding-top: 1px;
  }
}

#vision {
  padding-bottom: 110px;
  overflow: hidden;
}
@media screen and (max-width: 1199px), print {
  #vision #content {
    padding-bottom: 85px;
  }
}
#vision h3 {
  margin: 0;
  padding: 0;
}
#vision h3::before {
  display: none;
}
#vision .button01 {
  text-align: left;
}
@media screen and (max-width: 1199px), print {
  #vision .button01 {
    padding-right: 89px;
  }
}
@media screen and (max-width: 1199px), print {
  #vision .itemFlex {
    flex-direction: column;
    max-width: 728px;
    margin: 0 auto;
  }
}
#vision .itemFlex .itemImage {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px), print {
  #vision .itemFlex .itemImage {
    width: 100%;
    padding-top: 51%;
  }
}
#vision .itemFlex .itemTextArea {
  width: 50%;
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1199px), print {
  #vision .itemFlex .itemTextArea {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
  }
}
#vision .itemFlex .itemTextArea .itemEn {
  font-family: "Barlow", serif;
  font-weight: 900;
  color: #242424;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px), print {
  #vision .itemFlex .itemTextArea .itemEn {
    margin-bottom: 5px;
  }
}
#vision .itemFlex .itemTextArea h4 {
  font-size: 28px;
  line-height: 42px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1199px), print {
  #vision .itemFlex .itemTextArea h4 {
    margin-bottom: 20px;
  }
}
#vision #visionHeader {
  padding: 144px 0 20px;
  background-color: #EDEDED;
}
@media screen and (max-width: 1199px), print {
  #vision #visionHeader {
    padding-top: 88px;
  }
}
@media print {
  #vision #visionHeader {
    padding-top: 130px;
  }
}
#vision #visionHeader h1 {
  position: relative;
  z-index: 10;
  font-size: 42px;
}
@media screen and (max-width: 1199px), print {
  #vision #visionHeader h1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #vision #visionHeader h1 {
    font-size: 30px;
    margin: 0 0 20px;
    padding-top: 10px;
  }
}
#vision .mainFlex {
  flex-wrap: wrap;
  position: relative;
}
#vision .mainFlex .mainImage {
  height: 362px;
  width: 49.7%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px), print {
  #vision .mainFlex .mainImage {
    height: 317px;
  }
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage {
    height: 230px;
    width: 50%;
  }
}
#vision .mainFlex .mainImage:nth-child(n+3) {
  margin-top: 0.6%;
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage:nth-child(n+3) {
    margin-top: 0;
  }
}
#vision .mainFlex .mainImage.main01 {
  background-image: url(../images/vision/main01_03.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main01 {
    background-image: url(../images/vision/main01_sp.png);
  }
}
#vision .mainFlex .mainImage.main02 {
  background-image: url(../images/vision/main02_03.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main02 {
    background-image: url(../images/vision/main02_sp.png);
  }
}
#vision .mainFlex .mainImage.main03 {
  background-image: url(../images/vision/main03_03.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main03 {
    background-image: url(../images/vision/main03_sp.png);
  }
}
#vision .mainFlex .mainImage.main04 {
  background-image: url(../images/vision/main04_03.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main04 {
    background-image: url(../images/vision/main04_sp.png);
  }
}
#vision .mainFlex .mainImage.main05 {
  background-image: url(../images/vision/main05.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main05 {
    background-image: url(../images/vision/main05_sp.png);
  }
}
#vision .mainFlex .mainImage.main06 {
  background-image: url(../images/vision/main06.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main06 {
    background-image: url(../images/vision/main06_sp.png);
  }
}
#vision .mainFlex .mainImage.main07 {
  background-image: url(../images/vision/main07.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main07 {
    background-image: url(../images/vision/main07_sp.png);
  }
}
#vision .mainFlex .mainImage.main08 {
  background-image: url(../images/vision/main08.png);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainImage.main08 {
    background-image: url(../images/vision/main08_sp.png);
  }
}
#vision .mainFlex .mainCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1106px;
  width: 90%;
  z-index: 1;
}
@media screen and (max-width: 1199px), print {
  #vision .mainFlex .mainCircle {
    max-width: 725px;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainCircle {
    width: calc(100% + 140px);
  }
}
#vision .mainFlex .mainCircle::before, #vision .mainFlex .mainCircle:after {
  position: absolute;
  content: "";
  background-image: url(../images/vision/border.png);
  background-size: contain;
  width: 7px;
  height: 204px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainCircle::before, #vision .mainFlex .mainCircle:after {
    background-image: url(../images/vision/border03.png);
    height: 140px;
  }
}
#vision .mainFlex .mainCircle::before {
  top: 90px;
}
@media screen and (max-width: 1199px), print {
  #vision .mainFlex .mainCircle::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainCircle::before {
    top: 100px;
  }
}
@media screen and (max-width: 500px) {
  #vision .mainFlex .mainCircle::before {
    top: 70px;
  }
}
@media screen and (max-width: 450px) {
  #vision .mainFlex .mainCircle::before {
    top: 30px;
  }
}
@media screen and (max-width: 400px) {
  #vision .mainFlex .mainCircle::before {
    top: 0;
  }
}
#vision .mainFlex .mainCircle::after {
  bottom: 110px;
}
@media screen and (max-width: 1199px), print {
  #vision .mainFlex .mainCircle::after {
    display: none;
  }
}
#vision .mainFlex .mainCircle .mainTextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#vision .mainFlex .mainCircle .mainTextArea .mainEn {
  font-family: "Barlow", serif;
  font-weight: bold;
  color: #242424;
  font-size: 24px;
}
@media screen and (max-width: 1199px), print {
  #vision .mainFlex .mainCircle .mainTextArea .mainEn {
    font-size: 27px;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainCircle .mainTextArea .mainEn {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#vision .mainFlex .mainCircle .mainTextArea h2 {
  margin: 0;
  padding: 0;
  font-size: 53px;
  line-height: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px), print {
  #vision .mainFlex .mainCircle .mainTextArea h2 {
    font-size: 48px;
    line-height: 71px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  #vision .mainFlex .mainCircle .mainTextArea h2 {
    font-size: 35px;
    line-height: 52px;
  }
}
#vision .mainFlex .mainCircle .mainTextArea h2::before, #vision .mainFlex .mainCircle .mainTextArea h2::after {
  display: none;
}
#vision .visionMain {
  background-color: #EDEDED;
}
#vision .visionMain .mainText {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px), print {
  #vision .visionMain .mainText {
    margin-top: 45px;
  }
}
#vision .visionSolution {
  background-color: #EDEDED;
  padding: 80px 0 46px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #vision .visionSolution {
    padding: 129px 0 24px;
  }
  #vision .visionSolution::before {
    position: absolute;
    content: "";
    background-image: url(../images/vision/border02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 80px;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#vision .visionSolution h3 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px), print {
  #vision .visionSolution h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px), print {
  #vision .visionSolution .solutionText {
    margin-top: 10px;
  }
}
#vision .visionSolution .buttonArea {
  margin-top: 20px;
}
#vision .visionSolution .slick-slider {
  z-index: 1;
}
#vision .visionSolution .slide.slick-active .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
@media screen and (max-width: 1180px) {
  #vision .visionSolution .slide.slick-active .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
}
#vision .visionSolution .slide.slick-active.slick-current .card {
  transform: translateZ(0px) rotateY(0deg) !important;
}
@media screen and (max-width: 1180px) {
  #vision .visionSolution .slide.slick-active.slick-current .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
}
#vision .visionSolution .slide.slick-active.slick-current .cardContainer.active .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
@media screen and (max-width: 820px) {
  #vision .visionSolution .slide.slick-active.slick-current .cardContainer.active .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
}
#vision .visionSolution .slide.slick-active.slick-current .cardContainer.tap .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
#vision .visionSolution .slide.slick-active + .slick-active .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
@media screen and (max-width: 1180px) {
  #vision .visionSolution .slide.slick-active + .slick-active .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
}
#vision .visionSolution .slide.slick-active + .slick-active + .slick-active .card {
  transform: translateZ(0px) rotateY(0deg) !important;
}
#vision .visionSolution .slide.slick-active + .slick-active .cardContainer.active .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
@media screen and (max-width: 820px) {
  #vision .visionSolution .slide.slick-active + .slick-active .cardContainer.active .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
}
#vision .visionSolution .slide.slick-active + .slick-active .cardContainer.tap .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
#vision .visionSolution .slick-navigation-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
#vision .visionSolution .slick-navigation-wrapper .slick-arrow {
  position: relative;
  z-index: 10;
  width: 38px; /* 矢印のサイズ */
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  top: 17px;
}
#vision .visionSolution .slick-navigation-wrapper .slick-arrow:hover {
  background-color: #EDEDED;
}
#vision .visionSolution .slick-navigation-wrapper .slick-arrow::before {
  position: absolute;
  content: "";
  background-image: url(../images/template/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#vision .visionSolution .slick-navigation-wrapper .slick-arrow.slick-prev {
  left: 0;
}
#vision .visionSolution .slick-navigation-wrapper .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#vision .visionSolution .slick-navigation-wrapper .slick-arrow.slick-next {
  right: 0;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots {
  bottom: 0;
  width: auto;
  display: inline-block;
  position: relative;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots li {
  margin-top: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots li::before {
  display: none;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots li:hover button::before {
  color: #000;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots li.slick-active button::before {
  color: #000;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
}
#vision .visionSolution .slick-navigation-wrapper .slick-dots li button::before {
  color: #ACACAC;
  opacity: 1;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
#vision .visionSolution .slick-navigation-wrapper .stop {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 15px;
}
#vision .visionSolution .slick-navigation-wrapper .stop.active .slick_pause {
  background-image: url(../images/vision/stop02.png);
}
@media screen and (max-width: 768px) {
  #vision .visionSolution .slick-navigation-wrapper .stop.active .slick_pause {
    background-image: url(../images/vision/stop.png);
  }
}
#vision .visionSolution .slick-navigation-wrapper .stop.active .slick_pause.paused {
  background-image: url(../images/vision/start02.png);
}
@media screen and (max-width: 768px) {
  #vision .visionSolution .slick-navigation-wrapper .stop.active .slick_pause.paused {
    background-image: url(../images/vision/start.png);
  }
}
#vision .visionSolution .slick-navigation-wrapper .stop .slick_pause {
  position: absolute;
  content: "";
  background-image: url(../images/vision/stop.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #vision .visionSolution .slick-navigation-wrapper .stop .slick_pause:active {
    background-image: url(../images/vision/start.png);
  }
}
#vision .visionSolution .slick-navigation-wrapper .stop .slick_pause.paused {
  background-image: url(../images/vision/start.png);
}
@media screen and (max-width: 768px) {
  #vision .visionSolution .slick-navigation-wrapper .stop .slick_pause.paused {
    background-image: url(../images/vision/start.png);
  }
}
#vision .visionSolution .sliderSolution .slick-list {
  position: relative;
  padding: 10px 20% 0 !important;
}
@media screen and (max-width: 1750px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 15% 0 !important;
  }
}
@media screen and (max-width: 1550px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 10% 0 !important;
  }
}
@media screen and (max-width: 1350px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 5% 0 !important;
  }
}
@media screen and (max-width: 1180px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 18% 0 !important;
  }
}
@media screen and (max-width: 1100px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 14% 0 !important;
  }
}
@media screen and (max-width: 970px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 10% 0 !important;
  }
}
@media screen and (max-width: 880px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 7% 0 !important;
  }
}
@media screen and (max-width: 820px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 5% 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 26% 0 !important;
  }
}
@media screen and (max-width: 730px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 24% 0 !important;
  }
}
@media screen and (max-width: 670px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 22% 0 !important;
  }
}
@media screen and (max-width: 620px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 20% 0 !important;
  }
}
@media screen and (max-width: 580px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 18% 0 !important;
  }
}
@media screen and (max-width: 550px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 16% 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 23% 0 !important;
  }
}
@media screen and (max-width: 490px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 21% 0 !important;
  }
}
@media screen and (max-width: 460px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 19% 0 !important;
  }
}
@media screen and (max-width: 430px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 17% 0 !important;
  }
}
@media screen and (max-width: 430px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 15% 0 !important;
  }
}
@media screen and (max-width: 400px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 13% 0 !important;
  }
}
@media screen and (max-width: 370px) {
  #vision .visionSolution .sliderSolution .slick-list {
    padding: 10px 11% 0 !important;
  }
}
#vision .visionSolution .sliderSolution .slick-list::before, #vision .visionSolution .sliderSolution .slick-list:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  width: 220px;
  z-index: 1;
}
@media screen and (max-width: 1550px), print {
  #vision .visionSolution .sliderSolution .slick-list::before, #vision .visionSolution .sliderSolution .slick-list:after {
    display: none;
  }
}
#vision .visionSolution .sliderSolution .slick-list::before {
  left: 0;
  background-image: linear-gradient(90deg, rgb(237, 237, 237), rgb(237, 237, 237) 50%, rgba(255, 255, 255, 0));
}
#vision .visionSolution .sliderSolution .slick-list:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(237, 237, 237) 50%, rgb(237, 237, 237));
  right: 0;
}
#vision .visionLink {
  background-color: #EDEDED;
  position: relative;
  padding: 80px 0 46px;
}
@media screen and (max-width: 1199px), print {
  #vision .visionLink {
    padding: 100px 0 24px;
  }
}
#vision .visionLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/vision/border02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#vision .visionLink.susutaina h3 {
  line-height: 86px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px), print {
  #vision .visionLink.susutaina h3 {
    line-height: 35px;
    margin-bottom: 20px;
  }
}
#vision .visionLink h3 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px), print {
  #vision .visionLink h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
#vision .visionLink h3 span {
  font-size: 24px;
  line-height: 42px;
}
@media screen and (max-width: 1199px), print {
  #vision .visionLink h3 span {
    font-size: 20px;
  }
}
#vision .slogan {
  background-color: #EDEDED;
  position: relative;
  padding: 85px 0 0;
}
@media screen and (max-width: 1199px), print {
  #vision .slogan {
    padding: 100px 0 80px;
  }
}
#vision .slogan::before {
  position: absolute;
  content: "";
  background-image: url(../images/vision/border02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
#vision .slogan h3 {
  font-size: 44px;
  line-height: 86px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1199px), print {
  #vision .slogan h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  #vision .slogan h3 {
    margin-bottom: 30px;
  }
}
#vision .slogan .mainCircle {
  z-index: 0;
}
@media print {
  #vision .slogan .mainFlex {
    page-break-inside: avoid;
  }
}
@media screen and (max-width: 767px) {
  #vision .slogan .mainFlex .mainImage {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  #vision .slogan .mainCircle {
    width: calc(100% + 30px);
  }
}
#vision .slogan .mainCircle::before, #vision .slogan .mainCircle::after {
  display: none;
}
#vision .slogan .mainCircle .mainTextArea h2 {
  font-size: 39px;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  #vision .slogan .mainCircle .mainTextArea h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
#vision .slogan .mainText {
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #vision .slogan .mainText {
    margin-top: 45px;
  }
}
#vision .slogan .button01 {
  max-width: 362px;
  width: 100%;
  padding: 15px 85px 15px 25px;
}
@media screen and (max-width: 1199px), print {
  #vision .slogan .button01 {
    max-width: 335px;
    padding: 15px 95px 15px 35px;
  }
}
#vision .cardContainer {
  position: relative;
  min-width: 350px;
  min-height: 400px;
  margin: 4px;
}
@media screen and (max-width: 520px) {
  #vision .cardContainer {
    min-width: 270px;
    min-height: 310px;
  }
}
#vision .cardContainer.active .slide .card {
  transform: translateZ(0px) rotateY(180deg) !important;
}
@media screen and (max-width: 820px) {
  #vision .cardContainer.active .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
  #vision .cardContainer.tap .card {
    transform: translateZ(0px) rotateY(180deg) !important;
  }
  #vision .cardContainer .card {
    transform: translateZ(0px) rotateY(0deg) !important;
  }
}
#vision .cardContainer:hover .textLink::before {
  transform: scale(1.3, 1.4);
  transition: all 0.3s;
}
#vision .cardContainer:hover .textLink::after {
  transform: scale(1.18, 1.16);
  transition: all 0.3s;
}
#vision .cardContainer:hover .textLink span {
  border-bottom: 1px solid #242424;
}
@media screen and (max-width: 767px) {
  #vision .cardContainer:hover .textLink span {
    border-bottom: none;
  }
}
#vision .cardContainer p {
  display: none;
}
#vision .cardContainer .cardLink {
  max-width: 350px;
}
@media screen and (max-width: 520px) {
  #vision .cardContainer .cardLink {
    max-width: 270px;
  }
}
#vision .cardContainer .card {
  display: inline-block;
  width: 350px;
  height: 400px;
  cursor: pointer;
  -moz-backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 520px) {
  #vision .cardContainer .card {
    width: 270px;
    height: 310px;
  }
}
#vision .cardContainer .card img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1199px), print {
  #vision .cardContainer .card img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
  }
}
#vision .cardContainer .card:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  box-shadow: 0 14px 50px -4px hsla(0, 0%, 0%, 0.15);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1.4);
}
#vision .cardContainer .card:hover {
  transform: translateZ(0px) rotateY(180deg) !important;
}
#vision .cardContainer .card:hover:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #vision .cardContainer .card {
    pointer-events: none;
  }
}
#vision .cardContainer .card .side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
}
#vision .cardContainer .card .side .info.imgChange {
  overflow: visible;
}
#vision .cardContainer .card .front {
  z-index: 2;
}
#vision .cardContainer .card .front .img {
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
}
#vision .cardContainer .card .back {
  transform: rotateY(180deg);
  position: relative;
}

#aboutus #content {
  padding-bottom: 0;
}
#aboutus h2,
#aboutus h3 {
  margin: 0;
  padding: 0;
}
#aboutus h2::before, #aboutus h2::after,
#aboutus h3::before,
#aboutus h3::after {
  display: none;
}
#aboutus p {
  color: #242424;
}
#aboutus #aboutusHeader {
  padding: 144px 0 160px;
  background-color: #D9D9D9;
}
@media screen and (min-width: 1801px) {
  #aboutus #aboutusHeader {
    padding-bottom: calc(6.9vw + 30px);
  }
}
@media screen and (max-width: 1199px), print {
  #aboutus #aboutusHeader {
    padding: 88px 0 105px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus #aboutusHeader {
    padding-bottom: 50px;
  }
}
#aboutus #aboutusHeader h1 {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1360px) {
  #aboutus #aboutusHeader h1 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1199px), print {
  #aboutus #aboutusHeader h1 {
    padding: 0 20px;
  }
}
#aboutus h3 {
  font-size: 32px;
  margin-bottom: 35px;
}
#aboutus h3 span {
  font-size: 24px;
}
@media screen and (max-width: 1199px), print {
  #aboutus h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  #aboutus h3 span {
    font-size: 18px;
  }
}
#aboutus h2 {
  font-size: 42px;
  margin-bottom: 30px;
  line-height: 60px;
}
@media screen and (max-width: 1199px), print {
  #aboutus h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 42px;
  }
}
#aboutus .hiwa {
  position: relative;
  background-color: #FFED00;
}
#aboutus .hiwa::before {
  position: absolute;
  content: "";
  background-image: url(../images/aboutus/yellowDeco.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 123px;
  top: -123px;
  left: 0;
  background-position: center;
}
@media screen and (min-width: 1801px) {
  #aboutus .hiwa::before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #aboutus .hiwa::before {
    background-image: url(../images/aboutus/yellowDeco02.png);
    height: 66px;
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .hiwa::before {
    background-image: url(../images/aboutus/yellowDeco03.png);
    background-size: 100% 100%;
  }
}
#aboutus .hiwa::after {
  position: absolute;
  content: "";
  background-image: url(../images/aboutus/border.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 200px;
  top: -215px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1199px), print {
  #aboutus .hiwa::after {
    background-image: url(../images/aboutus/border04.png);
    height: 80px;
    top: -105px;
  }
}
#aboutus .hiwa p {
  max-width: 728px;
  margin: 0 auto;
}
#aboutus .hiwa .overflow {
  overflow: hidden;
}
#aboutus .hiwa .w-wrapper {
  max-width: 1353px;
  width: 99%;
}
@media screen and (max-width: 1199px), print {
  #aboutus .hiwa .w-wrapper {
    width: 1157px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  #aboutus .hiwa .w-wrapper {
    width: 728px;
  }
}
#aboutus .hiwa .w-wrapper img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #aboutus .hiwa .machiWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .hiwa .machiWrap {
    margin-top: 45px;
  }
}
#aboutus .hiwa .machiWrap .machi {
  position: relative;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  #aboutus .hiwa .machiWrap .machi {
    bottom: -2px;
  }
}
#aboutus .sengen {
  background-color: #707070;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #aboutus .sengen {
    padding-top: 35px;
  }
}
#aboutus .sengen::before {
  position: absolute;
  content: "";
  background-image: url(../images/aboutus/grayDeco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 122px;
  bottom: -121px;
  left: 0;
}
@media screen and (min-width: 1801px) {
  #aboutus .sengen::before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #aboutus .sengen::before {
    background-image: url(../images/aboutus/grayDeco02.png);
    height: 66px;
    bottom: -65px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .sengen::before {
    background-image: url(../images/aboutus/grayDeco03.png);
    background-size: 100% 100%;
  }
}
#aboutus .sengen:after {
  position: absolute;
  content: "";
  background-image: url(../images/aboutus/border02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 140px;
  bottom: -188px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1199px), print {
  #aboutus .sengen:after {
    background-image: url(../images/aboutus/border05.png);
    height: 84px;
    bottom: -107px;
  }
}
#aboutus .sengen h2 {
  margin-bottom: 40px;
  color: #FFED00;
  font-size: 42px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .sengen h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
#aboutus .sengen h2 span {
  font-size: 24px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .sengen h2 span {
    line-height: 32px;
    display: block;
  }
}
#aboutus .sengen .brand {
  background-color: #fff;
  border-radius: 80px;
  padding: 20px 35px;
  max-width: 728px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aboutus .sengen .brand {
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
#aboutus .sengen .brand p {
  color: #242424;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #aboutus .sengen .brand p {
    font-size: 16px;
  }
}
#aboutus .sengen .brand p img {
  margin: 0 20px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #aboutus .sengen .brand p img {
    margin: 0 0 0 8px;
    padding-bottom: 4px;
  }
}
#aboutus .sengen p.white {
  color: #fff;
  max-width: 728px;
  margin: 0 auto;
}
#aboutus .himitsu {
  padding: 200px 0 90px;
  position: relative;
}
@media screen and (max-width: 1199px), print {
  #aboutus .himitsu {
    padding: 120px 0 90px;
  }
}
#aboutus .himitsu:after {
  position: absolute;
  content: "";
  background-image: url(../images/aboutus/border03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 140px;
  bottom: -71px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 1199px), print {
  #aboutus .himitsu:after {
    background-image: url(../images/aboutus/border06.png);
    height: 84px;
    bottom: -40px;
  }
}
#aboutus .himitsu p {
  max-width: 728px;
  margin: 0 auto 30px;
}
#aboutus .himitsu img {
  display: block;
  margin: 0 auto;
}
#aboutus .world h2,
#aboutus .world h3,
#aboutus .world h4,
#aboutus .world p,
#aboutus .world div {
  color: #fff !important;
}
#aboutus .world .worldBg {
  background-image: url(../images/aboutus/worldBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1200px;
  padding: 90px 0 350px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1801px) {
  #aboutus .world .worldBg {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg {
    height: 1040px;
    padding: 60px 0 400px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .world .worldBg {
    height: 877px;
    background-image: url(../images/aboutus/worldBg_sp.png);
    background-size: 100% 100%;
  }
}
@media print {
  #aboutus .world .worldBg {
    height: 1200px;
  }
}
#aboutus .world .worldBg::before, #aboutus .world .worldBg::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
#aboutus .world .worldBg::before {
  background-image: url(../images/aboutus/finger01_02.png);
  width: 373px;
  height: 460px;
  top: 385px;
  left: 10.3vw;
}
@media screen and (max-width: 1750px) {
  #aboutus .world .worldBg::before {
    left: 110px;
  }
}
@media screen and (max-width: 1600px) {
  #aboutus .world .worldBg::before {
    left: 30px;
  }
}
@media screen and (max-width: 1530px) {
  #aboutus .world .worldBg::before {
    left: -35px;
  }
}
@media screen and (max-width: 1365px), print {
  #aboutus .world .worldBg::before {
    display: none;
  }
}
#aboutus .world .worldBg::after {
  background-image: url(../images/aboutus/finger02_02.png);
  width: 361px;
  height: 423px;
  bottom: 165px;
  right: 160px;
}
@media screen and (max-width: 1650px) {
  #aboutus .world .worldBg::after {
    right: 100px;
  }
}
@media screen and (max-width: 1470px) {
  #aboutus .world .worldBg::after {
    right: 60px;
  }
}
@media screen and (max-width: 1530px) {
  #aboutus .world .worldBg::after {
    right: -60px;
  }
}
@media screen and (max-width: 1365px), print {
  #aboutus .world .worldBg::after {
    width: 315px;
    height: 366px;
    bottom: -50px;
    right: 24vw;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .world .worldBg::after {
    right: 11vw;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .world .worldBg::after {
    width: 212px;
    height: 249px;
  }
}
#aboutus .world .worldBg p {
  max-width: 728px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #aboutus .world .worldBg p {
    max-width: 552px;
  }
}
#aboutus .world .worldBg .worldNumber {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber {
    max-width: 552px;
    margin: 0 auto;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid + .numberGrid {
  margin-top: 30px;
}
#aboutus .world .worldBg .worldNumber .numberGrid + .numberGrid .numberItem + .numberItem {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid + .numberGrid .numberItem + .numberItem {
    margin-left: 30px;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item02 .numberBig, #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item03 .numberBig {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item02 .numberBig, #aboutus .world .worldBg .worldNumber .numberGrid .numberItem.item03 .numberBig {
    margin-top: 3vw;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberTitle {
    font-size: 3.2vw;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberTitle span {
  font-size: 16px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberTitle span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberTitle span {
    font-size: 2.4vw;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig {
  font-size: 114px;
  font-weight: bold;
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig {
    font-size: 96px;
  }
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig {
    font-size: 16vw;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig span {
  font-size: 42px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig span {
    font-size: 37px;
  }
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberBig span {
    font-size: 6.4vw;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberSmall {
  font-size: 77px;
  font-weight: bold;
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberSmall {
    font-size: 67px;
  }
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberSmall {
    font-size: 11.5vw;
  }
}
#aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberSmall span {
  font-size: 30px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberSmall span {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  #aboutus .world .worldBg .worldNumber .numberGrid .numberItem .numberSmall span {
    font-size: 4.3vw;
  }
}
#aboutus .data {
  background-color: #FFED00;
  padding: 250px 0 130px;
  margin-top: -145px;
}
@media screen and (max-width: 767px) {
  #aboutus .data {
    padding: 65px 0 70px;
    margin-top: -25px;
  }
}
#aboutus .data h3 {
  margin-bottom: 0;
}
#aboutus .data .smallText {
  font-size: 14px;
  margin-bottom: 40px;
  color: #242424;
  font-weight: bold;
}
#aboutus .data .grid-container {
  display: grid;
  width: 100%;
  grid-template-areas: "area1 area2 area3" "area4 area5 area3" "area4 area6 area6";
  grid-template-columns: 34% 34% 32%;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#aboutus .data .grid-container .item {
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#aboutus .data .grid-container .item::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item {
    padding: 30px 0 50px !important;
    width: 48%;
    border-bottom: 1px solid #242424;
    height: 100%;
  }
  #aboutus .data .grid-container .item:nth-child(n+5) {
    border-bottom: none;
  }
  #aboutus .data .grid-container .item:nth-child(1), #aboutus .data .grid-container .item:nth-child(2) {
    border-top: 1px solid #242424;
  }
  #aboutus .data .grid-container .item:after {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .data .grid-container .item {
    width: 100%;
  }
  #aboutus .data .grid-container .item:nth-child(2) {
    border-top: none;
  }
  #aboutus .data .grid-container .item:nth-child(n+5) {
    border-bottom: 1px solid #242424;
  }
}
#aboutus .data .grid-container .item.item-4, #aboutus .data .grid-container .item.item-5, #aboutus .data .grid-container .item.item-6 {
  padding-top: 40px;
}
#aboutus .data .grid-container .item p {
  margin: 0;
}
#aboutus .data .grid-container .item .itemTitle {
  background-color: #242424;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
  display: inline-block;
  border-radius: 40px;
}
#aboutus .data .grid-container .item .itemTitle.small {
  font-size: 15px;
  padding: 0 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item .numberFlex {
    display: flex;
  }
  #aboutus .data .grid-container .item .numberFlex .smallArea + .smallArea {
    margin-left: 25px;
  }
}
#aboutus .data .grid-container .item .number {
  font-size: 96px;
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  color: #242424;
  line-height: 1;
}
#aboutus .data .grid-container .item .number span {
  font-size: 32px;
  position: relative;
  bottom: 4px;
}
#aboutus .data .grid-container .item .number span.left {
  margin-left: 10px;
}
#aboutus .data .grid-container .item .number span.right {
  margin-right: 10px;
}
#aboutus .data .grid-container .item .number.small {
  font-size: 60px;
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  color: #242424;
  line-height: 1;
}
#aboutus .data .grid-container .item .number.small span {
  font-size: 24px;
  position: relative;
  bottom: 4px;
}
#aboutus .data .grid-container .item .number.big {
  font-size: 190px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item .number.big {
    font-size: 96px;
  }
}
#aboutus .data .grid-container .item .number .flex {
  flex-direction: column;
  align-items: end;
}
#aboutus .data .grid-container .item-1 {
  grid-area: area1;
  padding-bottom: 65px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-1 {
    padding-bottom: 50px;
  }
}
#aboutus .data .grid-container .item-1::before {
  background-image: url(../images/aboutus/item01_02.png);
  width: 141px;
  height: 136px;
  bottom: 20px;
  right: 15px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-1::before {
    right: 0;
    bottom: 15px;
  }
}
#aboutus .data .grid-container .item-1:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #242424;
  width: calc(100% - 15px);
  left: 0;
  bottom: 0;
}
#aboutus .data .grid-container .item-2 {
  grid-area: area2;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-2 {
    margin-top: -35px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .data .grid-container .item-2 {
    margin-top: 0;
  }
}
#aboutus .data .grid-container .item-2::before {
  background-image: url(../images/aboutus/item02.png);
  width: 165px;
  height: 102px;
  bottom: 20px;
  left: 105px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-2::before {
    width: 160px;
    height: 100px;
    bottom: 0;
    right: 0;
    left: auto;
  }
}
#aboutus .data .grid-container .item-2:after {
  position: absolute;
  content: "";
  border-left: 1px solid #242424;
  height: calc(100% - 15px);
  left: 0;
  top: 0;
}
#aboutus .data .grid-container .item-3 {
  grid-area: area3;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-3 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .data .grid-container .item-3 {
    margin-top: 0;
  }
}
#aboutus .data .grid-container .item-3::before {
  background-image: url(../images/aboutus/item03.png);
  width: 172px;
  height: 206px;
  bottom: 65px;
  right: 0;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-3::before {
    width: 128px;
    height: 153px;
    top: 21px;
    bottom: auto;
  }
}
#aboutus .data .grid-container .item-3:after {
  position: absolute;
  content: "";
  border-left: 1px solid #242424;
  height: calc(100% - 20px);
  left: 0;
  top: 0;
}
#aboutus .data .grid-container .item-4 {
  grid-area: area4;
}
#aboutus .data .grid-container .item-4::before {
  background-image: url(../images/aboutus/item04_02.png);
  width: 287px;
  height: 217px;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-4::before {
    width: 128px;
    height: 97px;
    bottom: 35px;
    right: 0;
    left: auto;
    transform: none;
  }
}
#aboutus .data .grid-container .item-4:after {
  position: absolute;
  content: "";
  border-right: 1px solid #242424;
  height: calc(100% - 15px);
  right: 0;
  bottom: 0;
}
#aboutus .data .grid-container .item-5 {
  grid-area: area5;
  padding-bottom: 90px;
}
#aboutus .data .grid-container .item-5::before {
  background-image: url(../images/aboutus/item05_02.png);
  width: 142px;
  height: 97px;
  bottom: 20px;
  right: 25px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-5::before {
    right: 0;
    bottom: 0;
  }
}
#aboutus .data .grid-container .item-5:after {
  position: absolute;
  content: "";
  border-top: 1px solid #242424;
  width: calc(100% - 30px);
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#aboutus .data .grid-container .item-5 .number {
  display: inline-block;
}
#aboutus .data .grid-container .item-6 {
  grid-area: area6;
}
#aboutus .data .grid-container .item-6::before {
  background-image: url(../images/aboutus/item06.png);
  width: 227px;
  height: 174px;
  bottom: 30px;
  right: 60px;
}
@media screen and (max-width: 1199px), print {
  #aboutus .data .grid-container .item-6::before {
    width: 135px;
    height: 104px;
    bottom: 0;
    right: 0;
  }
}
#aboutus .data .grid-container .item-6:after {
  position: absolute;
  content: "";
  border-top: 1px solid #242424;
  width: calc(100% - 15px);
  right: 0;
  top: 0;
}

#brand-proposition #brand_link01,
#brand-proposition #brand_link02,
#brand-proposition #brand_link03 {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition #brand_link01,
  #brand-proposition #brand_link02,
  #brand-proposition #brand_link03 {
    margin-top: 0;
    padding-top: 0;
  }
}
#brand-proposition .brandFlex {
  margin-top: 120px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex {
    margin-top: 66px;
  }
}
#brand-proposition .brandFlex.mt-none {
  margin-top: 0;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex {
    flex-direction: column;
  }
}
#brand-proposition .brandFlex .brandTitle {
  width: 28.7%;
  padding-right: 5.35%;
  border-right: 1px solid #C0C0C0;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandTitle {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
#brand-proposition .brandFlex .brandTitle h3 {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandTitle h3 {
    padding-left: 20px;
    margin: 0 0 16px;
  }
}
#brand-proposition .brandFlex .brandTitle h3::before {
  display: none;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandTitle h3::before {
    display: block;
  }
}
#brand-proposition .brandFlex .brandTitle h3 span {
  font-size: 16px;
}
#brand-proposition .brandFlex .brandDetail {
  width: 71.3%;
  padding-left: 5.35%;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandDetail {
    width: 100%;
    padding-left: 0;
  }
}
#brand-proposition .brandFlex .brandDetail p + h2 {
  margin-top: 30px;
}
#brand-proposition .brandFlex .brandDetail p + .button01 {
  margin-top: 20px;
}
#brand-proposition .brandFlex .brandDetail h2 {
  margin: 0;
  padding: 0;
  font-size: 44px;
  line-height: 66px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandDetail h2 {
    font-size: 32px;
    line-height: 46px;
    margin: 20px 0 15px;
  }
}
#brand-proposition .brandFlex .brandDetail h2::before, #brand-proposition .brandFlex .brandDetail h2::after {
  display: none;
}
#brand-proposition .brandFlex .brandDetail .logo {
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandDetail .logo {
    text-align: center;
    margin: 40px 0 30px;
  }
}
#brand-proposition .brandFlex .brandDetail .symbol {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandDetail .symbol {
    text-align: center;
  }
}
#brand-proposition .brandFlex .brandDetail ol li {
  margin-left: 23px;
  padding-left: 16px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandDetail ol li {
    margin-left: 28px;
  }
}
#brand-proposition .brandFlex .brandDetail ol li::marker {
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-size: 24px;
  color: #4D4D4D;
  line-height: 32px;
}
#brand-proposition .brandFlex .brandDetail .movie {
  margin-top: 40px;
}
#brand-proposition .brandFlex .brandDetail .movie h4 {
  font-size: 20px;
  margin: 15px 0 0;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .brandFlex .brandDetail .movie h4 {
    margin: 0;
  }
}
#brand-proposition .brandFlex .brandDetail .movie .wp-video {
  border: 1px solid #C0C0C0;
}
#brand-proposition .rinenArea {
  background-color: #EDEDED;
  padding: 66px 0;
  margin-top: 120px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .rinenArea {
    margin-top: 66px;
  }
}
#brand-proposition .rinenArea h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  line-height: 26px;
}
@media screen and (max-width: 1199px), print {
  #brand-proposition .rinenArea h3 {
    margin-bottom: 20px;
  }
}
#brand-proposition .rinenArea h3::before {
  display: none;
}

#content .dx .day {
  margin-bottom: 5px;
  color: #242424;
}
#content .dx .name {
  color: #242424;
  margin-top: 0;
}
#content .dx .name span {
  font-size: 24px;
  font-weight: bold;
}
#content .dx .columnFlex + .columnFlex {
  margin-top: 0;
}
#content .dx .columnFlex .columnItem + .columnItem {
  margin-top: 0;
}
#content .dx h4 {
  margin: 40px 0 20px;
}
#content .dx .senryakuFlex .columnItem h4 {
  font-size: 18px;
  color: #fff;
  background-color: #4D4D4D;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
#content .dx .senryakuFlex .columnItem h4 span {
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  color: #FFED00;
  font-size: 28px;
  font-weight: bold;
  margin-right: 20px;
}
#content .dx .keikakuFigure {
  border: 1px solid #707070;
  padding: 30px 35px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px), print {
  #content .dx .keikakuFigure {
    padding: 30px 17px;
  }
}
#content .dx .keikakuFigure p {
  margin: 0;
  color: #242424;
  font-weight: bold;
}
#content .dx .keikakuFigure .keikakuText {
  background-color: #EDEDED;
  padding: 0 20px;
  line-height: 24px;
}
#content .dx .keikakuFigure .keikakuSubTitle {
  margin: 15px 0 10px;
}
@media screen and (max-width: 1199px), print {
  #content .dx .keikakuFigure .keikakuFlex {
    flex-direction: column;
  }
}
#content .dx .keikakuFigure .keikakuFlex .keikakuText {
  width: 33%;
}
@media screen and (max-width: 1199px), print {
  #content .dx .keikakuFigure .keikakuFlex .keikakuText {
    width: 100%;
  }
  #content .dx .keikakuFigure .keikakuFlex .keikakuText + .keikakuText {
    margin-top: 5px;
  }
}
#content .dx .keikakuTitle {
  font-size: 24px;
  margin-bottom: 10px !important;
  color: #242424;
}
#content .dx .triangle01,
#content .dx .triangle02 {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 88px solid transparent;
  border-left: 88px solid transparent;
  border-top: 35px solid #4D4D4D;
  border-bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  margin: 15px 0 10px;
}
@media screen and (max-width: 1199px), print {
  #content .dx .triangle01,
  #content .dx .triangle02 {
    border-right: 67px solid transparent;
    border-left: 67px solid transparent;
    border-top: 33px solid #4D4D4D;
    margin: 15px 0;
  }
}
#content .dx .dxFigure {
  background-color: #FFED00;
  padding: 30px 35px;
  font-weight: bold;
}
@media screen and (max-width: 1199px), print {
  #content .dx .dxFigure {
    padding: 30px 17px;
  }
}
#content .dx .dxFigure .dxFlex01 {
  flex-wrap: wrap;
}
#content .dx .dxFigure .dxFlex01 .dxItem {
  width: 49.9%;
  font-size: 16px;
  color: #fff;
  background-color: #4D4D4D;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
#content .dx .dxFigure .dxFlex01 .dxItem:nth-child(n+3) {
  margin-top: 0.3%;
}
@media screen and (max-width: 1199px), print {
  #content .dx .dxFigure .dxFlex01 .dxItem {
    width: 100%;
  }
  #content .dx .dxFigure .dxFlex01 .dxItem:nth-child(n+2) {
    margin-top: 5px;
  }
}
#content .dx .dxFigure .dxFlex01 .dxItem span {
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  color: #FFED00;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
#content .dx .dxFigure .triangle02 {
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 16px solid #4D4D4D;
}
@media screen and (max-width: 1199px), print {
  #content .dx .dxFigure .triangle02 {
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-top: 20px solid #4D4D4D;
  }
}
#content .dx .dxFigure .dxFlex02 {
  flex-wrap: wrap;
}
#content .dx .dxFigure .dxFlex02 .dxItem {
  width: 33.2%;
  font-size: 16px;
  color: #fff;
  background-color: #999999;
  padding: 5px 20px;
}
#content .dx .dxFigure .dxFlex02 .dxItem:nth-child(n+4) {
  margin-top: 0.2%;
}
@media screen and (max-width: 1199px), print {
  #content .dx .dxFigure .dxFlex02 .dxItem {
    width: 100%;
  }
  #content .dx .dxFigure .dxFlex02 .dxItem:nth-child(n+2) {
    margin-top: 5px;
  }
}
#content .dx .sesakuFlex + p {
  margin-top: 50px;
}
#content .dx .sesakuFlex .columnItem h4 {
  font-size: 18px;
  color: #242424;
  background-color: #FFED00;
  padding: 10px 20px;
}
@media screen and (max-width: 1199px), print {
  #content .dx .togoFlex {
    flex-direction: column;
  }
}
#content .dx .togoFlex .linkList {
  width: calc(100% - 370px);
}
#content .dx .togoFlex .linkList .strongLink {
  min-width: 540px;
}
@media screen and (max-width: 1199px), print {
  #content .dx .togoFlex .linkList {
    width: 100%;
  }
  #content .dx .togoFlex .linkList .strongLink {
    width: 100%;
    min-width: auto;
  }
  #content .dx .togoFlex .linkList .strongLink:after {
    top: 16px;
    transform: none;
  }
  #content .dx .togoFlex .linkList .strongLink::before {
    top: 24px;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  #content .dx .togoFlex .linkList .strongLink {
    max-width: 100%;
  }
}
#content .dx .togoFlex .imageArea {
  background-color: #ededed;
  padding: 25px;
  width: 352px;
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px), print {
  #content .dx .togoFlex .imageArea {
    width: 100%;
    height: 324px;
  }
}
#content .dx .togoFlex .imageArea .omoteImage {
  height: 285px;
  width: 285px;
}
@media screen and (max-width: 1199px), print {
  #content .dx .togoFlex .imageArea .omoteImage {
    height: 268px;
    width: 268px;
  }
}
#content .dx .togoFlex .imageArea .omoteImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#enPage #content .dx .keikakuFigure .keikakuFlex .keikakuText {
  display: flex;
  align-items: center;
  justify-content: center;
}
#enPage #content .dx .dxFigure .dxFlex02 .dxItem {
  display: flex;
  align-items: center;
}

#content #mtmp ul {
  margin-bottom: 40px;
}
#content #mtmp .buttonArea {
  margin-top: 20px;
}
#content #mtmp .teiryoFlex {
  flex-wrap: wrap;
}
#content #mtmp .teiryoFlex .teiryoItem {
  min-width: 258px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  #content #mtmp .teiryoFlex .teiryoItem {
    width: 48%;
  }
}
@media screen and (max-width: 570px) {
  #content #mtmp .teiryoFlex .teiryoItem {
    width: 100%;
  }
}
#content #mtmp .teiryoFlex .teiryoItem .teiryoTitle {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #4D4D4D;
  padding: 5px;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea {
  padding: 20px;
  background-color: #EDEDED;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoTop {
  color: #242424;
  border-bottom: 1px dashed #C0C0C0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoTop p {
  margin-bottom: 0;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoTop .teiryoNumber {
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoTop .teiryoNumber span {
  font-size: 18px;
  margin-left: 5px;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoBottom p {
  margin-bottom: 0;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoBottom .teiryoNumber {
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  color: #242424;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoBottom .teiryoNumber span {
  font-size: 18px;
}
#content #mtmp .teiryoFlex .teiryoItem .grayArea .teiryoBottom .teiryoNumber + p {
  margin-top: 15px;
}
#content #mtmp .comment {
  margin-bottom: 0;
}
#content #mtmp .mt-35 {
  margin-top: 35px;
}
#content #mtmp .mr-10 {
  margin-right: 10px;
}
@media screen and (max-width: 1199px), print {
  #content #mtmp .togoFlex {
    flex-direction: column;
  }
}
#content #mtmp .togoFlex .linkList {
  width: calc(100% - 370px);
}
#content #mtmp .togoFlex .linkList .strongLink {
  min-width: 540px;
}
@media screen and (max-width: 1199px), print {
  #content #mtmp .togoFlex .linkList {
    width: 100%;
  }
  #content #mtmp .togoFlex .linkList .strongLink {
    width: 100%;
    min-width: auto;
  }
  #content #mtmp .togoFlex .linkList .strongLink:after {
    top: 16px;
    transform: none;
  }
  #content #mtmp .togoFlex .linkList .strongLink::before {
    top: 24px;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  #content #mtmp .togoFlex .linkList .strongLink {
    max-width: 100%;
  }
}
#content #mtmp .togoFlex .imageArea {
  background-color: #ededed;
  padding: 25px;
  width: 352px;
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px), print {
  #content #mtmp .togoFlex .imageArea {
    width: 100%;
    height: 324px;
  }
}
#content #mtmp .togoFlex .imageArea .omoteImage {
  height: 285px;
  width: 285px;
}
@media screen and (max-width: 1199px), print {
  #content #mtmp .togoFlex .imageArea .omoteImage {
    height: 268px;
    width: 268px;
  }
}
#content #mtmp .togoFlex .imageArea .omoteImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#content .buttonArea + .comment {
  margin-top: 20px;
}

#esgdate .table02 .borderLeft {
  border-left: 1px solid #C0C0C0;
}
#esgdate .table02.cel04 tr:nth-child(1) th {
  width: 25% !important;
}
#esgdate .table02.col05 tr:nth-child(1) th:nth-child(1) {
  width: 40% !important;
}
#esgdate .table02.col05 tr:nth-child(1) th:nth-child(n+2) {
  width: 20% !important;
}
#esgdate .table02.col09 tr:nth-child(1) th:nth-child(1), #esgdate .table02.col09 tr:nth-child(1) th:nth-child(2) {
  width: 25% !important;
}
#esgdate .table02.col09 tr:nth-child(1) th:nth-child(n+3) {
  width: 16.6666666667% !important;
}
#esgdate .table02.col02 tr:nth-child(1) th:nth-child(1) {
  width: 30% !important;
}
#esgdate .table02.col02 tr:nth-child(1) th:nth-child(n+2) {
  width: 23.3333333333% !important;
}
#esgdate .table02.col04_02 tr:nth-child(1) th:nth-child(1) {
  width: 10% !important;
}
#esgdate .table02.col04_02 tr:nth-child(1) th:nth-child(n+2) {
  width: 30% !important;
}
#esgdate .table02.col07 tr:nth-child(1) th:nth-child(1) {
  width: 13% !important;
}
#esgdate .table02.col07 tr:nth-child(1) th:nth-child(n+2) {
  width: 29% !important;
}
#esgdate .table02.col07 tr:nth-child(2) th {
  background-color: #4d4d4d;
  color: #fff;
}
#esgdate .table02.col07_02 tr:nth-child(1) th:nth-child(1) {
  width: 40% !important;
}
#esgdate .table02.col07_02 tr:nth-child(1) th:nth-child(n+2) {
  width: 15% !important;
}
#esgdate .table02.col07_02 tr:nth-last-child(1) {
  border-top: none;
}
#esgdate .table02.col07_02 tr:nth-last-child(1) th {
  border-top: 1px solid #C0C0C0;
}
#esgdate .table02.col07_02 tr:nth-last-child(1) td {
  border-top: 1px solid #C0C0C0;
}
#esgdate .table02.col07_02 tr .bt-dash {
  border-top: 1px dashed #C0C0C0 !important;
}

#enPage .table02.col04_02 tr:nth-child(1) th:nth-child(1) {
  width: 16% !important;
}