@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&family=Lato:wght@400;700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
  a {
    display: block;
  }
}
html {
  font-size: 62.5% !important;
}

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

a {
  color: inherit;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  vertical-align: top;
  text-align: left;
}

img,
video,
svg {
  vertical-align: top;
}

svg {
  fill: currentColor;
}

address,
em {
  font-style: normal;
}

input:not([type=radio]):not([type=checkbox]),
textarea {
  border: 1px solid #ddd;
  min-height: 40px;
}

i {
  font-style: normal;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
  top: 0;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  min-height: 44px;
}

.c_red {
  color: #990500;
}

:root {
  --red: #990500;
  --lightRed: #dd3636;
}

/* Noto Sans JP */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.ff_lato {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

#noscriptAlert {
  padding: 1em;
  margin: 1em;
  color: #a00;
  font-weight: bold;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 2;
  color: #333;
}

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

[class*=btn_] {
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
}

[class*=btn_red] {
  background-color: #990500;
  color: #fff;
}
[class*=btn_red].arrow:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  margin: auto;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
}
[class*=btn_red].newWindow:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  margin: auto;
  background: url("../img/common/icon_newWindow.png") center center no-repeat;
  background-size: contain;
}
[class*=btn_red].arrowCircle:after {
  content: "";
  display: block;
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75em;
  margin: auto;
  background: url("../img/common/icon_arrowCircle.png") center center no-repeat;
  background-size: contain;
}

.btn_red_pill {
  padding: 1.3em 1em;
  border-radius: 99px;
  font-weight: bold;
}

.btn_red_rounded {
  padding: 1.3em;
  border-radius: 0.5em;
}

[class*=btn_white] {
  background-color: #fff;
  color: #990500;
  border: 1px solid #990500;
}
[class*=btn_white].arrow:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  margin: auto;
  border-top: #990500 solid 2px;
  border-right: #990500 solid 2px;
  transform: rotate(45deg);
}

.btn_white {
  border-radius: 0.5em;
  padding: 1em;
}

.swiper {
  background-color: #fff;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #990500 !important;
}

#header-container {
  position: relative;
  z-index: 10;
}

#header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9000;
}
#header .site_title {
  font-weight: bold;
  line-height: 1;
  font-size: 1.625em;
  letter-spacing: 0.15em;
  color: #990500;
}
#header a {
  text-decoration: none;
}
#header .btn_lang {
  position: relative;
  cursor: pointer;
}
#header .btn_lang p {
  display: flex;
  align-items: center;
  padding: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #990500;
  color: #990500;
  background-color: #fff;
  border-radius: 99px;
}
#header .btn_lang p::before {
  content: "";
  display: inline-block;
  margin-right: 0.3em;
  width: 1.3em;
  height: 1.3em;
  background: url("../img/common/icon_lang.svg") center center no-repeat;
  background-size: contain;
}
#header .btn_lang p::after {
  content: "";
  border: solid #990500;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  width: auto;
  height: auto;
  background-color: transparent;
  transition: transform 0.2s ease-in-out;
  margin: 0 0.3em;
}
#header .btn_lang.is-open p::after {
  transform: rotate(225deg) translate(-2px, -2px);
}
#header .btn_lang ul {
  flex-wrap: wrap;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  padding: 0.5em 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
#header .btn_lang ul li {
  display: block;
  width: 100%;
  margin: 0 !important;
}
#header .btn_lang ul li a {
  padding: 0.3em 1.5em;
  display: block;
  font-weight: 400;
}
#header .btn_lang .current a {
  color: #990500;
}
#header .btn_lang.is-open ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.otherlang #header .btn_lang ul li.current a {
  color: #333;
}

.en_lang #header .btn_lang ul li:nth-child(2) a,
.zh_lang #header .btn_lang ul li:nth-child(3) a,
.ko_lang #header .btn_lang ul li:nth-child(4) a {
  color: #990500;
}

#sustainability {
  background-image: url("../img/index/pc/sustainability_bg.jpg");
  background-position: center;
  background-size: cover;
}
#sustainability section.pcDf_jcsb {
  align-items: center !important;
  padding: 6em 0;
}
#sustainability h2, #sustainability b, #sustainability p {
  color: #fff;
}
#sustainability h2 small, #sustainability b small, #sustainability p small {
  display: block;
  margin-top: 1em;
}
#sustainability h2::before {
  content: none;
}
#sustainability p.border {
  font-size: 1.75em;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 0.5em;
  font-feature-settings: "palt";
}
#sustainability a.btn_red_pill {
  border: 0;
  border-radius: 99px;
}

.contact_guide {
  margin-top: 8em;
  padding-bottom: 5em;
  font-weight: bold;
  background-color: #f6f4f4;
  text-align: center;
  box-shadow: 0 72px 0 0 #fff inset;
}
.contact_guide .contact_title {
  font-size: 3.75em;
}
.contact_guide .contact_title > div {
  margin-top: 0.25em;
}
.contact_guide .contact_list p {
  color: #990500;
}
.contact_guide p {
  font-size: 1.15em;
  letter-spacing: 0.1em;
}
.contact_guide .btn_red_rounded {
  font-size: 1.5em;
  padding: 1.25em;
  width: 80%;
  max-width: 400px;
  margin: 1.5em auto 0;
  border-radius: 0.75em;
}

#footer_contents ul {
  letter-spacing: 0.05em;
}
#footer_contents ul li {
  width: 100%;
}
#footer_contents ul a {
  text-decoration: none;
}
#footer_contents ul a:hover {
  text-decoration: underline;
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.footer_logo .ff_lato {
  font-size: 2em;
  font-weight: bold;
  color: #990500;
  text-decoration: none;
  display: inline-block;
}
.footer_logo div {
  display: flex;
  align-items: center;
  gap: 1.875em;
}
.footer_logo img {
  display: block;
  height: auto;
}

.copy_right {
  font-size: 0.85em;
  color: #fff;
  text-align: center;
  padding: 1em 0.5em;
  background-color: #990500;
}

.accordion_icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #990500;
  border-radius: 50%;
  position: relative;
}
.accordion_icon::before {
  content: "";
  width: 2px;
  height: 0.7em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.accordion_icon::after {
  content: "";
  width: 0.7em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.open .accordion_icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.title_dot_down {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1.25em;
}
.title_dot_down:before {
  content: "";
  display: block;
  width: 4px;
  height: 120px;
  background: url("../img/common/title_dot_line.png") no-repeat;
}
.title_dot_down b {
  font-size: 2.25em;
  margin: 0.25em 0 0.1em;
  display: block;
}
.title_dot_down span {
  letter-spacing: 0.1em;
}

.title_dot_down.txt_center {
  text-align: center;
}
.title_dot_down.txt_center:before {
  margin: auto;
}

.contents_wrap h2,
.contents_wrap p {
  letter-spacing: 0.1em;
}

#btnSticky_goOpenCompany {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

#btnSticky_closeTrigger {
  position: absolute;
  right: -0.5em;
  background: #333;
  box-shadow: 0 0 0 2px #fff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

#btnSticky_closeTrigger:hover {
  background: #555;
}

.btnSticky_close #btnSticky_goOpenCompany {
  bottom: -124px;
  transition: 0.5s;
}

#btnSticky_closeTrigger::before,
#btnSticky_closeTrigger::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 2px;
  background-color: white;
}

#btnSticky_closeTrigger::before {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
}

#btnSticky_closeTrigger::after {
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
}

@media (max-width: 767px) {
  #btnSticky_goOpenCompany {
    width: 98%;
    left: 1%;
  }
  #btnSticky_goOpenCompany img {
    width: 100%;
  }
  #btnSticky_closeTrigger {
    display: none;
  }
}
@media (min-width: 768px) {
  #btnSticky_goOpenCompany {
    right: 4%;
  }
  #btnSticky_closeTrigger {
    top: 0;
  }
}
.acContents {
  margin: 4em 0 6em;
}

summary::-webkit-details-marker {
  display: none;
}

.acTrigger {
  padding: 0.75em 0;
  font-size: 1.25em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  /* デフォルトの三角アイコンを撤去 */
  border: none;
  border-bottom: 2px dotted #990500;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
}
.acTrigger span {
  display: inline-block;
  color: #990500;
  margin-right: 0.5em;
}
.acTrigger .icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: #990500;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
}
.acTrigger .icon::before, .acTrigger .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transition: 0.6s;
}
.acTrigger .icon::before {
  width: 0.75em;
  height: 2px;
  transform: translate(-50%, -50%) rotate(0deg);
}
.acTrigger .icon::after {
  width: 2px;
  height: 0.75em;
  transform: translate(-50%, -50%) rotate(0deg);
}

.acWrap.is-open .acTrigger .icon::before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.acWrap.is-open .acTrigger .icon::after {
  transform: translate(-50%, -50%) rotate(270deg);
}

.acBody {
  overflow: hidden;
}
.acBody p {
  padding: 1em 0.25em 2em;
}

.articleHead img {
  width: 100%;
}

