/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
  color: #121212;
  background-color: #fcfcfc
}
details, main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
*, ::after, ::before {
  box-sizing: border-box
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left
}
html:not(.wf-active) {
  opacity: 0
}
html.wf-active {
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1)
}
blockquote, dl, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin-top: 0;
  margin-bottom: 0
}
ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0
}
li {
  list-style-type: none
}
dd {
  margin-left: 0
}
figure {
  margin: 0
}
address, cite, dfn, em, i, var {
  font-style: inherit
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: bottom
}
img, video {
  max-width: 100%;
  height: auto
}
svg {
  fill: currentcolor
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
td, th {
  padding: 0
}
th {
  text-align: inherit
}
button, input, select, textarea {
  padding: .25em .375em;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid WindowFrame
}
[data-whatinput=mouse] button, [data-whatinput=mouse] select {
  outline: 0
}
select {
  padding-right: 1em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none
}
::-ms-expand {
  display: none
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0
}
[hidden][hidden] {
  display: none !important
}
::-moz-selection {
  background-color: #f8c8a7
}
::selection {
  background-color: #f8c8a7
}

/* YouTube動画貼り付け */

.wp-block-embed-youtube {
  width: 100%;
}
.wp-block-embed-youtube iframe {
  aspect-ratio: 16 / 9; /* YouTubeの標準的なアスペクト比 */
  width: 100%;
  height: 100%;
}


.ArrowLink {
  display: inline-block;
  padding-right: 1.25rem;
  vertical-align: bottom;
  font-size: .6875rem;
  background-image: url(/assets/arrowLink__icon.png);
  background-repeat: no-repeat;
  background-position: center right;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  background-size: 11px auto
}
@media (min-width:48em) {
  .ArrowLink {
    font-size: 1.25rem;
    padding-right: 1.75rem
  }
}
.ArrowLink__inline {
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 1px solid
}
.ArrowLink.-white {
  color: #fff;
  background-image: url(/assets/arrowLink__icon__white.png)
}
.ArrowLink.-back, .ArrowLink.-back .ArrowLink__inline {
  transform: rotate(180deg)
}
.ArticleCard {
  background-color: #fff;
  box-shadow: 0 5px 18px 2px rgba(0, 0, 0, .05);
  height: 100%
}
.Container.-centerBox .ArticleCard, .Container.-inset .ArticleCard, .Container.-leftbleedBox .ArticleCard, .Container.-rightbleedBox .ArticleCard {
  background: 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .082)
}
.ArticleCard__link {
  display: block;
  height: 100%
}
.ArticleCard__imageBlock {
  padding-top: 66.667%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #fafafa
}
.ArticleCard__textBlock {
  padding: 1rem
}
@media (min-width:48em) {
  .ArticleCard__textBlock {
    padding: 1.5rem
  }
}
@media (min-width:96em) {
  .ArticleCard__textBlock {
    padding: 2rem
  }
}
.ArticleCard__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}
.ArticleCard__category {
  margin-left: auto
}
.ArticleCard__pubdate {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.667;
  color: #757575
}
.ArticleCard__headline {
  font-family: source-han-serif-japanese, serif;
  font-size: .875rem;
  line-height: 1.5
}
.AwardList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -.5rem;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-left: 0 !important
}
.AwardList__item {
  width: 100%;
  margin-top: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  list-style-type: none !important
}
.AwardList__image {
  height: 4.167rem;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:48em) {
  .ArticleCard__headline {
    font-size: 1rem
  }
  .AwardList {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .AwardList__item {
    /*width: 33.33% */
    width: fit-content;
  }
  .AwardList__image {
    width: 100%;
    height: auto;
  }
  .BodyText {
    width: 36rem;
    margin-left: auto;
    margin-right: auto
  }
}
.Badge {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.667;
  color: #fff;
  padding: .125rem 1.25rem
}
.Badge.-corporate {
  background-color: #ef7c00
}
.Badge.-ad-e-bi-s {
  background-color: #C12C34
}
.Badge.-other-service {
  background-color: #08377F
}
.Badge.-group-companies {
  background-color: #229F9D
}
.Badge.-information, .Badge.-media {
  background-color: #999
}
.BodyText {
  font-family: source-han-serif-japanese, serif;
  font-size: 1rem;
  line-height: 1.875;
  max-width: 100%
}
@media (min-width:64em) {
  .BodyText {
    width: 40rem
  }
}
@media (min-width:80em) {
  .BodyText {
    width: 45rem
  }
}
.BodyText > :first-child {
  margin-top: 0 !important
}
.BodyText > :last-child {
  margin-bottom: 0
}
.BodyText a {
  text-decoration: underline
}
.BodyText a[target="_blank"]:not([class]) {
  padding-right: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFD7AB%22%20d%3D%22M4%200h8v8H4z%22%2F%3E%3Cpath%20fill%3D%22%23EE7C02%22%20d%3D%22M0%204h8v8H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .75rem
}
.BodyText .h2, .BodyText h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem
}
.BodyText .h3, .BodyText h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem
}
.BodyText .h4, .BodyText h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-top: .1875em;
  padding-bottom: .1875em
}
.BodyText .h4 + p, .BodyText h4 + p {
  margin-top: 0
}
.BodyText hr {
  display: block;
  position: relative;
  height: 1.875rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  border: 0;
  color: inherit
}
.BodyText hr::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #eaeaea
}
.BodyText ol, .BodyText p, .BodyText ul {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem
}
.BodyText p[role=note] {
  font-size: .75rem;
  line-height: 1.667
}
.BodyText ol, .BodyText ul {
  padding-left: 2em
}
.BodyText li {
  list-style-type: inherit
}
.BodyText figure {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem
}
.BodyText figcaption {
  font-size: .75rem;
  line-height: 1.667;
  margin-top: 1.667em
}
.BodyText .aligncenter, .BodyText .aligncenter > img {
  margin-left: auto;
  margin-right: auto
}
.BodyText .alignleft {
  float: left
}
.BodyText .alignright {
  float: right
}
.BodyText table {
  font-size: .875rem;
  line-height: 1.715;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  width: 100%
}
.BodyText th {
  white-space: nowrap
}
.BodyText td, .BodyText th {
  vertical-align: 0;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 1px 0;
  padding: 1em
}
.BodyText caption {
  text-align: left;
  font-weight: 700;
  padding-bottom: 1.715em
}
.BodyText table ol, .BodyText table p, .BodyText table ul {
  margin: 0
}
.BodyText .horizontal {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.BodyText .horizontal table {
  margin: 0;
  width: inherit;
}
.BodyText .horizontal thead {
  background: #f5f5f5;
}
.BodyText aside {
  border: 1px solid #eaeaea;
  margin: 1.875rem -1px;
  padding: 1.875rem 1rem
}
.BodyText aside > :first-child {
  margin-top: 0
}
.BodyText aside > :last-child {
  margin-bottom: 0
}
.BodyText .clear::after, .BodyText .clear::before {
  content: "";
  display: table
}
.BodyText .clear::after {
  clear: both
}
.ButtonRect {
  position: relative;
  display: block;
  width: 160px;
  height: 50px
}
@media (min-width:48em) {
  .BodyText aside {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .ButtonRect {
    width: 280px;
    height: 78px
  }
}
@media (min-width:64em) {
  .BodyText .horizontal th {
    white-space: inherit
  }
  .BodyText .horizontal {
    overflow-x: inherit;
    white-space: inherit;
  }

}
.ButtonRect.-inlineBlock {
  display: inline-block
}
.ButtonRect__inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 1rem;
  background-image: url(/assets/arrowLink__icon__white.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  background-size: 8px 7px;
  color: #fff;
  font-size: .75rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  z-index: 2
}
.ButtonRect:not(.-loaded) .ButtonRect__inner {
  background-color: #121212
}
.ButtonExplore {
  display: block;
  position: absolute;
  width: 25%;
  bottom: -15px;
  right: 50%;
  margin-right: -12.5%;
  z-index: 2;
  transition: opacity .6s linear
}
@media (min-width:48em) {
  .ButtonRect__inner {
    padding-left: 2rem;
    font-size: 1.25rem;
    background-size: 16px 14px
  }
  .ButtonExplore {
    right: 0;
    bottom: 30px;
    margin-right: 0;
    width: 7.14286%
  }
}
html:not(.wf-active) .ButtonExplore {
  visibility: hidden
}
.ButtonExplore.-dismiss {
  opacity: 0;
  pointer-events: none
}
.ButtonExplore__inline {
  display: inline-block;
  line-height: 1;
  font-size: .625rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .03em;
  font-weight: 500;
  white-space: nowrap;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}
.ButtonExplore.-dismiss .ButtonExplore__inline {
  transform: translateY(50%)
}
@media (min-width:48em) {
  .ButtonExplore__inline {
    font-size: 1rem;
    transform: rotate(180deg) translateX(10%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 1rem
  }
  .ButtonExplore.-dismiss .ButtonExplore__inline {
    transform: rotate(180deg) translateX(10%) translateY(-50%)
  }
}
.ButtonExplore__arrow {
  display: block;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}
.ButtonExplore.-dismiss .ButtonExplore__arrow {
  transform: translateY(30%)
}
.ButtonExplore__arrow::after, .ButtonExplore__arrow::before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  bottom: 6px;
  background-color: #121212
}
.ButtonExplore__arrow::before {
  left: 50%;
  margin-left: -6px;
  transform-origin: 100% 100%;
  transform: rotate(45deg)
}
.ButtonExplore__arrow::after {
  right: 50%;
  margin-right: -7px;
  transform-origin: 0 100%;
  transform: rotate(-45deg)
}
.ButtonExplore__arrow__shaft {
  display: inline-block;
  width: 1px;
  height: 44px;
  background-color: #121212
}
.CardList {
  margin-top: -1rem
}
@media (min-width:48em) {
  .ButtonExplore__arrow::after, .ButtonExplore__arrow::before {
    width: 12px;
    height: 2px;
    bottom: 4px
  }
  .ButtonExplore__arrow::before {
    margin-left: -12px
  }
  .ButtonExplore__arrow::after {
    margin-right: -12px
  }
  .ButtonExplore__arrow__shaft {
    width: 2px;
    height: 88px
  }
  .CardList {
    display: flex;
    flex-wrap: wrap;
    margin: -.75rem
  }
}
@media (min-width:80em) {
  .CardList {
    margin: -1rem
  }
}
@media (min-width:96em) {
  .CardList {
    margin: -1.875rem
  }
}
.CardList__item {
  margin-top: 1rem
}
.CardList.-extraRowGutter {
  margin-top: -3rem
}
.CardList.-extraRowGutter .CardList__item {
  margin-top: 3rem
}
.Container.-background {
  background-color: #f7f5f2
}
.Container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: ". main main main .";
  -ms-grid-columns: 1rem 1.5rem 1fr 1.5rem 1rem;
  grid-template-columns: 1rem 1.5rem 1fr 1.5rem 1rem
}
@media (min-width:48em) {
  .CardList__item {
    width: 50%;
    padding: .75rem;
    margin-top: 0
  }
  .CardList.-extraRowGutter {
    margin-top: -2rem;
    margin-bottom: -2rem
  }
  .CardList.-extraRowGutter .CardList__item {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .Container {
    grid-template-areas: ". main main main .";
    -ms-grid-columns: 1fr 3.75rem 37.5rem 3.75rem 1fr;
    grid-template-columns: 1fr 3.75rem 37.5rem 3.75rem 1fr
  }
}
@media (min-width:64em) {
  .CardList__item {
    width: 33.333%
  }
  .CardList.-cols2 .CardList__item {
    width: 50%
  }
  .Container {
    grid-template-areas: ". main main main .";
    -ms-grid-columns: 1fr 5rem 50rem 5rem 1fr;
    grid-template-columns: 1fr 5rem 50rem 5rem 1fr
  }
}
@media (min-width:80em) {
  .CardList__item {
    padding: 1rem
  }
  .CardList.-extraRowGutter {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }
  .CardList.-extraRowGutter .CardList__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }
  .Container {
    grid-template-areas: ". main main main .";
    -ms-grid-columns: 1fr 6.25rem 62.5rem 6.25rem 1fr;
    grid-template-columns: 1fr 6.25rem 62.5rem 6.25rem 1fr
  }
}
.Container.-centerBox, .Container.-inset {
  grid-template-areas: ". . main . ."
}
.Container.-centerBox::before {
  content: "";
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  -ms-grid-row: 1;
  grid-row: 1/1;
  background-color: #fff;
  box-shadow: 0 5px 18px 2px rgba(0, 0, 0, .05)
}
.Container.-rightbleed,
.Container.-leftbleed {
  grid-template-areas: ". main main main main"
}
.Container.-rightbleedBox,
.Container.-leftbleedBox {
  grid-template-areas: ". . main . ."
}
.Container.-rightbleedBox::before {
  content: "";
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 1;
  grid-row: 1/1;
  background-color: #fff;
  box-shadow: 0 5px 18px 2px rgba(0, 0, 0, .05)
}
.Container.-leftbleedBox::before {
  content: "";
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 1;
  grid-row: 1/1;
  background-color: #fff;
  box-shadow: 0 2px 18px 5px rgba(0, 0, 0, .05)
}
.Container.-top {
  margin-top: 2.5rem
}
.Container.-top .Container__inner, .Container.-top::before {
  margin-top: -2.5rem
}
.Container.-maxWidth {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto
}
.Container__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: main;
  min-width: 0
}
.Container.-centerBox > .Container__inner, .Container.-inset > .Container__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1
}
.Container.-rightbleed > .Container__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4
}
.Container.-rightbleedBox > .Container__inner,
.Container.-leftbleedBox > .Container__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1
}
.Container.-centerBox .Container__inner, .Container.-rightbleedBox .Container__inner, .Container.-leftbleedBox .Container__inner {
  padding-top: 2rem
}
@media (min-width:48em) {
  .Container.-top {
    margin-top: 3rem
  }
  .Container.-top .Container__inner, .Container.-top::before {
    margin-top: -3rem
  }
  .Container__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
  }
  .Container.-centerBox .Container__inner, .Container.-rightbleedBox .Container__inner, .Container.-leftbleedBox .Container__inner {
    padding-top: 3rem
  }
}
@media (min-width:64em) {
  .Container.-top {
    margin-top: 3.5rem
  }
  .Container.-top .Container__inner, .Container.-top::before {
    margin-top: -3.5rem
  }
  .Container__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
  }
  .Container.-centerBox .Container__inner, .Container.-rightbleedBox .Container__inner, .Container.-leftbleedBox .Container__inner {
    padding-top: 4rem
  }
}
@media (min-width:80em) {
  .Container.-top {
    margin-top: 4rem
  }
  .Container.-top .Container__inner, .Container.-top::before {
    margin-top: -4rem
  }
  .Container__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
  }
  .Container.-centerBox .Container__inner, .Container.-rightbleedBox .Container__inner, .Container.-leftbleedBox .Container__inner {
    padding-top: 5rem
  }
}
@media (min-width:96em) {
  .CardList__item {
    padding: 1.875rem
  }
  .Container {
    grid-template-areas: ". main main main .";
    -ms-grid-columns: 1fr 7.5rem 75rem 7.5rem 1fr;
    grid-template-columns: 1fr 7.5rem 75rem 7.5rem 1fr
  }
  .Container.-top {
    margin-top: 5rem
  }
  .Container.-top .Container__inner, .Container.-top::before {
    margin-top: -5rem
  }
  .Container__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
  }
  .Container.-centerBox .Container__inner, .Container.-rightbleedBox .Container__inner, .Container.-leftbleedBox .Container__inner {
    padding-top: 6rem
  }
}
.Container.-noTopPadding .Container__inner {
  padding-top: 0
}
.Datetime {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.715;
  color: #757575
}
.Filters {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6
}
.Filters__item:not(:last-child) {
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: 1px solid rgba(0, 0, 0, .08)
}
.Filters__label {
  white-space: nowrap
}
.Filters__labelText {
  color: rgba(0, 0, 0, .64)
}
.GreetingsTeaser {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(0, 0, 0, .12)
}
.GreetingsTeaser__title {
  font-family: century-old-style-std, serif;
  font-size: 2.5rem
}
@media (min-width:48em) {
  .GreetingsTeaser {
    padding-top: 10rem;
    padding-bottom: 14rem
  }
  .GreetingsTeaser__title {
    font-size: 5.625rem
  }
}
.GreetingsTeaser__titleImage {
  box-sizing: content-box;
  height: 2.375rem;
  padding-top: .6875rem;
  padding-bottom: .6875rem
}
.GreetingsTeaser__lede {
  margin-top: 1rem;
  font-family: source-han-serif-japanese, serif
}
@media (min-width:48em) {
  .GreetingsTeaser__titleImage {
    height: 5.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
  .GreetingsTeaser__lede {
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 2.1875rem
  }
}
.GreetingsTeaser__readMore {
  margin-top: 1.5rem
}
.Heading {
  font-family: century-old-style-std, source-han-serif-japanese, serif
}
.Heading.-l2 {
  font-size: .875rem;
  line-height: .8125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  padding-top: .625rem;
  position: relative
}
.Heading.-l2::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid;
  width: 100%;
  max-width: 100%
}
@media (min-width:48em) {
  .GreetingsTeaser__readMore {
    margin-top: 2.5rem
  }
  .Heading.-l2 {
    font-size: 1.3rem;
    line-height: 1.154;
    padding-top: 1.154em
  }
  .Heading.-l2::before {
    border-top: 2px solid;
    width: 15rem
  }
}
.Heading.-l3 {
  display: flex;
  align-items: center;
  font-size: .875rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  position: relative
}
.Heading.-l3::before {
  content: "";
  border-top: .1rem solid;
  width: 1.5rem;
  margin-right: .5rem
}
@media (min-width:48em) {
  .Heading.-l3 {
    font-size: 1.125rem;
    line-height: 1.333
  }
  .Heading.-l3::before {
    border-top: .25rem solid;
    width: 2rem;
    margin-right: 1rem
  }
}
.Heading.-l3 .Heading__subLabel {
  margin-left: 1.5em;
  font-size: .75rem;
  color: #666
}
.Heading.-white {
  color: #fff
}
.Heading.-white::before {
  border-color: #fff
}
i.Icon.-cart {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/icon_cart.svg);
  background-size: 17px 17px
}
@media (min-width:48em) {
  i.Icon.-cart {
    width: 40px;
    height: 40px;
    background-size: 34px 34px
  }
}
i.Icon.-chart {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/icon_chart.svg);
  background-size: 20px 18px
}
@media (min-width:48em) {
  i.Icon.-chart {
    width: 40px;
    height: 40px;
    background-size: 38px 35px
  }
}
i.Icon.-round {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 3px solid #ef7c00
}
@media (min-width:48em) {
  i.Icon.-round {
    width: 170px;
    height: 170px
  }
}
i.Icon.-inline, i.Icon.-pdf {
  display: inline-block
}
i.Icon.-pdf::before {
  display: inline-block;
  content: "PDF";
  line-height: 1.667;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  color: #ef7c00;
  border: 1px solid #ef7c00;
  padding: 0 .5rem;
  white-space: nowrap
}
i.Icon.-external {
  display: inline-block;
  position: relative
}
i.Icon.-external::after, i.Icon.-external::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px
}
i.Icon.-external::before {
  position: relative;
  background-color: #ef7c00;
  z-index: 2
}
i.Icon.-external::after {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1;
  background-color: rgba(239, 124, 0, .5)
}
i.Icon.-arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 8px 13px
}
i.Icon.-arrow.-prev {
  background-image: url(/assets/icon_arrow_prev.svg)
}
i.Icon.-arrow.-next {
  background-image: url(/assets/icon_arrow_next.svg)
}
img.Image, picture.Image img {
  margin-right: auto;
  margin-left: auto
}
img.Image.-right, picture.Image.-right img {
  margin-right: 0
}
@media (min-width:64em) {
  .GreetingsTeaser {
    padding-right: 8.33333%;
    padding-left: 8.33333%
  }
}
.IrFuturePlan__inner {
  margin-top: 4rem;
  padding: 1.5rem 2rem;
  color: #fff;
  background-color: #666
}
@media (min-width:48em) {
  .IrFuturePlan__inner {
    margin-top: 6rem
  }
}
@media (min-width:64em) {
  .IrFuturePlan__inner {
    width: 30%;
    margin-top: 0;
    margin-left: 10%
  }
}
.IrFuturePlan__title {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.125rem;
  line-height: 1.75rem
}
.IrFuturePlan__date {
  margin-top: 1rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  line-height: 1.25rem;
  color: #999
}
.IrFuturePlan__text {
  margin-top: .25rem;
  font-family: source-han-serif-japanese, serif;
  font-size: .875rem;
  line-height: 1.75rem
}
.Lede {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.625rem
}
.List {
  border-bottom: 1px solid #f2f2f2
}
.List__item {
  border-top: 1px solid #f2f2f2
}
.List__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1rem auto;
  grid-template-areas: "title title""category date";
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}
@media (min-width:48em) {
  .Lede {
    font-size: 2.25rem;
    line-height: 3.125rem
  }
  .List__link {
    grid-template-areas: "category title date";
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .List__link > * {
    -ms-grid-row-align: center;
    align-self: center
  }
}
.List__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.625rem
}
#yrglm-eir.library .irGroup dd > .List__title, #yrglm-eir.news .irGroup dl > .List__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}
.List__category {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: category;
  width: 7rem;
  margin-right: 2.5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  background-color: #666
}
.List__pubdate {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: date;
  margin-left: 2.5rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .875rem;
  color: #757575;
  text-align: right
}
#yrglm-eir.library .irGroup dd > .List__pubdate {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}
.MainPageHeader {
  padding-top: 8rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
@media not all and (min-width:48em) {
  .MainPageHeader {
    background-image: url(/assets/pageheader/bg@sm.png) !important
  }
}
.MainPageHeader__title {
  font-family: century-old-style-std, serif;
  font-size: 2.5rem
}
@media (min-width:48em) {
  .MainPageHeader {
    padding-top: 12rem;
    padding-bottom: 4rem
  }
  .MainPageHeader__title {
    font-size: 5.5rem
  }
}
.MainPageHeader__titleImage {
  box-sizing: content-box;
  height: 2.375rem;
  padding-top: .6875rem;
  padding-bottom: .6875rem
}
@media (min-width:48em) {
  .MainPageHeader__titleImage {
    height: 5.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}
.MediaCard {
  background-color: #fff;
  box-shadow: 0 5px 18px 2px rgba(0, 0, 0, .05)
}
.Container.-centerBox .MediaCard, .Container.-inset .MediaCard, .Container.-rightbleedBox .MediaCard, .Container.-leftbleedBox .MediaCard {
  height: 100%;
  background: 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .082)
}
.MediaCard__imageBlock {
  padding-top: 66.667%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}
.MediaCard__textBlock {
  padding: 1rem;
  display: flex;
  align-items: center
}

@media (min-width:48em) {
  .MediaCard__textBlock {
    padding: 1.5rem
  }
}
@media (min-width:96em) {
  .MediaCard__textBlock {
    padding: 2rem
  }
}
.MediaCard__textBlock:has(+.MediaCard__description) {
  padding-bottom: 0;
}
.MediaCard__label {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5
}
.MediaCard__label:has(small) {
  line-height: 1.3;
}
.MediaCard__label span:has(+small) {
  margin-right: 1em;
}
.MediaCard__label small {
  display: inline-block;
}
.MediaCard__icon {
  box-sizing: content-box;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 1rem;
  width: 1.25rem;
  height: 1.25rem
}
@media (min-width:48em) {
  .MediaCard__label {
    font-size: 1.25rem;
    line-height: 1.6
  }
  .MediaCard__icon {
    width: 1.875rem;
    height: 1.875rem
  }
}
.MediaCard__description {
  font-family: source-han-serif-japanese, serif;
  font-size: .75rem;
  line-height: 1.5;
  padding: .4rem 1rem 1rem;
}
@media (min-width:48em) {
  .MediaCard__description {
    font-size: .875rem;
    padding: .8rem 1.5rem 1.5rem;
  }
}
@media (min-width:96em) {
  .MediaCard__textBlock {
    padding:  1.5rem 2rem 2rem
  }
  .MediaCard__description {
    padding: .8rem 2rem 2rem;
  }
}

.ModalMainMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  outline: 0;
  background-color: #fff;
  transition: visibility .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1)
}
.ModalMainMenu[aria-hidden=true] {
  visibility: hidden;
  transform: translateY(100%);
  transition-duration: .25s
}
.ModalMainMenu__header {
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem
}
.ModalMainMenu__logo {
  margin-top: .5rem;
  margin-right: auto;
  margin-bottom: .5rem
}
.ModalMainMenu__logoLink {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.ModalMainMenu__logoImage {
  width: 3.1875rem;
  height: 4.875rem
}
.ModalMainMenu__closeButton {
  box-sizing: content-box;
  height: 2.375rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1rem;
  padding: .5rem 0;
  border: 0
}
@media (min-width:48em) {
  .ModalMainMenu__closeButton {
    display: none
  }
}
.ModalMainMenu__closeButtonInner {
  display: flex;
  align-items: center;
  height: 100%
}
.ModalMainMenu__closeButtonLabel {
  font-size: .625rem
}
.ModalMainMenu__closeButtonIcon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .75rem
}
.ModalMainMenu__nav {
  flex-grow: 1;
  margin-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.25
}
.ModalMainMenu__navItem + .ModalMainMenu__navItem {
  margin-top: .25rem
}
.ModalMainMenu__navLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-top: .5rem;
  padding-right: 2rem;
  padding-bottom: .5rem
}
.ModalMainMenu__navLinkInner {
  padding-bottom: .25rem;
  border-bottom: 1px solid
}
.ModalMainMenu__navLink[aria-current=location] .ModalMainMenu__navLinkInner {
  border-bottom: .1875rem solid #ef7c00
}
.ModalMainMenu__footer {
  display: flex;
  margin-top: 4rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: .625rem;
  border-top: 1px solid #eaeaea
}
.ModalMainMenu__social {
  margin-right: auto
}
.ModalMainMenu__socialLink {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: underline
}
.ModalMainMenu__copyright {
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #757575
}
.ModalMainMenu__copyrightInline {
  font-size: inherit
}
.MouseStalker {
  position: fixed;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  z-index: 100;
  pointer-events: none
}
.MouseStalker .Icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  transition: transform .4s
}
.MouseStalker .Icon.-prev {
  left: -24px
}
.MouseStalker .Icon.-next {
  right: -24px
}
.MouseStalker.is-next .Icon.-next, .MouseStalker.is-prev .Icon.-prev {
  transform: scale(1.5)
}
.MouseStalker.is-active .MouseStalker__inner {
  transform: scale(1)
}
.MouseStalker__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: transform .4s;
  transform: scale(0)
}
.NavCard {
  background-color: #fff;
  box-shadow: 0 5px 18px 2px rgba(0, 0, 0, .05);
  height: 100%;
  font-family: source-han-serif-japanese, serif
}
.Container.-centerBox .NavCard, .Container.-inset .NavCard, .Container.-rightbleedBox .NavCard, .Container.-leftbleedBox .NavCard {
  background: 0 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .082)
}
.NavCard__header {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 1rem;
  border-bottom: 1px solid #eaeaea
}
@media (min-width:48em) {
  .NavCard__header {
    padding: 1.5rem
  }
}
@media (min-width:96em) {
  .NavCard__header {
    padding: 2rem
  }
}
.NavCard__body {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.875
}
@media (min-width:48em) {
  .NavCard__body {
    padding: 1.5rem
  }
}
@media (min-width:96em) {
  .NavCard__body {
    padding: 2rem
  }
}
.NavCard__linkListItem:nth-child(n+2) {
  margin-top: .625rem
}
.NavCard__link {
  text-decoration: underline
}
.NavCard__link[target="_blank"] {
  padding-right: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFD7AB%22%20d%3D%22M4%200h8v8H4z%22%2F%3E%3Cpath%20fill%3D%22%23EE7C02%22%20d%3D%22M0%204h8v8H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .75rem
}
.NotFound {
  display: flex;
  justify-content: center;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  font-family: nimbus-sans, sans-serif;
  background-color: #f7f5f2
}
.NotFound__inner {
  position: relative;
  width: 20rem;
  padding-right: 1rem;
  padding-left: 1rem
}
.NotFound__title {
  font-size: 5.25rem;
  line-height: normal;
  letter-spacing: -.06em;
  color: #fff;
  text-align: center
}
@media (min-width:80em) {
  .NotFound {
    padding-top: 10.3125rem
  }
  .NotFound__inner {
    width: 73rem;
    padding-right: 0;
    padding-left: 0
  }
  .NotFound__title {
    position: absolute;
    top: 5rem;
    right: 0;
    left: 0;
    font-size: 24.125rem
  }
}
.NotFound__message {
  display: flex;
  justify-content: flex-end;
  margin-top: -.8rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700
}
@media (min-width:80em) {
  .NotFound__message {
    position: absolute;
    top: 14rem;
    left: 61%;
    font-size: 1.625rem;
    line-height: 2.5rem
  }
}
.NotFound__images {
  position: relative;
  margin-top: -4rem;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-top: 68.4375%;
  padding-bottom: 1.5rem
}
@media (min-width:80em) {
  .NotFound__images {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 56.50685%
  }
}
.NotFound__ebis, .NotFound__papers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.OurPanelList {
  counter-reset: OurPanel
}
.OurPanel {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f2f2f2
}
.OurPanel:first-child {
  border-top: 1px solid #f2f2f2
}
.OurPanel:last-child {
  border-bottom: none
}
.OurPanel__image {
  margin-bottom: .625rem
}
@media (min-width:48em) {
  .OurPanelList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .OurPanel {
    width: 42.85714%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none
  }
  .OurPanel:first-child {
    border-top: none
  }
  .OurPanel__image {
    margin-bottom: 1.5rem
  }
}
.OurPanel__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-family: nimbus-sans, sans-serif;
  color: #ef7c00;
  border: 3px solid;
  border-radius: 50%
}
.OurPanel__counter::before {
  counter-increment: OurPanel;
  content: counter(OurPanel, decimal-leading-zero)
}
.OurPanel__title {
  font-family: source-han-serif-japanese, serif;
  font-size: .9375rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1em
}
@media (min-width:48em) {
  .OurPanel__counter {
    width: 74px;
    height: 74px
  }
  .OurPanel__title {
    font-size: 1.5625rem;
    line-height: 1.44
  }
}
.OurPanel__description {
  font-family: source-han-serif-japanese, serif;
  font-size: .6875rem;
  letter-spacing: .05em;
  margin-bottom: 1.5em
}
.OurPanel__description:last-child {
  margin-bottom: 0
}
@media (min-width:48em) {
  .OurPanel__description {
    font-size: 1rem
  }
}
.OurPanel__note {
  font-family: source-han-serif-japanese, serif;
  font-size: .6875rem;
  letter-spacing: .05em;
  margin-bottom: 1.5em
}
.OurPanel__note:last-child {
  margin-bottom: 0
}
@media (min-width:48em) {
  .OurPanel__note {
    font-size: .75rem
  }
}
.Pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 4rem
}
.Pagination .page-numbers {
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  flex-basis: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.Pagination .page-numbers.current {
  border-bottom-color: #121212
}
.Pagination .page-numbers.dots {
  border-bottom: 0
}
.PersonCard {
  font-family: source-han-serif-japanese, serif
}
.PersonCard__imageBlock {
  margin-bottom: 1.5rem
}
.PersonCard__image {
  width: 100%
}
.PersonCard__jobTitle {
  display: block;
  font-size: .875rem;
  line-height: 1.715
}
.PersonCard__name {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6
}
.PersonCard__bio {
  margin-top: 1rem;
  font-size: .875rem;
  line-height: 1.715
}
.PersonCard__textBlock {
  position: relative;
}
.PersonCard__textBlock .Share__icon {
  position:absolute;
  right: 1em; top: 1em;
  fill: #000;
  display: block;
  transition: opacity .3s ease;
}
.PersonCard__textBlock .Share__icon:hover {
  opacity: 0.8;
}
.PhilosophyValueList {
  counter-reset: PhilosophyValue;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  border-bottom: 1px solid #eaeaea
}
.PhilosophyValueList__item {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #eaeaea
}
.PhilosophyValueList__item::before {
  counter-increment: PhilosophyValue;
  content: counter(PhilosophyValue, decimal-leading-zero) ".";
  margin-right: 1rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.5625rem;
  font-weight: 500
}
@media (min-width:48em) {
  .PhilosophyValueList {
    font-size: 2.125rem
  }
  .PhilosophyValueList__item {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
  .PhilosophyValueList__item::before {
    margin-right: 3rem;
    font-size: 1.125rem;
    line-height: normal
  }
}
.PhilosophyVideo {
  position: relative;
  padding-top: 56.25%
}
.PhilosophyVideo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.SectionGrid {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "header""body"
}
.SectionGrid__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header
}
.SectionGrid__body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: body;
  margin-top: 2rem
}
@media (min-width:64em) {
  .SectionGrid {
    grid-template-areas: "header header body body body";
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr)
  }
  .SectionGrid__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .SectionGrid__body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    margin-top: 0
  }
}
.Select {
  display: inline-block;
  position: relative
}
.Select::after, .Select::before {
  content: "";
  position: absolute;
  right: .5em;
  height: 0;
  pointer-events: none
}
.Select::before {
  bottom: 50%;
  margin-bottom: .075em;
  border-top: .25em solid transparent;
  border-right: .25em solid transparent;
  border-bottom: .25em solid;
  border-left: .25em solid transparent
}
.Select::after {
  top: 50%;
  margin-top: .075em;
  border-top: .25em solid;
  border-right: .25em solid transparent;
  border-bottom: .25em solid transparent;
  border-left: .25em solid transparent
}
.Select__control {
  border: 0;
  padding: 0 1.5em 0 .5em
}
.ServiceSection__heading {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem
}
@media (min-width:48em) {
  .ServiceSection__heading {
    font-size: 1.625rem;
    line-height: 2.75rem
  }
}
.ServiceSection__lede {
  margin-top: .25rem;
  font-family: source-han-serif-japanese, serif;
  font-size: .75rem;
  line-height: 1.667
}
.ServiceSection__cardList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-right: -2.5rem;
  margin-left: -2.5rem
}
.ServiceSection__cardItem {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
}
.ServiceSection__cardItem + .ServiceSection__cardItem {
  margin-top: 2rem
}
@media (min-width:48em) {
  .ServiceSection__lede {
    font-size: 1rem;
    line-height: 1.875
  }
  .ServiceSection__cardItem {
    width: 50%
  }
  .ServiceSection__cardItem + .ServiceSection__cardItem {
    margin-top: 0
  }
}
.ServiceTeaser__image {
  width: 100%
}
.ServiceTeaser__subtitle {
  margin-top: .5rem;
  font-family: source-han-serif-japanese, serif;
  font-size: .75rem;
  line-height: 1.25rem
}
.ServiceTeaser__title {
  font-family: century-old-style-std, source-han-serif-japanese, serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem
}
@media (min-width:48em) {
  .ServiceTeaser__subtitle {
    margin-top: 1rem
  }
  .ServiceTeaser__title {
    font-size: 1.375rem;
    line-height: 1.75rem
  }
}
.ServiceTeaser__title sup {
  top: -1em;
  margin-left: .5em;
  font-size: .625rem
}
.ServiceTeaser__description {
  margin-top: .5rem;
  font-family: source-han-serif-japanese, serif;
  font-size: .75rem;
  line-height: 1.5rem
}
@media (min-width:48em) {
  .ServiceTeaser__description {
    margin-top: 1.5rem;
    font-size: .875rem;
    line-height: 1.75rem
  }
}
.ServiceTeaser__noteList {
  font-family: source-han-serif-japanese, serif;
  font-size: .75rem;
  line-height: 1.5rem
}
.ServiceTeaser__more {
  margin-top: .5rem;
  font-family: source-han-serif-japanese, serif;
  font-size: .75rem;
  line-height: 1.5rem
}
@media (min-width:48em) {
  .ServiceTeaser__more {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.375rem
  }
}
.ServiceTeaser__moreLink {
  padding-right: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFD7AB%22%20d%3D%22M4%200h8v8H4z%22%2F%3E%3Cpath%20fill%3D%22%23EE7C02%22%20d%3D%22M0%204h8v8H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .75rem
}
.ServiceTeaser__moreLinkText {
  border-bottom: 1px solid
}
.ShareButtons {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  align-items: center;
  gap: 5px;
}
.ShareButtons__item {
  margin-right: .25rem;
  display: flex;
}
.SiteFooter {
  position: relative;
  padding-top: 2rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  z-index: 2
}
.SiteFooter__toTop {
  position: relative;
  height: 3.125rem
}
.SiteFooter__toTopLink {
  position: absolute;
  right: 1rem;
  padding-right: 1rem;
  padding-left: 1rem
}
.SiteFooter__logo {
  text-align: center
}
.SiteFooter__logoLink {
  display: inline-block
}
.SiteFooter__logoImage {
  width: 5.0625rem
}
.SiteFooter__footer {
  margin-top: 1.5rem
}
@media (min-width:48em) {
  .SiteFooter {
    padding-top: 4rem;
    padding-bottom: 3rem
  }
  .SiteFooter__toTop {
    max-width: 105rem;
    height: auto;
    margin-right: auto;
    margin-left: auto
  }
  .SiteFooter__logoImage {
    width: 10rem
  }
  .SiteFooter__footer {
    display: flex;
    margin-top: 6rem
  }
}
.SiteFooter__navList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  font-size: .75rem;
  color: #757575
}
@media (min-width:48em) {
  .SiteFooter__navList {
    margin-right: auto;
    margin-left: -2rem;
    font-size: 1rem
  }
}
.SiteFooter__navItem {
  margin-left: 1.25rem
}
.SiteFooter__navLink {
  display: block;
  padding-top: .25rem;
  padding-bottom: .25rem
}
.SiteFooter__navLinkInner {
  display: block;
  border-bottom: 1px solid #757575
}
.SiteFooter__colophon {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: .75rem;
  color: #757575;
  border-top: 1px solid #eaeaea
}
.SiteFooter__social {
  margin-right: auto
}
.SiteFooter__socialLink {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem
}
@media (min-width:48em) {
  .SiteFooter__navItem {
    margin-left: 2rem
  }
  .SiteFooter__colophon {
    font-size: 1rem;
    margin-top: 0;
    border-top: 0
  }
  .SiteFooter__socialLink {
    padding-top: 0;
    padding-bottom: 0
  }
}
.SiteFooter__socialLinkInner {
  display: block;
  border-bottom: 1px solid #757575
}
.SiteFooter__copyright {
  margin-left: 1rem
}
@media (min-width:48em) {
  .SiteFooter__copyright {
    margin-left: 2rem
  }
}
.SiteFooter__copyrightInline {
  font-size: inherit
}
.SiteHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1), border-bottom-color .2s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none
}
.SiteHeader.-below.-expanded {
  background-color: #fff;
  pointer-events: auto
}
.SiteHeader__inner {
  display: flex;
  max-width: 105rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem
}
@media (min-width:48em) {
  .SiteHeader__inner {
    padding-right: 2rem;
    padding-left: 1rem
  }
}
@media (min-width:64em) {
  .SiteHeader__inner {
    padding-right: 3rem;
    padding-left: 2rem
  }
}
.SiteHeader__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  pointer-events: auto
}
.SiteHeader__logoLink {
  position: relative;
  display: block
}
.SiteHeader__logoImage {
  box-sizing: content-box;
  display: block;
  width: 3.1875rem;
  height: 4.875rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: height .2s cubic-bezier(.4, 0, .2, 1)
}
.SiteHeader.-below .SiteHeader__logoImage {
  height: 2.375rem
}
.SiteHeader__logoImage::after, .SiteHeader__logoImage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1)
}
.SiteHeader__logoImage::before {
  background-image: url(/assets/logo.svg);
  background-size: 3.1875rem 4.875rem
}
@media (min-width:48em) {
  .SiteHeader__logoImage {
    width: 6.9375rem;
    height: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .SiteHeader.-below .SiteHeader__logoImage {
    height: 2.7rem
  }
  .SiteHeader__logoImage::before {
    background-size: 5.55rem 8rem
  }
}
.SiteHeader.-below .SiteHeader__logoImage::before {
  opacity: 0
}
.SiteHeader__logoImage::after {
  background-image: url(/assets/logotype.svg);
  background-size: 1.875rem 2.375rem
}
.SiteHeader:not(.-below) .SiteHeader__logoImage::after {
  opacity: 0
}
.SiteHeader__menuContainer {
  position: relative
}
@media (min-width:48em) {
  .SiteHeader__logoImage::after {
    background-size: 5.55rem 2.7rem
  }
  .SiteHeader__menuContainer {
    flex-grow: 1;
    height: 6.25rem
  }
}
.SiteHeader__menuButton {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-sizing: content-box;
  height: 2.375rem;
  margin-left: 1rem;
  padding: .5rem 0 1.5rem;
  border: 0;
  pointer-events: auto;
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1), visibility .2s cubic-bezier(.4, 0, .2, 1)
}
.SiteHeader__menuButtonInner {
  display: flex;
  align-items: center;
  height: 100%
}
.SiteHeader__menuButtonLabel {
  font-size: .625rem
}
.SiteHeader__menuButtonIcon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .75rem
}
@media not all and (min-width:48em) {
  .SiteHeader__nav {
    display: none
  }
  .SubPageHeader {
    background-image: url(/assets/pageheader/bg@sm.png) !important
  }
}
.Spacer.-s {
  height: 1.5rem
}
@media (min-width:48em) {
  .SiteHeader__menuButton {
    padding-bottom: .5rem
  }
  .SiteHeader__menuContainer.-expanded .SiteHeader__menuButton {
    opacity: 0;
    visibility: hidden
  }
  .SiteHeader__menuButtonLabel {
    font-size: 1.0625rem
  }
  .SiteHeader__menuButtonIcon {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 1.5rem
  }
  .SiteHeader__nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1.75rem;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), visibility .2s cubic-bezier(.4, 0, .2, 1);
    pointer-events: auto
  }
  .SiteHeader__menuContainer:not(.-expanded) .SiteHeader__nav {
    opacity: 0;
    visibility: hidden
  }
  .SiteHeader__navList {
    display: flex
  }
  .SiteHeader__navItem {
    margin-left: 1rem
  }
  .SiteHeader__navLink {
    display: block;
    padding: .75rem .5rem
  }
  .SiteHeader__navLink[aria-current=location] {
    box-shadow: inset 0 -.25rem #ef7c00
  }
  .Spacer.-s {
    height: 1.75rem
  }
}
@media (min-width:64em) {
  .SiteHeader__navItem {
    margin-left: 2rem
  }
  .Spacer.-s {
    height: 2rem
  }
}
@media (min-width:80em) {
  .SectionGrid {
    grid-template-areas: "header header header body body body body body body";
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr)
  }
  .SectionGrid__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .SectionGrid__body {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 6
  }
  .Spacer.-s {
    height: 2.25rem
  }
}
@media (min-width:96em) {
  .Spacer.-s {
    height: 2.5rem
  }
}
.Spacer.-m {
  height: 2.5rem
}
@media (min-width:48em) {
  .Spacer.-m {
    height: 3rem
  }
}
@media (min-width:64em) {
  .Spacer.-m {
    height: 3.5rem
  }
}
@media (min-width:80em) {
  .Spacer.-m {
    height: 4rem
  }
}
@media (min-width:96em) {
  .Spacer.-m {
    height: 5rem
  }
}
.Spacer.-l {
  height: 5rem
}
.Spacer.-l- {
  margin-top: -5rem
}
@media (min-width:48em) {
  .Spacer.-l {
    height: 6rem
  }
  .Spacer.-l- {
    margin-top: -6rem
  }
}
@media (min-width:64em) {
  .Spacer.-l {
    height: 7rem
  }
  .Spacer.-l- {
    margin-top: -7rem
  }
}
@media (min-width:80em) {
  .Spacer.-l {
    height: 8rem
  }
  .Spacer.-l- {
    margin-top: -8rem
  }
}
@media (min-width:96em) {
  .Spacer.-l {
    height: 10rem
  }
  .Spacer.-l- {
    margin-top: -10rem
  }
}
#Stage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}
#Stage canvas {
  position: relative;
  z-index: 1
}
#Stage::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(247, 245, 242, .1);
  z-index: 2
}
.SubPageHeader {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.SubPageHeader__back {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .625rem
}
.SubPageHeader__backLink {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom
}
.SubPageHeader__backLinkIcon {
  width: .9375rem;
  height: .9375rem
}
.SubPageHeader__backLinkLabel {
  margin-left: .25rem
}
@media (min-width:48em) {
  .SubPageHeader {
    padding-top: 12rem;
    padding-bottom: 4rem
  }
  .SubPageHeader__back {
    font-size: 1.0625rem
  }
  .SubPageHeader__backLinkIcon.-small {
    display: none
  }
  .SubPageHeader__backLinkLabel {
    margin-left: 1rem
  }
}
.SubPageHeader__title {
  margin-top: 1rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 1.3125rem;
  line-height: 1.429
}
@media (min-width:48em) {
  .SubPageHeader__title {
    margin-top: 1.5rem;
    font-size: 2.875rem;
    line-height: 1.305
  }
}
.SubPageHeader__summary {
  margin-top: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  color: #757575
}
.SubPageHeader__meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem
}
.SubPageHeader__category {
  margin-left: 1em
}
@media (min-width:48em) {
  .SubPageHeader__summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem
  }
  .SubPageHeader__meta {
    margin-top: 1rem
  }
  .SubPageHeader__category {
    margin-left: 1.5em
  }
}
.Text {
  font-family: source-han-serif-japanese, serif;
  font-size: .875rem;
  line-height: 1.715
}
.Text > :first-child {
  margin-top: 0
}
.Text > :last-child {
  margin-bottom: 0
}
.Text p {
  margin-top: 1.667em;
  margin-bottom: 1.667em
}
.Text a {
  text-decoration: underline
}
.VisuallyHidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  clip: rect(0, 0, 0, 0) !important
}
.Greetings {
  position: relative;
  z-index: 2
}
@media not all and (min-width:48em) {
  .SubPageHeader__backLinkIcon.-medium {
    display: none
  }
  .Greetings .MainPageHeader, .Top .MainVisualSection .MainPageHeader {
    background-image: none !important
  }
}
.Greetings .GreetingsSection__title {
  line-height: 1;
  font-family: century-old-style-std, serif;
  transform: translateY(-50%);
  font-size: 2.5rem
}
@media (min-width:48em) {
  .Text {
    font-size: 1rem;
    line-height: 1.875
  }
  .Text p {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
  }
  .Greetings .GreetingsSection__title {
    font-size: 5.625rem;
    margin-bottom: 2rem
  }
}
@media (min-width:64em) {
  .Greetings .GreetingsSection__title {
    font-size: 5.95238vw
  }
}
.Greetings .GreetingsSection__titleImage {
  box-sizing: content-box;
  height: 2.375rem;
  padding-top: .0625rem;
  padding-bottom: .0625rem
}
.Greetings .GreetingsSection__sub-title {
  font-size: .9375rem;
  line-height: 1.6;
  font-weight: 700
}
.Greetings .LeadSection__header {
  margin-bottom: 2rem
}
@media (min-width:48em) {
  .Greetings .GreetingsSection__titleImage {
    height: 5.25rem;
    padding-top: .1875rem;
    padding-bottom: .1875rem
  }
  .Greetings .LeadSection__header {
    padding-left: 20%
  }
}
@media (min-width:64em) {
  .Greetings .LeadSection__header {
    padding-left: 30%;
    margin-bottom: 7rem
  }
}
.Greetings .LeadSection__title {
  padding-top: 15%;
  margin-bottom: 2rem
}
.Greetings .LeadSection__Block__lead {
  font-family: source-han-serif-japanese, serif
}
.Greetings .LeadSection__Block__lead br {
  display: none
}
.Greetings .LeadSection__Block {
  position: relative
}
.Greetings .LeadSection__Block + .LeadSection__Block, .Greetings .LeadSection__footer {
  margin-top: 3rem
}
.Greetings .LeadSection__Block.-left .LeadSection__Block__body {
  left: 0
}
.Greetings .LeadSection__Block.-right .LeadSection__Block__body {
  right: 0
}
@media (min-width:48em) {
  .Greetings .LeadSection__title {
    padding-top: 0;
    transform: translateY(-50%)
  }
  .Greetings .LeadSection__Block.-left .LeadSection__Block__body, .Greetings .LeadSection__Block.-left .LeadSection__Block__image {
    padding-left: 20%
  }
  .Greetings .LeadSection__Block.-right .LeadSection__Block__body, .Greetings .LeadSection__Block.-right .LeadSection__Block__image {
    padding-right: 20%
  }
}
.Greetings .LeadSection__Block__image {
  width: 100%;
  margin-bottom: 1.667em
}
@media (min-width:64em) {
  .Greetings .LeadSection__Block__lead br {
    display: block
  }
  .Greetings .LeadSection__Block + .LeadSection__Block, .Greetings .LeadSection__footer {
    margin-top: 7rem
  }
  .Greetings .LeadSection__Block.-left .LeadSection__Block__body {
    padding-left: 0
  }
  .Greetings .LeadSection__Block.-right .LeadSection__Block__body {
    padding-right: 0
  }
  .Greetings .LeadSection__Block__image {
    margin-bottom: 0
  }
  .Greetings .LeadSection__Block__body {
    position: absolute;
    display: flex;
    width: 40%;
    height: 100%;
    top: 0;
    align-items: center
  }
  .Greetings .WeThinkSection__header {
    text-align: right
  }
}
.Greetings .LeadSection__footer__row__image {
  margin-bottom: 1rem
}
.Greetings .LeadSection__footer__row__image img {
  width: 100%
}
@media (min-width:48em) {
  .Greetings .LeadSection__footer__row {
    display: flex;
    justify-content: space-between
  }
  .Greetings .LeadSection__footer__row__image {
    margin-bottom: 0
  }
  .Greetings .LeadSection__footer__row__image.-no1 {
    width: 40%
  }
  .Greetings .LeadSection__footer__row__image.-no2 {
    width: 50%
  }
  .Greetings .LeadSection__footer__row__image.-no3 {
    width: 40%;
    margin-top: -10%
  }
  .Greetings .LeadSection__footer__row__image.-no4 {
    width: 30%;
    margin-top: 10%
  }
}
@media (min-width:80em) {
  .Greetings .GreetingsSection__sub-title {
    font-size: 1.5625rem;
    line-height: 1.44
  }
  .Greetings .LeadSection__header {
    padding-left: 50%
  }
  .Greetings .LeadSection__Block__body {
    width: 30%
  }
  .Greetings .WeThinkSection__body {
    align-items: flex-start
  }
}
.Greetings .WeThinkSection__body .Text {
  flex-grow: 1;
  flex-basis: 0
}
.Greetings .WeThinkSection__image {
  margin-bottom: 1.667em;
  flex-shrink: 0
}
.Greetings .WeThinkSection__image img {
  width: 100%
}
@media (min-width:64em) {
  .Greetings .WeThinkSection__body {
    display: flex
  }
  .Greetings .WeThinkSection__image {
    width: 40%;
    margin-bottom: 0;
    margin-right: 10%
  }
  .Greetings .OurNextSection__header {
    width: 50%
  }
}
.Greetings .WeThinkSection__sign {
  text-align: right
}
.Greetings .WeThinkSection__sign img {
  display: inline-block;
  width: 73px
}
.Greetings .OurNextSection__header {
  margin-bottom: 1.5rem
}
@media (min-width:64em) {
  .Greetings .OurNextSection__body {
    padding-left: 10%
  }
}
@media (min-width:80em) {
  .Greetings .OurNextSection__body {
    padding-left: 30%
  }
}
.Top {
  position: relative;
  z-index: 2
}
.Top .TopSection {
  padding-top: 40px
}
@media (min-width:48em) {
  .Greetings .WeThinkSection__sign img {
    width: auto
  }
  .Greetings .OurNextSection__header {
    margin-bottom: 0
  }
  .Greetings .OurNextSection__body .OurPanel {
    margin-top: 10%
  }
  .Top .TopSection {
    padding-top: 100px
  }
}
.Top .TopSection__note {
  font-size: .75rem;
  line-height: 1.5
}
.Top .TopSection__note small {
  font-size: inherit
}
.Top .Text p + .TopSection__note {
  margin-top: -1em
}
.Top .MainVisualSection {
  display: flex;
  position: relative;
  height: 100vh;
  text-align: center;
  padding-top: 0
}
.Top .MainVisualSection .Lede {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: .05em;
  margin-bottom: 1.875rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  overflow: hidden
}
.Top .MainVisualSection .Lede br {
  display: block
}
.Top .MainVisualSection .MainPageHeader {
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0
}
.Top .MainVisualSection .Container__inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center
}
.Top .MainVisualSection__title {
  margin-top: 5rem;
  margin-bottom: 6rem
}
.Top .MainVisualSection__title img {
  display: inline-block;
  width: 88.88889%;
  max-width: 61.25rem;
  height: auto;
  margin-left: 3%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  overflow: hidden
}
.Top .PhilosophySection {
  position: relative;
  padding-top: 0;
  z-index: 1;
  background-color: #f7f5f2
}
.Top .PhilosophySection__header {
  padding-bottom: 35px
}
.Top .PhilosophySection__header .Container__inner {
  padding-top: 40px
}
.Top .PhilosophySection__body .Container__inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  z-index: 2
}
@media (min-width:48em) {
  .Top .MainVisualSection .Lede br {
    display: none
  }
  .Top .MainVisualSection .Lede {
    font-size: 1rem;
    line-height: 2.375rem;
    margin-bottom: 3.75rem
  }
  .Top .MainVisualSection__title img {
    width: 75%
  }
  .Top .MainVisualSection__title {
    margin-bottom: 8rem
  }
  .Top .PhilosophySection__header {
    padding-bottom: 180px
  }
  .Top .PhilosophySection__header .Container__inner {
    padding-top: 110px
  }
  .Top .PhilosophySection__body .Container__inner {
    padding-left: 8.33333%;
    padding-right: 41.66667%;
    padding-bottom: 290px
  }
}
.Top .PhilosophySection__body .Text {
  margin-bottom: 20px
}
.Top .PhilosophySection__image {
  width: 100%;
  height: 0;
  padding-bottom: 117.96875%;
  margin-bottom: -5%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/_top/philosophy_001.jpg);
  background-size: cover
}
@media (min-width:48em) {
  .Top .PhilosophySection__body .Text {
    padding-right: 16.66667%;
    margin-bottom: 40px
  }
  .Top .PhilosophySection__image {
    position: absolute;
    width: 57.14286%;
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    top: -80px;
    right: 0;
    z-index: 1
  }
}
.Top .PhilosophySection__copy {
  margin-bottom: 5%
}
.Top .PhilosophySection__copy svg {
  width: 84.54861%;
  height: auto
}
.Top .ServiceSection {
  position: relative;
  background-color: #fff
}
@media (min-width:48em) {
  .Top .PhilosophySection__copy svg {
    width: 93.75%
  }
  .Top .ServiceSection {
    padding-bottom: 200px;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    background-image: url(/assets/_top/service_000.jpg);
    background-size: contain;
    z-index: 1
  }
}
.Top .ServiceSection__image {
  height: 0;
  padding-bottom: 66.71875%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/_top/service_001_sp.jpg);
  background-size: cover;
  z-index: 1
}
@media (min-width:48em) {
  .Top .ServiceSection__image {
    position: absolute;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-image: url(/assets/_top/service_001.png)
  }
}
.Top .ServiceSection__body {
  position: relative;
  padding-bottom: 40px;
  z-index: 2
}
.Top .ServiceSection__body .Heading {
  margin-bottom: 35px
}
@media (min-width:48em) {
  .Top .ServiceSection__body .Heading {
    margin-bottom: 140px
  }
}
.Top .ServiceSection__body .Lede {
  margin-bottom: 5%
}
.Top .ServiceSection__body .Text {
  margin-bottom: 20px
}
@media (min-width:48em) {
  .Top .ServiceSection__body .Text {
    margin-bottom: 40px
  }
  .Top .ServiceSection__body {
    padding-bottom: 0;
    padding-left: 8.33333%;
    padding-right: 50%
  }
}
.Top .OurFieldSection {
  position: relative;
  padding-top: 0;
  padding-bottom: 40px;
  z-index: 2
}
.Top .OurFieldSection .Container__inner {
  position: relative;
  top: -20px;
  padding-top: 30px;
  z-index: 2
}
.Top .OurFieldSection.-centerBox::before {
  position: relative;
  top: -20px
}
.Top .OurFieldSection .OurPanel:first-child {
  border-top: 0
}
.Top .NewsSection {
  background-color: #fff
}
.Top .NewsSection .CardList__item {
  margin-top: 0
}
.Top .NewsSection .CardList__item:last-child .ArticleCard {
  border-bottom: 1px solid #f2f2f2
}
.Top .NewsSection .ArticleCard {
  box-shadow: none;
  border: 1px solid #f2f2f2;
  border-bottom: 0
}
.Top .NewsSection__header {
  margin-bottom: 30px
}
@media (min-width:48em) {
  .Top .OurFieldSection {
    padding-bottom: 100px
  }
  .Top .OurFieldSection .Container__inner {
    top: -80px;
    padding-top: 110px;
    padding-bottom: 110px
  }
  .Top .OurFieldSection.-centerBox::before {
    top: -80px
  }
  .Top .OurFieldSection__body {
    padding-left: 30%
  }
  .Top .NewsSection .ArticleCard {
    border: 1px solid #f2f2f2
  }
  .Top .NewsSection__header {
    margin-bottom: 60px
  }
}
.Top .NewsSection__body {
  margin-bottom: 30px
}
.Top .NewsSection__footer {
  text-align: center
}
.Top .IRSection {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}
.Top .IRSection__header {
  margin-bottom: 30px
}
@media (min-width:48em) {
  .Top .NewsSection__footer {
    text-align: right
  }
  .Top .IRSection {
    padding-bottom: 160px
  }
  .Top .IRSection__body, .Top .IRSection__header {
    margin-bottom: 60px
  }
}
.Top .IRSection__footer {
  text-align: center
}
.Top .BlogSection {
  padding-bottom: 40px;
  background-color: #121212
}
.Top .BlogSection__header {
  margin-bottom: 15px
}
.Top .BlogSection__header .Heading {
  margin-bottom: 30px
}
@media (min-width:48em) {
  .Top .IRSection__footer {
    text-align: right
  }
  .Top .BlogSection {
    padding-bottom: 110px
  }
  .Top .BlogSection__header .Heading {
    margin-bottom: 0
  }
  .Top .BlogSection__header {
    margin-bottom: 120px
  }
}
.Top .BlogSection__header .Container__inner {
  position: relative
}
.Top .BlogSection__body {
  margin-bottom: 30px
}
.Top .BlogSection__footer {
  text-align: center
}
.Top .BlogSlider .slick-list {
  overflow: hidden
}
.Top .BlogSlider .slick-track {
  display: flex
}
.Top .BlogSlider .slick-slide {
  outline: 0
}
.Top .BlogSlider.-dragging .BlogSlider__cell__image img {
  transform: scale(.9)
}
.Top .BlogSlider.-dragging .BlogSlider__cell__body {
  opacity: 0
}
.Top .BlogSlider__indicator {
  color: #fff;
  font-size: .75rem;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  text-align: right
}
@media (min-width:48em) {
  .Top .BlogSection__body {
    margin-bottom: 60px
  }
  .Top .BlogSection__footer {
    text-align: right
  }
  .Top .BlogSlider__indicator {
    position: absolute;
    top: 1.5rem;
    right: 0;
    font-size: 1.25rem;
    text-align: left
  }
}
.Top .BlogSlider__indicator__numerator::after {
  display: inline;
  content: "/";
  margin-left: .75rem;
  margin-right: .5rem
}
.Top .BlogSlider__cell {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  opacity: .3;
  transition: opacity .4s;
  pointer-events: none
}
.Top .slick-clone-current .BlogSlider__cell, .Top .slick-current .BlogSlider__cell {
  opacity: 1
}
.Top .slick-current .BlogSlider__cell__target {
  pointer-events: all
}
.Top .slick-clone-current .BlogSlider__cell__body, .Top .slick-current .BlogSlider__cell__body {
  opacity: 1
}
.Top .BlogSlider__cell__body {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity .4s
}
.Top .BlogSlider__cell__target {
  display: block;
  width: 100%;
  color: #fff;
  outline: 0;
  border-bottom: 1px solid #666;
  padding-bottom: 30px
}
.Top .BlogSlider__cell__image {
  margin-bottom: .8rem
}
.Top .BlogSlider__cell__image img {
  width: 100%;
  height: auto;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}
