@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

@font-face {
  font-family: "Akzidenz-Grotesk Next Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Akzidenz-Grotesk Next Regular"), url("../fonts/Akzidenz_Grotesk_Next_Regular.woff") format("woff");
}
@keyframes hoverText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
:root {
  overflow-y: scroll;
  font-size: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  background: #FFF;
  color: #222;
  font-family: "宋体", "仿宋";
  -webkit-font-smoothing: antialiased;
  line-height: 1.625;
  letter-spacing: 0.9px;
}
body.fixed {
  position: fixed;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

button,
input[type=submit],
input[type=reset] {
  font: inherit;
}
button:not(:disabled),
input[type=submit]:not(:disabled),
input[type=reset]:not(:disabled) {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, b, em {
  font-weight: normal;
}

img {
  vertical-align: top;
}
img.lazyload {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 2s all linear;
}
img.lazyloaded {
  opacity: 1;
  transform: translate(0, 0);
}

svg {
  fill: currentColor;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

*.lazyload, *.lazyloading {
  opacity: 0;
  transition: all 0.3s ease-out;
}
*.lazyloaded {
  opacity: 1;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  *.lazyload, *.lazyloading {
    transform: translateY(30px);
  }
}

@media screen and (max-width: 1023px) {
  .-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .-sp {
    display: none !important;
  }
}
@font-face {
  font-family: "Akzidenz-Grotesk Next Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Akzidenz-Grotesk Next Regular"), url("../fonts/Akzidenz_Grotesk_Next_Regular.woff") format("woff");
}
@keyframes hoverText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.bgGray {
  background-color: #FAFAFA;
}

.bgWhite {
  background-color: #FFF;
}

.fontsize_24 {
  font-size: 1.5rem;
}

.fontsize_18 {
  font-size: 1.125rem;
}

.fontsize_14 {
  font-size: 0.875rem;
}

.fontsize_12 {
  font-size: 0.75rem;
}

.lineheight_1 {
  line-height: 1;
}

.mgn-top30 {
  margin-top: 30px;
}

.mgn-top60 {
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .pad_btm110 {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .pad_btm110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .pad_btm80 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .pad_btm80 {
    padding-bottom: 80px;
  }
}

.center {
  text-align: center;
}

@font-face {
  font-family: "Akzidenz-Grotesk Next Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Akzidenz-Grotesk Next Regular"), url("../fonts/Akzidenz_Grotesk_Next_Regular.woff") format("woff");
}
@keyframes hoverText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.BreadCrumb {
  padding: 50px 40px 26px;
}

@media screen and (max-width: 1023px) {
  .BreadCrumb {
    display: none;
  }
}
.BreadCrumb ul {
  display: flex;
  align-items: center;
}

.BreadCrumb ul li {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1;
}

.BreadCrumb ul li:not(:first-child) {
  margin-left: 1rem;
}

.BreadCrumb ul li a {
  text-decoration: none;
}

.BreadCrumb ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin-left: 0.5rem;
  background: url("../images/icon-arrow.svg") no-repeat center/cover;
}

.Logo {
  display: block;
}

.Logo img, .Logo svg {
  width: 99.99999%;
  height: auto;
}

.PageMv_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  .PageMv_img.-sp + .PageMv_img {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .PageMv_img {
    height: 400px;
  }

  .-L .PageMv_img {
    height: calc(100vh - 50px);
  }

  .-S .PageMv_img {
    max-height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .PageMv_img {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .PageMv_img {
    height: calc(100vh - 100px);
    max-height: 680px;
  }

  .-L .PageMv_img {
    max-height: 765px;
  }

  .-S .PageMv_img {
    max-height: 524px;
  }
}
.PageHeader {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .PageHeader.-deco::after {
    position: absolute;
    z-index: 100;
    content: "";
    left: 50%;
    bottom: 0;
    display: block;
    width: 1px;
    height: 200px;
    background-color: #FFF;
  }
}
.PageHeader .PageHeading {
  position: absolute;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .PageHeader .PageHeading {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .PageHeader .PageHeading {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .PageHeader .PageHeading {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .PageHeader .PageHeading {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.PageHeader .FeatureHeading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .PageHeader .PageHeading {
    top: 200px;
    transform: translateY(-50%);
    padding: 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .PageHeader .PageHeading {
    top: 100px;
    padding: 0 36px;
  }
}
@media screen and (min-width: 1024px) {
  .PageHeader .PageHeading {
    top: calc(50% - 80px);
  }
}
.PageHeader-title h2 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .PageHeader-title h2 {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .PageHeader-title h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .PageHeader-title h2 {
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .PageHeader-title h2 {
    max-width: 1300px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .PageHeader-title {
    padding: 50px 36px;
  }

  .PageHeader-title h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .PageHeader-title {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    padding: 64px 0;
  }

  .PageHeader-title h2 {
    font-size: 1.75rem;
  }
}
.SimplePageHeader {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .SimplePageHeader {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .SimplePageHeader {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .SimplePageHeader {
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .SimplePageHeader {
    max-width: 1300px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.SimplePageHeader .BackButton {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .SimplePageHeader .BackButton {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .SimplePageHeader {
    min-height: 170px;
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .SimplePageHeader {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .SimplePageHeader {
    min-height: 250px;
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
.FeatureHeading h2 {
  color: #FFF;
  line-height: 1.2142857143;
}

.FeatureHeading h2 span, .FeatureHeading h2 b {
  display: block;
}

.FeatureHeading h2 span {
  font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
  line-height: 1.3125;
}

.FeatureHeading h2 b {
  margin-top: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .FeatureHeading h2 {
    font-size: 1.125rem;
  }

  .FeatureHeading h2 span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .FeatureHeading h2 {
    margin-top: -100px;
    font-size: 1.75rem;
  }

  .FeatureHeading h2 span {
    font-size: 2.25rem;
  }
}
.PageHeading.-white {
  color: #FFF;
}

.PageHeading.-block span, .PageHeading.-block b {
  display: block;
}

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

.PageHeading span {
  font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
  font-size: 2rem;
  line-height: 1.3125;
}

.PageHeading b {
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .PageHeading span, .PageHeading b {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .PageHeading b {
    margin-left: 20px;
  }

  .PageHeading.-block b {
    margin-left: 0;
  }
}
.PageTopContent {
  position: relative;
  background: #FFF;
}

.PageTopContent p {
  line-height: 2.2;
}

.PageTopContent p:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .PageTopContent {
    padding: 40px 36px 70px;
  }

  .PageTopContent h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .PageTopContent {
    max-width: 1040px;
    width: 90%;
    margin-top: -130px;
    margin-left: auto;
    padding: 140px 180px 100px;
  }

  .PageTopContent h3 {
    font-size: 1.5rem;
  }
}
.AccordionBox_content {
  display: none;
}

.accordion {
  border-top: 1px solid #CCC;
}

.accordion:last-of-type {
  border-bottom: 1px solid #CCC;
}

.accordion[aria-expanded=true] .accordion_content {
  max-height: 8000px;
  border-top: 1px dotted #CCC;
}

.accordion[aria-expanded=true] .accordion_btn i {
  transform: rotate(180deg);
}

.accordion .accordion_content {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.4s;
}

.accordion_btn {
  cursor: pointer;
  height: 70px;
}

.accordion_btn:hover h3 {
  color: #A40013;
}

.accordion_btn h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 1rem;
}

.accordion_btn h3 i {
  margin-right: 15px;
  transition: all 0.2s ease-out;
}

.Btn_open,
.Btn_close {
  cursor: pointer;
  transition: 0.2s all;
}

.Btn_open[aria-selected=true],
.Btn_close[aria-selected=true] {
  display: none;
}

.LinkButton {
  font-size: 0.875rem;
  line-height: 1;
}

.LinkButton a, .LinkButton button, .LinkButton input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #222;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.2s all ease-out;
}

.LinkButton a:hover, .LinkButton button:hover, .LinkButton input[type=submit]:hover {
  background-color: #f0f0f0;
}

.LinkButton.-large {
  font-size: 1rem;
}

.LinkButton.-large a, .LinkButton.-large button, .LinkButton.-large input[type=submit] {
  height: 60px;
  border-radius: 30px;
}

.LinkButton.-small {
  font-size: 0.875rem;
}

.LinkButton.-small a, .LinkButton.-small button, .LinkButton.-small input[type=submit] {
  height: 30px;
  border-radius: 15px;
}

.LinkButton.-white a {
  border-color: #FFF;
}

.LinkButton.-white a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.BackButton {
  width: 220px;
}

.BackButton.-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .BackButton.-pageBottom {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .BackButton.-pageBottom {
    margin-top: 86px;
  }
}
.LinkIcon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  text-decoration: none;
  transition: 0.2s all ease-out;
}

.LinkIcon a:hover {
  background-color: #f0f0f0;
}

.LinkIcon i {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .SideMenuArea {
    padding: 60px 36px 0;
  }

  .SideMenuArea h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .SideMenuArea {
    position: sticky;
    top: 140px;
  }

  .SideMenuArea h3 {
    display: none;
  }
}
.SideMenu ul li {
  font-size: 0.875rem;
  list-style: none;
}

.SideMenu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
  text-decoration: none;
  margin-left: 25px;
}

.SideMenu ul li a::before {
  position: absolute;
  top: auto;
  left: -25px;
  display: inline-block;
  content: "●︎";
  font-size: 0.625rem;
  transform: scale(0.7);
  color: #F0F0F0;
  transition: 0.2s color;
}

.SideMenu ul li a i {
  display: none;
}

.SideMenu ul li a:hover::before {
  color: #A40013;
}

.SideMenu ul li.-current a i {
  position: absolute;
  left: -25px;
  display: inline-block;
  font-size: 0.625rem;
  transform: scale(0.7);
  color: #A40013;
}

.SideMenu ul li.-current a::before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .SideMenu {
    margin-top: 120px;
    position: sticky;
    top: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .SideMenu {
    margin-top: 20px;
  }

  .SideMenu.-sphidden {
    display: none;
  }
}
.SideMenu.-accordion {
  border-top: 1px solid #CCC;
}

@media screen and (min-width: 1024px) {
  .SideMenu.-accordion {
    width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .SideMenu.-accordion {
    width: 100%;
  }
}
.SideMenu.-accordion > ul > li {
  border-bottom: 1px solid #CCC;
  font-size: 0.75rem;
}

.SideMenu.-accordion > ul > li > a {
  display: block;
  margin-left: 0;
  padding: 15px 0;
  transition: 0.2s all ease-out;
}

.SideMenu.-accordion > ul > li > a::before {
  display: none;
}

.SideMenu.-accordion > ul > li > a:hover {
  color: #A40013;
}

.SideMenu.-accordion > ul > li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  cursor: pointer;
}

.SideMenu.-accordion > ul > li span::after {
  flex: 0 0 8px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  transition: 0.2s all ease-out;
}

.SideMenu.-accordion > ul > li span[aria-selected=true]::after {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #cccccc transparent;
}

.SideMenu.-accordion > ul > li span[aria-selected=true]:hover::after {
  border-color: transparent transparent #A40013 transparent;
}

.SideMenu.-accordion > ul > li span[aria-selected=false]::after {
  border-width: 6px 4px 0 4px;
  border-color: #cccccc transparent transparent transparent;
}

.SideMenu.-accordion > ul > li span[aria-selected=false]:hover::after {
  border-color: #A40013 transparent transparent transparent;
}

.SideMenu.-accordion > ul > li > ul {
  padding: 15px 0;
  border-top: 1px dashed #CCC;
}

.SideMenu.-accordion > ul > li > ul li {
  font-size: 0.6875rem;
}

.SideMenu.-accordion > ul > li > ul li a.-current::before {
  color: #A40013;
}

.TabContainer_Tab ul {
  display: flex;
  align-items: center;
}

.TabContainer_Tab ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.TabItem[aria-hidden=true] {
  display: none;
}

.PageNav {
  position: relative;
  text-align: center;
}

.PageNav .wp-pagenavi {
  font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
}

.PageNav .wp-pagenavi a {
  transition: 0.2s color ease-out;
}

.PageNav .wp-pagenavi a:hover {
  color: #A40013;
}

.PageNav .wp-pagenavi a.page, .PageNav .wp-pagenavi span.current {
  border: none;
}

.PageNav .wp-pagenavi span.current {
  color: #A40013;
  font-weight: bold;
}

.PageNav .wp-pagenavi a.nextpostslink,
.PageNav .wp-pagenavi a.previouspostslink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  align-items: center;
  border: 1px solid #222;
  color: #222;
  border-radius: 50%;
  font-size: 1.125rem;
  transition: 0.2s background-color;
}

.PageNav .wp-pagenavi a.nextpostslink:hover,
.PageNav .wp-pagenavi a.previouspostslink:hover {
  background-color: #f0f0f0;
}

.PageNav .wp-pagenavi a.nextpostslink {
  margin-left: 30px;
}

.PageNav .wp-pagenavi a.previouspostslink {
  margin-right: 30px;
}

@media screen and (max-width: 1023px) {
  .PageNav {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .PageNav {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.selectBox {
  position: relative;
  width: 260px;
  height: 50px;
  border: 1px solid #000;
}

.selectBox i {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  font-size: 0.625rem;
  transform: scale(0.8);
}

.selectBox select {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .selectBox {
    width: 100%;
  }
}
@font-face {
  font-family: "Akzidenz-Grotesk Next Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Akzidenz-Grotesk Next Regular"), url("../fonts/Akzidenz_Grotesk_Next_Regular.woff") format("woff");
}
@keyframes hoverText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.Header {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  background-color: #FFF;
  transition: 0.3s background;
}

.Header.-hasHover {
  background: #f8f8f8;
}

.Header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .Header {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .Header {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .Header {
    justify-content: flex-start;
  }

  .Header.-home {
    color: #FFF;
  }

  .Header.-home.-hasHover {
    background: rgba(248, 248, 248, 0.5);
  }
}
.Header_logo {
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .Header_logo {
    flex: 0 0 90px;
    width: 90px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .Header_logo {
    flex: 0 0 100px;
    width: 100px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .Header_logo {
    flex: 0 0 100px;
    width: 100px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .Header_logo {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .Header_nav {
    flex: 1 1 auto;
    display: block;
  }
}
.Header_nav.-mobile {
  position: fixed;
  top: 50px;
  z-index: 100;
  width: 100%;
  background-color: #FFF;
}

@media screen and (min-width: 1024px) {
  .Header_nav.-mobile {
    top: 70px;
  }
}
.Header_lang {
  display: none;
}

@media screen and (min-width: 1200px) {
  .Header_lang {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .Header_lang {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .Header_lang .ChangeLang_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 24px;
    border-left: 1px solid #F0F0F0;
    font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
    font-size: 0.75rem;
    transition: 0.3s all;
  }

  .Header_lang .ChangeLang_btn i {
    color: #a40013;
    margin: 5px auto 0;
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .Header_lang .ChangeLang {
    position: absolute;
    top: 80px;
    right: 0;
    min-width: 100%;
    padding: 0 0 10px;
    background: #FFF;
  }

  .Header_lang .ChangeLang ul li {
    list-style: none;
    font-size: 0.75rem;
    text-align: center;
  }

  .Header_lang .ChangeLang ul li a {
    display: block;
    padding: 10px 24px;
    text-decoration: none;
  }

  .Header_lang .ChangeLang ul li a:hover {
    text-decoration: underline;
  }
}
.ChangeLang_box {
  display: none;
}

.ChangeLang_box ul li {
  list-style: none;
  font-size: 0.75rem;
}

.ChangeLang_box ul li a {
  display: block;
  padding: 6px 24px;
  text-decoration: none;
  color: #888;
}

.ChangeLang_box ul li.current-lang a {
  color: #000;
}

.Header_lang__sp {
  position: relative;
  margin-left: auto;
  margin-right: 14px;
  font-size: 0.75rem;
}

.Header_lang__sp i {
  font-size: 0.625rem;
  color: #a40013;
}

@media screen and (min-width: 1200px) {
  .Header_lang__sp {
    display: none;
  }
}
.Header_menuBtn {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .Header_menuBtn {
    display: none !important;
  }
}
.Header_menuBtn button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
}

.Header_menuBtn button span {
  position: absolute;
  left: 0;
  right: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  transition: all 0.2s ease-out;
  background-color: #A40013;
}

.Header_menuBtn button span:nth-of-type(1) {
  top: calc(50% - 5px);
}

.Header_menuBtn button span:nth-of-type(2) {
  top: 50%;
}

.Header_menuBtn button span:nth-of-type(3) {
  top: calc(50% + 5px);
}

.Header_menuBtn button[aria-selected=true] span {
  top: 50%;
}

.Header_menuBtn button[aria-selected=true] span:nth-of-type(1) {
  transform: rotate(45deg);
}

.Header_menuBtn button[aria-selected=true] span:nth-of-type(2) {
  opacity: 0;
}

.Header_menuBtn button[aria-selected=true] span:nth-of-type(3) {
  right: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .HeaderNav ul li {
    list-style: none;
  }

  .HeaderNav ul li a {
    text-decoration: none;
  }
}
@media screen and (min-width: 1200px) {
  ul.HeaderNav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.HeaderNav_menu .Menu > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 15px;
    transition: 0.2s background-color linear;
  }

  ul.HeaderNav_menu .Menu > a:hover {
    background-color: #FFF;
    color: #222;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  ul.HeaderNav_menu .Menu > a {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  ul.HeaderNav_menu .Menu > a > b, ul.HeaderNav_menu .Menu > a > span {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  ul.HeaderNav_menu .Menu > a > b {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  ul.HeaderNav_menu .Menu > a > span {
    font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  ul.HeaderNav_menu .Menu.-off {
    background-color: #f8f8f8;
  }
}
@media screen and (min-width: 1200px) {
  ul.HeaderNav_menu .Menu.-withsub {
    transition: 0.2s background-color;
  }

  ul.HeaderNav_menu .Menu.-withsub:hover {
    position: relative;
    background-color: #FFF;
    color: #222;
  }

  ul.HeaderNav_menu .Menu.-withsub:hover::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    content: "▼";
    text-align: center;
    display: inline-block;
    font-size: 0.625rem;
    transform: scale(0.7);
    color: #A40013;
  }
}
@media screen and (min-width: 1200px) {
  .HeaderNav_subArea {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #FFF;
  }

  .HeaderNav_subArea[aria-hidden=true] {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s all ease-out;
  }

  .HeaderNav_subArea[aria-hidden=false] {
    height: auto;
    opacity: 1;
    transition: 0.4s all ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .SpecialitySubNav,
  .CompanySubNav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .SpecialitySubNav_heading {
    grid-area: heading;
    font-size: 1.125rem;
  }

  .SpecialitySubNav_heading a {
    transition: 0.2s color;
  }

  .SpecialitySubNav_heading a::before {
    content: "▶︎";
    display: inline-block;
    margin-right: 15px;
    font-size: 0.625rem;
    transform: scale(0.7);
    transition: 0.2s color;
    color: #A40013;
  }

  .SpecialitySubNav_heading a:hover {
    color: #666;
  }
}
@media screen and (min-width: 1200px) {
  .SpecialitySubNav_nav {
    grid-area: nav;
    display: grid;
    grid-template: "sub_main sub_other" auto/2fr 1fr;
  }

  .SpecialitySubNav_nav .SubNavItem.-main {
    grid-area: sub_main;
    display: flex;
  }

  .SpecialitySubNav_nav .SubNavItem.-main ul {
    flex: 0 0 50%;
    margin-top: 20px;
  }

  .SpecialitySubNav_nav .SubNavItem.-main ul li {
    margin-top: 15px;
    font-size: 0.875rem;
  }

  .SpecialitySubNav_nav .SubNavItem.-main ul li a {
    color: #222;
    transition: 0.2s color;
  }

  .SpecialitySubNav_nav .SubNavItem.-main ul li a::before {
    content: "●";
    display: inline-block;
    margin-right: 10px;
    font-size: 0.625rem;
    transform: scale(0.7);
    transition: 0.2s color;
    color: #F0F0F0;
  }

  .SpecialitySubNav_nav .SubNavItem.-main ul li a:hover {
    color: #666;
  }

  .SpecialitySubNav_nav .SubNavItem.-main ul li a:hover::before {
    color: #A40013;
  }

  .SpecialitySubNav_nav .SubNavItem.-other {
    grid-area: sub_other;
  }

  .SpecialitySubNav_nav .SubNavItem.-other ul {
    border-top: 1px solid #f0f0f0;
  }

  .SpecialitySubNav_nav .SubNavItem.-other ul li {
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
  }

  .SpecialitySubNav_nav .SubNavItem.-other ul li a {
    display: block;
    padding: 20px 5px;
    transition: 0.2s color;
  }

  .SpecialitySubNav_nav .SubNavItem.-other ul li a:hover {
    color: #666;
  }

  .SpecialitySubNav_nav .SubNavItem.-other ul li a::before {
    content: "▶︎";
    display: inline-block;
    margin-right: 15px;
    font-size: 0.625rem;
    transform: scale(0.7);
    transition: 0.2s color;
    color: #A40013;
  }
}
.CompanySubNav {
  display: grid;
  grid-template: "heading nav" auto/200px 1fr;
}

.CompanySubNav_heading {
  grid-area: heading;
  font-size: 1.125rem;
}

.CompanySubNav_heading a {
  transition: 0.2s opacity ease-out;
}

.CompanySubNav_heading a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1200px) {
  .CompanySubNav_nav {
    grid-area: nav;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .CompanySubNav .SubNavItem {
    flex: 0 0 33%;
  }

  .CompanySubNav .SubNavItem ul li {
    font-size: 0.875rem;
  }

  .CompanySubNav .SubNavItem ul li:not(:first-child) {
    margin-top: 15px;
  }

  .CompanySubNav .SubNavItem ul li a {
    color: #222;
    transition: 0.2s color;
  }

  .CompanySubNav .SubNavItem ul li a:hover {
    color: #666;
  }

  .CompanySubNav .SubNavItem ul li a::before {
    content: "●";
    display: inline-block;
    margin-right: 10px;
    font-size: 0.625rem;
    transform: scale(0.7);
    transition: 0.2s color;
    color: #F0F0F0;
  }

  .CompanySubNav .SubNavItem ul li a:hover::before {
    color: #A40013;
  }
}
.Header_nav.-mobile {
  display: none;
  height: 100vh;
}

.Header_nav.-mobile .HeaderNav_wrap {
  width: 100%;
  height: 100%;
  padding: 30px 36px 50px;
  overflow-y: auto;
}

.Header_nav.-mobile .HeaderNav_menu {
  padding-bottom: 50px;
  border-top: 1px solid #f0f0f0;
}

.Header_nav.-mobile .HeaderNav_menu li {
  list-style: none;
}

.Header_nav.-mobile .HeaderNav_menu li a {
  text-decoration: none;
}

.Header_nav.-mobile .HeaderNav_menu li.Menu {
  font-size: 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.Header_nav.-mobile .HeaderNav_menu li.Menu > a {
  display: block;
  padding: 20px 0;
}

.Header_nav.-mobile .HeaderNav_menu li.Menu > a span {
  display: none;
}

.Header_nav.-mobile .SpecialitySubNav {
  display: none;
}

.Header_nav.-mobile .CompanySubNav {
  padding: 20px 0;
  border-top: 1px dotted #f0f0f0;
}

.Header_nav.-mobile .CompanySubNav_heading {
  display: none;
}

.Header_nav.-mobile .SubNavItem ul li {
  font-size: 0.875rem;
}

.Header_nav.-mobile .SubNavItem ul li a {
  display: block;
  padding: 5px 0;
}

.Footer {
  border-top: 1px solid #A40013;
  background-color: #FFFFFF;
}

.Footer .Footer_wrap {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .Footer .Footer_wrap {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Footer .Footer_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Footer .Footer_wrap {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .Footer .Footer_wrap {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .Footer {
    padding: 50px 36px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .Footer {
    padding: 85px 0 20px;
  }
}
.Footer_wrap {
  display: grid;
}

@media screen and (max-width: 1023px) {
  .Footer_wrap {
    grid-template: "footer_logo footer_lang" auto "footer_nav footer_nav" auto "footer_bnr footer_bnr" auto "footer_snav footer_snav" auto/146px auto;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_wrap {
    grid-template: "footer_logo footer_nav" auto "footer_lang footer_nav" auto "footer_bnr footer_nav" auto ". footer_snav" auto/180px auto;
  }
}
@media screen and (min-width: 1400px) {
  .Footer_wrap {
    grid-template: "footer_logo footer_nav" auto "footer_lang footer_nav" auto "footer_bnr footer_nav" auto ". footer_snav" auto/260px auto;
  }
}
.Footer_logo {
  grid-area: footer_logo;
  font-size: 12px;
  line-height: 1;
}

.Footer_logo img, .Footer_logo svg {
  width: 99.99999%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .Footer_logo {
    width: 146px;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_logo {
    width: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .Footer_logo {
    width: 200px;
  }
}
.Footer_lang {
  grid-area: footer_lang;
  display: flex;
  align-items: center;
}

.Footer_lang span {
  display: block;
  padding-right: 15px;
  font-size: 0.75rem;
}

.Footer_lang ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}

.Footer_lang ul li {
  margin-right: 5px;
  list-style: none;
}

.Footer_lang ul li a {
  text-decoration: none;
  color: #ccc;
}

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

.Footer_lang ul li.current-lang a {
  color: #000;
}

.Footer_lang ul li:not(:first-child):before {
  content: "/";
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .Footer_lang {
    flex-direction: column;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .Footer_lang {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_lang {
    justify-content: center;
    width: 160px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .Footer_lang {
    width: 200px;
  }
}
.Footer_banner {
  grid-area: footer_bnr;
}

.Footer_nav {
  grid-area: footer_nav;
}

@media screen and (min-width: 1024px) {
  .Footer_nav .NavArea {
    display: grid;
    grid-template: "fnav_main fnav_company" auto "fnav_sub fnav_company" auto/1fr 1.5fr;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .Footer_nav .NavArea {
    grid-template: "fnav_main fnav_company fnav_sub" auto/1.2fr 1.5fr 1fr;
  }
}
.Footer_nav .NavItem.-main {
  grid-area: fnav_main;
}

.Footer_nav .NavItem.-company {
  grid-area: fnav_company;
}

.Footer_nav .NavItem.-sub {
  grid-area: fnav_sub;
}

@media screen and (max-width: 1023px) {
  .Footer_nav .NavItem.-sub {
    border-bottom: 1px solid #f0f0f0;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_nav .NavItem.-sub {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .Footer_nav .NavItem.-sub {
    margin-top: 0;
  }
}
.Footer_nav .NavItem ul li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.2;
}

.Footer_nav .NavItem ul li a {
  text-decoration: none;
  transition: 0.2s opacity;
}

.Footer_nav .NavItem ul li a:hover {
  opacity: 0.6;
}

.Footer_nav .NavItem > ul > li a {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .Footer_nav .NavItem > ul li {
    border-top: 1px solid #f0f0f0;
  }

  .Footer_nav .NavItem > ul li a {
    padding: 26px 0;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_nav .NavItem > ul {
    padding-right: 20px;
  }

  .Footer_nav .NavItem > ul li:not(:first-child) {
    margin-top: 20px;
  }

  .Footer_nav .NavItem > ul li a:hover::before {
    color: #A40013;
  }
}
.Footer_nav .NavItem_sub > ul li {
  font-size: 0.875rem;
}

.Footer_nav .NavItem_sub > ul li:not(:first-child) {
  margin-top: 14px;
}

@media screen and (max-width: 1023px) {
  .Footer_nav .NavItem_sub {
    padding-bottom: 26px;
  }

  .Footer_nav .NavItem_sub ul + ul {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_nav .NavItem_sub {
    margin-top: 30px;
    display: flex;
  }

  .Footer_nav .NavItem_sub ul {
    flex: 1 1 auto;
    padding-right: 40px;
  }
}
.Footer_smallNav {
  grid-area: footer_snav;
  padding: 30px 0;
  border-top: 1px solid #F0F0F0;
}

.Footer_smallNav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Footer_smallNav ul li {
  list-style: none;
  font-size: 0.75rem;
}

.Footer_smallNav ul li a {
  color: #CCC;
  text-decoration: none;
}

.Footer_smallNav .__copyright {
  font-size: 0.75rem;
  color: #CCC;
}

@media screen and (max-width: 1023px) {
  .Footer_smallNav ul li {
    flex: 0 0 50%;
    margin-bottom: 12px;
  }

  .Footer_smallNav .__copyright {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_smallNav {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  .Footer_smallNav ul li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .Footer_smallNav ul li {
    margin-right: 40px;
  }
}
.mainContainer {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .mainContainer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .mainContainer {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.mainContainer.-btm0 {
  padding-bottom: 0 !important;
}

.Container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .Container {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Container {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .Container {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.Container.-large {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .Container.-large {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Container.-large {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Container.-large {
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .Container.-large {
    max-width: 1800px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.ContentBox {
  position: relative;
  background: #FFF;
}

.ContentBox .ContentBox-wrap {
  max-width: 680px;
}

.ContentBox h3 {
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1023px) {
  .ContentBox h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .ContentBox h3 {
    font-size: 1.5rem;
  }
}
.ContentBox h4 {
  margin-top: 40px;
  font-size: 1.125rem;
}

.ContentBox h4.-deco {
  position: relative;
  padding-bottom: 20px;
}

.ContentBox h4.-deco::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #A40013;
}

.ContentBox ol {
  margin-top: 40px;
  margin-left: 1rem;
}

.ContentBox ol li {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.ContentBox ol li:not(:first-child) {
  margin-top: 1.5rem;
}

.ContentBox .ImageBlock {
  margin-top: 40px;
}

.ContentBox .ImageBlock img, .ContentBox .ImageBlock svg {
  width: 99.99999%;
  height: auto;
}

.ContentBox .ImageBlock figcaption {
  margin-top: 10px;
  font-size: 0.75rem;
}

.ContentBox .TextBlock {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.ContentBox .TextBlock p:not(:first-child) {
  margin-top: 1rem;
}

.ContentBox .LinkBox {
  margin-top: 40px;
  font-size: 0.875rem;
}

.ContentBox .LinkBox a {
  display: flex;
  align-items: center;
  max-width: 500px;
  height: 100px;
  border: 1px solid #EEE;
  text-decoration: none;
}

.ContentBox .LinkBox a:hover .LinkBox-img {
  opacity: 0.6;
}

.ContentBox .LinkBox + .LinkBox {
  margin-top: 10px;
}

.ContentBox .LinkBox .LinkBox-img {
  flex: 0 0 35%;
  width: 35%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s all ease-out;
}

.ContentBox .LinkBox .LinkBox-text {
  flex: 1 1 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1023px) {
  .ContentBox {
    padding: 40px 36px 80px;
  }

  .ContentBox:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ContentBox {
    margin-top: 90px;
    margin-right: -50px;
    padding: 78px 50px 120px;
  }

  .ContentBox:first-child {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .ContentBox {
    margin-right: -100px;
    padding: 110px;
  }

  .ContentBox:first-child {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .ContentLinkList {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ContentLinkList {
    margin-top: 70px;
  }
}
.ContentLinkList li {
  list-style: none;
}

.ContentLinkList li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: 0.2s all ease-out;
}

.ContentLinkList li a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.ContentLinkList li a:hover {
  opacity: 0.7;
}

.ContentLinkList li a b, .ContentLinkList li a i {
  position: relative;
  z-index: 3;
}

.ContentLinkList li a b {
  color: #FFF;
}

.ContentLinkList li a i {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
}

.ContentLinkList li a i::before {
  font-size: 1.375rem;
}

@media screen and (max-width: 1023px) {
  .ContentLinkList li:not(:first-child) {
    margin-top: 10px;
  }

  .ContentLinkList li a {
    height: 180px;
  }

  .ContentLinkList li a b {
    margin-left: 36px;
    font-size: 1rem;
  }

  .ContentLinkList li a i {
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ContentLinkList li a b {
    margin-left: 20px;
    font-size: 1rem;
  }

  .ContentLinkList li a i {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ContentLinkList li:not(:first-child) {
    margin-top: 20px;
  }

  .ContentLinkList li a {
    height: 240px;
  }

  .ContentLinkList li a b {
    margin-left: 80px;
    font-size: 1.125rem;
  }

  .ContentLinkList li a i {
    margin-right: 40px;
  }
}
.LinkToPage {
  background: #FFF;
}

.LinkToPage ul {
  display: flex;
  flex-wrap: wrap;
}

.LinkToPage ul li {
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .LinkToPage ul li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .LinkToPage ul {
    flex-direction: column;
  }

  .LinkToPage ul li {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1024px) {
  .LinkToPage ul li {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1400px) {
  .LinkToPage {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.LinkToPage_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.LinkToPage_item a:hover .__thumb > div {
  transform: scale(1.06);
}

.LinkToPage_item .__thumb {
  width: 100%;
  overflow: hidden;
}

.LinkToPage_item .__thumb > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s all ease-out;
}

.LinkToPage_item b {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.LinkToPage_item b::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 22px;
  background-color: #A40013;
}

@media screen and (max-width: 1023px) {
  .LinkToPage_item {
    height: 240px;
  }

  .LinkToPage_item .__thumb {
    height: 155px;
  }

  .LinkToPage_item b {
    margin: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .LinkToPage_item {
    height: 380px;
  }

  .LinkToPage_item .__thumb {
    height: 220px;
  }

  .LinkToPage_item b {
    margin: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .LinkToPage_item {
    height: 460px;
  }

  .LinkToPage_item .__thumb {
    height: 283px;
  }
}
@media screen and (min-width: 1024px) {
  .GridContent {
    /*display: grid;*/
    /*grid-template: "grid-side grid-main" auto/326px 1fr;*/
  }
}
.GridContent_main {
  grid-area: grid-main;
}

.GridContent_side {
  grid-area: grid-side;
}

@media screen and (min-width: 1024px) {
  .GridContent_side {
    width: 326px;
  }
}
.PageContent h3 {
  font-size: 1.125rem;
  font-weight: 500;
}

.PageContent h3:not(:first-child) {
  margin-top: 40px;
}

.PageContent h4 {
  font-size: 1.125rem;
  font-weight: 500;
}

.PageContent h4:not(:first-child) {
  margin-top: 40px;
}

.PageContent p:not(:first-child) {
  margin-top: 20px;
}

.PageContent ul:not(:first-child), .PageContent ol:not(:first-child) {
  margin-top: 20px;
}

.PageContent ul li, .PageContent ol li {
  margin-left: 1em;
}

.PageContent hr {
  border: none;
  height: 1px;
  margin-top: 40px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1023px) {
  .PageContent {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .PageContent {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Page_wrap {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .Page_wrap {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Page_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Page_wrap {
    max-width: 900px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .Page_wrap {
    max-width: 1200px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .Page_wrap {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .Page_wrap {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.ToggleNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ToggleNav .HeaderNav_subArea {
  flex: 0 0 100%;
}

@media screen and (min-width: 1200px) {
  .ToggleNav {
    display: block;
  }
}
.ToggleNav_btn {
  width: 30px;
  height: 30px;
}

.ToggleNav_btn i {
  transition: 0.2s all;
}

.ToggleNav_btn.-opened i {
  transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .ToggleNav_btn {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ToggleNav_content {
    display: none;
  }
}
@font-face {
  font-family: "Akzidenz-Grotesk Next Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Akzidenz-Grotesk Next Regular"), url("../fonts/Akzidenz_Grotesk_Next_Regular.woff") format("woff");
}
@keyframes hoverText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.HomeBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.HomeBackground .HomeBackground_movie {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.HomeBackground .HomeBackground_movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.HomeBackground .HomeBackground_movie .HomeBackground_layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 100%;
  min-width: 100%;
}

.HomeBackground .HomeBackground_img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/yundanfengqing/assets/images/home_kv03.jpg");
}

@media screen and (min-width: 1024px) {
  .HomeBackground .HomeBackground_img {
    background-image: url("/wp-content/themes/yundanfengqing/assets/images/home_kv03.jpg");
  }
}
.HomeKeyVisual {
  position: relative;
  height: 100vh;
}

.HomeKeyVisual_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 288px;
  height: 121px;
}

.HomeKeyVisual_text img, .HomeKeyVisual_text svg {
  width: 99.99999%;
  height: auto;
}

.HomeConcept,
.HomeCSR,
.HomeAbout {
  position: relative;
  height: 100vh;
}

.HomeConcept {
  z-index: 1;
}

.HomeConcept_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  color: #FFF;
}

.HomeConcept_text h2 img, .HomeConcept_text h2 svg {
  width: 99.99999%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .HomeConcept_text {
    max-width: 610px;
  }

  .HomeConcept_text h2 {
    width: 280px;
  }

  .HomeConcept_text .p {
    margin-top: 40px;
  }

  .HomeConcept_text .p p {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .HomeConcept_text {
    margin-left: 36px;
    margin-right: 36px;
  }

  .HomeConcept_text h2 {
    width: 140px;
  }

  .HomeConcept_text .p {
    margin-top: 20px;
  }

  .HomeConcept_text .p p {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.8px;
  }

  .HomeConcept_text .p p br:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .HomeConcept_text {
    display: flex;
    align-items: center;
    width: 860px;
  }

  .HomeConcept_text h2 {
    flex: 0 0 240px;
    width: 240px;
  }

  .HomeConcept_text .p {
    flex: 1 1 auto;
    margin-left: 10%;
  }

  .HomeConcept_text .p p {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.8px;
  }
}
.HomeCSR {
  position: relative;
}

.HomeCSR_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.HomeCSR_img .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.HomeCSR_text {
  color: #FFF;
}

.HomeAbout_text {
  color: #FFF;
}

.HomeCSR_text,
.HomeAbout_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
  transform: translateY(-50%);
}

.HomeCSR_text h2 span,
.HomeAbout_text h2 span {
  font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
  font-size: 2rem;
  line-height: 1.3125;
}

.HomeCSR_text h2 b,
.HomeAbout_text h2 b {
  font-size: 1rem;
}

.HomeCSR_text .__btn,
.HomeAbout_text .__btn {
  width: 180px;
}

.HomeCSR_text p,
.HomeAbout_text p {
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1023px) {
  .HomeCSR_text,
  .HomeAbout_text {
    max-width: 610px;
  }

  .HomeCSR_text h2 span, .HomeCSR_text h2 b,
  .HomeAbout_text h2 span,
  .HomeAbout_text h2 b {
    display: block;
  }

  .HomeCSR_text p,
  .HomeAbout_text p {
    margin-top: 20px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.8px;
  }

  .HomeCSR_text .__btn,
  .HomeAbout_text .__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .HomeCSR_text,
  .HomeAbout_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .HomeCSR_text,
  .HomeAbout_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 780px;
  }

  .HomeCSR_text h2 b,
  .HomeAbout_text h2 b {
    margin-left: 20px;
  }

  .HomeCSR_text p,
  .HomeAbout_text p {
    margin-top: 20px;
  }

  .HomeCSR_text .__btn,
  .HomeAbout_text .__btn {
    flex: 0 0 180px;
    margin-left: 10%;
  }
}
.HomeNews {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  z-index: 5;
}

@media screen and (max-width: 1023px) {
  .HomeNews .GridContent {
    display: grid;
    grid-template: "grid-side" auto "grid-main" auto/1fr;
  }
}
@media screen and (max-width: 1023px) {
  .HomeNewsHeader {
    padding: 50px 36px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .HomeNewsHeader {
    padding: 120px 0 100px;
  }

  .HomeNewsHeader .__btn {
    width: 180px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .HomeNewsMain {
    padding: 0 36px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .HomeNewsMain {
    margin-top: -150px;
    padding: 80px 80px;
    background-color: #FFF;
  }
}
@media screen and (min-width: 1400px) {
  .HomeNewsMain {
    padding: 80px 100px;
  }
}
.HomeNews_tab ul li {
  border-bottom: 3px solid #CCC;
  line-height: 1;
  color: #ccc;
}

@media screen and (max-width: 1023px) {
  .HomeNews_tab ul li {
    flex: 1 1 auto;
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .HomeNews_tab ul li {
    padding: 20px 30px;
  }
}
.HomeNews_tab ul li[aria-selected=true] {
  border-color: #A40013;
  color: #000;
}

.HomeNewsArea_btn {
  width: 180px;
  margin: 40px auto 0;
}

.Contact {
  position: relative;
  width: 100%;
  max-width: 1360px;
}

@media screen and (max-width: 1023px) {
  .Contact {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .Contact {
    padding: 0 50px;
    min-height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1400px) {
  .Contact {
    padding: 0 100px;
  }
}
.Contact_img {
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.Contact_content {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .Contact_content {
    padding: 0 36px 60px;
  }

  .Contact_content .ContactIndex {
    margin-top: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .Contact_content {
    display: flex;
    padding: 170px 0 140px;
  }

  .Contact_content .PageHeading {
    flex: 0 0 50%;
    padding-top: 150px;
  }

  .Contact_content .ContactIndex {
    flex: 0 0 50%;
  }
}
.ContactIndexBox {
  background-color: #FFF;
}

.ContactIndexBox dl {
  margin-left: 1rem;
}

.ContactIndexBox dl div {
  border-bottom: 1px solid #F0F0F0;
}

.ContactIndexBox dl div dt {
  font-weight: 500;
  font-size: 1rem;
}

.ContactIndexBox dl div dt a {
  padding: 20px 0;
}

.ContactIndexBox dl div dd {
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .ContactIndexBox {
    padding: 24px 20px;
  }

  .ContactIndexBox:not(:first-child) {
    margin-top: 10px;
  }

  .ContactIndexBox div {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ContactIndexBox {
    padding: 30px 40px;
  }

  .ContactIndexBox:not(:first-child) {
    margin-top: 20px;
  }

  .ContactIndexBox dl div {
    padding-bottom: 40px;
  }

  .ContactIndexBox dl div dt a {
    box-sizing: content-box;
  }
}
.ContactIndexBox_link {
  font-size: 1.125rem;
}

.ContactIndexBox_link li {
  padding-left: 1em;
  list-style: none;
  border-bottom: 1px solid #F0F0F0;
}

.ContactIndexBox_link li a {
  padding: 20px 0;
}

.ContactIndexBox_link a {
  box-sizing: content-box;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .ContactIndexBox_link {
    padding-bottom: 10px;
  }

  .ContactIndexBox_link li {
    font-size: 0.875rem;
  }

  .ContactIndexBox_link a {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ContactIndexBox_link li {
    font-size: 1rem;
  }

  .ContactIndexBox_link li br {
    display: none;
  }

  .ContactIndexBox_link a {
    height: 40px;
  }
}
.ContactIndexBox_heading {
  padding-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (min-width: 1024px) {
  .ContactIndexBox_heading {
    height: 56px;
  }
}
.ContactLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.2s all;
}

.ContactLink i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000;
  transition: 0.2s all;
}

.ContactLink:hover {
  color: #666;
}

.ContactLink:hover i {
  background-color: #f0f0f0;
}

@media screen and (max-width: 1023px) {
  .ContactLink i {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .ContactLink i {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
}
.CsrHeader {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .CsrHeader {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .CsrHeader {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .CsrHeader {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .CsrHeader {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .CsrHeader {
    min-height: 160px;
    padding: 45px 36px;
  }

  .CsrHeader .CsrHeader_text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .CsrHeader {
    display: flex;
    min-height: 260px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .CsrHeader .PageHeading {
    flex: 0 0 42%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .CsrItem {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template: "csr_main csr_side" auto/65% 1fr;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .CsrItem {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .CsrItem {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .CsrItem {
    max-width: 1160px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .CsrItem {
    max-width: 1460px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .CsrItem:not(:first-child) {
    margin-top: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .CsrItem {
    grid-template: "csr_main csr_side" auto/720px 1fr;
  }
}
.CsrItem_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  .CsrItem_img {
    width: 100%;
    height: 65vw;
    min-height: 245px;
  }
}
@media screen and (min-width: 1024px) {
  .CsrItem_img {
    position: absolute;
    top: -160px;
    right: 0;
    width: 856px;
    height: 560px;
  }
}
.CsrList {
  padding-bottom: 70px;
}

@media screen and (min-width: 1024px) {
  .CsrList {
    margin-top: 240px;
    padding-bottom: 120px;
  }
}
.CsrItem_main {
  background-color: #FFF;
}

.CsrItem_main h3 {
  position: relative;
  font-weight: 500;
}

.CsrItem_main h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  background-color: #a40013;
}

.CsrItem_main .LinkButton {
  width: 220px;
  margin-top: 30px;
}

.CsrItem_main .__icon ul {
  display: flex;
  align-items: center;
}

.CsrItem_main .__icon ul li {
  margin-right: 10px;
  list-style: none;
}

.CsrItem_main .__materials h4 {
  font-size: 1.125rem;
  font-weight: 500;
}

.CsrItem_main .__materials ul {
  display: flex;
  flex-wrap: wrap;
}

.CsrItem_main .__materials ul li {
  margin-top: 20px;
  margin-right: 20px;
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .CsrItem_main {
    padding: 40px 60px 50px;
  }

  .CsrItem_main h3 {
    padding-bottom: 30px;
  }

  .CsrItem_main h3::after {
    height: 2px;
  }

  .CsrItem_main p {
    margin-top: 26px;
  }

  .CsrItem_main .__icon {
    margin-top: 36px;
  }

  .CsrItem_main .__icon ul li {
    width: 42px;
    height: 42px;
  }

  .CsrItem_main .__materials {
    margin-top: 60px;
  }

  .CsrItem_main .__materials ul {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .CsrItem_main {
    padding: 40px 36px 50px;
  }

  .CsrItem_main .__materials ul {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .CsrItem_main {
    position: relative;
    z-index: 2;
    padding: 100px 80px;
    grid-area: csr_main;
  }

  .CsrItem_main h3 {
    padding-bottom: 30px;
    font-size: 1.5rem;
  }

  .CsrItem_main h3::after {
    height: 3px;
  }

  .CsrItem_main p {
    margin-top: 40px;
  }

  .CsrItem_main .__icon {
    margin-top: 46px;
  }

  .CsrItem_main .__icon ul li {
    width: 70px;
    height: 70px;
  }

  .CsrItem_main .__materials {
    margin-top: 78px;
  }

  .CsrItem_main .__materials ul {
    margin-top: 20px;
  }

  .CsrItem_main .__materials ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .CsrItem_main {
    padding: 120px 100px;
  }
}
.CsrItem_side ul li {
  border-top: 1px solid #f0f0f0;
  font-size: 0.875rem;
  list-style: none;
}

.CsrItem_side ul li a {
  display: flex;
  align-items: center;
  min-height: 77px;
  padding: 6px 0;
  text-decoration: none;
}

.CsrItem_side ul li a i {
  display: inline-block;
  margin-right: 15px;
  font-size: 0.625rem;
  transform: scale(0.7);
  color: #A40013;
}

.CsrItem_side ul li a .__logo {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 10px;
}

@media screen and (max-width: 1023px) {
  .CsrItem_side {
    padding: 40px 60px 50px;
  }

  .CsrItem_side ul li a i {
    margin-right: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .CsrItem_side {
    padding: 40px 36px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .CsrItem_side {
    grid-area: csr_side;
    margin-top: 440px;
    padding-bottom: 100px;
  }

  .CsrItem_side ul {
    max-width: 346px;
    width: 80%;
    margin: 0 auto;
  }

  .CsrItem_side ul li a i {
    margin-right: 10px;
  }
}
.ContactPage_content {
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .ContactPage_content {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ContactPage_content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ContactPage_content {
    max-width: 800px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .ContactPage_content {
    max-width: 1100px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .ContactPage_content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.product_select .category h4,
.product_select .image h4 {
  font-size: 1rem;
  color: #525252;
}

@media screen and (max-width: 1023px) {
  .product_select {
    padding: 33px 0 50px;
  }

  .product_select .category,
  .product_select .image {
    display: flex;
  }

  .product_select .category:not(:first-child),
  .product_select .image:not(:first-child) {
    margin-top: 40px;
  }

  .product_select .category h4,
  .product_select .image h4 {
    flex: 0 0 120px;
  }

  .product_select .category .items,
  .product_select .image .items {
    flex: 1 1 auto;
  }

  .product_select .category .item:not(:first-child),
  .product_select .image .item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .product_select {
    padding: 40px 50px 70px;
  }

  .product_select .category:not(:first-child),
  .product_select .image:not(:first-child) {
    margin-top: 50px;
  }

  .product_select .category .items,
  .product_select .image .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .product_select .category .items .item,
  .product_select .image .items .item {
    flex: 0 0 33%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .product_textarea {
    padding: 20px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .product_textarea {
    padding: 40px 50px 70px;
  }
}
.FormContent input[type=text],
.FormContent input[type=email] {
  width: 100%;
  padding: 6px 20px;
  border: 1px solid #CCC;
}

.FormContent textarea {
  width: 100%;
  height: 146px;
  padding: 10px 20px;
  border: 1px solid #707070;
}

@media screen and (max-width: 1023px) {
  .FormContent {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .FormContent {
    padding: 120px 20px;
  }

  .FormContent textarea {
    margin-top: 20px;
  }
}
.FormContent_inquiry {
  font-size: 0.8125rem;
  color: #bb0029;
  text-align: right;
}

.FormContent_inquiry b {
  font-weight: bold;
}

.FormContent_text {
  font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
  .FormContent_text {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .FormContent_text {
    padding-bottom: 30px;
  }
}
.checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.checkbox label,
.checkbox .mwform-checkbox-field-text {
  margin-left: 18px;
}

.checkbox label::before,
.checkbox .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #CCC;
  background-color: #FFF;
}

.checkbox label::after,
.checkbox .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 9px;
  left: 7px;
  z-index: 2;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox.-square label::before,
.checkbox.-square .mwform-checkbox-field-text::before {
  border-radius: 0;
}

.checkbox input {
  opacity: 0;
}

.checkbox input:checked + label::before, .checkbox input:checked + .mwform-checkbox-field-text::before {
  background-color: #A40013;
  border-color: #A40013;
}

.checkbox input:checked + label:after, .checkbox input:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.Submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.Submit input {
  max-width: 300px;
  margin: 0 5px;
}

.Submit input.__back {
  color: #aaa;
  border-color: #eee;
  background: #eee;
  height: 50px;
}

@media screen and (max-width: 1023px) {
  .Submit {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .Submit {
    margin-top: 60px;
  }
}
.BackPage {
  font-size: 0.875rem;
  text-align: center;
}

.BackPage a, .BackPage button {
  transition: 0.2s opacity ease-out;
  text-decoration: underline;
}

.BackPage a:hover, .BackPage button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1023px) {
  .BackPage {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .BackPage {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .FormItem:not(:first-child) {
    margin-top: 40px;
  }

  .FormItem:not(:first-child).-basic {
    margin-top: 20px;
  }

  .FormItem:not(.-clm1) .FormItem_label {
    display: flex;
    align-items: center;
  }

  .FormItem:not(.-clm1) .FormItem_label b:not(.required) {
    display: none;
  }

  .FormItem:not(.-clm1) .FormItem_form {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .FormItem:not(.-clm1) {
    display: grid;
    grid-template: "item_label item_form" auto/240px 1fr;
    grid-column-gap: 20px;
  }

  .FormItem:not(:first-child) {
    margin-top: 70px;
  }

  .FormItem:not(:first-child).-basic {
    margin-top: 20px;
  }
}
.required_text {
  font-size: 0.875rem;
  color: #A40013;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .FormItem_label {
    grid-area: item_label;
    display: flex;
  }
}
.FormItem_label b.required_en {
  flex: 0 0 1em;
  font-size: 0.875rem;
  margin-right: 5px;
  color: #A40013;
  font-weight: bold;
}

.FormItem_label b.required {
  flex: 0 0 44px;
  width: 44px;
  margin-right: 10px;
}

.FormItem_label b.required.required {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #f0f0f0;
}

.FormItem_label span {
  font-weight: 500;
}

.FormItem_form.-clm3 {
  display: flex;
  flex-wrap: wrap;
}

.FormItem_form .error {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #BB0029;
}

@media screen and (max-width: 1023px) {
  .FormItem_form {
    margin-top: 25px;
  }

  .FormItem_form.-clm3 > div {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .FormItem_form {
    grid-area: item_form;
  }

  .-clm1 .FormItem_form {
    margin-top: 20px;
  }

  .FormItem_form.-clm3 > div {
    flex: 0 0 33%;
    margin-bottom: 20px;
  }
}
.ContactPrivacy dt {
  font-size: 1rem;
  font-weight: 500;
}

.ContactPrivacy dd {
  margin-top: 20px;
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .ContactPrivacy {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ContactPrivacy {
    margin-top: 70px;
  }

  .ContactPrivacy dt {
    text-align: center;
  }
}
.mw_wp_form_confirm .ContactPrivacy {
  display: none;
}

.ContactAgreement {
  background-color: #FAFAFA;
}

@media screen and (max-width: 1023px) {
  .ContactAgreement {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ContactAgreement {
    margin-top: 26px;
    padding: 30px 50px;
    text-align: center;
  }

  .ContactAgreement .checkbox {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .ContactAgreement {
    padding: 30px 80px;
  }
}
.mw_wp_form_confirm .ContactAgreement {
  display: none;
}

.ConfirmGroup {
  border-bottom: 1px solid #CCC;
}

.ConfirmGroup:not(:first-child) {
  margin-top: 70px;
}

.ConfirmGroup_header {
  border-bottom: 1px solid #CCC;
}

.ConfirmGroup_header .LinkButton {
  width: 120px;
}

@media screen and (max-width: 1023px) {
  .ConfirmGroup_header {
    padding-bottom: 20px;
  }

  .ConfirmGroup_header h3 {
    font-size: 1.125rem;
  }

  .ConfirmGroup_header .LinkButton {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ConfirmGroup_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
  }

  .ConfirmGroup_header h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .ConfirmGroup_content {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .ConfirmGroup_content {
    padding: 40px 20px;
  }
}
.Confirm_select:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.Confirm_select dt {
  font-size: 1.125rem;
}

.Confirm_select dd {
  margin-top: 15px;
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .Confirm_select {
    padding-bottom: 20px;
  }

  .Confirm_select:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .Confirm_select {
    padding-bottom: 40px;
  }

  .Confirm_select:not(:first-child) {
    margin-top: 40px;
  }
}
.Confirm_base:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.Confirm_base dt {
  font-size: 1rem;
  color: #CCC;
}

.Confirm_base dd {
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .Confirm_base {
    padding-bottom: 20px;
  }

  .Confirm_base:not(:first-child) {
    margin-top: 20px;
  }

  .Confirm_base dd {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .Confirm_base {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .Confirm_base:not(:first-child) {
    margin-top: 40px;
  }

  .Confirm_base dt {
    flex: 0 0 220px;
  }
}
.ThankyouMessage_heading {
  font-size: 1.5rem;
  text-align: center;
}

.ThankyouMessage_text p:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .ThankyouMessage_text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ThankyouMessage_text {
    margin-top: 40px;
  }
}
.fade-enter {
  opacity: 0;
  z-index: 1;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in;
}

.Company {
  position: relative;
  background-color: #FAFAFA;
}

.Company::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100svh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .Company::after {
    height: 100vw;
    background-image: url("../images/home_kv03.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .Company::after {
    height: calc(100vh - 100px);
    max-height: 640px;
    background-image: url("../images/home_kv03.jpg");
  }
}
@media screen and (max-width: 1023px) {
  .Company {
    padding-bottom: 70px;
  }

  .Company .PageHeader {
    height: 400px;
  }

  .Company .PageHeader .PageHeading {
    top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .Company {
    padding-bottom: 120px;
  }

  .Company .PageHeader {
    height: calc(100vh - 100px);
    max-height: 680px;
  }

  .Company .PageHeader .PageHeading {
    top: 50%;
  }
}
.CompanyInformation {
  position: relative;
  background: #FFF;
}

@media screen and (max-width: 1023px) {
  .CompanyInformation {
    margin-top: 40px;
    padding: 40px 36px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyInformation {
    margin-top: 90px;
    margin-right: -50px;
    padding: 78px 80px 90px;
  }
}
@media screen and (min-width: 1400px) {
  .CompanyInformation {
    margin-right: -100px;
    padding: 78px 92px 120px;
  }
}
.CompanyContent {
  position: relative;
}

.CompanyContent.-white {
  background: #FFF;
}

@media screen and (max-width: 1023px) {
  .CompanyContent {
    padding-top: 40px;
  }

  .CompanyContent .PageHeading {
    margin: 0 36px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyContent {
    padding-top: 90px;
  }
}
.informationPR dl dt {
  font-size: 1.5rem;
  color: #A40013;
  line-height: 1.4166666667;
}

.informationPR dl dd {
  margin-top: 8px;
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .informationPR {
    margin-top: 40px;
  }

  .informationPR dl div:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .informationPR {
    margin-top: 70px;
  }

  .informationPR dl div:not(:first-child) {
    margin-top: 40px;
  }
}
.informationData dl div {
  border-bottom: 1px solid #F0F0F0;
}

.informationData dl dt {
  font-size: 1rem;
  line-height: 1;
}

.informationData dl dd {
  font-size: 0.875rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .informationData {
    margin: 50px 15px 0;
  }

  .informationData dl div {
    padding: 15px 0;
  }

  .informationData dl div dd {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .informationData {
    margin: 55px 20px 0;
  }

  .informationData dl div {
    display: flex;
    padding: 25px 0;
  }

  .informationData dl dt {
    flex: 0 0 12em;
  }
}
.CompanyContent_box {
  background-color: #FFF;
}

.CompanyContent_box h4 {
  position: relative;
}

.CompanyContent_box h4 b, .CompanyContent_box h4 span {
  display: block;
}

.CompanyContent_box h4 b {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.CompanyContent_box h4 span {
  font-size: 1rem;
  line-height: 1.625;
}

.CompanyContent_box p:not(:first-child) {
  margin-top: 40px;
}

.CompanyContent_box ul, .CompanyContent_box ol {
  margin-top: 40px;
}

.CompanyContent_box ul li, .CompanyContent_box ol li {
  margin-left: 1.5em;
}

.CompanyContent_box ul li:not(:first-child), .CompanyContent_box ol li:not(:first-child) {
  margin-top: 1em;
}

.CompanyContent_box .__text h4 {
  position: relative;
  padding-bottom: 20px;
}

.CompanyContent_box .__text h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #A40013;
}

.CompanyContent_box .__text p:not(:first-child) {
  margin-top: 20px;
}

.CompanyContent_box .__btn {
  width: 220px;
  margin-left: 20px;
}

.CompanyContent_box .__btn .LinkButton + .LinkButton {
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .CompanyContent_box {
    margin-top: 20px;
    padding: 30px 36px;
  }

  .CompanyContent_box .__btn {
    max-width: 220px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .CompanyContent_box .__btn {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyContent_box {
    margin-top: 20px;
    padding: 46px 50px;
  }

  .PageHeading + .CompanyContent_box {
    margin-top: 40px;
  }

  .CompanyContent_box.-clm2 {
    display: flex;
    align-items: center;
  }

  .CompanyContent_box .__text {
    flex: 1 1 auto;
  }

  .CompanyContent_box .__btn {
    flex: 0 0 220px;
    align-self: center;
    width: 220px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .CompanyContent_box {
    padding: 46px 90px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyMessage {
    margin-right: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .CompanyMessage {
    margin-right: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyMessage_content .Btn_open,
  .CompanyMessage_content .Btn_close {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .CompanyMessage_content .__text {
    position: relative;
    overflow: hidden;
    transition: 0.3s height ease-out;
    height: 160px;
    padding-bottom: 30px;
  }

  .CompanyMessage_content .__text.-opened {
    height: auto;
  }

  .CompanyMessage_content .__text:not(.-opened):after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 5;
    content: "";
    display: block;
    width: 100%;
    background: #fafafa;
    background: linear-gradient(0deg, #fafafa 2%, rgba(250, 250, 250, 0.7301295518) 60%, rgba(250, 250, 250, 0) 98%);
  }
}
.CompanyMessage_content,
.CompanyVoice_content,
.CompanyCSR_content {
  background-color: #FFF;
}

.CompanyMessage_content .__text h3,
.CompanyVoice_content .__text h3,
.CompanyCSR_content .__text h3 {
  position: relative;
  font-size: 24px;
  padding-bottom: 20px;
}

.CompanyMessage_content .__text h3 span, .CompanyMessage_content .__text h3 b,
.CompanyVoice_content .__text h3 span,
.CompanyVoice_content .__text h3 b,
.CompanyCSR_content .__text h3 span,
.CompanyCSR_content .__text h3 b {
  display: block;
}

.CompanyMessage_content .__text h3 span,
.CompanyVoice_content .__text h3 span,
.CompanyCSR_content .__text h3 span {
  font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
  font-size: 2rem;
  line-height: 1.3125;
}

.CompanyMessage_content .__text h3 b,
.CompanyVoice_content .__text h3 b,
.CompanyCSR_content .__text h3 b {
  font-size: 1rem;
}

.CompanyMessage_content .__text h3::after,
.CompanyVoice_content .__text h3::after,
.CompanyCSR_content .__text h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #A40013;
}

.CompanyMessage_content .__text h4,
.CompanyVoice_content .__text h4,
.CompanyCSR_content .__text h4 {
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}

.CompanyMessage_content .__text h4::after,
.CompanyVoice_content .__text h4::after,
.CompanyCSR_content .__text h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #A40013;
}

.CompanyMessage_content .__text p,
.CompanyVoice_content .__text p,
.CompanyCSR_content .__text p {
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .CompanyMessage_content,
  .CompanyVoice_content,
  .CompanyCSR_content {
    padding: 40px 36px 60px;
  }

  .CompanyMessage_content .__text:not(:first-child),
  .CompanyVoice_content .__text:not(:first-child),
  .CompanyCSR_content .__text:not(:first-child) {
    margin-top: 40px;
  }

  .CompanyMessage_content .__btn,
  .CompanyVoice_content .__btn,
  .CompanyCSR_content .__btn {
    margin-top: 30px;
    width: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyMessage_content,
  .CompanyVoice_content,
  .CompanyCSR_content {
    margin-top: -130px;
    margin-left: 50px;
    padding: 78px 80px 120px;
  }

  .CompanyMessage_content .__text:not(:first-child),
  .CompanyVoice_content .__text:not(:first-child),
  .CompanyCSR_content .__text:not(:first-child) {
    margin-top: 50px;
  }

  .CompanyMessage_content .__btn,
  .CompanyVoice_content .__btn,
  .CompanyCSR_content .__btn {
    margin-top: 30px;
    width: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .CompanyMessage_content,
  .CompanyVoice_content,
  .CompanyCSR_content {
    margin-left: 100px;
    padding: 120px 140px;
  }
}
.CompanyMessage_img,
.CompanyVoice_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .CompanyMessage_img,
  .CompanyVoice_img {
    height: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyMessage_img,
  .CompanyVoice_img {
    max-width: 1223px;
    height: 560px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .CompanyCSR_content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyCSR_content {
    margin-top: 80px;
    margin-left: 0;
    padding: 78px 80px 120px;
  }
}
.CompanyVoice {
  max-width: 1360px;
}

@media screen and (max-width: 1023px) {
  .CompanyVoice {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyVoice {
    margin-top: 120px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .CompanyVoice {
    margin-right: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyVoice_content {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyInitiatives {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .CompanyContent.-history {
    margin-top: 40px;
    padding: 40px 36px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyContent.-history {
    margin-top: 90px;
    margin-right: -50px;
    padding: 78px 80px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .CompanyHistory {
    margin: 40px 16px 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyHistory {
    margin-top: 50px;
  }
}
.CompanyMessage .Btn_open,
.CompanyMessage .Btn_close,
.CompanyHistory .Btn_open,
.CompanyHistory .Btn_close {
  border-top: 1px solid #A40013;
  height: 60px;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.CompanyMessage .Btn_open[aria-selected=true],
.CompanyMessage .Btn_close[aria-selected=true],
.CompanyHistory .Btn_open[aria-selected=true],
.CompanyHistory .Btn_close[aria-selected=true] {
  display: none;
}

.CompanyMessage .Btn_open i,
.CompanyMessage .Btn_close i,
.CompanyHistory .Btn_open i,
.CompanyHistory .Btn_close i {
  display: block;
  font-size: 0.75rem;
  color: #A40013;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .CompanyMessage .Btn_open,
  .CompanyMessage .Btn_close,
  .CompanyHistory .Btn_open,
  .CompanyHistory .Btn_close {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyMessage .Btn_open,
  .CompanyMessage .Btn_close,
  .CompanyHistory .Btn_open,
  .CompanyHistory .Btn_close {
    width: 100%;
  }

  .CompanyMessage .Btn_open:hover,
  .CompanyMessage .Btn_close:hover,
  .CompanyHistory .Btn_open:hover,
  .CompanyHistory .Btn_close:hover {
    background-color: #e0e0e0;
  }
}
.CompanyMessage .Btn_open i,
.CompanyHistory .Btn_open i {
  margin-top: 10px;
}

.CompanyMessage .Btn_close i,
.CompanyHistory .Btn_close i {
  margin-bottom: 10px;
}

.CompanyHistory_wrap {
  position: relative;
  overflow: hidden;
  transition: 0.3s height ease-out;
}

@media screen and (max-width: 1023px) {
  .CompanyHistory_wrap {
    height: 280px;
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyHistory_wrap {
    height: 320px;
  }
}
.CompanyHistory_wrap.-opened {
  height: auto;
}

.CompanyHistory_wrap:not(.-opened):after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  background: #fafafa;
  background: linear-gradient(0deg, white 2%, rgba(255, 255, 255, 0.7301295518) 60%, rgba(255, 255, 255, 0) 98%);
}

@media screen and (max-width: 1023px) {
  .CompanyHistory_wrap:not(.-opened):after {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .CompanyHistory_wrap:not(.-opened):after {
    height: 200px;
  }
}
.HistoryItem {
  display: grid;
}

.HistoryItem:first-child .HistoryItem_dot::before {
  top: 30px;
}

@media screen and (max-width: 1023px) {
  .HistoryItem {
    grid-template: " history_dot history_year" auto " history_dot history_text" auto/60px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .HistoryItem {
    grid-template: " history_dot history_year" auto " history_dot history_text" auto/40px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .HistoryItem {
    grid-template: "history_year history_dot history_text" auto/auto 92px 1fr;
  }
}
.HistoryItem_year {
  grid-area: history_year;
  line-height: 1;
  font-size: 1.5rem;
}

.HistoryItem_year em {
  display: inline-block;
  border-bottom: 4px solid #A40013;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: normal;
}

.HistoryItem_year span {
  margin-left: 4px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
  .HistoryItem_year {
    padding: 20px 40px 0;
    background-color: #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .HistoryItem_year {
    padding-top: 20px;
  }
}
.HistoryItem_dot {
  position: relative;
  grid-area: history_dot;
}

.HistoryItem_dot i {
  position: relative;
  z-index: 2;
  display: block;
  width: 15px;
  height: 15px;
  margin: 30px auto 0;
  background-color: #A40013;
  border-radius: 50%;
}

.HistoryItem_dot::before {
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #CCC;
}

@media screen and (max-width: 1023px) {
  .HistoryItem_dot::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .HistoryItem_dot::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.HistoryItem_text {
  grid-area: history_text;
}

.HistoryItem_text b {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
}

.HistoryItem_text b a {
  text-decoration: none;
}

.HistoryItem_text b a::before {
  display: inline-block;
  content: "▶︎";
  color: #A40013;
  margin-right: 8px;
  font-size: 0.625rem;
  transform: scale(0.7);
  transition: 0.2s color;
}

@media screen and (max-width: 1023px) {
  .HistoryItem_text {
    margin-bottom: 20px;
    padding: 10px 40px 30px;
    background-color: #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .HistoryItem_text div {
    background: #FAFAFA;
    margin: 0 0 20px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .MaterialArchives .Container {
    margin-left: 36px;
    margin-right: 36px;
  }
}
.MaterialArchives_header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .MaterialArchives_header {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .MaterialArchives_header {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialArchives_header {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .MaterialArchives_header {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .MaterialArchives_header {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .MaterialArchives_header {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialArchives_header {
    height: 250px;
  }
}
.MaterialsSort {
  margin: 0 0 0;
}

@media screen and (min-width: 1024px) {
  .MaterialsSort form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.MaterialsSort .MaterialsSort_select {
  position: relative;
  flex: 0 0 260px;
  width: 260px;
  margin-right: 10px;
  border: 1px solid #707070;
}

.MaterialsSort .MaterialsSort_select::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  content: "▼";
  display: block;
  font-size: 0.625rem;
  transform: scale(0.7);
}

@media screen and (max-width: 1023px) {
  .MaterialsSort .MaterialsSort_select {
    max-width: 350px;
    width: 100%;
  }

  .MaterialsSort .MaterialsSort_select:not(:first-child) {
    margin-top: 10px;
  }
}
.MaterialsSort .MaterialsSort_select select {
  width: 100%;
  padding: 10px 30px 10px 20px;
  font-size: 0.875rem;
}

.MaterialsSort .MaterialsSort_select select option:first-child {
  color: #CCCCCC;
}

.MaterialsSort_btn {
  width: 140px;
}

@media screen and (max-width: 1023px) {
  .MaterialsSort_btn {
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
  }
}
.MaterialsList ul {
  display: flex;
  flex-wrap: wrap;
}

.MaterialsList ul li {
  list-style: none;
  margin-bottom: 20px;
  padding-right: 20px;
}

.MaterialsList ul li a {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .MaterialsList ul {
    margin-top: 40px;
  }

  .MaterialsList ul li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .MaterialsList ul li {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialsList ul {
    margin-top: 110px;
  }

  .MaterialsList ul li {
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 1400px) {
  .MaterialsList ul li {
    flex: 0 0 25%;
  }
}
.MaterialsListItem a {
  display: flex;
  text-decoration: none;
  transition: 0.2s opacity ease-out;
}

.MaterialsListItem a:hover {
  opacity: 0.6;
}

.MaterialsListItem .__thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.MaterialsListItem .__name {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.MaterialsListItem .__name h2 span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}

.MaterialsListItem .__name h2 b {
  display: block;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .MaterialsListItem .__thumb {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .MaterialsListItem {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialsListItem .__thumb {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
  }
}
.MaterialsListItem {
  padding-right: 20px;
}

.MaterialDetail .PageMv_img {
  max-height: 400px;
}

.MaterialBox {
  background-color: #FFF;
}

@media screen and (max-width: 1023px) {
  .MaterialBox {
    padding: 40px 36px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialBox {
    margin-top: -150px;
    padding: 50px 50px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .MaterialBox {
    padding: 50px 90px;
  }
}
.MaterialBox_header {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #F0F0F0;
}

.MaterialBox_header .__thumb {
  grid-area: mh_thumb;
  border-radius: 50%;
  overflow: hidden;
}

.MaterialBox_header .__name {
  grid-area: mh_name;
  display: flex;
  align-items: center;
}

.MaterialBox_header .__name h2 span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.MaterialBox_header .__name h2 b {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.MaterialBox_header .__scientificName {
  grid-area: mh_sname;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .MaterialBox_header {
    grid-template: "mh_thumb mh_name" auto "mh_sname mh_sname" auto/70px 1fr;
    padding-bottom: 30px;
  }

  .MaterialBox_header .__thumb {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialBox_header {
    grid-template: "mh_thumb mh_name" auto "mh_thumb mh_sname" auto/100px 1fr;
    padding-bottom: 40px;
  }

  .MaterialBox_header .__thumb {
    width: 100px;
    height: 100px;
  }
}
.MaterialBox_text b {
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .MaterialBox_text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialBox_text {
    margin-top: 50px;
  }
}
.MaterialBox_genre {
  margin-top: 40px;
}

.MaterialBox_genre dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.MaterialBox_genre dl dt {
  font-size: 1.125rem;
  font-weight: 500;
}

.MaterialBox_genre dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #F0F0F0;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 20px;
}

@media screen and (min-width: 1200px) {
  .MaterialBox_genre dl dd {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .MaterialBox_genre dl dt {
    width: 100%;
    margin-bottom: 20px;
  }

  .MaterialBox_genre dl dd {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialBox_genre dl dt {
    width: 100%;
  }

  .MaterialBox_genre dl dd {
    margin-top: 18px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  .MaterialBox_genre dl dt {
    width: auto;
    margin-right: 30px;
  }

  .MaterialBox_genre dl dd {
    margin-top: 0;
  }
}
.MaterialMenu ul li {
  list-style: none;
  font-size: 0.875rem;
}

.MaterialMenu .AccordionBox {
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 1023px) {
  .MaterialMenu {
    padding: 40px 36px 68px;
    background-color: #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialMenu {
    padding: 80px 0;
    margin-right: 40px;
  }
}
.MaterialMenu_cat {
  position: relative;
  padding: 20px 10px 20px 0;
}

.MaterialMenu_cat i {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  font-size: 10px;
  color: #CCC;
  transition: 0.2s all ease-out;
}

.MaterialMenu_cat[aria-selected=false]:hover i {
  color: #A40013;
}

.MaterialMenu_cat[aria-selected=true] i {
  color: #A40013;
  transform: rotate(180deg);
}

.MaterialMenu_list {
  border-top: 1px dotted #CCC;
  padding-bottom: 10px;
}

.MaterialMenu_list li a {
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.MaterialMenu_list li a i {
  margin-right: 10px;
  font-size: 10px;
  color: #f0f0f0;
  transition: 0.2s all ease-out;
}

.MaterialMenu_list li a i.bxs-circle {
  transform: scale(0.8);
}

.MaterialMenu_list li a:hover i {
  color: #A40013;
}

.MaterialMenu_list li a.-current i {
  color: #A40013;
}

.MaterialBox_csr {
  max-width: 710px;
}

.MaterialBox_csr h3 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .MaterialBox_csr {
    margin: 50px 36px 0;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialBox_csr {
    margin: 80px auto 0;
  }
}
.MatCsrBox {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .MatCsrBox {
    display: flex;
  }
}
.MatCsrBox_img {
  max-width: 346px;
  margin: 0 auto;
}

.MatCsrBox_img img, .MatCsrBox_img svg {
  width: 99.99999%;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .MatCsrBox_img:not(.-single) {
    flex: 0 0 45%;
    margin-right: 20px;
  }
}
.MatCsrBox_text {
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .MatCsrBox_text {
    flex: 1 1 auto;
    margin-top: 0;
  }
}
.MatCsrBox_btn {
  width: 180px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .-single .MatCsrBox_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.MaterialContact {
  max-width: 530px;
}

@media screen and (max-width: 1023px) {
  .MaterialContact {
    margin: 59px 36px 0;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialContact {
    margin: 65px auto 0;
  }
}
.MaterialBox_fnc {
  max-width: 800px;
}

@media screen and (max-width: 1023px) {
  .MaterialBox_fnc {
    margin: 70px 36px 0;
  }
}
@media screen and (min-width: 1024px) {
  .MaterialBox_fnc {
    margin: 90px auto 0;
  }
}
.FncBoxSet {
  display: flex;
  justify-content: space-between;
}

.FncBoxSet .FncBox {
  flex: 0 48%;
}

@media screen and (max-width: 1023px) {
  .FncBoxSet:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .FncBoxSet {
    display: block;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .FncBoxSet .FncBox {
    width: 100%;
  }

  .FncBoxSet .FncBox .FncBox_img {
    max-width: 346px;
  }
}
@media screen and (min-width: 1024px) {
  .FncBoxSet:not(:first-child) {
    margin-top: 60px;
  }
}
.FncBox h3 {
  font-size: 1.125rem;
}

.FncBox p {
  margin-top: 20px;
}

.FncBox .FncBox_img img, .FncBox .FncBox_img svg {
  width: 99.99999%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .FncBox .FncBox_img {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .FncBox .FncBox_img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .FncBox + .FncBox {
    margin-top: 30px;
  }
}
.Network_header {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .Network_header {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Network_header {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Network_header {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .Network_header {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .Network_header {
    height: 160px;
    padding: 0 36px;
  }
}
@media screen and (min-width: 1024px) {
  .Network_header {
    height: 260px;
  }
}
.NetworkList h3 {
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .NetworkList {
    margin-top: 40px;
  }

  .NetworkList:first-child {
    margin-top: 60px;
  }

  .NetworkList h3 {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkList {
    margin-top: 80px;
  }

  .NetworkList:first-child {
    margin-top: 130px;
  }
}
.NetworkList_list {
  background-color: #FFF;
}

@media screen and (max-width: 1023px) {
  .NetworkList_list {
    margin-top: 40px;
    padding: 40px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkList_list {
    margin-top: 40px;
    padding: 16px 92px 40px;
  }
}
.NetworkItem:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 1023px) {
  .NetworkItem {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkItem {
    display: grid;
    grid-template: "network_name network_data" auto/40% 1fr;
    grid-column-gap: 30px;
    padding: 30px 0;
  }
}
.NetworkItem_name b {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}

.NetworkItem_name h4 {
  margin-top: 6px;
  font-size: 1.125rem;
}

.NetworkItem_name .__link {
  font-size: 0.875rem;
  line-height: 1;
}

.NetworkItem_name .__link a {
  text-decoration: none;
  transition: 0.2s opacity ease-out;
}

.NetworkItem_name .__link a:hover {
  opacity: 0.6;
}

.NetworkItem_name .__link a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.625rem;
  transform: scale(0.7);
  transition: 0.2s color;
  color: #A40013;
}

@media screen and (max-width: 1023px) {
  .NetworkItem_name .__link {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkItem_name .__link {
    margin-top: 20px;
  }
}
.NetworkItem_name .NetworkCategory {
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .NetworkItem_name {
    padding-bottom: 20px;
    border-bottom: 1px dotted #f0f0f0;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkItem_name {
    grid-area: network_name;
  }
}
.NetworkItem_data dl div, .Network_data dl div {
  font-size: 0.875rem;
}

.NetworkItem_data dl div dt, .Network_data dl div dt {
  color: #CCC;
}

.NetworkItem_data dl div dd, .Network_data dl div dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.NetworkItem_data dl div dd a, .Network_data dl div dd a {
  display: block;
  text-decoration: none;
  transition: 0.2s opacity ease-out;
}

.NetworkItem_data dl div dd a:hover, .Network_data dl div dd a:hover {
  opacity: 0.6;
}

.NetworkItem_data dl div dd a i, .Network_data dl div dd a i {
  color: #A40013;
}

@media screen and (max-width: 1023px) {
  .NetworkItem_data, .Network_data {
    padding-top: 20px;
  }

  .NetworkItem_data dl div:not(:first-child), .Network_data dl div:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkItem_data, .Network_data {
    grid-area: network_data;
  }

  .NetworkItem_data dl div, .Network_data dl div {
    display: flex;
    margin-top: 8px;
  }

  .NetworkItem_data dl div dt, .Network_data dl div dt {
    flex: 0 0 5em;
  }
}
.NetworkCategory {
  display: flex;
}

.NetworkCategory li {
  padding: 3px 10px;
  font-size: 0.75rem;
  line-height: 1;
  list-style: none;
  background-color: #F0F0F0;
}

.NetworkCategory li:not(:first-child) {
  margin-left: 10px;
}

.NetworkLocalNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.NetworkLocalNav ul li {
  margin: 0 5px;
  list-style: none;
}

.NetworkLocalNav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #222;
  text-decoration: none;
}

.NetworkMaps {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .NetworkMaps {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .NetworkMaps {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkMaps {
    max-width: 1260px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .NetworkMaps {
    max-width: 1560px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.NetworkMaps > div {
  flex: 0 0 49%;
}

.NetworkMaps canvas {
  width: 100%;
  height: auto;
}

.MobileMap_tab ul li {
  flex: 1 1 50%;
  height: 58px;
  font-size: 0.8125rem;
  background-color: #F0F0F0;
}

.MobileMap_tab ul li[aria-selected=true] {
  background-color: #fff;
}

.MobileMap_tab ul li[aria-selected=false] {
  color: #ccc;
}

.MobileMap_item {
  height: 100vw;
  max-height: 450px;
  background-color: #FFF;
}

.MobileMap_item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .Network .PageMv_img {
    height: 210px;
  }
}
.NetworkTopContent {
  background-color: #FFF;
}

.NetworkTopContent h2 {
  padding-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 1023px) {
  .NetworkTopContent {
    padding: 40px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkTopContent {
    width: 870px;
    height: 400px;
    margin-top: -200px;
    padding: 78px 550px 78px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .NetworkTopContent {
    padding: 78px 400px 78px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .Network_data {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .Network_data {
    margin-top: 30px;
  }
}
.NetworkGmap p {
  margin-top: 10px;
  font-size: 0.875rem;
}

.NetworkGmap p a {
  text-decoration: none;
  color: #000;
  transition: 0.2s opacity ease-out;
}

.NetworkGmap p a:hover {
  opacity: 0.6;
}

.NetworkGmap p a::before {
  content: "▶︎︎";
  display: inline-block;
  margin-right: 6px;
  font-size: 0.625rem;
  transform: scale(0.7);
  transition: 0.2s color;
  color: #A40013;
}

@media screen and (max-width: 1023px) {
  .NetworkGmap {
    width: 100%;
    height: 290px;
  }

  .NetworkGmap .acf-map {
    height: 260px;
  }

  .NetworkGmap p {
    margin: 10px 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkGmap {
    width: 55%;
    max-width: 640px;
    height: 400px;
    margin-top: -300px;
    margin-left: auto;
    margin-right: -50px;
  }

  .NetworkGmap .acf-map {
    height: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .NetworkGmap {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .Introduction {
    margin-top: 40px;
    padding: 36px 36px 0;
  }
}
@media screen and (min-width: 1024px) {
  .Introduction {
    margin-top: 82px;
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .Introduction_Box {
    margin-top: 40px;
  }
}
.Introduction_Box h4 {
  font-size: 1.5rem;
  line-height: 1.4166666667;
}

.Introduction_Box h4:not(:first-child) {
  margin-top: 40px;
}

.Introduction_Box p:not(:first-child) {
  margin-top: 20px;
}

.Introduction_Box .ImgBox:not(:first-child) {
  margin-top: 40px;
}

.Introduction_Box .ImgBox.-clmn2 {
  display: flex;
  justify-content: space-between;
}

.Introduction_Box .ImgBox.-clmn2 figure {
  flex: 0 0 49%;
}

.Introduction_Box .ImgBox img, .Introduction_Box .ImgBox svg {
  width: 99.99999%;
  height: auto;
}

.NetworkOthers {
  padding-top: 100px;
}

.NetworkOthers_list ul li {
  list-style: none;
  padding-bottom: 10px;
}

.NetworkOthers_list ul li a {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .NetworkOthers_list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .NetworkOthers_list {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .NetworkOthers_list {
    margin-top: 60px;
  }

  .NetworkOthers_list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .NetworkOthers_list ul li {
    flex: 0 0 50%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .NetworkOthers_list ul li {
    flex: 0 0 33%;
    padding-right: 50px;
  }
}
.OthersItem a {
  display: flex;
  align-items: center;
  transition: 0.2s color;
}

.OthersItem a:hover {
  color: #666;
}

.OthersItem a:hover .OthersItem_thumb div {
  transform: scale(1.06);
}

.OthersItem_thumb {
  overflow: hidden;
}

.OthersItem_thumb div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f0f0f0;
  transition: 0.2s all;
}

@media screen and (max-width: 1023px) {
  .OthersItem_thumb {
    flex: 0 0 146px;
    width: 146px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .OthersItem_thumb {
    flex: 0 0 160px;
    width: 160px;
    height: 110px;
  }
}
.OthersItem_text {
  flex: 1 1 auto;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

@media screen and (max-width: 1023px) {
  .OthersItem_text {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .OthersItem_text {
    padding-left: 20px;
  }
}
.Incense .LinkButton {
  max-width: 530px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .Incense .LinkButton {
    margin: 0 36px;
  }
}
.Incense .PageTopContent {
  color: #666;
}

.Incense .PageTopContent p {
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .Incense .PageTopContent {
    padding: 40px 36px 70px;
  }

  .Incense .PageTopContent p {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .Incense .PageTopContent {
    margin-top: -240px;
    padding: 80px 100px;
  }

  .Incense .PageTopContent p {
    font-size: 0.875rem;
  }
}
.Incense .PageTopContent + .LinkButton {
  margin-top: 86px;
}

@media screen and (max-width: 1023px) {
  .Incense .PageTopContent + .LinkButton {
    margin: 40px 36px;
  }
}
.IncenseContent {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .IncenseContent {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .IncenseContent {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .IncenseContent {
    max-width: 1180px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .IncenseContent {
    max-width: 1480px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .IncenseContent {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .IncenseContent {
    margin-top: 86px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .IncenseItem:nth-child(odd) .IncenseItem_text {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .IncenseItem {
    position: relative;
  }

  .IncenseItem:not(:first-child) {
    margin-top: 40px;
  }

  .IncenseItem:nth-child(odd) .IncenseItem_text {
    right: 0;
  }

  .IncenseItem:nth-child(even) .IncenseItem_img {
    margin-left: auto;
  }

  .IncenseItem:nth-child(even) .IncenseItem_text {
    left: 0;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .IncenseItem_img {
    width: 64%;
  }
}
.IncenseItem_text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

.IncenseItem_text dl dt {
  font-size: 1.5rem;
  line-height: 1.4166666667;
}

.IncenseItem_text dl dd {
  margin-top: 20px;
  font-size: 1rem;
}

.IncenseItem_text dl dd .LinkButton {
  width: 200px;
}

@media screen and (max-width: 1023px) {
  .IncenseItem_text {
    position: relative;
    width: 70%;
    margin-top: -60px;
    padding: 60px;
  }

  .IncenseItem_text dl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .IncenseItem_text {
    width: 90%;
    padding: 60px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .IncenseItem_text {
    position: absolute;
    bottom: 0;
    width: 40%;
    height: 350px;
  }

  .IncenseItem_text dl {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .IncenseItem_text dl {
    width: 60%;
  }
}
.FragranceKv {
  position: sticky;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .FragranceKv {
    top: 50px;
    height: calc(100svh - 50px);
  }
}
@media screen and (min-width: 1024px) {
  .FragranceKv {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.FragranceKv video, .FragranceKv img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.FragranceKv::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.ProductsHeader .PageHeading,
.FragranceHeader .PageHeading {
  position: relative;
  padding-bottom: 30px;
}

.ProductsHeader .PageHeading span,
.FragranceHeader .PageHeading span {
  font-family: "Akzidenz-Grotesk Next Regular", sans-serif;
}

.ProductsHeader .PageHeading::after,
.FragranceHeader .PageHeading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #A40013;
}

@media screen and (max-width: 1023px) {
  .ProductsHeader,
  .FragranceHeader {
    padding: 46px 38px;
  }

  .ProductsHeader .PageHeading span,
  .FragranceHeader .PageHeading span {
    font-size: 1.5rem;
    line-height: 1.1666666667;
    letter-spacing: 1.2px;
  }

  .ProductsHeader .PageHeading b,
  .FragranceHeader .PageHeading b {
    margin-top: 5px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsHeader .PageHeading span,
  .FragranceHeader .PageHeading span {
    font-size: 2.375rem;
    line-height: 1.1315789474;
    letter-spacing: 1.8px;
  }

  .ProductsHeader .PageHeading b,
  .FragranceHeader .PageHeading b {
    margin-top: 10px;
    font-size: 1rem;
  }
}
.ProductsHeader .ProductsHeader_text,
.FragranceHeader .ProductsHeader_text {
  margin-top: 30px;
  font-size: 0.875rem;
}

.ProductsHeader .ProductsHeader_text h3,
.FragranceHeader .ProductsHeader_text h3 {
  font-size: 1.125rem;
  font-weight: 500;
}

.ProductsHeader .ProductsHeader_text h3 + p,
.FragranceHeader .ProductsHeader_text h3 + p {
  margin-top: 10px;
}

.ProductsHeader .ProductsHeader_text p,
.FragranceHeader .ProductsHeader_text p {
  font-size: 14px;
}

.ProductsHeader .ProductsHeader_text p + h3,
.FragranceHeader .ProductsHeader_text p + h3 {
  margin-top: 30px;
}

.ProductsHeader .ProductsHeader_text p + p,
.FragranceHeader .ProductsHeader_text p + p {
  margin-top: 30px;
}

.FragranceHeader {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

@media screen and (max-width: 1023px) {
  .FragranceHeader {
    margin-top: calc(-100svh + 160px);
    padding: 46px 100px;
  }
}
@media screen and (max-width: 767px) {
  .FragranceHeader {
    padding: 46px 38px;
  }
}
@media screen and (min-width: 1024px) {
  .FragranceHeader {
    margin-top: calc(-100vh + 240px);
    padding: 80px 80px;
  }

  .FragranceHeader .PageHeading,
  .FragranceHeader .ProductsHeader_text {
    width: 490px;
  }
}
.ProductsHeader {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  background-color: #FFF;
}

@media screen and (max-width: 1023px) {
  .ProductsHeader {
    padding: 46px 38px;
  }

  .ProductsHeader .SpecialityHeader_text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ProductsHeader {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsHeader {
    margin-top: -260px;
    padding: 80px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .ProductsHeader {
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}
.ProductsCategory {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.ProductsMaterials {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .ProductsMaterials {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .ProductsMaterials {
    padding: 40px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsMaterials {
    padding: 60px 120px;
  }
}
.ProductsMaterials h4 {
  position: relative;
  padding-bottom: 20px;
  font-size: 1.5rem;
}

.ProductsMaterials h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #A40013;
}

.ProductsContentItem {
  background-color: #FFF;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .ProductsContentItem {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsContentItem {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .ProductsContentItem:first-of-type {
    margin-top: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsContentItem_img {
    flex: 0 0 51.85%;
  }
}
@media screen and (max-width: 1023px) {
  .ProductsContentItem_text {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsContentItem_text {
    flex: auto;
    padding: 60px;
  }
}
.ProductsContentItem_text dl dt {
  font-size: 1.125rem;
  font-weight: 500;
}

.ProductsContentItem_text dl dd {
  margin-top: 20px;
  font-size: 0.875rem;
}

.ProductsContentItem_text .LinkButton {
  display: inline-block;
  margin-top: 20px;
}

.ProductsContentItem_text .LinkButton a {
  padding: 0 30px;
}

.ProductsList ul {
  display: grid;
  column-gap: 20px;
}

.ProductsList ul li {
  list-style: none;
}

.ProductsList ul li a {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .ProductsList ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ProductsList ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .ProductsList ul {
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }
}
.Lineup {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .Lineup {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.Lineup .LinkButton {
  margin: 58px 30px 0;
}

@media screen and (max-width: 1023px) {
  .Lineup .LinkButton {
    margin: 40px 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .Lineup.-fragrance {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.Lineup.-fragrance .LinkButton {
  position: relative;
}

.Lineup.-fragrance .LinkButton a {
  background-color: #FFF;
}

.Lineup.-fragrance .LinkButton a:hover {
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1023px) {
  .Lineup.-fragrance {
    margin-top: 0;
    padding-bottom: 32px;
  }

  .Lineup.-fragrance .LineupBlock {
    margin-top: 0;
  }

  .Lineup.-fragrance .LinkButton {
    margin: 30px 30px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .Lineup.-fragrance .LinkButton {
    margin: 30px 18px 0 48px;
  }
}
@media screen and (min-width: 1024px) {
  .Lineup.-fragrance {
    padding-bottom: 130px;
  }

  .Lineup.-fragrance .LinkButton {
    width: 58%;
    padding: 0 36px;
    margin: 58px 0 0 auto;
  }
}
.Lineup_title {
  margin: 0 15px;
  padding-left: 20px;
  border-left: 4px solid #A40013;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.1666666667;
}

@media screen and (max-width: 1023px) {
  .Lineup_title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .Lineup_title {
    font-size: 24px;
  }
}
.-fragrance .Lineup_title {
  display: none;
}

.LineupBlock {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .LineupBlock {
    position: relative;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .LineupBlock {
    display: flex;
  }
}
.LineupBlock_img {
  position: sticky;
  overflow: hidden;
}

.LineupBlock_img img {
  object-fit: cover;
  object-position: bottom;
  min-width: 100%;
}

@media screen and (max-width: 1023px) {
  .LineupBlock_img {
    top: 50px;
    width: 100%;
    height: calc(100svh - 50px);
  }
}
@media screen and (min-width: 1024px) {
  .LineupBlock_img {
    top: 80px;
    flex: 0 0 298px;
    height: 100%;
    max-height: calc(100vh - 80px);
  }

  .LineupBlock_img img {
    min-height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .-fragrance .LineupBlock_img {
    flex: 0 0 42%;
  }
}
.LineupBlock_content {
  position: relative;
  z-index: 20;
  background-color: #FFF;
}

.LineupBlock_content dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.LineupBlock_content dl + dl {
  margin-top: 40px;
}

.LineupBlock_content dl dt {
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
}

.LineupBlock_content dl dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #A40013;
}

.LineupBlock_content dl dd {
  margin-top: 20px;
  font-size: 14px;
}

.LineupBlock_content dl dd small {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .LineupBlock_content {
    margin-top: calc(-100svh + 50px + 40px + 60px);
    margin-left: 100px;
    margin-bottom: 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .LineupBlock_content {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .LineupBlock_content {
    padding: 80px 120px;
  }
}
.-fragrance .LineupBlock_content {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1023px) {
  .-fragrance .LineupBlock_content {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .-fragrance .LineupBlock_content {
    padding: 80px 100px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceHeader {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceHeader_mainimg {
    width: calc(100% - 42px);
    max-width: 1180px;
  }
}
.VoiceHeader_text {
  position: relative;
  background-color: #FFF;
}

.VoiceHeader_text h2 {
  font-size: 1.75rem;
}

.VoiceHeader_text .position {
  font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
  .VoiceHeader_text {
    padding: 40px 36px 20px;
  }

  .VoiceHeader_text .position {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceHeader_text {
    width: 700px;
    margin-left: auto;
    margin-top: -200px;
    padding: 84px;
  }

  .VoiceHeader_text .position {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .Voice_nav {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .Voice_nav {
    margin-top: -80px;
    padding-bottom: 50px;
  }

  .Voice_nav ul li {
    font-size: 14px;
    list-style: none;
  }

  .Voice_nav ul li a {
    display: block;
    padding: 7px 0;
    text-decoration: none;
  }

  .Voice_nav ul li a::before {
    display: inline-block;
    content: "●︎";
    margin-right: 15px;
    font-size: 0.625rem;
    transform: scale(0.7);
    color: #F0F0F0;
    transition: 0.2s color;
  }

  .Voice_nav ul li a:hover::before {
    color: #A40013;
  }

  .Voice_nav ul li.-current a::before {
    content: "▶︎︎";
    color: #A40013;
  }
}
.VoiceContent {
  max-width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .VoiceContent {
    padding: 40px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceContent {
    padding: 140px 0 100px;
  }
}
.VoiceContent_item h3 {
  font-size: 1.5rem;
}

.VoiceContent_item p {
  font-size: 1rem;
}

.VoiceContent_item figure img, .VoiceContent_item figure svg {
  width: 99.99999%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .VoiceContent_item:not(:first-child) {
    margin-top: 40px;
  }

  .VoiceContent_item p {
    margin-top: 20px;
  }

  .VoiceContent_item h3, .VoiceContent_item p {
    margin-left: 36px;
    margin-right: 36px;
  }

  .VoiceContent_item figure {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceContent_item:not(:first-child) {
    margin-top: 70px;
  }

  .VoiceContent_item p {
    margin-top: 50px;
  }

  .VoiceContent_item figure {
    margin-top: 100px;
  }
}
.VoiceRecommend .BackButton {
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .VoiceRecommend {
    padding: 80px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceRecommend {
    padding-top: 82px;
  }
}
@media screen and (max-width: 1023px) {
  .VoiceRecommend_list {
    max-width: 350px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceRecommend_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 60px auto 0;
  }

  .VoiceRecommend_list .RecommendItem {
    flex: 0 0 33%;
    padding: 0 0 60px;
  }

  .VoiceRecommend_list .RecommendItem a {
    padding: 0 15px;
  }
}
.RecommendItem h4 {
  margin-top: 24px;
  font-size: 1rem;
}

.RecommendItem .position {
  margin-top: 20px;
  font-size: 0.875rem;
}

.RecommendItem a {
  display: block;
  text-decoration: none;
  transition: 0.2s color;
}

.RecommendItem a:hover {
  color: #666;
}

.RecommendItem a:hover .RecommendItem_img img {
  transform: scale(1.06);
}

@media screen and (max-width: 1023px) {
  .RecommendItem {
    width: 340px;
  }

  .RecommendItem:not(:first-child) {
    margin-top: 40px;
  }
}
.RecommendItem_img {
  width: 100%;
  overflow: hidden;
}

.RecommendItem_img img, .RecommendItem_img svg {
  width: 99.99999%;
  height: auto;
}

.RecommendItem_img img {
  transition: 0.2s all;
}

.VoiceArchives {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .VoiceArchives .VoiceArchiveItem {
    flex: 0 0 50%;
    padding-bottom: 60px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .VoiceArchives .VoiceArchiveItem {
    flex: 0 0 100%;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceArchives .VoiceArchiveItem {
    flex: 0 0 50%;
    padding-bottom: 60px;
  }

  .VoiceArchives .VoiceArchiveItem a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.VoiceArchiveItem a {
  display: block;
  text-decoration: none;
}

.VoiceArchiveItem a:hover .VoiceArchiveItem_img img {
  transform: scale(1.06);
}

.VoiceArchiveItem a:hover .VoiceArchiveItem_text {
  color: #666;
}

.VoiceArchiveItem_img {
  overflow: hidden;
}

.VoiceArchiveItem_img img {
  transition: 0.2s all;
}

@media screen and (max-width: 1023px) {
  .VoiceArchiveItem_img {
    width: 94%;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceArchiveItem_img {
    width: 85%;
  }
}
.VoiceArchiveItem_text {
  position: relative;
  margin-left: auto;
  background-color: #FFF;
  transition: 0.2s color;
}

.VoiceArchiveItem_text h4 {
  position: relative;
  font-size: 1.125rem;
}

.VoiceArchiveItem_text h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  background-color: #a40013;
}

.VoiceArchiveItem_text .position {
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .VoiceArchiveItem_text {
    width: 94%;
    margin-top: -60px;
    padding: 30px;
  }

  .VoiceArchiveItem_text h4 {
    padding-bottom: 15px;
  }

  .VoiceArchiveItem_text h4::after {
    height: 2px;
  }

  .VoiceArchiveItem_text .position {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .VoiceArchiveItem_text {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .VoiceArchiveItem_text {
    width: 85%;
    margin-top: -80px;
    padding: 50px;
  }

  .VoiceArchiveItem_text h4 {
    padding-bottom: 25px;
  }

  .VoiceArchiveItem_text h4::after {
    height: 3px;
  }

  .VoiceArchiveItem_text .position {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .VoiceArchiveItem_text {
    width: 70%;
  }
}
.NewsContainer {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .NewsContainer {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .NewsContainer {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .NewsContainer {
    max-width: 900px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .NewsContainer {
    max-width: 1200px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.NewsControl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .NewsControl.-top {
    padding: 50px 36px 40px;
  }

  .NewsControl.-bottom {
    padding: 40px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsControl.-top {
    padding: 125px 0 40px;
  }

  .NewsControl.-bottom {
    padding: 70px 0 90px;
  }
}
.NewsBlock {
  background-color: #FFF;
}

@media screen and (max-width: 1023px) {
  .NewsBlock {
    padding: 40px 36px 90px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBlock {
    padding: 70px 80px 100px;
  }
}
@media screen and (min-width: 1400px) {
  .NewsBlock {
    padding: 70px 120px 100px;
  }
}
.ArticleNav ul {
  display: flex;
  justify-content: flex-end;
}

.ArticleNav ul li {
  list-style: none;
  font-size: 1.125rem;
}

.ArticleNav ul li:not(:first-child) {
  margin-left: 5px;
}

.ArticleNav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.2s background-color;
}

.ArticleNav ul li a:hover {
  background-color: #f0f0f0;
}

.NewsBlockHeader {
  border-bottom: 1px solid #f0f0f0;
}

.NewsBlockHeader h2 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .NewsBlockHeader {
    padding-bottom: 20px;
  }

  .NewsBlockHeader h2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBlockHeader {
    padding-bottom: 30px;
  }

  .NewsBlockHeader h2 {
    padding-top: 30px;
  }
}
.NewsBlockHeader_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.NewsBlockHeader_wrap time {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .NewsBlockHeader_wrap .NewsCate {
    margin-top: 20px;
    margin-left: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBlockHeader_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .NewsBlock_content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBlock_content {
    padding-top: 40px;
  }
}
.NewsBlock_content h3 {
  font-size: 1.125rem;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 1023px) {
  .NewsBlock_content h3 {
    padding-bottom: 20px;
  }

  .NewsBlock_content h3:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBlock_content h3 {
    padding-bottom: 20px;
  }

  .NewsBlock_content h3:not(:first-child) {
    margin-top: 70px;
  }
}
.NewsBlock_content .__text:not(:first-child) {
  margin-top: 40px;
}

.NewsBlock_content .__text p:not(:first-child) {
  margin-top: 2em;
}

.NewsBlock_content .__text ul, .NewsBlock_content .__text ol {
  margin-left: 2em;
}

.NewsBlock_content .__text ul:not(:first-child), .NewsBlock_content .__text ol:not(:first-child) {
  margin-top: 2em;
}

@media screen and (max-width: 1023px) {
  .NewsBlock_content figure.__img:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBlock_content figure.__img:not(:first-child) {
    margin-top: 80px;
  }
}
.NewsBlock_content figure.__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.NewsBlock_content figure.__img figcaption {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
  color: #ccc;
}

.NewsCate ul {
  display: flex;
  flex-wrap: wrap;
}

.NewsCate ul li {
  list-style: none;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 0.6875rem;
}

.NewsCate ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  padding: 0 10px;
  border: 1px solid #002955;
  border-radius: 9px;
  color: #002955;
  text-decoration: none;
  transition: 0.2s opacity ease-out;
}

.NewsCate ul li a:hover {
  opacity: 0.6;
}

.NewsHeader {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .NewsHeader {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .NewsHeader {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .NewsHeader {
    max-width: 900px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .NewsHeader {
    max-width: 1200px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .NewsHeader {
    padding: 50px 36px 30px;
  }

  .NewsHeader .SelectMenu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsHeader {
    display: flex;
    justify-content: space-between;
    height: 250px;
    padding-top: 130px;
  }
}
.NewsArchives {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

@media screen and (max-width: 1023px) {
  .NewsArchives {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .NewsArchives {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .NewsArchives {
    max-width: 900px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .NewsArchives {
    max-width: 1200px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .NewsArchives {
    padding: 40px 36px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsArchives {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .NewsArchives {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.NewsItem {
  border-bottom: 1px solid #f0f0f0;
}

.NewsItem:first-child {
  border-top: 1px solid #f0f0f0;
}

.NewsItem time {
  display: block;
  font-size: 0.875rem;
}

.NewsItem .NewsCate {
  margin-top: 4px;
}

.NewsItem h2 {
  font-size: 1rem;
}

.NewsItem h2 a {
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .NewsItem {
    padding: 20px 0;
  }

  .NewsItem .NewsCate {
    margin-top: 4px;
    margin-left: -5px;
  }

  .NewsItem h2 {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsItem {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .NewsItem time {
    flex: 0 0 100px;
  }

  .NewsItem .NewsCate {
    flex: 1 1 auto;
  }

  .NewsItem h2 {
    width: 100%;
    margin-top: 10px;
  }
}
.SitemapPage {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 1023px) {
  .SitemapPage {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .SitemapPage {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .SitemapPage {
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .SitemapPage {
    max-width: 1300px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .SitemapPage {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .Sitemap {
    display: flex;
  }
}
.Sitemap_box ul li {
  font-size: 1.125rem;
  list-style: none;
  font-weight: 500;
}

.Sitemap_box ul li:not(:first-child) {
  margin-top: 20px;
}

.Sitemap_box ul li a {
  text-decoration: none;
}

.Sitemap_box ul li ul {
  margin-top: 30px;
}

.Sitemap_box ul li ul li {
  font-size: 0.875rem;
  color: #222;
  font-weight: normal;
}

.Sitemap_box ul li ul li:not(:first-child) {
  margin-top: 14px;
}

.Sitemap_box ul li ul li::before {
  display: inline-block;
  content: "●";
  font-size: 0.625rem;
  transform: scale(0.6);
  color: #F0F0F0;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .Sitemap_box {
    flex: 0 0 33%;
  }
}

.footerSns {
  text-align: center;
  margin-bottom:30px
}

.footerSns:after {
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
  display:block
}

.footerSns_headline {
  line-height: 1;
  font-size: 16px;
  margin-bottom:15px
}

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

.footerSns_link {
  overflow: hidden;
  display: block;
  margin:0 8px
}

.footerSns_link a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #000;
  border-radius: 100%;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  position:relative
}

.globalNav_child, .header_main {
  -webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1)
}

.desctop .footerSns_link a:hover {
  text-decoration: none;
  color:grey
}

.footerSns_link a:before {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform:translate(-50%, -50%)
}

.footerSns_link--facebook > a:before {
  content: "";
  font-size:16px
}

.footerSns_link--twitter > a:before {
  content: "";
  font-size:15px
}

.footerSns_link--instagram > a:before {
  content: ""
}

.footerSns_link--youtube > a:before {
  content: "";
  font-size:18px
}

.footerSns_string {
  display: block;
  text-indent:-9999px
}

/*# sourceMappingURL=main.css.map */