.readMoreWrap {
  margin: 2em 0;
  position: relative;
}
.readMoreWrap .content {
  margin: auto;
  max-width: 800px;
  max-height: 8em;
  /* 初期表示の高さ */
  overflow: hidden;
  position: relative;
  transition: 0.6s 0.1s;
}
.readMoreWrap .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  /* フェードアウトの高さ */
  background: url("../img/common/white_gradient64.png") left bottom repeat-x;
  background-size: auto 100%;
  transition: opacity 0.5s ease;
}
.readMoreWrap .readMore {
  margin: 2em auto;
  max-width: 370px;
  font-weight: bold;
}
.readMoreWrap .readMore:before, .readMoreWrap .readMore:after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  background: #990500;
  transition: 0.6s;
}
.readMoreWrap .readMore:after {
  transform: rotate(90deg);
}
.readMoreWrap .closeText {
  display: none;
}

.readMoreWrap.expanded .content {
  max-height: 52em;
}
.readMoreWrap.expanded .content::after {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.readMoreWrap.expanded .readMore:before, .readMoreWrap.expanded .readMore:after {
  transform: rotate(360deg);
}
.readMoreWrap.expanded .closeText {
  display: block;
}
.readMoreWrap.expanded .openText {
  display: none;
}

.bg_gray {
  background: #f6f4f4;
  padding-bottom: 6.25em;
}
.bg_gray .title_dot_down {
  margin-bottom: 2.7em;
}
.bg_gray .title_dot_down b {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.bg_gray .title_dot_down b small {
  font-size: 60%;
  display: block;
}
.bg_gray img {
  width: 100%;
}

.linkArea_border li {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .linkArea_border li {
    border-radius: 4.8vw;
  }
}
.icon_pdf a {
  position: relative;
}
.icon_pdf a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: url("../img/common/icon_pdf.svg") center center no-repeat;
  background-size: contain;
}

.icon_arwWhite span {
  position: relative;
}
.icon_arwWhite span::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_arwWhite.svg");
  background-position: center;
  background-size: cover;
  background-color: #990500;
  border-radius: 50%;
}

#graduate_business #brands {
  margin-bottom: 6em;
  padding: 4em 0 6em;
}
#graduate_business #brands h2 {
  margin-bottom: 2.5em;
  font-size: 1.5em;
  text-align: center;
  border-bottom: #990500 solid 1px;
  color: #990500;
}
#graduate_business #d2c_about {
  color: #fff;
}
#graduate_business #d2c_about p {
  text-align: justify;
}

#company h1 img {
  width: auto;
}

.contact_guide {
  margin-top: 5em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  border-bottom: 1px solid #990500;
}
.contact_guide h1 {
  text-align: center;
}
.contact_guide h1 img {
  width: auto;
}
.contact_guide .contact {
  font-size: 1.15em;
  max-width: 880px;
  margin: auto;
  border: 1px solid #ddd;
  padding: 40px;
}
.contact_guide .contact a {
  color: rgb(0, 0, 238);
  text-decoration: none;
}

.news_list {
  width: 100%;
}
.news_list a:first-child {
  border-top: 1px solid #D9D9D9;
}
.news_list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1em 0;
  border-bottom: 1px solid #D9D9D9;
}
.news_list a div {
  display: flex;
  align-items: center;
  min-width: 13em;
}
.news_list a p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 最大表示行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.news_list a:hover p {
  color: #990500;
}
.news_list .news_tag {
  padding: 0.3em 0.6em;
  border: 1px solid;
  border-radius: 999px;
  margin: 0 2em;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.875em;
}
.news_list .category-news {
  color: #F69717;
}
.news_list .category-item {
  color: #F2868B;
}
.news_list .category-ir {
  color: #31ACE9;
}

.news_list.with_icon a {
  padding-right: 2em;
  position: relative;
}
.news_list.with_icon a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #990500;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.news_list.with_icon a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.ir_list a {
  display: flex;
  text-decoration: none;
  color: #990500;
  padding: 1em 5em 1em 0;
  border-bottom: 1px solid #D9D9D9;
}
.ir_list a::before {
  content: "PDF";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #333;
}
.ir_list a::after {
  right: 2.5em;
}
.ir_list a .ir_date {
  width: 8em;
  font-family: "Lato", sans-serif;
  color: #333;
}
.ir_list a .ir_title {
  text-decoration: underline;
  width: calc(100% - 8em);
  line-height: 1.5;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .ir_list {
    border-top: 1px solid #D9D9D9;
  }
  .ir_list a {
    padding: 1em 0 4em 0;
    display: block;
  }
  .ir_list a::before {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
  }
  .ir_list a::after {
    top: inherit;
    right: inherit;
    bottom: 0.5em;
    left: 2.4em;
  }
  .ir_list a .ir_title {
    width: 100%;
  }
}
.breadcrumb {
  padding: 1em 0 0;
  overflow: hidden;
  border-top: 1px solid #990500;
  margin-top: 120px;
}
.breadcrumb * {
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumb ol li {
  display: inline-block;
  margin-bottom: 1em;
}
.breadcrumb ol li::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.8em;
  border-top: 2px solid #990500;
  border-right: 2px solid #990500;
  transform: rotate(45deg);
  box-sizing: border-box;
  display: inline-block;
}
.breadcrumb ol li:last-child::after {
  content: none;
}
.breadcrumb ol a {
  color: #990500;
  display: inline-block;
}

.articleHead + .breadcrumb {
  margin-top: 0;
  border-top: none;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 0;
    border-top: 2px solid #990500;
    padding: 1em 1.5em 0;
  }
  .breadcrumb * {
    font-size: 3.466vw;
  }
  .articleHead + .breadcrumb {
    border-top: 2px solid #990500;
  }
}
.article_pageTitle_low {
  line-height: 1;
  padding: 3.125em 0;
}
.article_pageTitle_low span {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #990500;
}
.article_pageTitle_low b {
  font-size: 2.5em;
  line-height: 1.4;
}
.article_pageTitle_low b span {
  font-size: 0.6em;
  display: inline-block;
  color: #333;
}

@media (max-width: 767px) {
  .article_pageTitle_low {
    padding: 3.125em 1.5em;
  }
  b span {
    transform: translateY(-0.3em);
  }
}
.article_pageTitle_h2 {
  font-size: 1.875em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}
.article_pageTitle_h2::after {
  content: "";
  width: 2em;
  height: 6px;
  background-color: #990500;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .article_pageTitle_h2 {
    letter-spacing: 0 !important;
  }
}
.article_pageTitle_h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0.5em 1em;
  margin-bottom: 2em;
  position: relative;
  border-bottom: 1px dashed #D9D9D9;
}
.article_pageTitle_h3::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #990500;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.infoTable tr:first-child th {
  border-top: 2px solid #990500;
}
.infoTable tr:first-child td {
  border-top: 2px solid #D9D9D9;
}
.infoTable th {
  font-weight: bold;
  background-color: #F8F8F8;
  padding: 1em;
  border-bottom: 1px solid #D9D9D9;
}
.infoTable td {
  padding: 1em;
  border-bottom: 1px solid #D9D9D9;
}

.infoTable.th_W20 th {
  width: 20%;
}

.infoTable.th_W25 th {
  width: 25%;
}

.infoTable.th_W30 th {
  width: 30%;
}

.infoTable.th_W40 th {
  width: 40%;
}

.infoTable.th_W50 th {
  width: 50%;
}

.nowrap_th th {
  white-space: nowrap;
}

.scrollTable {
  overflow: hidden;
  line-height: 1.5;
  border: 1px solid #D9D9D9;
  border-bottom: 0;
}
.scrollTable th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #F8F8F8;
  padding: 1em;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.scrollTable th:last-child {
  border-right: none;
}
.scrollTable td {
  padding: 1em;
  vertical-align: top;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.scrollTable td:last-child {
  border-right: none;
}
.scrollTable td > *:not(:last-child) {
  margin-bottom: 0.8rem;
}
.scrollTable td li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8rem;
}
.scrollTable td li::before {
  content: "・";
}
.scrollTable td li:last-child {
  margin-bottom: 0;
}
.scrollTable .w20 {
  width: 20%;
}
.scrollTable .w25 {
  width: 25%;
}
.scrollTable .w30 {
  width: 30%;
}
.scrollTable .w40 {
  width: 40%;
}
.scrollTable .w50 {
  width: 50%;
}
.scrollTable .w60 {
  width: 60%;
}
.scrollTable .w70 {
  width: 70%;
}
.scrollTable .w80 {
  width: 80%;
}
.scrollTable .w90 {
  width: 90%;
}