.Top .BlogSlider__cell__headline {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: .8125rem
}
@media (min-width:48em) {
  .Top .BlogSlider__cell {
    padding-left: 32px;
    padding-right: 32px
  }
  .Top .BlogSlider__cell__body {
    padding-right: 21.90476%
  }
  .Top .BlogSlider__cell__target {
    width: 80vw;
    border-bottom: 0;
    padding-bottom: 0
  }
  .Top .BlogSlider__cell__image {
    margin-bottom: 30px
  }
  .Top .BlogSlider__cell__headline {
    font-size: 1.125rem
  }
}
.Top .BlogSlider__cell__pubdate {
  display: inline-block;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  color: #999;
  font-size: .6875rem;
  margin-bottom: .8rem
}
#yrglm-eir.news #main {
  display: none
}
#yrglm-eir.news #yearSelect {
  padding: .125em 1.5em .125em .125em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16%209l5%205H11zM16%2022l5-5H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
  border: 0
}
#yrglm-eir.news #yearList::before {
  content: "Period:";
  color: #757575;
  font-weight: 500
}
#yrglm-eir.news #yearList + #tabList {
  margin-top: 1.5rem
}
#yrglm-eir.news #tab {
  margin-top: -.5rem;
  margin-left: -1rem
}
#yrglm-eir.news #tab li {
  display: inline-block;
  margin-top: .5rem;
  margin-left: 1rem
}
#yrglm-eir.news #tab a {
  display: inline-block;
  width: 7rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  text-align: center;
  border: 1px solid #666
}
#yrglm-eir.news #tab a.selected {
  color: #fff;
  background-color: #666
}
#yrglm-eir.news #tabList + #dataList {
  margin-top: 2.5rem
}
#yrglm-eir.news .irGroup {
  border-bottom: 1px solid #f2f2f2
}
#yrglm-eir.news .irGroup dl {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title""meta";
  row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #f2f2f2
}
#yrglm-eir.news .irGroup dt {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: meta;
  display: flex;
  align-items: center
}
#yrglm-eir.news .irGroup .irDate {
  margin-left: auto;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: .875rem;
  color: #757575;
  text-align: right
}
#yrglm-eir.news .irGroup .cat-text {
  order: -1;
  width: 7rem;
  margin-right: 2.5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  background-color: #666
}
#yrglm-eir.news .irGroup dd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
  order: -1
}
@media (min-width:48em) {
  .Top .BlogSlider__cell__pubdate {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem
  }
  #yrglm-eir.news #tabList + #dataList {
    margin-top: 3rem
  }
  #yrglm-eir.news .irGroup dl {
    grid-template-areas: "meta title";
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  #yrglm-eir.news .irGroup dl > .List__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
  }
  #yrglm-eir.news .irGroup dd {
    margin-left: 2.5rem
  }
}
#yrglm-eir.news .irGroup a {
  font-family: source-han-serif-japanese, serif;
  line-height: 1.625rem
}
#yrglm-eir.news .irGroup a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
#yrglm-eir.news .irGroup a:not(.item_pdf) {
  padding-right: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFD7AB%22%20d%3D%22M4%200h8v8H4z%22%2F%3E%3Cpath%20fill%3D%22%23EE7C02%22%20d%3D%22M0%204h8v8H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .75rem
}
#yrglm-eir.news .irGroup .item_pdf::after {
  content: "PDF";
  display: inline-block;
  margin-left: .5rem;
  padding: .25em .75em;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  line-height: normal;
  color: #ef7c00;
  border: 1px solid
}
#yrglm-eir.news .irGroup .irKB {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .875rem;
  color: #757575
}
#yrglm-eir.library #yearList {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif
}
#yrglm-eir.library #yearSelect {
  padding: .125em 1.5em .125em .125em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16%209l5%205H11zM16%2022l5-5H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
  border: 0
}
#yrglm-eir.library #yearList::before {
  content: "Period:";
  color: #757575;
  font-weight: 500
}
#yrglm-eir.library #dataList {
  margin-top: 2rem
}
#yrglm-eir.library #dataList h3 {
  display: none
}
#yrglm-eir.library .irGroup {
  border-bottom: 1px solid #f2f2f2
}
#yrglm-eir.library .irGroup dl {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #f2f2f2
}
#yrglm-eir.library .irGroup dd {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title date";
  -ms-grid-columns: 1fr 2.5rem auto;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem
}
#yrglm-eir.library .irGroup dd > * {
  -ms-grid-row-align: center;
  align-self: center
}
#yrglm-eir.library .irGroup a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title
}
#yrglm-eir.library .irGroup a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
#yrglm-eir.library .irGroup .item_pdf::after {
  content: "PDF";
  display: inline-block;
  margin-left: .5rem;
  padding: 0 .75em;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  color: #ef7c00;
  border: 1px solid
}
#yrglm-eir.library .irGroup .irKB {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .875rem;
  color: #757575
}
#yrglm-eir.library .irGroup .date {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: date;
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  font-size: .875rem;
  color: #757575
}
#yrglm-eir.library #pnex {
  font-family: source-han-serif-japanese, serif;
  font-size: .875rem;
  line-height: 1.75;
  margin-top: 3rem
}
#yrglm-eir.library #pnex a {
  text-decoration: underline
}
#yrglm-eir.library #pnex a:last-child {
  display: inline-block;
  margin-top: 1rem
}
#yrglm-eir.financials .topNote {
  margin-bottom: 2.5rem
}