@media (max-width: 767px) {
  .scrollTable table {
    overflow: scroll;
    display: block;
  }
  .scrollTable table th {
    white-space: nowrap;
  }
}
.linkArea_dl {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.linkArea_dl dt {
  font-weight: bold;
  text-align: center;
  background: #f6f4f4;
  padding: 1em;
  border-bottom: 1px solid #D9D9D9;
}
.linkArea_dl dd {
  padding: 2em;
}
.linkArea_dl dd a.btn_red_pill {
  max-width: 300px;
  margin: auto;
}
.linkArea_dl dd a[href^="mailto:"] {
  color: #990500;
  letter-spacing: normal;
  display: inline-block;
}

@media (max-width: 767px) {
  .linkArea_dl dd a.btn_red_pill {
    max-width: inherit;
  }
}
.policy_text > *:not(:last-child) {
  margin-bottom: 3em;
}

.policy_dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.policy_dl dd > *:not(:last-child) {
  margin-bottom: 1em;
}
.policy_dl dd .namberList {
  margin: 0 0 0 2.5em;
  list-style: decimal;
}
.policy_dl dd .namberList li {
  padding-left: 1em;
}

.sdgs_contMain img {
  display: block;
  margin: auto;
}
.sdgs_contMain img + p {
  margin: 3.75em 0 0;
}
.sdgs_contMain hr {
  border: 1px solid #2A99D9;
  margin: 3.75em 0;
}

.sdgs_contSub {
  margin-top: 8rem;
}
.sdgs_contSub .article_pageTitle_h3 {
  margin-bottom: 1em;
}
.sdgs_contSub h4 {
  font-size: 1.125em;
  margin-bottom: 1.7em;
}

.sdgs_goal {
  padding: 2.5em 2em;
  margin-bottom: 6rem;
  background-color: #E8F4FA;
  border: 2px solid #2A99D9;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sdgs_goal .sdgs_goal_title {
  display: flex;
  align-items: center;
  color: #2A99D9;
  font-weight: bold;
}
.sdgs_goal .sdgs_goal_title span {
  font-size: 3em;
}
.sdgs_goal .sdgs_goal_title p {
  font-size: 1.5em;
  padding-left: 1em;
  line-height: 1.5;
}
.sdgs_goal .sdgs_goal_img {
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .sdgs_goal {
    display: block;
  }
  .sdgs_goal .sdgs_goal_title {
    margin-bottom: 1.5em;
  }
  .sdgs_goal .sdgs_goal_title span {
    font-size: 2em;
  }
  .sdgs_goal .sdgs_goal_title p {
    font-size: 1.2em;
  }
  .sdgs_goal .sdgs_goal_img {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sdgs_goal .sdgs_goal_img img {
    width: calc(20% - 15px);
  }
}
.oem_visual {
  margin-bottom: 6rem;
}

.oem_cont {
  margin-bottom: 6rem;
}
.oem_cont > *:not(:last-child) {
  margin-bottom: 4rem;
}
.oem_cont h4 {
  font-size: 1.125em;
  margin-bottom: 3rem !important;
}
.oem_cont .article_pageTitle_h3 {
  margin-bottom: 1em;
}
.oem_cont .dotList li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.oem_cont .dotList li::before {
  content: "・";
  color: #990500;
}

.hide_lang_btn .btn_lang {
  display: none !important;
}

.otherlang .news_list a div {
  min-width: 17em;
}
.otherlang .news_list .category-ir {
  white-space: normal;
  max-width: 10em;
}
.otherlang .wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  font-size: 0;
}
.otherlang .wpcf7-form-control.wpcf7cp-cfm-edit-btn::after {
  content: "Edit";
  font-size: 16px;
  padding: 1em 3em;
}
.otherlang .wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
  font-size: 0;
}
.otherlang .wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn::after {
  content: "Submit";
  font-size: 16px;
  padding: 1em 3em;
}

.en_lang .en_none {
  display: none !important;
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  [class*=btn_red] {
    font-size: 1.25em;
  }
  .title_dot_down:before {
    width: 2px;
    height: 52px;
    background-size: 100% 100%;
  }
  .title_dot_down b {
    font-size: 1.75em;
  }
  .sp_order2 {
    order: 2;
  }
  .sp_order3 {
    order: 3;
  }
  .sp_order4 {
    order: 4;
  }
  .sp_order5 {
    order: 5;
  }
  .sp_order6 {
    order: 6;
  }
  .sp_order7 {
    order: 7;
  }
  #header {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #fff;
    top: 0;
  }
  #header .site_title {
    padding-left: 0.75em;
    letter-spacing: 0.15em;
  }
  #header .site_title img {
    width: 28vw;
    min-width: 80px;
    max-width: 120px;
  }
  #header #navTrigger {
    background: #990500;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
  }
  #header #navTrigger div {
    pointer-events: none;
  }
  #header #navTrigger div::before, #header #navTrigger div::after,
  #header #navTrigger div span {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  #header #navTrigger div::before {
    top: -16px;
  }
  #header #navTrigger div::after {
    bottom: -16px;
  }
  #header #navBody {
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
    right: -100%;
    top: 60px;
    font-size: 1.25em;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 2;
    border-top: #BCBBBB solid 1px;
  }
  #header #navBody .btn_lang {
    display: none;
  }
  #header #navBody ul li {
    border-bottom: #BCBBBB solid 1px;
  }
  #header #navBody ul li > a {
    padding: 0.75em;
    font-weight: bold;
    position: relative;
  }
  #header #navBody ul li > a:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: #990500;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  #header #navBody ul li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.15em;
    width: 0.4em;
    height: 0.4em;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #header #navBody ul .has-submenu > a::before, #header #navBody ul .has-submenu > a::after {
    content: none;
  }
  #header #navBody ul .has-submenu > a .accordion_icon {
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
  }
  #header #navBody ul .has-submenu > a .accordion_icon::before {
    height: 0.5em;
  }
  #header #navBody ul .has-submenu > a .accordion_icon::after {
    width: 0.5em;
  }
  #header #navBody .subMenu_inner {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    transition: transform 0.35s ease-in-out;
  }
  #header #navBody .subMenu_inner .submenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BCBBBB;
    padding: 1em;
  }
  #header #navBody .subMenu_inner .submenu-header a, #header #navBody .subMenu_inner .submenu-header p {
    color: #ccc;
  }
  #header #navBody .subMenu_inner .submenu-header .submenu-back a {
    font-size: 0.8em;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #990500;
    position: relative;
  }
  #header #navBody .subMenu_inner .submenu-header .submenu-back a::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border: solid #990500;
    border-width: 0 4px 4px 0;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #header #navBody .subMenu_inner ul {
    max-width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #header #navBody .subMenu_inner ul li {
    border-bottom: 1px dashed #BCBBBB;
    width: 100%;
    position: relative;
  }
  #header #navBody .subMenu_inner ul li::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: #990500;
    position: absolute;
    top: 1.5em;
    left: 0.5em;
  }
  #header #navBody .subMenu_inner ul a {
    font-weight: normal;
    line-height: 1.5;
    padding: 1em 1.5em;
  }
  #header #navBody .subMenu_inner ul a::before {
    right: 0;
  }
  #header #navBody .subMenu_inner ul a::after {
    right: 0.35em;
  }
  #header #navClose {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  #header .btn_lang {
    position: absolute;
    right: 80px;
  }
  #header .btn_lang p {
    font-size: max(14px, 0.625em);
  }
  #header #navBody .submenu-active .subMenu_inner {
    transform: translateX(-100%);
  }
  body.navOpen #header #navTrigger div span {
    opacity: 0;
  }
  body.navOpen #header #navTrigger div::before {
    top: 0;
  }
  body.navOpen #header #navTrigger div::after {
    bottom: 0;
  }
  body.navOpen #header #navBody {
    transform: translateX(-100%);
  }
  body.navOpen #header #navClose {
    visibility: visible;
    opacity: 1;
  }
  #footer-container .contact_guide {
    margin-top: 4em;
    box-shadow: 0 3.5em 0 0 #fff inset;
  }
  #footer-container .contact_guide .contact_title {
    font-size: 2.8em;
  }
  #footer-container .contact_guide img {
    width: 26vw;
  }
  #footer-container .contact_guide p {
    font-weight: bold;
  }
  #footer-container .contact_guide .btn_red_rounded {
    font-size: 1.25em;
  }
  #footer-container .contact_list div {
    margin-top: 2em;
  }
  #footer-container .contact_list div p {
    margin-bottom: 0.5em;
  }
  #footer-container #footer_contents ul {
    flex-direction: column;
  }
  #footer-container #footer_contents .menu_link {
    display: block;
    padding: 1em;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #BCBBBB;
    color: #990500;
  }
  #footer-container #footer_contents .menu_link a:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: #990500;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  #footer-container #footer_contents .menu_link a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.6em;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #footer-container #footer_contents .accordion_btn a, #footer-container #footer_contents .accordion_btn p {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  #footer-container #footer_contents .menu_link.accordion_btn a::before {
    content: none;
  }
  #footer-container #footer_contents .menu_link.accordion_btn a::after {
    content: none;
  }
  #footer-container #footer_contents .accordion_contents {
    display: block;
    padding: 0 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    margin: auto;
    position: relative;
  }
  #footer-container #footer_contents .accordion_contents::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #BCBBBB;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #footer-container #footer_contents .accordion_contents li {
    position: relative;
  }
  #footer-container #footer_contents .accordion_contents li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: #990500;
    position: absolute;
    top: 1.5em;
    left: 0;
  }
  #footer-container #footer_contents .accordion_contents a {
    padding: 1em 1em 1em 1.3em;
    border-bottom: 1px dashed #BCBBBB;
    position: relative;
    line-height: 1.5;
  }
  #footer-container #footer_contents .accordion_contents:not(.blank_link) a:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: #990500;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  #footer-container #footer_contents .accordion_contents:not(.blank_link) a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.6em;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #footer-container #footer_contents .accordion_wrap.open .accordion_btn a, #footer-container #footer_contents .accordion_wrap.open .accordion_btn p {
    color: #333;
  }
  #footer-container #footer_contents .blank_link .pcDn a::before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: #990500;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  #footer-container #footer_contents .blank_link .pcDn a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.6em;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #footer-container #footer_contents .blank_link a {
    width: 100%;
  }
  #footer-container #footer_contents .blank_link a::after {
    width: 1.5em;
    height: 1.5em;
    background-size: 80%;
  }
  #footer-container .footer_logo {
    display: block;
    text-align: center;
  }
  #footer-container .footer_logo .ff_lato {
    margin: 1.5em auto 1em;
    width: 40%;
    min-width: 120px;
    max-width: 200px;
  }
  #footer-container .footer_logo .ff_lato img {
    width: 100%;
  }
  #footer-container .footer_logo div {
    justify-content: center;
    width: 70%;
    margin: auto;
  }
  #indexHead {
    /* Firefoxモバイルでのsvhの挙動が不安定なため、JSで取得した固定の高さを--vh-staticで上書きします。 */
    /* JSが無効な場合はsvhがフォールバックとして機能します。 */
    height: calc(100svh - 60px);
    height: calc(var(--vh-static) - 60px);
    display: flex;
    flex-direction: column;
  }
  #indexHead h1 {
    margin: auto;
    padding: 2em 0 4em 6vw;
    color: #fff;
  }
  #indexHead h1 b {
    font-size: 2.75em;
    margin-bottom: 0.5em;
    letter-spacing: 0.075em;
  }
  #indexHead h1 span {
    font-size: 1.25em;
    letter-spacing: 0.15em;
  }
  #indexHead .swiper-container {
    flex: 1;
    min-height: 0;
    height: 0;
    overflow: hidden;
  }
  #indexHead .swiper-container .swiper {
    height: 100%;
  }
  #indexHead .swiper-container .swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #indexHead .swiper-pagination {
    top: 50%;
    right: 0;
    left: inherit;
    bottom: inherit;
    height: auto;
    width: auto;
    transform: rotate(90deg);
  }
  #indexHead .indexHead_text {
    position: relative;
    z-index: 3;
    transform: translateY(-1px);
    flex-shrink: 0; /* flexコンテナ内で要素が縮むのを防ぐ */
  }
  #indexHead .indexHead_textEn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12vw;
    color: #fff;
    line-height: 0.7;
    transform: translateY(-104%);
  }
  #indexHead .indexHead_textEn b {
    white-space: nowrap;
  }
  #indexHead .indexHead_textJp {
    color: #fff;
    background-color: #990500;
    padding: 2em;
    border-radius: 0 0 20vw 0;
  }
  section {
    margin-top: 4em;
  }
  .secWrap + .secWrap {
    margin-top: 8em;
  }
  .subpage .article_pageTitle_low + .secWrap:not(.bg_gray) section {
    margin-top: 1em;
  }
  body:not(.home) .secWrap {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .home .contents_wrap {
    overflow: hidden;
  }
  .home section.pcDf_jcsb .text {
    padding: 0 12vw;
  }
  .home section.pcDf_jcsb .text p {
    margin-bottom: 3em;
  }
  .home section.pcDf_jcsb .btn_red_pill {
    margin: 10vw 10vw 0;
  }
  .home section.pcDf_jcsb .fade_right {
    margin-right: 6.5vw;
    border-radius: 0 2em 2em 0;
    overflow: hidden;
  }
  .home section.pcDf_jcsb .fade_left {
    margin-left: 6.5vw;
    border-radius: 2em 0 0 2em;
    overflow: hidden;
  }
  .home section.pcDf_jcsb .photo img {
    width: 100%;
  }
  .home #news {
    position: relative;
  }
  .home #news h3 {
    text-align: right;
    position: absolute;
    top: 5.4em;
    right: 6.5vw;
    width: 8em;
  }
  .home #news ul {
    margin: 3em 0;
  }
  .home #news ul li {
    margin: 0 2em 2em;
  }
  .home #news .btn_red_pill {
    margin: 0 2.5em;
  }
  .home #news .news_list {
    margin-bottom: 3em;
    padding: 0 1.5em;
  }
  .home #news .news_list a {
    display: block;
  }
  .home #news .news_list a div {
    max-width: none;
    margin-bottom: 0.5em;
  }
  .home #news .news_list .news_tag {
    margin: 0 1em;
  }
  .home #brands section {
    padding: 0 1.5em;
  }
  .home #recruit {
    margin-top: 6em;
  }
  .home #recruit .photo {
    border-radius: 0;
    margin-left: 0;
  }
  .home #recruit a {
    border-radius: 99px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .home #sustainability {
    margin-top: 6em;
    background-image: url(../img/index/sp/sustainability_bg.jpg);
  }
  .home #sustainability section {
    padding: 5em 0;
  }
  .home #sustainability .pcDf_jcsb .text {
    padding: 0 3em;
  }
  .home #sustainability h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 1.6em;
  }
  .home #sustainability p.border {
    font-size: 1.5em;
    margin: 0 auto 2em;
  }
  .article_pageTitle {
    padding-top: 6em;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6;
  }
  .article_pageTitle b {
    font-size: 1.5em;
    color: #990500;
  }
  .greeting {
    margin: 0.5em 12vw 3em;
  }
  .greeting b {
    font-size: 1.5em;
  }
  .greeting hr {
    width: 20%;
    height: 2px;
    margin: 2em 0;
    background: url("../img/common/dot_line_horizon_long.png") no-repeat;
    background-size: 100% auto;
    border: none;
  }
  #graduate_philosophy .fade_right {
    margin-right: 6.5vw;
  }
  #graduate_philosophy .fade_left {
    margin-left: 6.5vw;
  }
  #graduate_philosophy .readMoreWrap {
    margin-top: 1em;
    margin-left: 12vw;
    margin-right: 12vw;
  }
  #graduate_philosophy .readMoreWrap p {
    text-align: justify;
    letter-spacing: normal;
  }
  #graduate_philosophy .readMoreWrap .readMore {
    margin-top: 1em;
    font-size: 1.25em;
  }
  #graduate_philosophy .secWrap + .secWrap {
    margin-top: 4em;
  }
  #graduate_philosophy .secWrap .text {
    position: relative;
  }
  #graduate_philosophy .secWrap h2 {
    padding-top: 1.5em;
    font-size: 1.35em;
    line-height: 1.65;
  }
  #graduate_philosophy .secWrap h2 b {
    display: block;
  }
  #graduate_philosophy .secWrap h2 b > span {
    display: block;
  }
  #graduate_philosophy .secWrap h2 .dot_horizon {
    margin-bottom: 0.75em;
    padding-left: 14vw;
    color: #990500;
    background: url("../img/common/dot_line_horizon.png") left center no-repeat;
    background-size: 12vw 2px;
  }
  #graduate_philosophy .secWrap h2 .dot_horizon + * {
    margin: 0 12vw;
  }
  #graduate_philosophy .secWrap h2 + .ff_lato {
    position: absolute;
    top: 2vw;
    right: 6.5vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    font-size: 4em;
    z-index: -1;
    text-align: right;
  }
  #graduate_philosophy .bgRedSquare {
    background: url("../img/corporate/about/sp/sec_photo_bgSquare.png") right 2.8em no-repeat;
    background-size: 93vw 42vw;
  }
  #graduate_philosophy .acContents {
    margin: 1em 12vw 0;
  }
  #graduate_philosophy .acContents > div:nth-of-type(10) .acTrigger {
    letter-spacing: -0.035em;
  }
  #graduate_philosophy #vision .photo {
    margin-right: 3vw;
  }
  #graduate_philosophy #strength .photo {
    margin-left: 0;
  }
  #graduate_philosophy #strength section section + section {
    margin-top: 4em;
  }
  #graduate_philosophy #strength h3 {
    margin: 1em 12vw;
  }
  #graduate_philosophy #strength h3 span {
    padding: 0.35em 1em;
    line-height: 1;
    display: inline-block;
    background: #990500;
    color: #fff;
    font-weight: bold;
  }
  #graduate_philosophy #strength h3 + p {
    margin: 0 12vw;
    font-size: 1.15em;
    font-weight: bold;
  }
  #graduate_business .contents_wrap {
    background: url("../img/business/sp/articleHeadBg.png") center 3em no-repeat;
    background-size: 100% auto;
    min-height: 46.4em;
  }
  #graduate_business #brands {
    margin-bottom: 4em;
    padding-bottom: 4em;
  }
  #graduate_business #d2c_about {
    padding: 9em 4em;
    background: url("../img/business/sp/d2c_bgCircle.png") no-repeat;
    background-size: 100% auto;
  }
  #graduate_business #d2c_about p {
    margin-top: 3em;
    font-weight: bold;
  }
  #graduate_business #job_guide .bgWrap {
    margin: 3em 0;
    background: url("../img/business/sp/d2c_bg.png") left center no-repeat;
    background-size: 36vw auto;
  }
  #graduate_business #job_guide .bgWrap h2 {
    font-size: 1.85em;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #990500;
  }
  #graduate_business #job_guide .bgWrap p {
    padding: 0 4em;
    text-align: justify;
    margin-top: 1.5em;
  }
  #graduate_business #job_guide .job_list {
    position: relative;
    padding-bottom: 7.5em;
  }
  #graduate_business #job_guide .job_list:after {
    content: "";
    display: block;
    background: #f6f4f4;
    width: 60vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  #graduate_business #job_guide .job_list h3 {
    padding-top: 2em;
    padding-bottom: 0.5em;
    margin-top: 3em;
    font-size: 1.5em;
    color: #990500;
    text-align: center;
    border-bottom: #990500 solid 1px;
  }
  #graduate_business #job_guide .job_list .noteLink {
    width: 40vw;
    margin-top: 1em;
    margin-left: auto;
  }
  #graduate_business #job_guide .job_list .noteLink a {
    padding: 0.5em 0;
    color: #990500;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background: url("../img/common/icon_newWindow_red.png") right center no-repeat;
    background-size: 1em 1em;
    border-bottom: #990500 solid 1px;
  }
  #graduate_business #job_guide .job_list section {
    padding-top: 2em;
    margin-top: 2em;
    position: relative;
    align-items: start;
    background: #fff;
    border: #990500 solid 1px;
    margin-top: 8em;
    padding-bottom: 2em;
  }
  #graduate_business #job_guide .job_list section > * {
    position: relative;
    z-index: 1;
  }
  #graduate_business #job_guide .job_list section .text {
    padding: 0 4em;
  }
  #graduate_business #job_guide .job_list section .text h4 {
    font-size: 1.5em;
    color: #990500;
    font-weight: bold;
    margin: 0.5em 0 0.75em;
    display: flex;
    align-items: center;
  }
  #graduate_business #job_guide .job_list section .text h4 span {
    font-size: 0.75em;
    letter-spacing: normal;
    display: block;
    font-weight: normal;
  }
  #graduate_business #job_guide .job_list section .text p {
    min-height: 4em;
    text-align: justify;
  }
  #graduate_business #job_guide .job_list section .photo {
    margin-top: -6em;
    position: relative;
  }
  #graduate_business #job_guide .job_list section:not(.reverse) {
    margin-right: 2em;
    border-left: none;
    border-radius: 0 3em 3em 0;
  }
  #graduate_business #job_guide .job_list section:not(.reverse) .photo {
    margin-right: 1em;
  }
  #graduate_business #job_guide .job_list section:not(.reverse) .text {
    padding-right: 2em;
  }
  #graduate_business #job_guide .job_list section:not(.reverse) h4 {
    flex-flow: row-reverse;
  }
  #graduate_business #job_guide .job_list section:not(.reverse) h4 span {
    margin-left: 1em;
  }
  #graduate_business #job_guide .job_list section.reverse {
    margin-left: 2em;
    border-right: none;
    border-radius: 3em 0 0 3em;
  }
  #graduate_business #job_guide .job_list section.reverse .photo {
    margin-left: 1em;
  }
  #graduate_business #job_guide .job_list section.reverse .text {
    padding-left: 2em;
  }
  #graduate_business #job_guide .job_list section.reverse h4 span {
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
  body {
    font-size: 1.6rem;
  }
  a img {
    transition: opacity 0.2s;
  }
  a:hover img {
    opacity: 0.8;
  }
  [class*=btn_red] {
    transition: 0.2s;
  }
  [class*=btn_red]:hover {
    color: #990500;
    background-color: #fff;
    box-shadow: 0 0 0 1px #990500 inset;
  }
  [class*=btn_red]:hover:after {
    border-color: #990500;
  }
  #header {
    height: 64px;
    min-width: calc(1200px - 2em);
    padding: 0 3em 0 1em;
    justify-content: space-between;
    align-items: center;
    display: flex;
    transition: 0.3s;
    z-index: 9990;
  }
  #header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0.8em 1.5em;
    border-radius: 99px;
  }
  #header .site_title a {
    transition: 0.3s;
    display: block;
  }
  #header .site_title a:hover {
    color: #666;
  }
  #header ul {
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
  }
  #header ul li {
    margin-right: 1em;
  }
  #header ul li a {
    font-weight: 600;
    position: relative;
    transition: 0.3s;
  }
  #header ul li a:hover {
    color: #990500;
  }
  #header .hover_linear .current > a {
    color: #990500;
  }
  #header .hover_linear .current > a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 1px;
    background-color: var(--red);
  }
  #header .hover_linear .has-submenu.current > a::before {
    bottom: 0;
  }
  #header .hover_linear .current.has-submenu > a::before {
    width: calc(100% - 1.2em);
  }
  header.is-fixed #header {
    top: 10px;
  }
  header.is-fixed #header .site_title a {
    transform: scale(0.7);
  }
  .pcInner1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #indexHead {
    position: relative;
    height: 100vh;
  }
  #indexHead .swiper-container {
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
  }
  #indexHead .swiper-container .swiper {
    height: 100%;
  }
  #indexHead .swiper-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #indexHead .indexHead_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: end;
  }
  #indexHead .indexHead_text .indexHead_textJp {
    order: 1;
    background-color: rgba(153, 5, 0, 0.85);
    padding: 1.5em 3em;
    width: 45%;
    text-align: left;
    border-radius: 0 999px 999px 0;
    font-size: max(16px, 1.4vw);
  }
  #indexHead .indexHead_text .indexHead_textEn {
    order: 2;
    transform: translateX(-3.5em);
    line-height: 1;
    margin-bottom: 2em;
  }
  #indexHead .indexHead_text .indexHead_textEn b {
    font-size: 6.25vw;
  }
  #indexHead .swiper-pagination {
    top: 50%;
    right: 10px;
    left: inherit;
    bottom: inherit;
    height: auto;
    width: auto;
    transform: rotate(90deg);
  }
  section {
    margin-top: 120px;
  }
  .secWrap + .secWrap {
    margin-top: 156px;
  }
  .subpage .article_pageTitle_low + .secWrap:not(.bg_gray) section {
    margin-top: 35px;
  }
  .home section.pcDf_jcsb {
    align-items: flex-end;
  }
  .home section.pcDf_jcsb .photo {
    border-radius: 48px;
    overflow: hidden;
  }
  .home section.pcDf_jcsb .photo img {
    width: 100%;
    max-width: 100%;
  }
  .home section.pcDf_jcsb .text {
    padding: 0 2.5em;
  }
  .home section.pcDf_jcsb .text p {
    margin-bottom: 1.5em;
  }
  .home section.pcDf_jcsb .text .btn_red_pill {
    max-width: 300px;
  }
  .home #news {
    position: relative;
  }
  .home #news section.pcDf_jcsb {
    align-items: start;
  }
  .home #news .pcCol2 > * {
    width: auto;
  }
  .home #news .news_list {
    width: 810px;
  }
  .home #news h3 {
    max-width: 1200px;
    text-align: right;
    position: absolute;
    top: 6em;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home #news ul {
    margin: 4em 0 2em;
  }
  .home #news .btn_red_pill {
    max-width: 300px;
    margin: 6rem 0 0;
  }
  .home #recruit .photo {
    margin-left: -60px;
    width: calc(48.5% + 60px);
    border-radius: 0;
  }
  .home #recruit a {
    padding: 1em;
  }
  .home #recruit .lineheight_x2 a {
    line-height: 2.6;
    margin-bottom: 1em;
  }
  .contact_guide .contact_list {
    display: flex;
    justify-content: center;
    margin: 3em auto 0;
    max-width: 1200px;
  }
  .contact_guide .contact_list > div {
    width: 50%;
  }
  .contact_guide .contact_list > div a {
    max-width: 380px;
    width: 100%;
    margin: 1em auto 0;
  }
  .article_pageTitle {
    padding-top: 226px;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
  }
  .article_pageTitle b {
    font-size: 1.7em;
    color: #990500;
  }
  .greeting {
    max-width: 800px;
    margin: 0.5em auto 80px;
  }
  .greeting b {
    font-size: 1.625em;
  }
  .greeting hr {
    width: 120px;
    height: 4px;
    margin: 2.5em auto;
    background: url("../img/common/dot_line_horizon_long.png") no-repeat;
    border: none;
  }
  #graduate_philosophy .secWrap + .secWrap {
    margin-top: 100px;
  }
  #graduate_philosophy .secWrap h2 {
    font-size: 1.5em;
    line-height: 1.65;
  }
  #graduate_philosophy .secWrap h2 b {
    display: block;
  }
  #graduate_philosophy .secWrap h2 b > span {
    display: block;
  }
  #graduate_philosophy .secWrap h2 .dot_horizon {
    margin-bottom: 0.75em;
    padding-left: 100px;
    color: #990500;
    background: url("../img/common/dot_line_horizon.png") left center no-repeat;
  }
  #graduate_philosophy .secWrap h2 + .ff_lato {
    margin-top: 0.25em;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    font-size: 5.6em;
  }
  #graduate_philosophy .secWrap .text {
    padding-left: 50px;
  }
  #graduate_philosophy .bgRedSquare {
    padding-top: 2em;
    background: url("../img/corporate/about/pc/sec_photo_bgSquare.png") right top no-repeat;
    background-size: 37.5vw 224px;
  }
  #graduate_philosophy #principles .photo {
    margin-left: -60px;
  }
  #graduate_philosophy #principles .photo img {
    max-width: none;
  }
  #graduate_philosophy #strength section section {
    margin-top: 80px;
  }
  #graduate_philosophy #strength h3 {
    text-align: center;
    margin-bottom: 1em;
  }
  #graduate_philosophy #strength h3 span {
    padding: 0.35em 2em;
    line-height: 1;
    display: inline-block;
    background: #990500;
    color: #fff;
    font-weight: bold;
  }
  #graduate_philosophy #strength h3 + p {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
  }
  #graduate_business .contents_wrap {
    background: url("../img/business/pc/articleHeadBg.png") center 85px no-repeat;
  }
  #graduate_business #d2c_about {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #990500 50%, #990500 100%);
    font-size: 1.25em;
  }
  #graduate_business #d2c_about .pcInner1200 {
    padding: 100px 80px;
    border-radius: 60px;
    background: #990500;
  }
  #graduate_business #d2c_about p {
    letter-spacing: normal;
    padding-left: 1em;
  }
  #graduate_business #job_guide {
    margin-top: 6em;
  }
  #graduate_business #job_guide .bgWrap {
    background: url("../img/business/pc/d2c_bg.png") 1% 1em no-repeat;
  }
  #graduate_business #job_guide .bgWrap h2,
  #graduate_business #job_guide .bgWrap p {
    max-width: 800px;
    margin: auto;
  }
  #graduate_business #job_guide .bgWrap h2 {
    font-size: 2.5em;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #990500;
  }
  #graduate_business #job_guide .bgWrap p {
    margin-top: 2em;
  }
  #graduate_business #job_guide .job_list {
    position: relative;
    padding-bottom: 6em;
  }
  #graduate_business #job_guide .job_list:after {
    content: "";
    display: block;
    background: #f6f4f4;
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  #graduate_business #job_guide .job_list h3 {
    padding-top: 3em;
    padding-bottom: 0.5em;
    margin-top: 4em;
    margin-bottom: 92px;
    font-size: 1.5em;
    color: #990500;
    text-align: center;
    border-bottom: #990500 solid 1px;
  }
  #graduate_business #job_guide .job_list h4 {
    margin-bottom: 0.25em;
  }
  #graduate_business #job_guide .job_list .noteLink {
    width: 260px;
    margin-top: 1em;
    margin-left: auto;
  }
  #graduate_business #job_guide .job_list .noteLink a {
    padding: 0.5em 0;
    color: #990500;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background: url("../img/common/icon_newWindow_red.png") right center no-repeat;
    background-size: 1em 1em;
    border-bottom: #990500 solid 1px;
  }
  #graduate_business #job_guide .job_list section {
    padding-top: 3.75em;
    margin-top: 3.75em;
    position: relative;
    align-items: start;
  }
  #graduate_business #job_guide .job_list section > * {
    position: relative;
    z-index: 1;
  }
  #graduate_business #job_guide .job_list section .text {
    padding: 0 3em;
  }
  #graduate_business #job_guide .job_list section .text h4 {
    font-size: 1.5em;
    color: #990500;
    font-weight: bold;
  }
  #graduate_business #job_guide .job_list section .text h4 span {
    font-size: 0.75em;
    letter-spacing: normal;
    display: inline-block;
    font-weight: normal;
    margin-right: 0.75em;
  }
  #graduate_business #job_guide .job_list section .text p {
    min-height: 4em;
  }
  #graduate_business #job_guide .job_list section .photo img {
    max-width: none;
  }
  #graduate_business #job_guide .job_list section:after {
    content: "";
    background: #fff;
    border: #990500 solid 1px;
    border-radius: 60px;
    width: 1000px;
    height: 305px;
    position: absolute;
    top: 0;
  }
  #graduate_business #job_guide .job_list section:not(.reverse)::after {
    right: 0;
  }
  #graduate_business #job_guide .job_list section:not(.reverse) .photo {
    padding-left: 3em;
  }
  #graduate_business #job_guide .job_list section.reverse:after {
    left: 0;
  }
  #header #navBody ul li.has-submenu > a {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  #header #navBody ul li.has-submenu > a::after {
    content: "";
    border: solid #990500;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    width: auto;
    height: auto;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
    margin: 0 0.3em;
  }
  #header #navBody ul li.has-submenu.is-open > a {
    color: #990500;
  }
  #header #navBody ul li.has-submenu.is-open > a::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
  #header .subMenu {
    width: 100%;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 2.5em;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  }
  #header .subMenu_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  #header .subMenu_inner a {
    font-weight: 400;
    position: relative;
    transition: 0.3s;
  }
  #header .subMenu_inner a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #990500;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  #header .subMenu_inner a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #header .subMenu_inner a:hover {
    color: #990500;
  }
  #header .subMenu_inner .submenu-header {
    margin-bottom: 1em;
  }
  #header .subMenu_inner .submenu-header a, #header .subMenu_inner .submenu-header p {
    display: inline-block;
    font-weight: bold;
    font-size: 1.5em;
    padding-right: 1.5em;
  }
  #header .subMenu_inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
  }
  #header .subMenu_inner li {
    max-width: 380px;
    flex: 1 1 calc((100% - 60px) / 3);
    box-sizing: border-box;
    border-bottom: 1px dotted #BCBBBB;
    margin: 0;
    align-items: center;
    display: flex;
  }
  #header .subMenu_inner li a {
    line-height: 1.5;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    padding: 1em 0;
    width: 100%;
    cursor: pointer;
    white-space: wrap;
    padding-right: 20px;
  }
  #header #navBody ul li.has-submenu.is-open > .subMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #header .submenu-back {
    display: none;
  }
  #footer_contents {
    max-width: 1200px;
    width: 100%;
    padding: 3.8em 0 2.5em;
    margin-bottom: 1.9em;
    border-bottom: 1px solid #D9D9D9;
  }
  #footer_contents > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
  }
  #footer_contents > ul > li {
    max-width: 285px;
    flex: 1 1 calc((100% - 80px) / 4);
  }
  #footer_contents .menu_link {
    font-weight: bold;
    color: #990500;
  }
  #footer_contents .accordion_wrap + .accordion_wrap {
    margin-top: 2em;
  }
  #footer_contents .accordion_contents li {
    line-height: 1;
    margin: 0.8em 0;
  }
  #footer_contents .accordion_contents a {
    font-size: 0.875em;
    line-height: 1.5;
    display: inline-block;
    padding-left: 1em;
    position: relative;
    transition: 0.3s;
  }
  #footer_contents .accordion_contents a::before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    background-color: #990500;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  #footer_contents .accordion_contents a:hover {
    color: #990500;
  }
  .footer_logo {
    max-width: 1200px;
    width: 100%;
  }
  .hover_linear a {
    text-decoration: none !important;
  }
  .hover_linear a span {
    text-decoration: none !important;
    background: linear-gradient(#990500, #990500) 0 100%/0 1px no-repeat;
    display: inline;
    transition: 0.3s;
  }
  .hover_linear a:hover span {
    color: #990500;
    background-size: 100% 1px;
  }
}
.muDb {
  display: block !important;
}