/* E-IRのイレギュラー表示対応(20240118) */
#yrglm-eir.library .irGroup dl dd > img {
  margin-left: 1rem;
}
#yrglm-eir.library .irGroup dl:has(dd>img) {
  border-top: none;
  padding-top: 0;
}
#yrglm-eir.library .irGroup dd:has(>img) {
  grid-template-areas:"img title ";
  grid-template-columns: auto 1fr;
  column-gap: .5rem;
}

.ir_reports .topNote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}
.archive_ir_reports .topNote {
  margin-top: 2.5rem
}


@media (min-width:48em) {
  #yrglm-eir.library .irGroup dl {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .List__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
  }
  .List__category {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .List__pubdate {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  #yrglm-eir.news .irGroup dt {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  #yrglm-eir.library .irGroup a, #yrglm-eir.news .irGroup dd, #yrglm-eir.news .irGroup dl > a, #yrglm-eir.news .irGroup dl > dd {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
  }
  #yrglm-eir.library .irGroup .date {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  #yrglm-eir.financials .topNote {
    margin-bottom: 3rem
  }
  #yrglm-eir.financials .qirColumnWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }
  #yrglm-eir.financials .qirColumn {
    padding-right: .75rem;
    padding-left: .75rem
  }
  .ir_reports .topNote {
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}
#yrglm-eir.financials .qirColumn {
  margin-top: 4rem
}
@media (min-width:64em) {
  .Top .BlogSlider__cell__target {
    width: 42.5vw
  }
  #yrglm-eir.financials .topNote {
    margin-bottom: 3.5rem
  }
  #yrglm-eir.financials .qirColumn {
    width: 50%
  }
  .ir_reports .topNote {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }
  
}
@media (min-width:80em) {
  #yrglm-eir.financials .topNote {
    margin-bottom: 4rem
  }
  #yrglm-eir.financials .qirColumnWrapper {
    margin-right: -1rem;
    margin-left: -1rem
  }
  #yrglm-eir.financials .qirColumn {
    padding-right: 1rem;
    padding-left: 1rem
  }
  .ir_reports .topNote {
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}
@media (min-width:96em) {
  #yrglm-eir.financials .topNote {
    margin-bottom: 5rem
  }
  #yrglm-eir.financials .qirColumnWrapper {
    margin-right: -1.875rem;
    margin-left: -1.875rem
  }
  #yrglm-eir.financials .qirColumn {
    padding-right: 1.875rem;
    padding-left: 1.875rem
  }
  .ir_reports .topNote {
    margin-top: 5rem;
    margin-bottom: 5rem
  }
}
#yrglm-eir.financials .qirLabel {
  font-family: century-old-style-std, source-han-serif-japanese, serif;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-kerning: auto;
  font-kerning: auto;
  position: relative;
  margin-bottom: 1rem
}
#yrglm-eir.financials .qirLabel::before {
  content: "";
  border-top: .25rem solid;
  width: 2em;
  margin-right: 1em
}
#yrglm-eir.financials .qirUnit {
  margin-bottom: .5rem;
  text-align: right;
  font-size: .875rem;
  color: #757575
}
#yrglm-eir.financials .ctrlBox {
  margin-top: .5rem;
  font-size: .875rem
}
#yrglm-eir.financials .ctrlBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1rem
}
#yrglm-eir.financials .ctrlBox li {
  margin-left: 1rem
}
#yrglm-eir.financials .ctrlBox input[type=checkbox] {
  margin-left: .25rem
}
#yrglm-eir.financials .qirTable {
  overflow: auto;
  margin-top: 2rem;
  font-size: .875rem
}
#yrglm-eir.financials .qirTable table {
  width: 100%
}
#yrglm-eir.financials .qirTable td, #yrglm-eir.financials .qirTable th {
  padding: .25em .5em;
  border: 1px solid #ccc
}
#yrglm-eir.financials .qirTable th {
  font-weight: inherit;
  color: #757575;
  white-space: nowrap;
  background-color: #fafafa
}
#yrglm-eir.financials .qirTable td {
  text-align: right
}
#yrglm-eir.financials #qirNote {
  margin-top: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-size: .875rem;
  line-height: 1.75
}
#yrglm-eir.financials #qirNote p {
  margin-top: 1.25rem
}
#yrglm-eir.financials #qirNote .pnex {
  margin-top: 1rem
}
@media (min-width:1680px) {
  body {
    display: block
  }
}
/* 20200316 ir_Calendar追加 */
.irCalendar {
  border-bottom: 1px solid #f2f2f2
}
.irCalendar .schedule_wrap {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #f2f2f2;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "date title";
  -ms-grid-columns: auto 1.5rem 1fr;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.irCalendar .schedule_date, .irCalendar .schedule_title {
  -ms-grid-row-align: center;
  align-self: center;
}
.irCalendar .schedule_date {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: date;
}
.irCalendar .schedule_title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
}
@media (min-width:48em) {
  .irCalendar .schedule_wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .irCalendar .schedule_date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .irCalendar .schedule_title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
/* 20200428 tableのレスポンシブ対応  */
@media (max-width:48em) {
  .table-responsive, .table-responsive tbody, .table-responsive tr, .table-responsive td, .table-responsive th {
    display: block;
  }
  .table-responsive {
    border-bottom: 1px solid #eaeaea;
  }
  .table-responsive th {
    border-bottom-style: dotted;
  }
  .table-responsive td {
    border-width: 0;
  }
}
/* 20210219 IRページ内フォントの指定統一  */
#yrglm-eir.financials .topNote, #yrglm-eir.financials .qirTable table, #yrglm-eir.library .irGroup a, .ir_reports .topNote {
  font-family: source-han-serif-japanese, serif;
}
/* 2021423 固定バナー  */
.FixedFooter__banner {
  position: fixed;
  z-index: 5;
  width: 100%;
  max-width: 402px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .3s ease;
  text-align: center;
}
.FooterSpecial__banner {
  opacity: 0;
  transition: opacity .2s ease;
}
.FooterSpecial__banner.is-show {
  opacity: 1;
}
.CardList__ex .FooterSpecial__banner > a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.FixedFooter__banner_button-close {
  position: absolute;
  right: -12px;
  top: -12px;
  text-align: center;
}
.FixedFooter__banner_button-close_link {
  background: #000;
  border-radius: 13px;
  display: block;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.FixedFooter__banner_button-close_link:hover {
  background: #222;
}
.FixedFooter__banner_button-close_link svg {
  margin-left: auto;
  margin-right: auto;
}
/* 2021423 新コンテンツ用バナー  */
.CardList__ex {
  width: 100%;
  padding: 3rem 0;
}
.FooterSpecial__banner img {
  margin: 0 auto;
}
/* 2021423 新コンテンツ追加に伴うレイアウト調整  */
.yt_movie {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.yt_movie .responsive-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
}
.yt_movie .responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .CardList__item.-large {
    margin-left: auto;
    margin-right: auto;
  }
  .-large .MediaCard__imageBlock {
    padding-top: 0;
  }
}
/* 2021423 新コンテンツ用シェアボタン  */
.ArticleFooter__social {
  text-align: center;
}
.Share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Share__label {
  font-weight: 700;
  font-size: .8rem;
  line-height: 1.875;
  letter-spacing: .025em;
  order: -1;
  margin-right: 1rem;
  padding-right: calc(3rem + .5rem);
  text-transform: uppercase;
  background-image: linear-gradient(to top, currentColor, currentColor);
  background-size: 3rem 1px;
  background-repeat: no-repeat;
  background-position: right center;
}
.Share__link {
  color: inherit;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Share__icon {
  width: 1.5rem;
  height: 1.5rem;
}



/**************************************************
/* 20221213 株主通信Web化
**************************************************/

.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.ir_reports figure {
  margin: 30px 0;
}
.ir_reports img {
  margin-left: auto;
  margin-right: auto;
}
.ir_reports .BodyText {
  font-size: min(4.27vw, 16px);
}
.ir_reports .sc_container {
  border-top: 1px solid #f5f5f5;
}
.ir_reports .sc_imageLeft__hero {
  border: none;
}
.ir_reports .section_title {
  text-align: center;
  position: relative;
  padding-top: 10vw;
}
.ir_reports .section_title::before {
  content: "";
  width: 2px; height: 80px;
  background: #F9860A;
  position: absolute;
  left: 50%; top: calc(-40px - 2rem);
}
.ir_reports .subtitle {
  color: #F9860A;
  font-size: min(4.27vw,1.125rem);
  margin-bottom: 0;
  margin-top: 8.8vw;
}
.ir_reports .section_title + .subtitle {
  text-align: center;
  margin-top: 3.2vw;
}
.ir_reports :is(h2,.section_title)  {
  font-size: min(5.6vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.ir_reports h2 {
  margin-top: min(8vw, 1.875rem);
}
.ir_reports .subtitle + h2 {
  margin-top: 0;
  padding-top: 0;
}
.ir_reports .Heading.-l3 {
  font-size: min(4.8vw, 1.625rem);
  margin-top: min(8vw, 1.875rem);
  margin-bottom: min(8vw, 1.875rem);
}
.horizontal_column figure {
  margin: 0 auto;
}
.horizontal_column p {
  margin-top: 20px;
  margin-bottom: 20px;
}
:is(.sc_imageLeft__hero, .sc_imageRight__hero, .sc_imageLeft, .sc_imageRight) .pc {
  display: none;  
}

@media (min-width: 48em) {
  .sc_container {
    padding-bottom: 1.875rem;
  }
  .ir_reports h2 {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .ir_reports .Heading.-l3 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .ir_reports .section_title {
    font-size: 2.25rem;
    padding-top: 22px;
  }
  .ir_reports .section_title::before {
    height: 120px;
    background: #F9860A;
    position: absolute;
    left: 50%; top: -110px;
  }
  .ir_reports .subtitle {
    color: #F9860A;
    font-size: 1.125rem;
    margin-top: 3.75rem;
    margin-bottom: 0;
  }
  .ir_reports .section_title + .subtitle {
    font-size: 1.25rem;
    margin-top: 0.6rem;
  }
  .ir_reports :is(h2,.section_title) {
    font-size: 2.25rem;
  }
  .ir_reports .Heading.-l3 {
    font-size: 1.625rem;
  }
  .horizontal_two_column {
    padding-top: 2rem;
  }
}


@media (min-width: 64em) {
  .sc_container {
    padding-bottom: 2.5rem;
  }
  :is(.sc_imageLeft, .sc_imageRight) {
    overflow: hidden;
  }
  .sc_imageLeft figure {
    margin: 0 40px 30px;
    float: left;
  }
  .sc_imageRight figure {
    margin: 0 40px 30px;
    float: right;
  }
  .sc_imageRight .sc_image_wrap + .sc_text_wrap > .Heading.-l3 {
    margin-top: 0;
  }
  .sc_imageLeft .sc_text_wrap > p:first-child {
    margin-top: 0;
  }
  :is(.sc_imageLeft__hero, .sc_imageRight__hero) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .ir_reports .section_title::before {
    height: 120px; top: -120px;
  }  
  .ir_reports :is(.sc_imageLeft__hero, .sc_imageRight__hero, .sc_imageLeft, .sc_imageRight) .pc {
    display: block;
  }
  .ir_reports :is(.sc_imageLeft__hero, .sc_imageRight__hero, .sc_imageLeft, .sc_imageRight) .sp {
    display: none;
  }
  .ir_reports .sc_image_wrap {
    margin: 0;
  }
  .sc_imageRight .sc_image_wrap {
    margin: 0 40px 30px 0;
    margin-left: 40px;
  }
  .ir_reports img {
    margin: 0 auto;
  }
  :is(.sc_imageLeft__hero, .sc_imageRight__hero) .sc_text_wrap {
    background: #fff;
    width: 50%;
    position: relative;
  }
  :is(.sc_imageLeft__hero, .sc_imageRight__hero) .sc_text_wrap p:last-child {
    margin-bottom: 0;
  }
  .sc_imageLeft__hero .sc_image_wrap {
    
  }
  .sc_imageRight__hero .sc_image_wrap {
    order: 2;
    z-index: 0;
    position: relative;
    margin: 0 0 210px -11%;
    top: 210px;
  }
  .sc_imageRight__hero .sc_image_wrap.pc {
    display: flex;
  }
  .sc_imageLeft__hero .sc_text_wrap {
    margin: 0 0 60px -11%;
    padding: 10px 0 60px 60px;
    top: 60px;
  }
  .sc_imageRight__hero .sc_text_wrap {
    z-index: 1;
    margin: 0;
    padding: 10px 60px 60px 0;
    top: 0;
  }
  .horizontal_two_column {
    display: flex;
    gap: 20px 40px;
  }
  .horizontal_two_column .horizontal_column {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
  }
  .horizontal_two_column .horizontal_column .textlink {
    margin-top: auto;
  }
}
@media (min-width: 80em) {
  .ir_reports .section_title::before {
    height: 120px; top: -140px;
  }  
}
@media (min-width: 96em) {
  .sc_imageLeft figure {
    width: auto;
  }
  :is(.sc_imageLeft__hero, .sc_imageRight__hero) .sc_image_wrap {
    width: 50%;
  }
  :is(.sc_imageLeft__hero, .sc_imageRight__hero) .sc_text_wrap {
    width: 58%;
  }
  .ir_reports .section_title::before {
    height: 120px; top: -155px;
  }
}

.ir_reports .img_signature {
  display: inline-block;
  margin-left: 1em;
}

/**************************************************
/* 20230904 ダイバーシティ(女性活躍推進の取組)ページ
**************************************************/

.diversity .BodyText section:first-child .sc_container {
  border: none;
}
.diversity .BodyText section:first-child .sc_container > .subtitle {
  margin-top: 0;
}
.diversity figure {
  margin: 30px 0;
}
.diversity img {
  margin-left: auto;
  margin-right: auto;
}
.diversity .BodyText {
  font-size: min(4.27vw, 16px);
}
.diversity section:not(:first-child) .sc_container {
  border-top: 1px solid #f5f5f5;
}
.diversity section:first-child .sc_container > .Heading:first-child {
  margin-top: 0;
}
.diversity .sc_imageLeft__hero {
  border: none;
}
.diversity .section_title {
  text-align: center;
  position: relative;
  padding-top: 10vw;
}
.diversity .section_title::before {
  content: "";
  width: 2px; height: 80px;
  background: #F9860A;
  position: absolute;
  left: 50%; top: calc(-40px - 2rem);
}
.diversity .subtitle {
  color: #F9860A;
  font-size: min(4.27vw,1.125rem);
  margin-bottom: 0;
  margin-top: 8.8vw;
}
.diversity .section_title + .subtitle {
  text-align: center;
  margin-top: 3.2vw;
}
.diversity :is(h2,.section_title)  {
  font-size: min(5.6vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.diversity h2 {
  margin-top: min(8vw, 1.875rem);
}
.diversity .subtitle + h2 {
  margin-top: 0;
  padding-top: 0;
}
.diversity .Heading.-l3 {
  font-size: min(4.8vw, 1.625rem);
  margin-top: min(8vw, 1.875rem);
  margin-bottom: min(8vw, 1.875rem);
}

@media (min-width: 48em) {
  .diversity h2 {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .diversity .Heading.-l3 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .diversity .section_title {
    font-size: 2.25rem;
    padding-top: 22px;
  }
  .diversity .section_title::before {
    height: 120px;
    background: #F9860A;
    position: absolute;
    left: 50%; top: -110px;
  }
  .diversity .subtitle {
    color: #F9860A;
    font-size: 1.125rem;
    margin-top: 3.75rem;
    margin-bottom: 0;
  }
  .diversity .section_title + .subtitle {
    font-size: 1.25rem;
    margin-top: 0.6rem;
  }
  .diversity :is(h2,.section_title) {
    font-size: 2.25rem;
  }
  .diversity .Heading.-l3 {
    font-size: 1.625rem;
  }
  .BodyText th {
    white-space: inherit;
  }
}


@media (min-width: 64em) {
  .diversity .section_title::before {
    height: 120px; top: -120px;
  }  
  .diversity :is(.sc_imageLeft__hero, .sc_imageRight__hero, .sc_imageLeft, .sc_imageRight) .pc {
    display: block;
  }
  .diversity :is(.sc_imageLeft__hero, .sc_imageRight__hero, .sc_imageLeft, .sc_imageRight) .sp {
    display: none;
  }
  .diversity is(.sc_image_wrap) {
    margin: 0;
  }
  .diversity img {
    margin: 0 auto;
  }
}
@media (min-width: 80em) {
  .diversity .section_title::before {
    height: 120px; top: -140px;
  }  
}
@media (min-width: 96em) {
  .diversity .section_title::before {
    height: 120px; top: -155px;
  }
}

/**************************************************
/* 20231114 配当・株主優待ページ
**************************************************/

.ir_dividend .irTable th {
  font-weight: inherit;
  line-height: 1.3;
  white-space: nowrap;
  background-color: #f7f5f2;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.ir_dividend .irTable td {
  font-size: 1rem;
  font-weight: inherit;
  white-space: nowrap;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.ir_dividend .irTable th.current {border: 1px solid #ef7c00;background: #ef7c00;color: #fff;font-weight: 700;}
.ir_dividend .irTable td.current {border: 1px solid #ef7c00; box-shadow: 1px 0 0 #ef7c00 inset;font-weight: 700;}

.ir_dividend .Heading.-l3 {
  font-size: min(4.8vw, 1.625rem);
  margin-top: min(8vw, 1.875rem);
  margin-bottom: min(8vw, 1.875rem);
}
@media (min-width: 48em) {
  .ir_dividend .Heading.-l3 {
    font-size: 1.625rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}


/**************************************************
/* 20250109 IRトップページ(動画宛リンク)
**************************************************/

.ir_top .MediaCard__imageBlock {
  padding-top: 56%;
}

/********************************************************************
/* 20250821 IRトップページ(レイアウト調整) ※ CardList -cols3 ir_cardlist
********************************************************************/

.CardList.ir_cardlist {
  max-width:1024px;
  margin: 0 auto;
}
.ir_cardlist .CardList__item {
  padding: .75rem;
}
.ir_cardlist .MediaCard__textBlock {
  padding: 1rem 1rem 0;
  display: flex;
  align-items: center;
}
.ir_cardlist .MediaCard__label {
    font-size: 1.2rem;
}
.ir_cardlist .MediaCard__description {
  font-size: .8rem;
}
.ir_cardlist .MediaCard__icon {
  width: 1.6rem;
  height: 1.6rem;
}


@media (min-width:48em) {

  .ir_cardlist .MediaCard__label {
    font-size: .9rem;
  }
  .ir_cardlist .MediaCard__description {
    font-size: .65rem;
    padding: .8rem 1rem 1.3rem;
  }
}


/**************************************************
/* 20250711 会社概要ページにMap追加
**************************************************/

  a.access-button {
    background: #000;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: .25em .7em .45em;
    line-height: 1;
    margin-top: .7em;
    transition: .2s;
  }
  .access-table a.access-button {
    font-size: .75rem;
  }
  .access-map {
    aspect-ratio: 16 / 9;
    margin-bottom: 1rem;
    overflow-y: hidden;
  }
  .access-map iframe {
    width: 100%;
    height: calc(100% + 600px);
    margin-top: -300px;
  }
  @media (max-width: 64em) {
    .access-table {
      border-bottom: 1px solid #eaeaea;
    }
    .access-table th,td {
      display: block;
    }
    .access-table th {
      border-bottom: none;
    }
    .access-table td {
      border: none;
    }
  }
  @media (min-width: 64em) {
    a.access-button:hover {
      opacity: .7;
    }
    .access-table th {
      vertical-align: top;
    }
    .access-layout {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
    }
  }


/* SNS */

.BodyText .sns_buttons {
  display: flex;
  list-style: none;
  gap: 0 .8em;
  padding: 0;
}
.share-button {
  font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: center;
  padding: .3em 1em;
  border-radius: 3px;
  font-size: .7em;
  border: none;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 0.3s ease
}
.share-button span {
  line-height: 1.2
}
.share-button svg {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: .3em
}
.share-button:hover {
  opacity: .8
}
.share_fixed_facebook {
  background-color: #1877f2
}
.share_fixed_x {
  background-color: #000
}
.share_fixed_copy {
  border-radius: 0;
  box-shadow: 0 0 0 1px #666 inset;
  color: #000;
}

/**************************************************
/* 20251212 メッセージページのサイン
**************************************************/
.message_sign {
  width: fit-content;
  margin-left: auto;
  margin-top: 2rem;
  text-align: right;
  font-size: 1.3rem
    
}
.message_sign img {
  width: min(55%, 200px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}

/**************************************************/

/* タブ */

.sc_navigation ul {
  margin: 0; padding: 0;
  display: flex;
  gap: 0 0.53vw;
  list-style: none;
}
.sc_navigation li a {
  background: #F7F5F2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  transition: all .3s ease;
  padding: 2vw;
  font-size: min(3.2vw, 1.125rem);
}
.sc_navigation li a:hover,
.sc_navigation li.is-current a {
  background: #F8860A;
  color: #fff;
}

@media (min-width: 48em) {
  .sc_navigation ul {
    gap: 0 5px;
  }
  .sc_navigation li a {
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem;
  }
}
@media (min-width: 64em) {

  .sc_navigation + section {
    padding-top: 50px;
  }
}
/* カード */
.card .icon_chevron {
  border: none;
}

.card__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 20px;
  padding-bottom: 50px;
}

.card {
  width: calc(100% / 3 - 20px * 2 / 3);
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

@media (max-width: 64em) {
  .card {
    width: calc(50% - 20px / 2);
  }
}
@media (max-width: 48em) {
  .card {
    width: 100%;
  }
}
.card figure,
.card img,
.card svg {
  display: inline-block;
}

.card .card_img {
  height: 200px;
  margin: 0; padding: 25px 0;
  border-radius: 6px 6px 0 0;
  background-color: #F7F5F2;
  display: flex;
  align-content: center;
  justify-content: center;
}
.card h3 {
  width: 100%;
  height: 97px;
  padding: 0 5%; margin: 0;
  background-color: #F7F5F2;
  display: flex;
  align-content: center;
  justify-content: center;
}
.card_content {
  font-size: 14px;
  line-height: 1.7;
  padding: 20px 0 0;
  flex-grow: 1;
  background-color: #F7F5F2;
}
.card_content_inner {
  background: #fff;
  border-radius: 6px;
  padding: 15px 20px;
  margin: 0 20px;
  height: 100%;
}
.card_content_inner p {
  margin: 5px 0;
  line-height: 1.7;
}
.card_button {
  padding: 15px 0 30px;
  display: block;
  text-align: center;
  background-color: #F7F5F2;
  border-radius: 0 0 6px 6px;
}
.card_button svg {
  margin: 0 auto;
	transition: .2s all .2s ease;
}



/* accordion */
.toggle {
	display: none;
}
.card_button,
.is-display {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .5s ease;
}
.is-display {
	transition: all .8s ease;
  overflow: hidden;
	max-height: 0;
}
.toggle:checked + .is-display {
  max-height: calc(50vh - 50px);
}
.toggle:checked + .is-display + .card_button > .icon_chevron {
	transform: rotate(180deg);
}


/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