.muDn {
  display: none !important;
}

.muFwn {
  font-weight: normal;
}

.muFwb {
  font-weight: bold;
}

.muTal {
  text-align: left;
}

.muTar {
  text-align: right;
}

.muTac {
  text-align: center;
}

.muPor {
  position: relative;
}

.muPoa {
  position: absolute;
}

.muPen {
  pointer-events: none;
}

.muDf_noWrap {
  display: flex;
}

.muDf {
  display: flex;
  flex-wrap: wrap;
}

.muDf_jcsb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.muDf_jcc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

[class*=Df]::before {
  order: 100;
}

[class*=muDf].ais {
  align-items: start;
}
[class*=muDf].aic {
  align-items: center;
}
[class*=muDf].aie {
  align-items: flex-end;
}
[class*=muDf].reverse {
  flex-direction: row-reverse;
}
[class*=muDf].dirCol {
  flex-direction: column;
}

.muOw,
[class*=muOw_of] {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.muOw_restore {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

[class*=muOw_of] img {
  width: 100%;
  height: 100%;
}

.muOw_of_cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.muFz05e {
  font-size: 0.5em;
}

.muFz06e {
  font-size: 0.6em;
}

.muFz07e {
  font-size: 0.7em;
}

.muFz08e {
  font-size: 0.8em;
}

.muFz09e {
  font-size: 0.9em;
}

.muFz10e {
  font-size: 1em;
}

.muFz11e {
  font-size: 1.1em;
}

.muFz12e {
  font-size: 1.2em;
}

.muFz13e {
  font-size: 1.3em;
}

.muFz14e {
  font-size: 1.4em;
}

.muFz15e {
  font-size: 1.5em;
}

.muFz16e {
  font-size: 1.6em;
}

.muFz17e {
  font-size: 1.7em;
}

.muFz18e {
  font-size: 1.8em;
}

.muFz19e {
  font-size: 1.9em;
}

.muFz20e {
  font-size: 2em;
}

.muMa {
  margin-left: auto !important;
  margin-right: auto !important;
}

.muW100p {
  width: 100% !important;
}

.muMax240 {
  max-width: 240px;
}

.muMax320 {
  max-width: 320px;
}

.muMax480 {
  max-width: 480px;
}

.muMax640 {
  max-width: 640px;
}

.muMax768 {
  max-width: 768px;
}

.muMax1000 {
  max-width: 1000px;
}

.muVp1e {
  padding-top: 1em;
  padding-bottom: 1em;
}

.muHp1e {
  padding-left: 1em;
  padding-right: 1em;
}

.muVm1e {
  margin-top: 1em;
  margin-bottom: 1em;
}

.muPt1e {
  padding-top: 1em;
}

.muPb1e {
  padding-bottom: 1em;
}

.muPl1e {
  padding-left: 1em;
}

.muPr1e {
  padding-right: 1em;
}

.muMt1e {
  margin-top: 1em;
}

.muMb1e {
  margin-bottom: 1em;
}

.muMl1e {
  margin-left: 1em;
}

.muMr1e {
  margin-right: 1em;
}

.muVp2e {
  padding-top: 2em;
  padding-bottom: 2em;
}

.muHp2e {
  padding-left: 2em;
  padding-right: 2em;
}

.muVm2e {
  margin-top: 2em;
  margin-bottom: 2em;
}

.muPt2e {
  padding-top: 2em;
}

.muPb2e {
  padding-bottom: 2em;
}

.muPl2e {
  padding-left: 2em;
}

.muPr2e {
  padding-right: 2em;
}

.muMt2e {
  margin-top: 2em;
}

.muMb2e {
  margin-bottom: 2em;
}

.muMl2e {
  margin-left: 2em;
}

.muMr2e {
  margin-right: 2em;
}

.muVp3e {
  padding-top: 3em;
  padding-bottom: 3em;
}

.muHp3e {
  padding-left: 3em;
  padding-right: 3em;
}

.muVm3e {
  margin-top: 3em;
  margin-bottom: 3em;
}

.muPt3e {
  padding-top: 3em;
}

.muPb3e {
  padding-bottom: 3em;
}

.muPl3e {
  padding-left: 3em;
}

.muPr3e {
  padding-right: 3em;
}

.muMt3e {
  margin-top: 3em;
}

.muMb3e {
  margin-bottom: 3em;
}

.muMl3e {
  margin-left: 3em;
}

.muMr3e {
  margin-right: 3em;
}

.muVp4e {
  padding-top: 4em;
  padding-bottom: 4em;
}

.muHp4e {
  padding-left: 4em;
  padding-right: 4em;
}

.muVm4e {
  margin-top: 4em;
  margin-bottom: 4em;
}

.muPt4e {
  padding-top: 4em;
}

.muPb4e {
  padding-bottom: 4em;
}

.muPl4e {
  padding-left: 4em;
}

.muPr4e {
  padding-right: 4em;
}

.muMt4e {
  margin-top: 4em;
}

.muMb4e {
  margin-bottom: 4em;
}

.muMl4e {
  margin-left: 4em;
}

.muMr4e {
  margin-right: 4em;
}

.muVp5e {
  padding-top: 5em;
  padding-bottom: 5em;
}

.muHp5e {
  padding-left: 5em;
  padding-right: 5em;
}

.muVm5e {
  margin-top: 5em;
  margin-bottom: 5em;
}

.muPt5e {
  padding-top: 5em;
}

.muPb5e {
  padding-bottom: 5em;
}

.muPl5e {
  padding-left: 5em;
}

.muPr5e {
  padding-right: 5em;
}

.muMt5e {
  margin-top: 5em;
}

.muMb5e {
  margin-bottom: 5em;
}

.muMl5e {
  margin-left: 5em;
}

.muMr5e {
  margin-right: 5em;
}

.muVp6e {
  padding-top: 6em;
  padding-bottom: 6em;
}

.muHp6e {
  padding-left: 6em;
  padding-right: 6em;
}

.muVm6e {
  margin-top: 6em;
  margin-bottom: 6em;
}

.muPt6e {
  padding-top: 6em;
}

.muPb6e {
  padding-bottom: 6em;
}

.muPl6e {
  padding-left: 6em;
}

.muPr6e {
  padding-right: 6em;
}

.muMt6e {
  margin-top: 6em;
}

.muMb6e {
  margin-bottom: 6em;
}

.muMl6e {
  margin-left: 6em;
}

.muMr6e {
  margin-right: 6em;
}

.muVp7e {
  padding-top: 7em;
  padding-bottom: 7em;
}

.muHp7e {
  padding-left: 7em;
  padding-right: 7em;
}

.muVm7e {
  margin-top: 7em;
  margin-bottom: 7em;
}

.muPt7e {
  padding-top: 7em;
}

.muPb7e {
  padding-bottom: 7em;
}

.muPl7e {
  padding-left: 7em;
}

.muPr7e {
  padding-right: 7em;
}

.muMt7e {
  margin-top: 7em;
}

.muMb7e {
  margin-bottom: 7em;
}

.muMl7e {
  margin-left: 7em;
}

.muMr7e {
  margin-right: 7em;
}

.muH100 {
  height: 100px;
}

.muH150 {
  height: 150px;
}

.muH200 {
  height: 200px;
}

.muH250 {
  height: 250px;
}

.muH300 {
  height: 300px;
}

.colMb05e > * {
  margin-bottom: 0.5em;
}

.colMb1e > * {
  margin-bottom: 1em;
}

.colMb2e > * {
  margin-bottom: 2em;
}

.gap60 img, .gap40 img {
  width: 100%;
  height: auto;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .spPen {
    pointer-events: none;
  }
  .spFwn {
    font-weight: normal;
  }
  .spFwb {
    font-weight: bold;
  }
  .spTal {
    text-align: left;
  }
  .spTar {
    text-align: right;
  }
  .spTac {
    text-align: center;
  }
  .spDb {
    display: block !important;
  }
  .spDn {
    display: none !important;
  }
  .spDf_noWrap {
    display: flex;
  }
  .spDf {
    display: flex;
    flex-wrap: wrap;
  }
  .spDf_jcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .spDf_jcsb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [class*=spDf].aic {
    align-items: center;
  }
  [class*=spDf].aie {
    align-items: flex-end;
  }
  [class*=spDf].reverse {
    flex-direction: row-reverse;
  }
  [class*=spDf].dirCol {
    flex-direction: column;
  }
  .spPartition2::before, .spPartition2::after,
  .spPartition2 > * {
    width: 50%;
  }
  .spPartition3::before, .spPartition3::after,
  .spPartition3 > * {
    width: 33.3%;
    width: 33.3333333333%;
  }
  .spCol2::before, .spCol2::after,
  .spCol2 > * {
    width: 48.5%;
  }
  .spCol3::before, .spCol3::after,
  .spCol3 > * {
    width: 33%;
  }
  .spFz05e {
    font-size: 0.5em;
  }
  .spFz06e {
    font-size: 0.6em;
  }
  .spFz07e {
    font-size: 0.7em;
  }
  .spFz08e {
    font-size: 0.8em;
  }
  .spFz09e {
    font-size: 0.9em;
  }
  .spFz10e {
    font-size: 1em;
  }
  .spFz11e {
    font-size: 1.1em;
  }
  .spFz12e {
    font-size: 1.2em;
  }
  .spFz13e {
    font-size: 1.3em;
  }
  .spFz14e {
    font-size: 1.4em;
  }
  .spFz15e {
    font-size: 1.5em;
  }
  .spFz16e {
    font-size: 1.6em;
  }
  .spFz17e {
    font-size: 1.7em;
  }
  .spFz18e {
    font-size: 1.8em;
  }
  .spFz19e {
    font-size: 1.9em;
  }
  .spFz20e {
    font-size: 2em;
  }
  .spVp1e {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .spVm1e {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .spPt1e {
    padding-top: 1em;
  }
  .spPb1e {
    padding-bottom: 1em;
  }
  .spPl1e {
    padding-left: 1em;
  }
  .spPr1e {
    padding-right: 1em;
  }
  .spMt1e {
    margin-top: 1em;
  }
  .spMb1e {
    margin-bottom: 1em;
  }
  .spMl1e {
    margin-left: 1em;
  }
  .spMr1e {
    margin-right: 1em;
  }
  .spVp2e {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .spVm2e {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .spPt2e {
    padding-top: 2em;
  }
  .spPb2e {
    padding-bottom: 2em;
  }
  .spPl2e {
    padding-left: 2em;
  }
  .spPr2e {
    padding-right: 2em;
  }
  .spMt2e {
    margin-top: 2em;
  }
  .spMb2e {
    margin-bottom: 2em;
  }
  .spMl2e {
    margin-left: 2em;
  }
  .spMr2e {
    margin-right: 2em;
  }
  .spVp3e {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .spVm3e {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .spPt3e {
    padding-top: 3em;
  }
  .spPb3e {
    padding-bottom: 3em;
  }
  .spPl3e {
    padding-left: 3em;
  }
  .spPr3e {
    padding-right: 3em;
  }
  .spMt3e {
    margin-top: 3em;
  }
  .spMb3e {
    margin-bottom: 3em;
  }
  .spMl3e {
    margin-left: 3em;
  }
  .spMr3e {
    margin-right: 3em;
  }
  .spVp4e {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .spVm4e {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .spPt4e {
    padding-top: 4em;
  }
  .spPb4e {
    padding-bottom: 4em;
  }
  .spPl4e {
    padding-left: 4em;
  }
  .spPr4e {
    padding-right: 4em;
  }
  .spMt4e {
    margin-top: 4em;
  }
  .spMb4e {
    margin-bottom: 4em;
  }
  .spMl4e {
    margin-left: 4em;
  }
  .spMr4e {
    margin-right: 4em;
  }
  .spVp5e {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .spVm5e {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .spPt5e {
    padding-top: 5em;
  }
  .spPb5e {
    padding-bottom: 5em;
  }
  .spPl5e {
    padding-left: 5em;
  }
  .spPr5e {
    padding-right: 5em;
  }
  .spMt5e {
    margin-top: 5em;
  }
  .spMb5e {
    margin-bottom: 5em;
  }
  .spMl5e {
    margin-left: 5em;
  }
  .spMr5e {
    margin-right: 5em;
  }
  .spOw,
  [class*=spOw_of] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .gap60 {
    gap: 4vw;
  }
  .spCol1.gap60 {
    row-gap: 10.666vw;
  }
  .spCol1.gap60 > * {
    width: 100%;
  }
  .spCol2.gap60 > * {
    width: calc(50% - 2vw - 1px);
  }
  .spCol3.gap60 > * {
    width: calc(33.333% - 2.666vw);
  }
  .gap40 {
    gap: 6.666vw;
  }
  .spCol1.gap40 > * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pcPen {
    pointer-events: none;
  }
  .pcFwn {
    font-weight: normal;
  }
  .pcFwb {
    font-weight: bold;
  }
  .pcTal {
    text-align: left;
  }
  .pcTar {
    text-align: right;
  }
  .pcTac {
    text-align: center;
  }
  .pcDb {
    display: block !important;
  }
  .pcDn {
    display: none !important;
  }
  .pcDf_noWrap {
    display: flex;
  }
  .pcDf {
    display: flex;
    flex-wrap: wrap;
  }
  .pcDf_jcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pcDf_jcsb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [class*=pcDf].ais {
    align-items: start;
  }
  [class*=pcDf].aic {
    align-items: center;
  }
  [class*=pcDf].aie {
    align-items: flex-end;
  }
  [class*=pcDf].reverse {
    flex-direction: row-reverse;
  }
  [class*=pcDf].dirCol {
    flex-direction: column;
  }
  .pcPartition2 > * {
    width: 50%;
  }
  .pcCol2::before, .pcCol2::after,
  .pcCol2 > * {
    width: 48.5%;
  }
  .pcPartition3 > * {
    width: 33.3%;
    width: 33.3333333333%;
  }
  .pcCol3::before, .pcCol3::after,
  .pcCol3 > * {
    width: 32%;
  }
  .pcPartition4 > * {
    width: 25%;
  }
  .pcCol4::before, .pcCol4::after,
  .pcCol4 > * {
    width: 24.2%;
  }
  .houseDatas {
    align-items: normal;
  }
  .pcFz05e {
    font-size: 0.5em;
  }
  .pcFz06e {
    font-size: 0.6em;
  }
  .pcFz07e {
    font-size: 0.7em;
  }
  .pcFz08e {
    font-size: 0.8em;
  }
  .pcFz09e {
    font-size: 0.9em;
  }
  .pcFz10e {
    font-size: 1em;
  }
  .pcFz11e {
    font-size: 1.1em;
  }
  .pcFz12e {
    font-size: 1.2em;
  }
  .pcFz13e {
    font-size: 1.3em;
  }
  .pcFz14e {
    font-size: 1.4em;
  }
  .pcFz15e {
    font-size: 1.5em;
  }
  .pcFz16e {
    font-size: 1.6em;
  }
  .pcFz17e {
    font-size: 1.7em;
  }
  .pcFz18e {
    font-size: 1.8em;
  }
  .pcFz19e {
    font-size: 1.9em;
  }
  .pcFz20e {
    font-size: 2em;
  }
  .pcVp1e {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .pcVm1e {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .pcPt1e {
    padding-top: 1em;
  }
  .pcPb1e {
    padding-bottom: 1em;
  }
  .pcPl1e {
    padding-left: 1em;
  }
  .pcPr1e {
    padding-right: 1em;
  }
  .pcMt1e {
    margin-top: 1em;
  }
  .pcMb1e {
    margin-bottom: 1em;
  }
  .pcMl1e {
    margin-left: 1em;
  }
  .pcMr1e {
    margin-right: 1em;
  }
  .pcVp2e {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .pcVm2e {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .pcPt2e {
    padding-top: 2em;
  }
  .pcPb2e {
    padding-bottom: 2em;
  }
  .pcPl2e {
    padding-left: 2em;
  }
  .pcPr2e {
    padding-right: 2em;
  }
  .pcMt2e {
    margin-top: 2em;
  }
  .pcMb2e {
    margin-bottom: 2em;
  }
  .pcMl2e {
    margin-left: 2em;
  }
  .pcMr2e {
    margin-right: 2em;
  }
  .pcVp3e {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .pcVm3e {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .pcPt3e {
    padding-top: 3em;
  }
  .pcPb3e {
    padding-bottom: 3em;
  }
  .pcPl3e {
    padding-left: 3em;
  }
  .pcPr3e {
    padding-right: 3em;
  }
  .pcMt3e {
    margin-top: 3em;
  }
  .pcMb3e {
    margin-bottom: 3em;
  }
  .pcMl3e {
    margin-left: 3em;
  }
  .pcMr3e {
    margin-right: 3em;
  }
  .pcVp4e {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .pcVm4e {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .pcPt4e {
    padding-top: 4em;
  }
  .pcPb4e {
    padding-bottom: 4em;
  }
  .pcPl4e {
    padding-left: 4em;
  }
  .pcPr4e {
    padding-right: 4em;
  }
  .pcMt4e {
    margin-top: 4em;
  }
  .pcMb4e {
    margin-bottom: 4em;
  }
  .pcMl4e {
    margin-left: 4em;
  }
  .pcMr4e {
    margin-right: 4em;
  }
  .pcVp5e {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .pcVm5e {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .pcPt5e {
    padding-top: 5em;
  }
  .pcPb5e {
    padding-bottom: 5em;
  }
  .pcPl5e {
    padding-left: 5em;
  }
  .pcPr5e {
    padding-right: 5em;
  }
  .pcMt5e {
    margin-top: 5em;
  }
  .pcMb5e {
    margin-bottom: 5em;
  }
  .pcMl5e {
    margin-left: 5em;
  }
  .pcMr5e {
    margin-right: 5em;
  }
  .gap60 {
    gap: 60px;
  }
  .pcCol2.gap60 > * {
    width: calc(50% - 30px);
  }
  .pcCol3.gap60 > * {
    width: calc(33.333% - 40px);
  }
  .gap40 {
    gap: 40px;
  }
  .pcCol2.gap40 > * {
    width: calc(50% - 20px);
  }
}
.blank_link a {
  position: relative;
  width: 90%;
  display: block;
}
.blank_link a::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../img/common/icon_newWindow_red.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.icon_arw a {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.icon_arw a span {
  text-decoration: underline;
  transition: 0.3s;
}
.icon_arw a::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: #990500;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.icon_arw a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .icon_arw a:hover {
    color: #990500;
  }
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]) {
  transition-duration: 0.8s;
  transition-delay: 0.1s;
  opacity: 0;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).show {
  opacity: 1;
  transform: translate(0, 0);
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay00 {
  transition-delay: 0.1s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay01 {
  transition-delay: 0.2s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay02 {
  transition-delay: 0.4s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay03 {
  transition-delay: 0.6s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay04 {
  transition-delay: 0.8s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay05 {
  transition-delay: 1s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay06 {
  transition-delay: 1.2s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay07 {
  transition-delay: 1.4s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay08 {
  transition-delay: 1.6s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay09 {
  transition-delay: 1.8s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay10 {
  transition-delay: 2s;
}

span[class*=fade_]:not(.pcDb):not(.spDb):not(.muDb) {
  display: inline-block;
}

picture[class*=fade_]:not(.pcDb):not(.spDb):not(.muDb) {
  display: block;
}

.fade_left {
  transform: translateX(2rem);
}

.fade_right {
  transform: translateX(-2rem);
}

.fade_up {
  transform: translateY(2rem);
}

.fade_down {
  transform: translateY(-2rem);
}

.fade_circleMask,
[class*=fade_squareMask] {
  position: relative;
}
.fade_circleMask img,
[class*=fade_squareMask] img {
  transition: 1.6s 0.4s;
}

.fade_circleMask img {
  clip-path: circle(0 at center);
}
.fade_circleMask.show img {
  clip-path: circle(100% at center);
}

.fade_squareMask_right img {
  clip-path: inset(0 100% 0 0);
}

.fade_squareMask_center img {
  clip-path: inset(0 50% 0 50%);
}

.fade_squareMask_up img {
  clip-path: inset(100% 0 0 0);
}

[class*=fade_squareMask].show img {
  clip-path: inset(0 0 0 0);
}/*# sourceMappingURL=style.css.map */