/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style-en.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit], input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

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

@-webkit-keyframes zoom-img {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoom-img {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
html {
  font-size: 16px;
  min-height: 100%;
  scroll-behavior: smooth;
  position: relative;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
@media screen and (max-width: 620.98px) {
  html {
    font-size: 3.13vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-weight: 300;
  color: #4b4848;
  background: #fff;
  line-height: 1;
  min-height: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

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

input,
textarea {
  border-radius: 0;
  outline: none;
}

.l-breadcrumb {
  margin: 15px 0 65px;
}
@media screen and (max-width: 766.98px) {
  .l-breadcrumb {
    margin: 4.694vw 0 11.735vw;
  }
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .l-breadcrumb__list {
    font-size: 2.608vw;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.l-breadcrumb__list a {
  color: #7f7f7f !important;
  position: relative;
}
.l-breadcrumb__list a::after {
  content: "";
  background: #b7b6b5;
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms ease 0s;
  transition: -webkit-transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
}
.l-breadcrumb__list a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.l-breadcrumb__list li::after {
  content: ">";
  padding: 0 8px;
  color: #7f7f7f;
}
@media screen and (max-width: 766.98px) {
  .l-breadcrumb__list li::after {
    padding: 0 1.304vw;
  }
}
.l-breadcrumb__list li + li:last-child {
  color: #000 !important;
}
.l-breadcrumb__list li + li:last-child::after {
  display: none;
}

.l-footer {
  background: #1a1a1a;
  padding: 80px 0;
}
@media screen and (max-width: 766.98px) {
  .l-footer {
    padding: 14.994vw 0;
  }
}
.l-footer__inner {
  color: #b7b6b5;
  position: relative;
}
.l-footer__img img {
  width: 185px;
}
@media screen and (max-width: 766.98px) {
  .l-footer__img img {
    width: 44.33vw;
  }
}
@media screen and (max-width: 766.98px) {
  .l-footer__nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 9.779vw;
    border-top: 1px solid #6f6d6c;
    border-bottom: 1px solid #6f6d6c;
    padding: 6.52vw 0;
  }
}
.l-footer__navi {
  margin-top: 40px;
}
@media screen and (max-width: 766.98px) {
  .l-footer__navi {
    margin-top: 0;
    width: calc(100% - 35.204vw);
    padding: 2.608vw 0;
  }
}
.l-footer__navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid #6f6d6c;
  border-bottom: 1px solid #6f6d6c;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .l-footer__navi-list {
    display: block;
    padding: 0;
    border: none;
    font-size: 3.39vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 766.98px) {
  .l-footer__navi-list li + li {
    margin-top: 6.52vw;
  }
}
.l-footer__navi-list a {
  color: #fff;
}
@media (min-width: 621px) {
  .l-footer__navi-list a {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .l-footer__navi-list a:hover {
    opacity: 0.7;
  }
}
.l-footer__subnavi {
  margin-top: 22px;
}
@media screen and (max-width: 766.98px) {
  .l-footer__subnavi {
    margin-top: 0;
    width: 35.204vw;
    padding: 2.608vw 0 2.608vw 5.216vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid #6f6d6c;
  }
}
.l-footer__subnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .l-footer__subnavi-list {
    display: block;
    font-size: 2.608vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 766.98px) {
  .l-footer__subnavi-list li + li {
    margin-top: 7.823vw;
  }
}
@media print, screen and (min-width: 767px) {
  .l-footer__subnavi-list li.is-corporate {
    position: absolute;
    right: 0;
    top: -10px;
  }
}
.l-footer__subnavi-list li.is-corporate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  font-family: "Amiri", Noto Serif JP, serif;
  color: #000;
  width: 144px;
  height: 40px;
  padding-top: 2px;
}
@media screen and (max-width: 766.98px) {
  .l-footer__subnavi-list li.is-corporate a {
    width: auto;
    height: 8.345vw;
  }
}
.l-footer__subnavi-list li.is-corporate a::after {
  top: -2px;
  background-image: url("../img/common/icn-external-03.svg");
}
@media screen and (max-width: 766.98px) {
  .l-footer__subnavi-list li.is-corporate a::after {
    top: -1px;
  }
}
.l-footer__subnavi-list a {
  color: #b7b6b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 621px) {
  .l-footer__subnavi-list a {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .l-footer__subnavi-list a:hover {
    opacity: 0.7;
  }
}
.l-footer__subnavi-list a::after {
  content: "";
  position: relative;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  background: url("../img/common/icn-external-01.svg") no-repeat center/10px;
}
@media screen and (max-width: 766.98px) {
  .l-footer__subnavi-list a::after {
    width: 2.087vw;
    height: 2.087vw;
    background-size: 2.087vw;
  }
}
.l-footer__row {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 766.98px) {
  .l-footer__row {
    margin-top: 11.735vw;
    display: block;
  }
}
.l-footer__support-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .l-footer__support-navi-list {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media print, screen and (min-width: 767px) {
  .l-footer__support-navi-list li::before {
    content: "|";
    margin: 0 10px;
  }
}
.l-footer__support-navi-list li:first-child::before {
  display: none;
}
@media screen and (max-width: 766.98px) {
  .l-footer__support-navi-list li {
    margin-bottom: 3.912vw;
  }
  .l-footer__support-navi-list li:nth-child(n+5) {
    padding-left: 6.52vw;
  }
}
.l-footer__support-navi-list a {
  color: #b7b6b5;
}
@media (min-width: 621px) {
  .l-footer__support-navi-list a {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .l-footer__support-navi-list a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  margin-left: auto;
  font-size: 10px;
  font-family: "Amiri", Noto Serif JP, serif;
  letter-spacing: 0.2em;
  color: #b7b6b5;
}
@media screen and (max-width: 766.98px) {
  .l-footer__copyright {
    margin-top: 13.039vw;
  }
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1010;
}
.l-header.is-white .l-header__logo .is-white {
  opacity: 1;
}
.l-header.is-white .l-header__logo .is-black {
  opacity: 0;
}
.l-header.is-white .l-header__trigger-line {
  background: #fff;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 767px) {
  .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header__logo {
  position: relative;
  z-index: 990;
  margin: 65px 2.728vw 0 0;
  width: 222px;
  height: 26px;
}
@media screen and (max-width: 766.98px) {
  .l-header__logo {
    margin: 6.52vw 0 0 6.52vw;
  }
}
.l-header__logo img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 766.98px) {
  .l-header__logo img {
    width: 38.463vw;
  }
}
.l-header__logo .is-white {
  opacity: 0;
}
.l-header__logo.show-megamenu .is-white {
  opacity: 1;
}
.l-header__logo.show-megamenu .is-black {
  opacity: 0;
}
.l-header__logo.show-modal-navi .is-white {
  opacity: 0;
}
.l-header__logo.show-modal-navi .is-black {
  opacity: 0;
}
.l-header__bg {
  width: 72.729vw;
  height: 110px;
  padding-right: 4.546vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__bg::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 72.729vw;
  height: 110px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 766.98px) {
  .l-header__bg {
    height: auto;
    width: auto;
    background: transparent;
  }
  .l-header__bg::before {
    display: none;
  }
}
@media screen and (max-width: 766.98px) {
  .l-header__navi {
    display: none;
  }
}
.l-header__navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  gap: 1.288vw;
}
.l-header__navi-list > li.is-search > a {
  width: 16px;
  height: 16px;
  background: url("../img/common/icn-grass-01.svg") no-repeat top/16px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
.l-header__navi-list > li.is-search > a:hover {
  opacity: 0.7;
}
.l-header__navi-list > li.is-search > a::after {
  display: none;
}
.l-header__navi-list > li > a {
  display: block;
  padding-bottom: 23px;
  position: relative;
}
.l-header__navi-list > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms ease 0s;
  transition: -webkit-transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
}
.l-header__navi-list > li.is-active > a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header__navi-list > li:hover a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.l-header__navi-list > li:hover > .l-megamenu {
  opacity: 1;
  pointer-events: auto;
}
.l-header__subnavi {
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 766.98px) {
  .l-header__subnavi {
    display: none;
  }
}
.l-header__subnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.l-header__subnavi-list li {
  height: 22px;
  line-height: 22px;
}
.l-header__subnavi-list li + li::before {
  content: "|";
  padding: 0 1.288vw;
}
@media (min-width: 621px) {
  .l-header__subnavi-list li a {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .l-header__subnavi-list li a:hover {
    opacity: 0.7;
  }
}
.l-header__subnavi-list li.is-external > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__subnavi-list li.is-external > a::after {
  content: "";
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url("../img/common/icn-external-01.svg") no-repeat center/10px auto;
}
.l-header__subnavi-list li.has-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__subnavi-list li.has-lang span {
  display: block;
  width: 106px;
  height: 24px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.l-header__subnavi-list li.has-lang span::after {
  content: "";
  position: absolute;
  right: 6px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #44403f transparent transparent transparent;
}
.l-header__subnavi-list li.has-lang span select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 10px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-header__trigger {
  display: none;
}
@media screen and (max-width: 766.98px) {
  .l-header__trigger {
    position: fixed;
    top: 6.52vw;
    right: 6.52vw;
    width: 5.868vw;
    height: 3.912vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1001;
  }
  .l-header__trigger-line {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: background 250ms ease 0s, top 250ms ease 0s, bottom 250ms ease 0s;
    transition: background 250ms ease 0s, top 250ms ease 0s, bottom 250ms ease 0s;
  }
  .l-header__trigger-line:nth-child(1) {
    top: 1.304vw;
  }
  .l-header__trigger-line:nth-child(2) {
    top: 2.608vw;
  }
  .l-header__trigger.is-open .l-header__trigger-line {
    background: #6f6d6c;
  }
  .l-header__trigger.is-open .l-header__trigger-line:nth-child(1) {
    top: 1.956vw;
  }
  .l-header__trigger.is-open .l-header__trigger-line:nth-child(2) {
    top: 1.956vw;
  }
}

.l-megamenu {
  opacity: 0;
  pointer-events: none;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  padding-top: 200px;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
.l-megamenu.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l-megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 68px;
}
.l-megamenu__title {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.l-megamenu__img {
  width: 28.789vw;
  height: 200px;
  border-right: 1px solid #6f6d6c;
  padding-right: 3.031vw;
  margin-right: 3.031vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 621px) {
  .l-megamenu__img {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .l-megamenu__img:hover {
    opacity: 0.7;
  }
}
.l-megamenu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-megamenu__navi {
  width: calc(100% - 31.895vw);
}
.l-megamenu__navi-list {
  width: 20.001vw;
}
.l-megamenu__navi-list.col-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2.728vw;
     -moz-column-gap: 2.728vw;
          column-gap: 2.728vw;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  width: auto;
}
.l-megamenu__navi-list li {
  padding-top: 22px;
  border-bottom: 1px solid #6f6d6c;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.l-megamenu__navi-list li:first-child, .l-megamenu__navi-list li.no-padding {
  padding-top: 1px;
}
.l-megamenu__navi-list li a {
  font-size: 14px;
  line-height: 1.33;
  padding-right: 40px;
  padding-bottom: 14px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.l-megamenu__navi-list li a::after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/common/icn-arrow-right-03.svg") no-repeat center/14px;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.l-megamenu__navi-list li a:hover {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.l-megamenu__navi-list li a:hover::after {
  right: -10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.l-megamenu__navi-list li.is-external a::after {
  position: absolute;
  right: 3px;
  top: 4px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/common/icn-external-02.svg") no-repeat center/10px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: right 250ms ease 0s;
  transition: right 250ms ease 0s;
}
.l-megamenu__navi-list li.is-external a:hover {
  opacity: 0.7;
}
.l-megamenu__navi-list li.is-external a:hover::after {
  right: 3px;
}

.l-modal {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #000;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
.l-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}
.l-modal__inner {
  height: 100%;
}
.l-modal__logo {
  position: absolute;
  left: 6.52vw;
  top: 6.52vw;
}
.l-modal__logo img {
  width: 38.463vw;
}
.l-modal__header {
  position: absolute;
  left: 6.52vw;
  top: 11.735vw;
  width: calc(100% - 13.039vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.173vw;
  font-size: 2.869vw;
  color: #fff;
}
.l-modal__header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
  top: -2px;
}
.l-modal__header-lang-item {
  font-size: 3.39vw;
  color: #6f6d6c;
}
.l-modal__header-lang-item.is-active {
  color: #fff;
}
.l-modal__header-lang-item + .l-modal__header-lang-item::before {
  content: "|";
  margin: 2.608vw;
}
.l-modal__scrollable {
  margin-top: 23.469vw;
  height: calc(100% - 23.469vw);
  overflow-y: scroll;
  padding: 0 6.52vw 6.52vw;
}
.l-modal__navi-list > li + li {
  border-top: 1px solid #6f6d6c;
}
.l-modal__navi-list > li:last-child {
  border-bottom: 1px solid #6f6d6c;
}
.l-modal__navi-list > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.347vw 0;
  font-size: 3.651vw;
  line-height: 1.3333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-modal__navi-list > li > ul {
  display: none;
  padding: 1.956vw 0 7.823vw;
}
.l-modal__navi-list > li > ul li {
  padding-left: 1.2em;
  position: relative;
  font-size: 3.13vw;
  line-height: 2.5;
}
.l-modal__navi-list > li > ul li a {
  color: #fff;
}
.l-modal__navi-list > li > ul li::before {
  content: "";
  background: #fff;
  width: 0.522vw;
  height: 0.522vw;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.l-modal__navi-list > li.has-children > a {
  position: relative;
}
.l-modal__navi-list > li.has-children > a::before, .l-modal__navi-list > li.has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #6f6d6c;
  right: 1.956vw;
  display: block;
  width: 2.608vw;
  height: 0.261vw;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms ease 0s;
  transition: -webkit-transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
}
.l-modal__navi-list > li.has-children > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-modal__navi-list > li.has-children > a.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-modal__subnavi {
  margin-top: 6.52vw;
}
.l-modal__subnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-modal__subnavi-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #6f6d6c;
}
.l-modal__subnavi-list li:first-child {
  border-left: 1px solid #6f6d6c;
}
.l-modal__subnavi-list li a {
  display: block;
  font-size: 3.13vw;
  line-height: 1.33;
  color: #fff;
  text-align: center;
}
.l-modal__search {
  background: #fff;
  border-radius: 3px;
  height: 11.735vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.52vw;
}
.l-modal__search-input {
  width: calc(100% - 11.735vw);
  height: 100%;
  border: none;
  outline: none;
  padding: 0 3.912vw;
  font-size: 3.13vw;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
}
.l-modal__search-input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.l-modal__search-input::-moz-placeholder {
  color: #b2b2b2;
}
.l-modal__search-input:-ms-input-placeholder {
  color: #b2b2b2;
}
.l-modal__search-input::-ms-input-placeholder {
  color: #b2b2b2;
}
.l-modal__search-input::placeholder {
  color: #b2b2b2;
}
.l-modal__search-button {
  width: 11.735vw;
  border: none;
  outline: none;
  background: transparent;
}
.l-modal__search-button img {
  width: 4.564vw;
  height: 4.564vw;
}
.l-modal__search #___gcse_1 {
  width: 100%;
}
.l-modal__search .gsc-search-box {
  display: block;
}
.l-modal__search .gsc-search-box tbody,
.l-modal__search .gsc-search-box tr,
.l-modal__search .gsc-search-box td {
  display: block;
}
.l-modal__search .gsc-search-box > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-modal__search .gsc-search-box .gsc-input {
  width: calc(100% - 11.735vw);
  height: 100%;
}
.l-modal__search .gsc-search-box .gsc-input .gsib_a {
  padding: 0;
}
.l-modal__search .gsc-search-box .gsc-input .gsib_b {
  display: none;
}
.l-modal__search .gsc-search-box .gsc-input .gsc-input-box {
  border: none;
  padding: 0;
}
.l-modal__search .gsc-search-box .gsc-input input {
  border: none;
  outline: none;
  padding: 0 3.912vw !important;
  font-size: 3.13vw;
  height: 11.735vw !important;
  background-position: 3.912vw 50% !important;
}
.l-modal__search .gsc-search-box td.gsc-search-button {
  position: relative;
  width: 11.735vw;
  border: none;
  outline: none;
  background: transparent;
}
.l-modal__search .gsc-search-box td.gsc-search-button::after {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 4.433vw;
  height: 4.433vw;
  background: url("../img/common/icn-grass-03.svg") no-repeat center/4.433vw 4.433vw;
}
.l-modal__search .gsc-search-box td.gsc-search-button button {
  width: 100%;
  height: 100%;
  background: none;
  z-index: 100;
  border-radius: 0;
  outline: none;
  border: none;
}
.l-modal__search .gsc-search-box .gsc-clear-button {
  display: none;
}

.l-page.no-fv {
  margin-top: 145px;
}
@media screen and (max-width: 766.98px) {
  .l-page.no-fv {
    margin-top: 15.646vw;
  }
}
.l-page.no-footer {
  margin-bottom: 140px;
}
@media screen and (max-width: 766.98px) {
  .l-page.no-footer {
    margin-bottom: 24.773vw;
  }
}
.l-page__fv {
  margin-top: 145px;
  padding-left: 7.576vw;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .l-page__fv {
    margin-top: 17.732vw;
    padding-left: 6.52vw;
  }
}
.l-page__fv-img {
  height: 480px;
}
@media screen and (max-width: 766.98px) {
  .l-page__fv-img {
    height: 59.976vw;
  }
}
.l-page__fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page__fv-side {
  font-family: "Amiri", Noto Serif JP, serif;
  position: absolute;
  color: #000;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: 0.2em;
  left: 3.788vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 766.98px) {
  .l-page__fv-side {
    font-size: 3.651vw;
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
    left: 2.087vw;
  }
}
.l-page__fv-title {
  position: absolute;
  top: calc(50% + 50px);
  left: 12.122vw;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 766.98px) {
  .l-page__fv-title {
    top: 50%;
    left: 13.039vw;
    font-size: 5.737vw;
  }
}
.l-page__fv.fits-all-sides {
  margin-top: 0;
  padding-left: 0;
}
.l-page__fv.fits-all-sides .l-page__fv-img {
  height: 450px;
}
@media screen and (max-width: 766.98px) {
  .l-page__fv.fits-all-sides .l-page__fv-img {
    height: 78.229vw;
  }
}
.l-page__fv.fits-all-sides .l-page__fv-side {
  color: #fff;
}
@media print, screen and (min-width: 767px) {
  .l-page__fv.fits-all-sides .l-page__fv-side {
    top: auto;
    bottom: 55px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 766.98px) {
  .l-page__fv.fits-all-sides .l-page__fv-side {
    top: calc(50% + 2.608vw);
  }
}
.l-page__title {
  border-bottom: 1px solid #dbdada;
  padding-bottom: 22px;
  font-size: 30px;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .l-page__title {
    position: relative;
    font-size: 5.216vw;
    padding-top: 6.52vw;
    padding-bottom: 3.912vw;
    margin-bottom: 10.431vw;
  }
}
.l-page__title span {
  margin-left: auto;
  font-family: "Amiri", Noto Serif JP, serif;
  letter-spacing: 0.2em;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 766.98px) {
  .l-page__title span {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    font-size: 4.173vw;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.l-page__title + .c-section {
  margin-top: 0;
}
.l-page .wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 15.152vw;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.44;
}
@media screen and (max-width: 766.98px) {
  .l-page .wpcf7 form .wpcf7-response-output {
    margin: 3.912vw 0 0 0;
    padding: 2.608vw 3.912vw;
    font-size: 3.13vw;
  }
}

.l-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .l-search {
    display: none;
  }
}
.l-search.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l-search__close {
  position: absolute;
  cursor: pointer;
  top: 52px;
  right: 64px;
  width: 22px;
  height: 22px;
  background: url("../img/common/icn-close-01.svg") no-repeat center/22px;
}
.l-search__inner {
  margin-top: 215px !important;
}
.l-search__inner #___gcse_0 {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.l-search__inner .gsc-search-box {
  display: block;
}
.l-search__inner .gsc-search-box tbody,
.l-search__inner .gsc-search-box tr,
.l-search__inner .gsc-search-box td {
  display: block;
}
.l-search__inner .gsc-search-box > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-search__inner .gsc-search-box .gsc-input {
  width: calc(100% - 25px);
  height: 100%;
}
.l-search__inner .gsc-search-box .gsc-input .gsib_a {
  padding: 0;
}
.l-search__inner .gsc-search-box .gsc-input .gsib_b {
  display: none;
}
.l-search__inner .gsc-search-box .gsc-input .gsc-input-box {
  border: none;
  padding: 0;
  background: transparent;
}
.l-search__inner .gsc-search-box .gsc-input input {
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent !important;
  height: 45px !important;
  color: #fff;
}
.l-search__inner .gsc-search-box td.gsc-search-button {
  position: relative;
  width: 25px;
  border: none;
  outline: none;
  background: transparent;
}
.l-search__inner .gsc-search-box td.gsc-search-button::after {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/common/icn-grass-02.svg") no-repeat center/22px;
}
.l-search__inner .gsc-search-box td.gsc-search-button button {
  width: 100%;
  height: 100%;
  background: none;
  z-index: 100;
  padding: 0;
  border: none;
  cursor: pointer;
}
.l-search__inner .gsc-search-box td.gsc-search-button button svg {
  display: none;
}
.l-search__inner .gsc-search-box .gsc-clear-button {
  display: none;
}

.l-wrapper {
  overflow: hidden;
}

.c-alt-section__box {
  background: #eeeae8;
  padding: 35px 40px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 50px;
}
@media screen and (max-width: 766.98px) {
  .c-alt-section__box {
    padding: 5.216vw 5.868vw;
    font-size: 3.13vw;
    font-weight: 400;
  }
}
.c-alt-section__title {
  font-size: 20px;
  letter-spacing: 0.24em;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 766.98px) {
  .c-alt-section__title {
    font-size: 4.433vw;
    margin-bottom: 6.52vw;
  }
}
.c-alt-section__text {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.85714286;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766.98px) {
  .c-alt-section__text {
    font-size: 3.13vw;
    margin-top: 5.216vw;
    font-weight: 400;
  }
}

.c-banner-btn {
  background: #000;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.26em;
}
@media (min-width: 621px) {
  .c-banner-btn {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .c-banner-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .c-banner-btn {
    height: 18.254vw;
    font-size: 3.13vw;
    line-height: 1.6666;
    letter-spacing: 0.04em;
  }
}
.c-banner-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/common/icn-external-02.svg") no-repeat center/12px;
}
@media screen and (max-width: 766.98px) {
  .c-banner-btn::after {
    width: 3.39vw;
    height: 3.39vw;
    background-size: 3.39vw;
    right: 3.912vw;
  }
}

.c-bg.is-black {
  background: #1a1a1a;
}

.c-border-list__row {
  padding: 26px 0;
  border-bottom: 1px solid #dbdada;
}
@media print, screen and (min-width: 767px) {
  .c-border-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 766.98px) {
  .c-border-list__row {
    padding: 3.651vw 0;
  }
}
.c-border-list__row:first-child {
  padding-top: 0;
}
.c-border-list__row-header {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 767px) {
  .c-border-list__row-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 766.98px) {
  .c-border-list__row-header {
    font-size: 3.13vw;
    font-weight: 500;
  }
}
.c-border-list__row-body {
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.85714286;
}
@media print, screen and (min-width: 767px) {
  .c-border-list__row-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 766.98px) {
  .c-border-list__row-body {
    margin-top: 0.392vw;
    font-size: 3.13vw;
    font-weight: 400;
  }
}
.c-border-list__row-body a {
  text-decoration: underline;
}
.c-border-list__row-body a:hover {
  text-decoration: none;
}

.c-bulk-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dbdada;
  border-bottom: 1px solid #dbdada;
  background: #f0f0f0;
  padding: 28px 20px 28px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .c-bulk-download {
    gap: 1.304vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4.694vw 0 4.694vw 2.608vw;
  }
}
.c-bulk-download__link {
  display: block;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  line-height: 1.33;
  padding-left: 12px;
  padding-right: 40px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 766.98px) {
  .c-bulk-download__link {
    font-size: 3.13vw;
    padding-right: 7.823vw;
    padding-left: 2.608vw;
  }
}
.c-bulk-download__link span {
  font-size: 10px;
}
@media screen and (max-width: 766.98px) {
  .c-bulk-download__link span {
    font-size: 2.347vw;
  }
}
.c-bulk-download__link::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
}
.c-bulk-download__note {
  font-size: 10px;
}
@media print, screen and (min-width: 767px) {
  .c-bulk-download__note {
    margin-left: auto;
  }
}
@media screen and (max-width: 766.98px) {
  .c-bulk-download__note {
    padding-left: 2.608vw;
  }
}
.c-bulk-download + .c-download-list {
  margin-top: 40px;
}
@media screen and (max-width: 766.98px) {
  .c-bulk-download + .c-download-list {
    margin-top: 6.52vw;
  }
}

.c-button {
  background: #000;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (min-width: 621px) {
  .c-button {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .c-button {
    font-size: 3.13vw;
    padding: 0 3.26vw;
  }
}

.c-circle-list {
  margin-top: 15px;
  line-height: 1.71428571;
}
@media screen and (max-width: 766.98px) {
  .c-circle-list {
    margin-top: 3.912vw;
    line-height: 1.6666;
    font-weight: 400;
  }
}
.c-circle-list:first-child {
  margin-top: 0;
}
.c-circle-list li {
  font-size: 14px;
  padding-left: 1.4em;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .c-circle-list li {
    font-size: 3.13vw;
  }
}
.c-circle-list li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
  background: #4b4848;
}
@media screen and (max-width: 766.98px) {
  .c-circle-list li::before {
    top: 1.304vw;
  }
}
.c-circle-list li.is-blue {
  color: #00479a;
  font-weight: 400;
}
@media screen and (max-width: 766.98px) {
  .c-circle-list li.is-blue {
    font-weight: 500;
  }
}
.c-circle-list li.is-blue::before {
  background: #00479a;
}
.c-circle-list li.is-red {
  color: #ed4c58;
  font-weight: 400;
}
@media screen and (max-width: 766.98px) {
  .c-circle-list li.is-red {
    font-weight: 500;
  }
}
.c-circle-list li.is-red::before {
  background: #ed4c58;
}
.c-circle-list li.is-light-brown::before {
  background: #eeeae8;
}
@media print, screen and (min-width: 767px) {
  .c-circle-list.col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media print, screen and (min-width: 767px) {
  .c-container {
    margin: 0 12.122vw;
  }
  .c-container.is-large {
    margin: 0 3.788vw;
  }
  .c-container.is-middle-large {
    margin: 0 7.576vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-container.lock-max {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 766.98px) {
  .c-container {
    margin: 0 6.52vw;
  }
}

.c-download-list > a {
  display: block;
  border-bottom: 1px solid #dbdada;
  position: relative;
  padding-left: 10px;
  padding-right: 26px;
  font-size: 14px;
  line-height: 1.33;
  padding-bottom: 8px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766.98px) {
  .c-download-list > a {
    font-size: 3.13vw;
    padding-left: 2.608vw;
    padding-right: 7.823vw;
  }
}
.c-download-list > a + a {
  margin-top: 10px;
}
@media screen and (max-width: 766.98px) {
  .c-download-list > a + a {
    margin-top: 2.608vw;
  }
}
.c-download-list > a span {
  font-size: 10px;
}
@media screen and (max-width: 766.98px) {
  .c-download-list > a span {
    font-size: 2.347vw;
  }
}
.c-download-list > a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
}
.c-download-list > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 10px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 16px;
  height: 16px;
  background: no-repeat center/16px auto;
}
@media screen and (max-width: 766.98px) {
  .c-download-list > a::after {
    width: 3.26vw;
    height: 3.26vw;
    background-size: 3.39vw;
  }
}
.c-download-list > a.is-pdf::after {
  background-image: url("../img/common/icn-pdf-02.svg");
}
.c-download-list > a.is-movie::after {
  background-image: url("../img/common/icn-movie-01.svg");
}
.c-download-list > a.is-zip::after {
  background-image: url("../img/common/icn-zip-01.svg");
}
.c-download-list > a.is-large {
  font-size: 16px;
  padding-right: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 766.98px) {
  .c-download-list > a.is-large {
    font-size: 3.39vw;
    padding-right: 10.431vw;
    margin-bottom: 5.216vw;
  }
}
.c-download-list > a.is-large::after {
  width: 25px;
  height: 25px;
  background-size: 25px auto;
}
@media screen and (max-width: 766.98px) {
  .c-download-list > a.is-large::after {
    width: 5.477vw;
    height: 5.477vw;
    background-size: 5.477vw;
  }
}

.c-figure {
  margin-top: 70px;
  text-align: center;
}
.c-figure:first-child {
  margin-top: 0;
}
.c-figure img {
  width: 100%;
}
.c-figure__popup {
  margin: 8.475vw auto 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 3.912vw;
  text-decoration: none !important;
  padding-bottom: 1.956vw;
  padding-left: 5.216vw;
  position: relative;
  border-bottom: 1px solid #6f6d6c;
}
@media print, screen and (min-width: 767px) {
  .c-figure__popup {
    display: none;
  }
}
.c-figure__popup::before, .c-figure__popup::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  background: #000;
  width: 2.869vw;
  height: 0.261vw;
}
.c-figure__popup::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 766.98px) {
  .c-figure.is-scrollable {
    position: relative;
    overflow-x: scroll;
    padding-bottom: 5.216vw;
  }
  .c-figure.is-scrollable img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
  }
  .c-figure.is-scrollable::-webkit-scrollbar {
    height: 1.044vw;
  }
  .c-figure.is-scrollable::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  .c-figure.is-scrollable::-webkit-scrollbar-thumb {
    background: #1a1a1a;
  }
  .c-figure.is-scrollable::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 61.475vw;
    height: 10.464vw;
    background: url("../img/common/img-swipe-navi-01.webp") no-repeat center/61.541vw auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
  }
  .c-figure.is-scrollable.on-scrolling::after {
    opacity: 0;
    pointer-events: none;
  }
}

.c-flat-btn {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none !important;
  border: 1px solid #6f6d6c;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 250ms ease 0s, color 250ms ease 0s;
  transition: background 250ms ease 0s, color 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .c-flat-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 53.457vw;
    margin: 1em auto 0.5em;
    padding: 3.26vw;
    text-align: center;
    font-size: 3.13vw;
  }
}
.c-flat-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: border-color 250ms ease 0s;
  transition: border-color 250ms ease 0s;
}
.c-flat-btn:hover {
  background: #000;
  color: #fff;
}
.c-flat-btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

.c-form__info {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 766.98px) {
  .c-form__info {
    font-size: 2.608vw;
    font-weight: 400;
    margin-bottom: 6.52vw;
  }
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-form__row + .c-form__row {
  margin-top: 25px;
}
@media screen and (max-width: 766.98px) {
  .c-form__row + .c-form__row {
    margin-top: 6.52vw;
  }
}
@media screen and (max-width: 766.98px) {
  .c-form__row {
    display: block;
  }
}
.c-form__title {
  width: 15.91vw;
  padding-top: 24px;
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1.71;
}
@media print, screen and (min-width: 1320px) {
  .c-form__title {
    width: 210px;
  }
}
@media screen and (max-width: 766.98px) {
  .c-form__title {
    font-size: 3.13vw;
    font-weight: 400;
    padding-top: 0;
    width: auto;
    margin-bottom: 1.956vw;
  }
}
.c-form__title .is-required {
  position: absolute;
  right: 35px;
}
@media screen and (max-width: 766.98px) {
  .c-form__title .is-required {
    right: 0;
  }
}
.c-form__title-note {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 766.98px) {
  .c-form__title-note {
    font-size: 3.13vw;
  }
}
.c-form__field-group {
  width: calc(100% - 15.91vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media print, screen and (min-width: 1320px) {
  .c-form__field-group {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 766.98px) {
  .c-form__field-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    gap: 3.912vw;
  }
}
.c-form__field-group .wpcf7-form-control-wrap .c-input,
.c-form__field-group .wpcf7-form-control-wrap .c-button, .c-form__field-group-item .c-input,
.c-form__field-group-item .c-button {
  width: 100%;
}
.c-form__field-group .wpcf7-form-control-wrap .c-button, .c-form__field-group-item .c-button {
  height: 64px;
}
@media screen and (max-width: 766.98px) {
  .c-form__field-group .wpcf7-form-control-wrap .c-button, .c-form__field-group-item .c-button {
    height: 13.039vw;
  }
}
.c-form__field-group .wpcf7-form-control-wrap.is-zip-1, .c-form__field-group-item.is-zip-1 {
  position: relative;
}
.c-form__field-group .wpcf7-form-control-wrap.is-zip-1::after, .c-form__field-group-item.is-zip-1::after {
  content: "-";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 766.98px) {
  .c-form__field-group .wpcf7-form-control-wrap.is-zip-1::after, .c-form__field-group-item.is-zip-1::after {
    right: -2.607vw;
  }
}
@media print, screen and (min-width: 767px) {
  .c-form__field-group .wpcf7-form-control-wrap, .c-form__field-group-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 766.98px) {
  .c-form__field-group .wpcf7-form-control-wrap, .c-form__field-group-item {
    width: 100%;
  }
  .c-form__field-group .wpcf7-form-control-wrap.is-half, .c-form__field-group-item.is-half {
    width: calc(100% / 2 - 3.912vw * 1 / 2);
  }
  .c-form__field-group .wpcf7-form-control-wrap.is-zip-1, .c-form__field-group-item.is-zip-1 {
    width: calc(40% - 3.912vw * 1 / 2);
  }
  .c-form__field-group .wpcf7-form-control-wrap.is-zip-2, .c-form__field-group-item.is-zip-2 {
    width: calc(60% - 3.912vw * 1 / 2);
  }
  .c-form__field-group .wpcf7-form-control-wrap.c-button, .c-form__field-group-item.c-button {
    height: 13.039vw;
  }
}
.c-form__policy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #dbdada;
  padding: 20px;
}
@media screen and (max-width: 766.98px) {
  .c-form__policy {
    padding: 5.216vw;
  }
}
.c-form__policy-note {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.71;
}
@media screen and (max-width: 766.98px) {
  .c-form__policy-note {
    font-size: 2.608vw;
    font-weight: 400;
  }
}
.c-form__policy-note li {
  padding-left: 1.2em;
  position: relative;
}
.c-form__policy-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-form__policy-note li a {
  color: #000;
  text-decoration: underline;
}
.c-form__policy-note li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 766.98px) {
  .c-form__policy-note li a {
    font-weight: 500;
  }
}
.c-form__policy-agreement {
  background: #f0f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  margin-top: 15px;
}
@media screen and (max-width: 766.98px) {
  .c-form__policy-agreement {
    height: 13.039vw;
    font-weight: 400;
    margin-top: 3.912vw;
  }
}
.c-form__policy-agreement input[type=checkbox] {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
@media screen and (max-width: 766.98px) {
  .c-form__policy-agreement input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #6f6d6c;
    border-radius: 2px;
    background: #fff;
    width: 3.13vw;
    height: 3.13vw;
    margin-right: 2.608vw;
  }
  .c-form__policy-agreement input[type=checkbox]:checked {
    background: #1f8cff;
  }
  .c-form__policy-agreement input[type=checkbox]:checked::after {
    position: absolute;
    content: "";
    display: block;
    left: 3px;
    top: 1px;
    width: 25%;
    height: 55%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.c-form__policy-agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766.98px) {
  .c-form__policy-agreement label {
    font-size: 2.869vw;
  }
}
.c-form__policy-agreement label .wpcf7-form-control-wrap {
  width: auto;
}
.c-form__action {
  margin-top: 70px;
  padding-left: 15.91vw;
}
@media print, screen and (min-width: 1320px) {
  .c-form__action {
    padding-left: 210px;
  }
}
@media screen and (max-width: 766.98px) {
  .c-form__action {
    margin-top: 5.868vw;
    padding: 0;
  }
}
.c-form__action-btn {
  width: 100%;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.71;
  border: none;
  height: 65px;
  cursor: pointer;
}
@media (min-width: 621px) {
  .c-form__action-btn {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .c-form__action-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .c-form__action-btn {
    font-size: 3.13vw;
    height: 13.039vw;
  }
}
.c-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .c-form .wpcf7-not-valid-tip {
    margin-top: 2.608vw;
    font-size: 3.13vw;
  }
}

.c-info-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6.52vw 0 8.475vw;
  }
}
.c-info-list__row:first-child {
  padding-top: 0;
}
.c-info-list__row + .c-info-list__row {
  border-top: 1px solid #dbdada;
}
.c-info-list__row:last-child {
  border-bottom: 1px solid #dbdada;
}
.c-info-list__date {
  width: 10.228vw;
  min-width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__date {
    width: 20.862vw;
    min-width: 0;
    font-size: 3.13vw;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-info-list__date {
    width: 135px;
  }
}
.c-info-list__cat {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__cat {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    padding: 0 2.608vw;
  }
}
.c-info-list__cat span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__cat span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    padding: 1.044vw 1.304vw;
    font-size: 2.347vw;
  }
}
.c-info-list__title {
  width: calc(100% - 100px - max(10.228vw, 100px));
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.788vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__title {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.26vw;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-info-list__title {
    width: calc(100% - 100px - 135px);
    padding-left: 50px;
  }
}
.c-info-list__title-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 3.788vw;
}
@media print, screen and (min-width: 767px) {
  .c-info-list__title-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-info-list__title-text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 766.98px) {
  .c-info-list__title-text {
    font-size: 3.13vw;
    font-weight: 400;
    line-height: 1.66666667;
    padding-right: 3.912vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(3.13vw * 1.66666667 * 2);
  }
}
.c-info-list__title-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__title-icon {
    position: relative;
    font-weight: 400;
    top: 0.783vw;
    font-size: 2.347vw;
  }
}
.c-info-list__title-icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icn-pdf-02.svg") no-repeat center/16px;
  margin-right: 5px;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__title-icon::before {
    width: 3.521vw;
    height: 3.521vw;
    background-size: 3.521vw;
  }
}
.c-info-list__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__action {
    margin-top: 10.431vw;
  }
}
.c-info-list__action-btn {
  width: 20.455vw;
  height: 56px;
  min-width: 200px;
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .c-info-list__action-btn {
    width: 100%;
    max-width: none;
    height: 13.039vw;
    font-size: 3.13vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-info-list__action-btn {
    width: 270px;
  }
}
.c-info-list.is-white .c-info-list__row {
  color: #fff;
}
.c-info-list.is-white .c-info-list__row + .c-info-list__row {
  border-top: 1px solid #6f6d6c;
}
.c-info-list.is-white .c-info-list__row:last-child {
  border-bottom: 1px solid #6f6d6c;
}
.c-info-list.is-white .c-info-list__cat span {
  background: #fff;
  color: #000;
}
.c-info-list.is-white .c-info-list__row:last-child {
  border-bottom: 1px solid #6f6d6c;
}
.c-info-list.is-white .c-info-list__title-icon::before {
  background: url("../img/common/icn-pdf-01.svg") no-repeat center/16px;
}

.c-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .c-info__row {
    display: block;
  }
}
.c-info__row + .c-info__row {
  border-top: 1px solid #dbdada;
  margin-top: 25px;
  padding-top: 25px;
}
@media screen and (max-width: 766.98px) {
  .c-info__row + .c-info__row {
    margin-top: 10.431vw;
    padding-top: 11.735vw;
  }
}
.c-info__title {
  width: 25.758vw;
  font-weight: 400;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
  margin-top: 3px;
}
@media print, screen and (min-width: 1320px) {
  .c-info__title {
    width: 340px;
  }
}
@media screen and (max-width: 766.98px) {
  .c-info__title {
    width: auto;
    font-weight: 500;
    font-size: 3.13vw;
    margin: 0 0 3.912vw;
  }
}
.c-info__text {
  width: calc(100% - 25.758vw);
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 766.98px) {
  .c-info__text {
    width: auto;
    font-weight: 400;
    font-size: 3.13vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-info__text {
    width: calc(100% - 340px);
  }
}
.c-info__text strong {
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 766.98px) {
  .c-info__text strong {
    font-weight: 500;
  }
}
.c-info__action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 766.98px) {
  .c-info__action {
    margin-top: 5.216vw;
  }
}
.c-info__action-btn {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  height: 40px;
  padding: 0 26px;
}
@media (min-width: 621px) {
  .c-info__action-btn {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .c-info__action-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .c-info__action-btn {
    width: 100%;
    font-size: 3.13vw;
    height: 13.039vw;
  }
}
.c-info__action-btn.is-download {
  width: 100%;
  margin-left: 25.758vw;
}
.c-info__action-btn.is-download::after {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 11px;
  width: 13px;
  height: 18px;
  background: url("../img/common/icn-arrow-down-02.svg") no-repeat center/13px 18px;
}
@media screen and (max-width: 766.98px) {
  .c-info__action-btn.is-download::after {
    width: 2.608vw;
    height: 3.443vw;
    background-size: 2.608vw 3.443vw;
    left: 4.564vw;
    top: 7.171vw;
  }
}
@media screen and (max-width: 766.98px) {
  .c-info__action-btn.is-download {
    margin-left: 0;
    height: 18.254vw;
    text-align: center;
    line-height: 1.66666667;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-info__action-btn.is-download {
    margin-left: 340px;
  }
}

.c-input {
  height: 64px;
  border: 1px solid #dbdada;
  padding: 0 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  color: #4b4848;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.c-input::-webkit-input-placeholder {
  color: #999;
}
.c-input::-moz-placeholder {
  color: #999;
}
.c-input:-ms-input-placeholder {
  color: #999;
}
.c-input::-ms-input-placeholder {
  color: #999;
}
.c-input::placeholder {
  color: #999;
}
.c-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 766.98px) {
  .c-input {
    height: 13.039vw;
    font-size: 3.13vw;
    padding: 0 3.26vw;
  }
}
.c-input.is-textarea {
  height: 220px;
  padding: 20px;
  line-height: 1.33;
}
@media screen and (max-width: 766.98px) {
  .c-input.is-textarea {
    padding: 3.26vw;
    height: 45.634vw;
  }
}

.c-ir-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #dbdada;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-ir-list__item + .c-ir-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item + .c-ir-list__item {
    margin-top: 2.608vw;
  }
}
.c-ir-list__item-date {
  width: 9.849vw;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  padding-bottom: 6px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-date {
    width: 17.602vw;
    font-size: 3.13vw;
    letter-spacing: normal;
  }
}
.c-ir-list__item-image {
  width: 15.91vw;
  padding-right: 2.273vw;
  padding-bottom: 1.516vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-image {
    width: calc(100% - 17.602vw);
  }
}
.c-ir-list__item-image + .c-ir-list__item-title {
  width: calc(100% - 18.183vw);
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-image + .c-ir-list__item-title {
    width: calc(100% - 17.602vw);
    margin-top: 1.304vw;
    margin-left: 17.602vw;
  }
}
.c-ir-list__item-title {
  position: relative;
  width: calc(100% - 9.849vw);
  padding-right: 26px;
  font-size: 14px;
  line-height: 1.33;
  padding-bottom: 6px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-title {
    width: calc(100% - 17.602vw);
    font-size: 3.13vw;
  }
}
.c-ir-list__item-title span {
  font-size: 10px;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-title span {
    font-size: 2.347vw;
  }
}
.c-ir-list__item-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 16px;
  height: 16px;
  background: no-repeat center/16px auto;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-title::after {
    width: 3.26vw;
    height: 3.26vw;
    background-size: 3.39vw;
  }
}
.c-ir-list__item-title.is-pdf::after {
  background-image: url("../img/common/icn-pdf-02.svg");
}
.c-ir-list__item-title.is-movie::after {
  background-image: url("../img/common/icn-movie-01.svg");
}
.c-ir-list__item-title.is-zip::after {
  background-image: url("../img/common/icn-zip-01.svg");
}
.c-ir-list__item-title.is-large {
  font-size: 16px;
  padding-right: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-title.is-large {
    font-size: 3.39vw;
    padding-right: 7.823vw;
    margin-bottom: 5.216vw;
  }
}
.c-ir-list__item-title.is-large::after {
  width: 25px;
  height: 25px;
  background-size: 25px auto;
}
@media screen and (max-width: 766.98px) {
  .c-ir-list__item-title.is-large::after {
    width: 5.477vw;
    height: 5.477vw;
    background-size: 5.477vw;
  }
}

.c-link-list {
  margin-top: 30px;
}
.c-link-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdada;
}
@media screen and (max-width: 766.98px) {
  .c-link-list li {
    font-size: 3.13vw;
    line-height: 1.66666667;
    padding-bottom: 2.608vw;
  }
}
.c-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 621px) {
  .c-link-list li a {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .c-link-list li a:hover {
    opacity: 0.7;
  }
}
.c-link-list li a span {
  position: relative;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-left: 10px;
  top: 1px;
}
@media screen and (max-width: 766.98px) {
  .c-link-list li a span {
    position: relative;
    top: 0.783vw;
    font-size: 2.347vw;
    margin-left: 2.608vw;
  }
}
.c-link-list li a span::before {
  content: "";
  display: block;
  background: url("../img/common/icn-pdf-02.svg") no-repeat center/16px auto;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.c-no-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.15em;
  height: 600px;
}
@media screen and (max-width: 766.98px) {
  .c-no-item {
    height: 50.849vw;
    font-size: 3.13vw;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-no-item.small-font-size {
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .c-no-item.small-font-size {
    font-size: 3.13vw;
  }
}
.c-no-item.half-height {
  height: 200px;
}
@media screen and (max-width: 766.98px) {
  .c-no-item.half-height {
    height: 50.849vw;
  }
}

.c-note {
  margin-top: 1em;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .c-note {
    margin-top: 1.5em;
    font-size: 2.347vw;
  }
}

.c-page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 27px;
}
@media screen and (max-width: 766.98px) {
  .c-page-navi {
    gap: 6.52vw 0;
  }
}
.c-page-navi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdada;
  letter-spacing: 0.04em;
}
@media (min-width: 621px) {
  .c-page-navi__item {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .c-page-navi__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .c-page-navi__item {
    width: 100%;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 3.13vw;
    padding-bottom: 3.39vw;
    padding-right: 5.216vw;
    position: relative;
  }
}
.c-page-navi__item::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/common/icn-arrow-down-01.svg") no-repeat center/auto 14px;
  margin-left: 25px;
}
@media screen and (max-width: 766.98px) {
  .c-page-navi__item::after {
    position: absolute;
    right: 1.304vw;
    top: 0;
    width: 2.608vw;
    height: 3.39vw;
    background-size: 2.608vw 3.39vw;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 766.98px) {
  .c-pager {
    gap: 1.565vw;
  }
}
.c-pager__item {
  border: 1px solid #b2b2b2;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-family: "Amiri", Noto Serif JP, serif;
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 250ms ease 0s, color 250ms ease 0s, border-color 250ms ease 0s, opacity 250ms ease 0s;
  transition: background 250ms ease 0s, color 250ms ease 0s, border-color 250ms ease 0s, opacity 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .c-pager__item {
    width: 7.302vw;
    height: 7.302vw;
    font-size: 2.869vw;
  }
}
.c-pager__item.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.c-pager__item:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.c-pager__item.is-prev, .c-pager__item.is-next {
  border: none;
  padding-top: 0;
  background: transparent;
}
.c-pager__item.is-prev:hover, .c-pager__item.is-next:hover {
  background: transparent;
  opacity: 0.7;
}
.c-pager__item.is-prev::before, .c-pager__item.is-next::before {
  position: relative;
  content: "";
  width: 10px;
  height: 19px;
  background: url("../img/common/icn-arrow-right-02.svg") no-repeat center/10px 19px;
}
@media screen and (max-width: 766.98px) {
  .c-pager__item.is-prev::before, .c-pager__item.is-next::before {
    width: 2.608vw;
    height: 3.651vw;
    background-size: 2.608vw 3.651vw;
  }
}
.c-pager__item.is-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-pager__dot {
  width: 15px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 766.98px) {
  .c-pager__dot {
    width: 3.39vw;
    height: 7.302vw;
  }
}

@media print, screen and (min-width: 767px) {
  .c-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px 3.031vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-section-row {
    gap: 30px 40px;
  }
}
.c-section-row__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 767px) {
  .c-section-row.has-border .c-section-row__col {
    border-left: 1px solid #dbdada;
    padding-left: 3.031vw;
  }
}
@media print, screen and (min-width: 767px) and (min-width: 1320px) {
  .c-section-row.has-border .c-section-row__col {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 767px) {
  .c-section-row.has-border .c-section-row__col:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.c-section-row .c-sub-section {
  margin-top: 0;
}

.c-section {
  margin-top: 80px;
}
@media screen and (max-width: 766.98px) {
  .c-section {
    margin-top: 15.646vw;
  }
}
.c-section__title {
  font-size: 24px;
  border-left: 2px solid #000;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(25px, 1.894vw);
  margin-bottom: 25px;
  letter-spacing: 0.125em;
  line-height: 1.33;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .c-section__title {
    line-height: 1.56;
    border-left-width: 0.522vw;
    padding-left: 4.173vw;
    min-height: 9.127vw;
    font-size: 4.694vw;
    margin-bottom: 7.823vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-section__title {
    padding-left: 25px;
  }
}
.c-section__title:first-child {
  margin-top: 0;
}
.c-section__title + .c-figure {
  margin-top: 0;
}
.c-section__sub-title {
  margin: 2em 0 0.25em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .c-section__sub-title {
    font-size: 3.13vw;
    margin: 2em 0 0.5em;
    font-weight: 500;
  }
}
.c-section__sub-title:first-child {
  margin-top: 0;
}
.c-section__sub-title + .c-figure {
  margin-top: 0;
}
.c-section__bar-title {
  background: #b2a9a4;
  color: #fff;
  text-align: center;
  padding: 5px 20px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.2em;
  margin: 30px 0 16px;
}
@media screen and (max-width: 766.98px) {
  .c-section__bar-title {
    padding: 1.304vw 2.608vw;
    font-size: 2.608vw;
    margin: 7.823vw 0 3.13vw;
  }
}
.c-section__bar-title.is-light {
  background: #eeeae8;
  color: #000;
}
.c-section__bar-title:first-child {
  margin-top: 0;
}
.c-section__bar-title + .c-figure {
  margin-top: 0;
}
@media screen and (max-width: 766.98px) {
  .c-section__bar-title.is-large {
    font-size: 3.13vw;
  }
}
.c-section__text {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 766.98px) {
  .c-section__text {
    font-size: 3.13vw;
    line-height: 1.91666667;
    font-weight: 400;
  }
}
.c-section__text p + p {
  margin-top: 2em;
}
.c-section__text p + .brBlock {
  margin-top: 2em;
}
.c-section__text a {
  text-decoration: underline;
  font-weight: 400;
}
.c-section__text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 766.98px) {
  .c-section__text a {
    font-weight: 500;
  }
}
.c-section__text strong {
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .c-section__text strong {
    font-weight: 500;
  }
}
@media screen and (max-width: 766.98px) {
  .c-section .noDataText {
    font-size: 3.13vw;
  }
}

.c-selector {
  height: 36px;
  width: 14.546vw;
  min-width: 192px;
  background: #000;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .c-selector {
    width: 100%;
    min-width: 0;
    height: 8.345vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-selector {
    width: 192px;
  }
}
.c-selector::after {
  position: absolute;
  right: 15px;
  top: 33%;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 766.98px) {
  .c-selector::after {
    width: 1.565vw;
    height: 1.565vw;
    right: 3.912vw;
  }
}
.c-selector select {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  font-size: 14px;
  letter-spacing: 0.15em;
  -webkit-appearance: none;
  outline: none;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 766.98px) {
  .c-selector select {
    font-size: 3.651vw;
  }
}

.c-sub-section {
  margin-top: 60px;
}
@media screen and (max-width: 766.98px) {
  .c-sub-section {
    margin-top: 10.431vw;
  }
}
.c-sub-section:first-child {
  margin-top: 0;
}
.c-sub-section__title {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdada;
  margin: 0 0 25px;
  letter-spacing: 0.125em;
  line-height: 1.33;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .c-sub-section__title {
    line-height: 1.53;
    font-size: 3.912vw;
    padding-bottom: 3.26vw;
    margin-bottom: 3.912vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.c-sub-section__title span {
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .c-sub-section__title span {
    font-size: 2.347vw;
    margin-left: auto;
  }
}
.c-sub-section__title sup {
  font-size: 14px;
  vertical-align: text-top;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 766.98px) {
  .c-sub-section__title sup {
    font-size: 2.087vw;
    top: -5px;
  }
}
.c-sub-section__title + .c-figure {
  margin-top: 0;
}

.c-tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 766.98px) {
  .c-tab-link {
    margin-bottom: 11.735vw;
  }
}
.c-tab-link__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.14em;
  height: 60px;
  border-left: 1px solid #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 250ms ease 0s, color 250ms ease 0s;
  transition: background 250ms ease 0s, color 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .c-tab-link__item {
    font-size: 3.13vw;
    line-height: 1.33333333;
    text-align: center;
  }
}
.c-tab-link__item:first-child {
  border-left: none;
}
.c-tab-link__item:hover {
  background: #000;
  color: #fff;
}
.c-tab-link__item.is-active {
  background: #000;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 767px) {
  .c-tab-link__item.is-active::before, .c-tab-link__item.is-active::after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    left: 50%;
    bottom: 0;
    z-index: 10;
  }
  .c-tab-link__item.is-active::before {
    background: #fff;
  }
  .c-tab-link__item.is-active::after {
    background: #000;
    bottom: -10px;
  }
}
@media print, screen and (min-width: 767px) {
  .c-tab-link.is-narrow {
    border: none;
  }
}
.c-tab-link.is-narrow .c-tab-link__item {
  height: 50px;
}
@media print, screen and (min-width: 767px) {
  .c-tab-link.is-narrow .c-tab-link__item {
    background: #dcd5d1;
    border: none;
  }
  .c-tab-link.is-narrow .c-tab-link__item.is-active {
    background: #000;
    color: #fff;
  }
  .c-tab-link.is-narrow .c-tab-link__item:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 766.98px) {
  .c-tab-link.is-narrow .c-tab-link__item {
    height: 13.039vw;
  }
}
.c-tab-link.is-bottom {
  margin-top: 80px;
  margin-bottom: auto;
}
@media screen and (max-width: 766.98px) {
  .c-tab-link.is-bottom {
    margin-top: 13.039vw;
  }
}
.c-tab-link.is-bottom .c-tab-link__item.is-active::before, .c-tab-link.is-bottom .c-tab-link__item.is-active::after {
  bottom: auto;
  top: 0;
}
.c-tab-link.is-bottom .c-tab-link__item.is-active::before {
  background: #fff;
}
.c-tab-link.is-bottom .c-tab-link__item.is-active::after {
  background: #000;
  top: -10px;
}

.c-table table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  border-collapse: collapse;
  border: 1px solid #e5e3e3;
}
@media screen and (max-width: 766.98px) {
  .c-table table {
    font-size: 3.13vw;
  }
}
.c-table table thead th {
  background: #95837b;
  color: #fff;
  border: 1px solid #e5e3e3;
  padding: 8px 10px;
  text-align: center;
  width: 16.666%;
}
@media screen and (max-width: 766.98px) {
  .c-table table thead th {
    padding: 1.565vw 1.826vw;
    font-weight: 400;
  }
}
.c-table table tbody th {
  border: 1px solid #e5e3e3;
  padding: 8px 10px;
  background: #d6cac5;
  text-align: center;
}
@media screen and (max-width: 766.98px) {
  .c-table table tbody th {
    padding: 1.565vw 1.826vw;
    font-weight: 400;
  }
}
.c-table table tbody td {
  border: 1px solid #e5e3e3;
  padding: 8px 10px;
  text-align: right;
}
@media screen and (max-width: 766.98px) {
  .c-table table tbody td {
    padding: 1.565vw 1.826vw;
    font-weight: 400;
  }
}
.c-table.th-left table tbody th {
  text-align: left;
}
.c-table.td-left table tbody td {
  text-align: left;
}

.p-award-history {
  background: #eeeae8;
  padding: 45px 40px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.98px) {
  .p-award-history {
    padding: 7.302vw 5.868vw 5.868vw;
    margin-top: 5.216vw;
    display: block;
  }
}
.p-award-history__title {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .p-award-history__title {
    font-size: 4.433vw;
    text-align: center;
    margin-bottom: 7.823vw;
  }
}
.p-award-history__table {
  margin-left: auto;
  width: 52.274vw;
  position: relative;
  color: #000;
}
@media print, screen and (min-width: 1320px) {
  .p-award-history__table {
    width: 690px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-history__table {
    width: auto;
  }
}
.p-award-history__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 6px 0;
  line-height: 1.5;
  font-size: 14px;
  border-bottom: 1px solid #dcd5d1;
}
.p-award-history__table-row:first-child {
  padding-top: 0;
}
@media screen and (max-width: 766.98px) {
  .p-award-history__table-row {
    padding: 1.826vw 0;
    font-size: 3.13vw;
    font-weight: 400;
    line-height: 1.41666667;
  }
}
.p-award-history__table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-award-history__table-cell.is-head {
  font-weight: 400;
}
.p-award-history__table-cell:nth-child(1) {
  width: 23.486vw;
}
@media print, screen and (min-width: 1320px) {
  .p-award-history__table-cell:nth-child(1) {
    width: 310px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-history__table-cell:nth-child(1) {
    width: 49.545vw;
  }
}
.p-award-history__table-cell:nth-child(2) {
  width: calc(100% - 23.486vw);
}
@media print, screen and (min-width: 1320px) {
  .p-award-history__table-cell:nth-child(2) {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-history__table-cell:nth-child(2) {
    width: calc(100% - 49.545vw);
  }
}
.p-award-history__table-note {
  position: absolute;
  font-size: 14px;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-award-history__table-note {
    position: static;
    margin-top: 2.608vw;
    padding-left: 49.545vw;
    font-size: 3.13vw;
    font-weight: 400;
  }
}

.p-award-result {
  margin-top: 110px;
  background: #eeeae8;
  padding: 5.304vw 4.546vw;
}
@media print, screen and (min-width: 1320px) {
  .p-award-result {
    padding: 70px 60px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-result {
    margin-top: 13.039vw;
    padding: 9.127vw 5.868vw 5.868vw;
  }
}
.p-award-result__title {
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #91837c;
  margin-bottom: 30px;
}
@media screen and (max-width: 766.98px) {
  .p-award-result__title {
    font-size: 4.433vw;
    text-align: center;
    padding-bottom: 3.912vw;
    margin-bottom: 3.912vw;
  }
}
.p-award-result__sub-title {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-award-result__sub-title {
    text-align: center;
    font-size: 3.13vw;
    margin-top: 3.26vw;
    margin-bottom: 1.956vw;
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-result__table {
    background: #d3cbc6;
  }
}
.p-award-result__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 16px;
  line-height: 1.51;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766.98px) {
  .p-award-result__table-row {
    font-size: 3.13vw;
    line-height: 1.41;
  }
}
.p-award-result__table-row + .p-award-result__table-row .p-award-result__table-title {
  border-top: 1px dashed #91837c;
}
.p-award-result__table-row + .p-award-result__table-row .p-award-result__table-data {
  border-top: 1px dashed #91837c;
}
.p-award-result__table-title {
  width: 15.152vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #d3cbc6;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
}
@media print, screen and (min-width: 1320px) {
  .p-award-result__table-title {
    width: 200px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-result__table-title {
    width: 18.254vw;
    padding: 1.956vw 0;
  }
}
.p-award-result__table-data {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 2.273vw 5px 6.061vw;
  color: #000;
}
@media print, screen and (min-width: 1320px) {
  .p-award-result__table-data {
    padding: 5px 30px 5px 80px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-award-result__table-data {
    padding: 1.956vw 3.912vw;
  }
}

.p-business__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.98px) {
  .p-business__intro {
    display: block;
  }
}
.p-business__intro-text {
  width: 37.88vw;
}
@media print, screen and (min-width: 1320px) {
  .p-business__intro-text {
    width: 500px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-business__intro-text {
    width: auto;
  }
}
.p-business__intro-img {
  margin-left: auto;
  margin-top: -100px;
  width: 23.258vw;
  margin-right: 3.788vw;
}
@media screen and (max-width: 766.98px) {
  .p-business__intro-img {
    margin: 11.735vw 0 0;
    width: auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-business__intro-img {
    width: 307px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-business__intro-img img {
    width: 72.753vw;
  }
}
.p-business__price {
  margin-top: 45px;
  border: 1px solid #dbdada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.98px) {
  .p-business__price {
    margin-top: 7.823vw;
  }
}
.p-business__price-title {
  width: 13.41vw;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 20px;
  color: #000;
  padding: 20px 0;
  font-weight: 400;
  background: #f0f0f0;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 1320px) {
  .p-business__price-title {
    width: 177px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-business__price-title {
    font-size: 3.13vw;
    width: 29.988vw;
    min-width: 0;
    padding: 3.912vw 0;
  }
}
.p-business__price-title span {
  font-weight: 300;
  font-size: 12px;
  margin-top: 8px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 766.98px) {
  .p-business__price-title span {
    font-size: 2.087vw;
    margin-top: 1.565vw;
  }
}
.p-business__price-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 15px;
  line-height: 1.33;
}
@media screen and (max-width: 766.98px) {
  .p-business__price-text {
    font-size: 3.912vw;
  }
}
.p-business__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 766.98px) {
  .p-business__list {
    margin-top: 15.646vw;
    gap: 5.216vw;
  }
}
.p-business__list-item {
  background: #dcd5d1;
  padding: 20px 20px 40px;
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item {
    padding: 5.868vw;
  }
}
.p-business__list-item-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.53571429;
  }
}
.p-business__list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__list-item-title {
  color: #000;
  letter-spacing: 0.08em;
  font-size: 22px;
  margin: 0 20px 20px;
  min-height: 56px;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item-title {
    font-size: 4.433vw;
    min-height: 0;
    margin: 0 0 5.868vw;
    text-align: center;
  }
}
.p-business__list-item-title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item-title span {
    font-size: 3.13vw;
    min-height: 0;
    margin-bottom: 0.783vw;
  }
}
.p-business__list-item-text {
  font-size: 14px;
  line-height: 2;
  margin: 0 20px;
  text-align: justify;
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item-text {
    margin: 0;
    font-size: 3.13vw;
    font-weight: 400;
    line-height: 1.91666667;
  }
}
.p-business__list-item:first-child {
  width: 100%;
  padding: 42px 45px 40px 25.758vw;
  position: relative;
}
@media print, screen and (min-width: 1320px) {
  .p-business__list-item:first-child {
    padding: 42px 45px 40px 340px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item:first-child {
    padding: 5.868vw;
  }
}
.p-business__list-item:first-child .p-business__list-item-img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 21.213vw;
  height: calc(100% - 40px);
}
@media print, screen and (min-width: 1320px) {
  .p-business__list-item:first-child .p-business__list-item-img {
    width: 280px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item:first-child .p-business__list-item-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.53571429;
  }
}
.p-business__list-item:first-child .p-business__list-item-title {
  margin-left: 0;
  margin-right: 0;
}
.p-business__list-item:first-child .p-business__list-item-text {
  margin-left: 0;
  margin-right: 0;
}
.p-business__list-item:nth-child(2), .p-business__list-item:nth-child(3), .p-business__list-item:nth-child(4) {
  width: calc(33.3333333333% - 12px);
}
@media screen and (max-width: 766.98px) {
  .p-business__list-item:nth-child(2), .p-business__list-item:nth-child(3), .p-business__list-item:nth-child(4) {
    width: 100%;
  }
}
.p-business__list-item:nth-child(4) .p-business__list-item-title {
  font-weight: 400;
}
.p-business__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #dbdada;
}
@media screen and (max-width: 766.98px) {
  .p-business__sub-list {
    gap: 4.433vw;
    margin-top: 11.735vw;
    padding-top: 0;
    border-top: none;
  }
}
.p-business__sub-list-item {
  background: #f0f0f0;
  width: calc(33.3333333333% - 13.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.98px) {
  .p-business__sub-list-item {
    width: 100%;
  }
}
.p-business__sub-list-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 766.98px) {
  .p-business__sub-list-item-img {
    width: 20.34vw;
  }
}
.p-business__sub-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__sub-list-item-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.33;
}
@media screen and (max-width: 766.98px) {
  .p-business__sub-list-item-title {
    font-size: 3.39vw;
    padding: 0;
  }
}

.p-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 766.98px) {
  .p-case__item {
    display: block;
    margin-top: 5.868vw;
  }
}
.p-case__item + .p-case__item {
  margin-top: 80px;
}
@media screen and (max-width: 766.98px) {
  .p-case__item + .p-case__item {
    margin-top: 15.646vw;
  }
}
.p-case__item-header {
  width: 36.365vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, screen and (min-width: 1320px) {
  .p-case__item-header {
    width: 480px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-case__item-header {
    width: auto;
  }
}
.p-case__item-header-img {
  width: 13.637vw;
}
@media print, screen and (min-width: 1320px) {
  .p-case__item-header-img {
    width: 180px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-case__item-header-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 39.115vw;
  }
}
.p-case__item-header-text {
  width: 22.728vw;
  padding-left: 2.273vw;
}
@media print, screen and (min-width: 1320px) {
  .p-case__item-header-text {
    width: 300px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-case__item-header-text {
    padding: 0;
    width: calc(100% - 39.115vw);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-case__item-title {
  margin-top: -8px;
  font-size: 22px;
  letter-spacing: 0.25em;
  color: #000;
  line-height: 1.36363636;
}
@media screen and (max-width: 766.98px) {
  .p-case__item-title {
    font-weight: 400;
    font-size: 4.694vw;
    margin-top: -0.782vw;
  }
}
.p-case__item-title span {
  margin-top: 6px;
  display: block;
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .p-case__item-title span {
    margin-top: 1.304vw;
    font-size: 2.608vw;
  }
}
.p-case__item-address {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 766.98px) {
  .p-case__item-address {
    margin-top: 2.608vw;
    font-size: 2.608vw;
  }
}
.p-case__item-text {
  width: calc(100% - 36.365vw);
  position: relative;
  top: -8px;
}
@media print, screen and (min-width: 1320px) {
  .p-case__item-text {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 766.98px) {
  .p-case__item-text {
    width: auto;
    position: static;
    margin-top: 6.52vw;
  }
}
.p-case__item-text .c-circle-list li::before {
  background: #91837c;
}
.p-case__item-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px;
  margin-top: 25px;
}
@media screen and (max-width: 766.98px) {
  .p-case__item-gallery {
    margin-top: 6.52vw;
    gap: 1.304vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-case__item-gallery-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-competitor-comparison__venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 766.98px) {
  .p-competitor-comparison__venue {
    gap: 3.13vw;
  }
}
.p-competitor-comparison__venue-img {
  width: 10.91vw;
}
@media screen and (max-width: 766.98px) {
  .p-competitor-comparison__venue-img {
    width: 25.555vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-competitor-comparison__venue-img {
    width: 144px;
  }
}
.p-competitor-comparison__venue-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-competitor-comparison__venue-data {
  width: calc(100% - 10.91vw - 16px);
}
@media print, screen and (min-width: 1320px) {
  .p-competitor-comparison__venue-data {
    width: calc(100% - 144px - 16px);
  }
}
@media screen and (max-width: 766.98px) {
  .p-competitor-comparison__venue-data {
    width: calc(100% - 25.555vw - 3.13vw);
  }
}
.p-competitor-comparison__venue-title {
  background: #dcd5d1;
  color: #000;
  text-align: center;
  padding: 5px 20px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 766.98px) {
  .p-competitor-comparison__venue-title {
    padding: 1.044vw 2.608vw;
    font-size: 2.608vw;
    margin: 3.13vw 0 2.347vw;
  }
}
.p-competitor-comparison__venue-title:first-child {
  margin-top: 0;
}
.p-competitor-comparison__venue-text {
  font-size: 14px;
  line-height: 1.57142857;
  min-height: 65.99999994px;
}
@media screen and (max-width: 766.98px) {
  .p-competitor-comparison__venue-text {
    font-size: 2.608vw;
    font-weight: 400;
    line-height: 1.5;
    min-height: calc(2.608vw * 1.5 * 3);
  }
}

.p-content-index {
  margin-bottom: 140px;
}
@media screen and (max-width: 766.98px) {
  .p-content-index {
    margin-bottom: 24.773vw;
  }
}
.p-content-index__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 0;
}
@media print, screen and (min-width: 767px) {
  .p-content-index__inner.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 766.98px) {
  .p-content-index__inner {
    gap: 9.127vw 0;
  }
}
.p-content-index__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 766.98px) {
  .p-content-index__item {
    width: 50%;
  }
}
.p-content-index__item-img {
  aspect-ratio: 1/0.61425061;
  position: relative;
}
.p-content-index__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-content-index__item-img::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
.p-content-index__item-subtitle {
  margin-top: 20px;
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 766.98px) {
  .p-content-index__item-subtitle {
    margin-top: 3.26vw;
    font-size: 2.087vw;
  }
}
.p-content-index__item-title {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-content-index__item-title {
    margin-top: 2.608vw;
    font-size: 3.39vw;
  }
}
.p-content-index__item:hover .p-content-index__item-img::before {
  opacity: 0;
}
.p-content-index__item.is-external .p-content-index__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-content-index__item.is-external .p-content-index__item-title::after {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  background: url("../img/common/icn-external-03.svg") no-repeat center/14px auto;
}
@media screen and (max-width: 766.98px) {
  .p-content-index__item.is-external .p-content-index__item-title::after {
    margin-left: 1.565vw;
    width: 2.608vw;
    height: 2.608vw;
    background-size: 2.608vw;
  }
}
.p-content-index.is-compact {
  margin-top: 180px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-content-index.is-compact {
    margin-top: 20.862vw;
  }
}
.p-content-index.is-compact::after {
  content: "";
  display: block;
  position: absolute;
  top: 53px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 53px);
  background: #f0f0f0;
}
@media screen and (max-width: 766.98px) {
  .p-content-index.is-compact::after {
    top: 13.039vw;
    height: calc(100% - 13.039vw);
  }
}
.p-content-index.is-compact .p-content-index__inner {
  gap: 30px 0;
  padding-bottom: 80px;
}
.p-content-index.is-compact .p-content-index__item {
  width: 25%;
}
@media screen and (max-width: 766.98px) {
  .p-content-index.is-compact .p-content-index__item {
    width: 50%;
  }
}
.p-content-index.is-compact .p-content-index__item-subtitle {
  margin-top: 15px;
  font-size: 11px;
}
@media screen and (max-width: 766.98px) {
  .p-content-index.is-compact .p-content-index__item-subtitle {
    margin-top: 3.26vw;
    font-size: 2.087vw;
  }
}
.p-content-index.is-compact .p-content-index__item-title {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .p-content-index.is-compact .p-content-index__item-title {
    margin-top: 2.608vw;
    font-size: 3.39vw;
  }
}

.p-design .c-section-row__col:nth-child(1) {
  -ms-flex-preferred-size: 27.425vw;
      flex-basis: 27.425vw;
}
@media print, screen and (min-width: 1320px) {
  .p-design .c-section-row__col:nth-child(1) {
    -ms-flex-preferred-size: 362px;
        flex-basis: 362px;
  }
}
.p-design .c-section-row__col:nth-child(2) {
  -ms-flex-preferred-size: calc(100% - 27.425vw - 40px);
      flex-basis: calc(100% - 27.425vw - 40px);
}
@media print, screen and (min-width: 1320px) {
  .p-design .c-section-row__col:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 362px - 40px);
        flex-basis: calc(100% - 362px - 40px);
  }
}
.p-design .c-section-row__col:nth-child(2) .c-sub-section__title {
  letter-spacing: 0.12em;
}
.p-design__venue {
  background: #dcd5d1;
  padding: 20px;
  position: relative;
  min-height: 13.94vw;
  padding-right: 25.758vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1320px) {
  .p-design__venue {
    padding-right: 340px;
    min-height: 184px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-design__venue {
    padding: 7.302vw 5.868vw 5.868vw;
    min-height: 0;
  }
}
.p-design__venue + .p-design__venue {
  margin-top: 0.834vw;
}
@media print, screen and (min-width: 1320px) {
  .p-design__venue + .p-design__venue {
    margin-top: 11px;
  }
}
.p-design__venue-subtitle {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-design__venue-subtitle {
    font-size: 3.13vw;
    margin-bottom: 2.608vw;
  }
}
.p-design__venue-title {
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-design__venue-title {
    font-weight: 400;
    font-size: 4.694vw;
    margin-bottom: 4.564vw;
  }
}
.p-design__venue-text {
  font-size: 14px;
  line-height: 1.71;
  text-align: justify;
}
@media screen and (max-width: 766.98px) {
  .p-design__venue-text {
    font-size: 3.13vw;
    font-weight: 400;
    line-height: 1.91666667;
  }
}
.p-design__venue-img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 20px;
  top: 20px;
  width: 23.107vw;
  height: calc(100% - 40px);
  gap: 4px;
}
@media print, screen and (min-width: 1320px) {
  .p-design__venue-img {
    width: 305px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-design__venue-img {
    margin-top: 6.52vw;
    position: static;
    width: auto;
    height: auto;
  }
}
.p-design__venue-img-item {
  width: calc(50% - 2px);
  height: 100%;
}
.p-design__venue-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-education__index {
  background: #b2a9a4;
  color: #fff;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin: 25px 0;
}
@media screen and (max-width: 766.98px) {
  .p-education__index {
    height: auto;
    font-size: 2.608vw;
    padding: 1.826vw 2.608vw;
    margin: 5.216vw 0 1.304vw;
  }
}
.p-education__table {
  margin-top: 80px;
}
@media screen and (max-width: 766.98px) {
  .p-education__table {
    margin-top: 16.95vw;
  }
}
.p-education__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-left: 1px solid #b2a9a4;
  border-right: 1px solid #b2a9a4;
  border-top: 1px solid #b2a9a4;
}
.p-education__table-row:last-child {
  border-bottom: 1px solid #b2a9a4;
}
@media screen and (max-width: 766.98px) {
  .p-education__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-education__table-title {
  background: #eeeae8;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 17.425vw;
  min-width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.6;
}
@media print, screen and (min-width: 1320px) {
  .p-education__table-title {
    width: 230px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-education__table-title {
    font-size: 3.13vw;
    min-width: auto;
    width: auto;
    padding: 1.826vw 0;
  }
}
.p-education__table-data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 1.71428571;
  letter-spacing: 0.04em;
  padding: 18px 30px;
  text-align: justify;
}
@media screen and (max-width: 766.98px) {
  .p-education__table-data {
    font-size: 2.608vw;
    font-weight: 400;
    line-height: 1.7;
    padding: 3.912vw 4.564vw;
    min-width: auto;
    width: auto;
  }
}

.p-fv {
  height: 686px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766.98px) {
  .p-fv {
    height: 104.306vw;
  }
}
.p-fv__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__img.is-loaded {
  opacity: 1;
}
.p-fv__title {
  position: absolute;
  font-family: "Vanitas-Regular", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 1.23;
  letter-spacing: 0.2em;
  left: 11.592vw;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}
@media print, screen and (min-width: 1320px) {
  .p-fv__title {
    left: 153px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-fv__title {
    font-size: 10.431vw;
    line-height: 1.06329114;
    left: 11.083vw;
  }
}
.p-fv__title.is-loaded {
  opacity: 1;
}
.p-fv__side-text {
  font-family: "Amiri", Noto Serif JP, serif;
  position: absolute;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: 0.2em;
  left: 3.788vw;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}
@media print, screen and (min-width: 1320px) {
  .p-fv__side-text {
    left: 50px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-fv__side-text {
    white-space: nowrap;
    font-size: 3.651vw;
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
    left: 3.39vw;
  }
}
.p-fv__side-text.is-loaded {
  opacity: 1;
}

.p-glossary__words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  margin-bottom: 74px;
}
@media screen and (max-width: 766.98px) {
  .p-glossary__words {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.782vw;
    margin-bottom: 16.95vw;
  }
}
.p-glossary__words-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #000;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 621px) {
  .p-glossary__words-item {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .p-glossary__words-item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .p-glossary__words-item {
    width: calc(100% / 6 - 3.782vw * 5 / 6);
    aspect-ratio: 1/1;
    height: auto;
    font-size: 4.433vw;
  }
}
.p-glossary__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.98px) {
  .p-glossary__section {
    display: block;
  }
}
.p-glossary__section + .p-glossary__section {
  margin-top: 110px;
}
@media screen and (max-width: 766.98px) {
  .p-glossary__section + .p-glossary__section {
    margin-top: 11.735vw;
  }
}
.p-glossary__section-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #000;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 766.98px) {
  .p-glossary__section-word {
    width: calc(100% / 6 - 3.782vw * 5 / 6);
    aspect-ratio: 1/1;
    height: auto;
    font-size: 4.433vw;
    margin-bottom: 6.52vw;
  }
}
.p-glossary__section-content {
  margin-left: auto;
  width: calc(100% - 88px);
}
@media screen and (max-width: 766.98px) {
  .p-glossary__section-content {
    width: auto;
  }
}
.p-glossary__section-content .c-sub-section + .c-sub-section {
  margin-top: 40px;
}
@media screen and (max-width: 766.98px) {
  .p-glossary__section-content .c-sub-section + .c-sub-section {
    margin-top: 9.127vw;
  }
}

.p-history {
  margin-top: -40px;
}
@media screen and (max-width: 766.98px) {
  .p-history {
    margin-top: 0;
  }
}
.p-history__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 766.98px) {
  .p-history__label {
    gap: 2.608vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-history__label-item {
  font-size: 11px;
  letter-spacing: 0.06em;
}
.p-history__label-item img {
  height: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-history__label-item img {
    margin-right: 2.608vw;
    height: 2.608vw;
  }
}
@media screen and (max-width: 766.98px) {
  .p-history__label-item {
    font-size: 2.347vw;
  }
}
.p-history__figure {
  margin-top: 60px;
}

.p-ir-event {
  margin-top: 100px;
}
.p-ir-event__section-title {
  font-size: 37px;
  font-family: "Amiri", Noto Serif JP, serif;
  letter-spacing: 0.15em;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdada;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-ir-event__section-title {
    font-size: 6.128vw;
    padding-bottom: 2.608vw;
  }
}
.p-ir-event__section-title::before, .p-ir-event__section-title::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 10px;
  top: 50%;
  background: #000;
}
@media screen and (max-width: 766.98px) {
  .p-ir-event__section-title::before, .p-ir-event__section-title::after {
    width: 3.39vw;
    height: 0.522vw;
    right: 2.608vw;
    top: 25%;
  }
}
.p-ir-event__section-title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms ease 0s;
  transition: -webkit-transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
}
.p-ir-event__section-title.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-ir-event__section-content {
  padding: 25px 0 0;
  display: none;
}
@media screen and (max-width: 766.98px) {
  .p-ir-event__section-content {
    padding: 6.52vw 0 0;
  }
}
.p-ir-event__section + .p-ir-event__section {
  margin-top: 40px;
}
@media screen and (max-width: 766.98px) {
  .p-ir-event__section + .p-ir-event__section {
    margin-top: 7.823vw;
  }
}
.p-ir-event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 766.98px) {
  .p-ir-event__row {
    font-size: 3.13vw;
    font-weight: 400;
  }
}
.p-ir-event__row + .p-ir-event__row {
  margin-top: 5px;
}
.p-ir-event__date {
  width: 11.364vw;
  min-width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 1320px) {
  .p-ir-event__date {
    width: 150px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-ir-event__date {
    width: 36.507vw;
    min-width: 0;
  }
}
.p-ir-event__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-ir-graph {
  margin-bottom: 40px;
}

.p-ir-info .c-selector {
  margin-bottom: 20px;
}

.p-ir-meeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-ir-news {
  position: relative;
}
.p-ir-news__text {
  font-size: 14px;
  padding-right: max(120px, 11.364vw);
  margin-bottom: 40px;
}
@media screen and (max-width: 766.98px) {
  .p-ir-news__text {
    font-size: 3.13vw;
    font-weight: 400;
    line-height: 1.91666667;
    padding: 0;
    margin-bottom: 16.95vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-ir-news__text {
    padding-right: 150px;
  }
}
.p-ir-news__selector {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 9.849vw;
  min-width: 120px;
  background: #000;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
}
@media screen and (max-width: 766.98px) {
  .p-ir-news__selector {
    position: static;
    width: 100%;
    min-width: 0;
    height: 8.345vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-ir-news__selector {
    width: 130px;
  }
}
.p-ir-news__selector::after {
  position: absolute;
  right: 15px;
  top: 33%;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 766.98px) {
  .p-ir-news__selector::after {
    width: 1.565vw;
    height: 1.565vw;
    right: 3.912vw;
  }
}
.p-ir-news__selector select {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  -webkit-appearance: none;
  outline: none;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 766.98px) {
  .p-ir-news__selector select {
    font-size: 3.651vw;
  }
}
.p-ir-news__cat-selector {
  background: #fff;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
  position: static;
  width: 100%;
  margin-top: 5.216vw;
  margin-bottom: 13.039vw;
  height: 13.039vw;
  border: 1px solid #000;
}
@media print, screen and (min-width: 767px) {
  .p-ir-news__cat-selector {
    display: none;
  }
}
.p-ir-news__cat-selector::after {
  position: absolute;
  width: 1.565vw;
  height: 1.565vw;
  right: 3.912vw;
  top: 40%;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.p-ir-news__cat-selector select {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  text-align: -webkit-center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-size: 3.13vw;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  outline: none;
  -moz-text-align-last: center;
       text-align-last: center;
}

@media screen and (max-width: 766.98px) {
  .p-management-cycle__flow {
    overflow-x: scroll;
  }
  .p-management-cycle__flow::-webkit-scrollbar {
    height: 1.044vw;
  }
  .p-management-cycle__flow::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  .p-management-cycle__flow::-webkit-scrollbar-thumb {
    background: #1a1a1a;
  }
}
.p-management-cycle__flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 3.637vw;
  padding-right: 3.334vw;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-management-cycle__flow-inner {
    width: 225.56vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-management-cycle__flow-inner {
    gap: 0 48px;
    padding-right: 44px;
  }
}
.p-management-cycle__flow-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 3.788vw;
  width: 100%;
  height: 100%;
  background: url("../img/investor/people/bg-cycle-arrow-01.svg") no-repeat right bottom/64.926vw auto;
}
@media print, screen and (min-width: 1320px) {
  .p-management-cycle__flow-inner::after {
    top: 50px;
    background-size: 857px auto;
  }
}
.p-management-cycle__flow-item {
  width: calc(100% / 3 - 3.637vw * 2 / 3);
  padding: 35px 20px 20px;
  background: #dcd5d1;
  text-align: center;
  color: #000;
}
@media print, screen and (min-width: 1320px) {
  .p-management-cycle__flow-item {
    width: calc(33.3333333333% - 32px);
  }
}
.p-management-cycle__flow-item-title {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.p-management-cycle__flow-item-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-management-cycle__flow-item-img {
  margin-top: 20px;
}

.p-name-origin {
  background: #f0f0f0;
  margin-top: 50px;
  padding: 45px 45px 50px;
}
@media screen and (max-width: 766.98px) {
  .p-name-origin {
    padding: 6.259vw 6.259vw 7.823vw;
    margin-top: 7.823vw;
  }
}
.p-name-origin__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dbdada;
  padding-bottom: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766.98px) {
  .p-name-origin__title {
    padding-bottom: 3.912vw;
    margin-bottom: 5.216vw;
    font-size: 2.608vw;
  }
}
.p-name-origin__title img {
  width: 317px;
  margin-right: 15px;
  position: relative;
  bottom: -6px;
}
@media screen and (max-width: 766.98px) {
  .p-name-origin__title img {
    bottom: -0.782vw;
    width: 44.33vw;
    margin-right: auto;
  }
}
.p-name-origin__theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-name-origin__theme + .p-name-origin__theme {
  margin-top: 20px;
}
@media screen and (max-width: 766.98px) {
  .p-name-origin__theme + .p-name-origin__theme {
    margin-top: 3.26vw;
  }
}
.p-name-origin__theme-title {
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 2px;
  letter-spacing: 0.4em;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-name-origin__theme-title {
    font-size: 3.351vw;
  }
}
.p-name-origin__theme-title span {
  color: #817f7f;
}
.p-name-origin__theme-text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-name-origin__theme-text {
    font-size: 2.869vw;
  }
}
.p-name-origin__theme-text::before {
  content: "：";
}

.p-officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 70px;
}
@media screen and (max-width: 766.98px) {
  .p-officer {
    margin-top: 0;
    display: block;
  }
}
@media print, screen and (min-width: 767px) {
  .p-officer__primary {
    width: 50.759vw;
    padding-right: 3.788vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-officer__primary {
    width: 670px;
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 767px) {
  .p-officer__secondary {
    border-left: 1px solid #dbdada;
    padding-left: 4.925vw;
    width: 25.001vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-officer__secondary {
    padding-left: 65px;
    width: 330px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-officer__secondary {
    border-top: 1px solid #dbdada;
    margin-top: 10.431vw;
    padding-top: 11.735vw;
  }
}
.p-officer__item {
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-officer__item + .p-officer__item {
  border-top: 1px solid #dbdada;
  padding-top: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item + .p-officer__item {
    margin-top: 10.431vw;
    padding-top: 11.735vw;
  }
}
.p-officer__item-title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  line-height: 1.57142857;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.13vw;
    margin-bottom: 2.608vw;
  }
}
.p-officer__item-name {
  font-weight: 300;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-name {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 5.477vw;
  }
}
.p-officer__item-name span {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-left: 5px;
  font-weight: 300;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-name span {
    font-size: 2.869vw;
    margin-left: 1.304vw;
  }
}
.p-officer__item-history {
  font-size: 14px;
  margin-top: 40px;
}
@media print, screen and (min-width: 767px) {
  .p-officer__item-history {
    width: 30.304vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-officer__item-history {
    width: 400px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-history {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 8.345vw;
    font-size: 3.13vw;
  }
}
.p-officer__item-history-title {
  color: #000;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-history-title {
    font-weight: 500;
  }
}
.p-officer__item-history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.04em;
  line-height: 1.57;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-history-row {
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-officer__item-history-row + .p-officer__item-history-row {
  margin-top: 7px;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-history-row + .p-officer__item-history-row {
    margin-top: 1.565vw;
  }
}
.p-officer__item-history-date {
  width: 5.682vw;
  min-width: 65px;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-history-date {
    width: 18.254vw;
    min-width: 0;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-officer__item-history-date {
    width: 75px;
  }
}
@media print, screen and (min-width: 767px) {
  .p-officer__item-img {
    position: absolute;
    right: 0;
    top: 30px;
    width: 14.243vw;
    max-width: 180px;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-officer__item-img {
    width: 188px;
  }
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 91.268vw;
    margin-bottom: 7.302vw;
  }
}
.p-officer__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-officer__item:first-child .p-officer__item-img {
  top: 0;
}
.p-officer__item.is-name-only + .is-name-only {
  border-top: none;
  padding-top: 0;
  margin-top: 50px;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item.is-name-only + .is-name-only {
    margin-top: 10.431vw;
  }
}

.p-philosophy__text {
  font-family: "Vanitas-Regular", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  font-size: 42px;
  letter-spacing: 0.2em;
  margin-top: 35px;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-philosophy__text {
    font-size: 7.823vw;
    margin-top: 0;
  }
}
.p-philosophy__note {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.32em;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-philosophy__note {
    font-size: 3.39vw;
    margin-bottom: 5.868vw;
  }
}
.p-philosophy__motto {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2.27777778;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-philosophy__motto {
    font-size: 3.39vw;
    line-height: 2.30769231;
    margin-bottom: 5.868vw;
  }
}

.p-privacy-contact {
  margin-top: 90px;
  background: #eeeae8;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-privacy-contact {
    margin-top: 15.646vw;
    padding: 10.431vw 5.868vw 7.823vw;
  }
}
.p-privacy-contact__title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 766.98px) {
  .p-privacy-contact__title {
    font-size: 3.39vw;
    margin-bottom: 2.608vw;
    text-align: center;
  }
}
.p-privacy-contact__text {
  font-size: 14px;
  line-height: 1.71428571;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766.98px) {
  .p-privacy-contact__text {
    font-size: 3.13vw;
    font-weight: 400;
    line-height: 1.91666667;
  }
}
.p-privacy-contact__btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  height: 40px;
  padding: 0 26px;
}
@media (min-width: 621px) {
  .p-privacy-contact__btn {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .p-privacy-contact__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .p-privacy-contact__btn {
    position: static;
    margin-top: 5.216vw;
    height: 13.039vw;
    font-size: 3.13vw;
    font-weight: 400;
  }
}

.p-profit__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 40px;
}
@media screen and (max-width: 766.98px) {
  .p-profit__comparison {
    gap: 0 7.041vw;
  }
}
.p-profit__comparison-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-profit__comparison-item-title {
  background: #d3cbc6;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.125em;
  margin-bottom: 15px;
}
@media screen and (max-width: 766.98px) {
  .p-profit__comparison-item-title {
    font-size: 2.608vw;
    padding: 0.783vw 2.608vw;
    margin-bottom: 2.608vw;
  }
}
.p-profit__comparison-item-list li {
  font-size: 12px;
  padding-left: 1.2em;
  line-height: 1.5;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 766.98px) {
  .p-profit__comparison-item-list li {
    font-size: 2.608vw;
    font-weight: 400;
    line-height: 1.65;
  }
}
.p-profit__comparison-item-list li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  background: #d3cbc6;
}
.p-profit__comparison-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 10px;
  right: -32px;
  top: 8px;
  background: url("../img/common/icn-arrow-double-01.svg") no-repeat center/25px auto;
}
@media screen and (max-width: 766.98px) {
  .p-profit__comparison-item::after {
    width: 4.564vw;
    height: 1.565vw;
    background-size: 4.564vw auto;
    right: -5.606vw;
    top: 1.565vw;
  }
}
.p-profit__comparison-item:nth-child(2) .p-profit__comparison-item-title {
  background: #92847c;
  color: #fff;
}
.p-profit__comparison-item:nth-child(2) .p-profit__comparison-item-list li::before {
  background: #92847c;
}
.p-profit__comparison-item:nth-child(2)::after {
  display: none;
}
.p-profit__note {
  margin-top: 2.652vw;
}
@media print, screen and (min-width: 1320px) {
  .p-profit__note {
    margin-top: 35px;
  }
}

.p-review-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 1.516vw;
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking {
    gap: 6.52vw 0;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-review-ranking {
    gap: 50px 20px;
  }
}
.p-review-ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% / 3 - 1.516vw * 2 / 3);
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-review-ranking__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.p-review-ranking__item-title {
  width: 100%;
  height: 60px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  background: #dcd5d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking__item-title {
    font-size: 3.13vw;
    height: 6.52vw;
    margin-bottom: 2.608vw;
  }
}
.p-review-ranking__item-rank {
  font-size: 25px;
  position: relative;
  top: 7px;
  color: #91837c;
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking__item-rank {
    font-size: 5.868vw;
  }
}
.p-review-ranking__item-rank span {
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 50px;
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking__item-rank span {
    font-size: 11.735vw;
  }
}
.p-review-ranking__item-rank::after {
  content: "／";
  margin: 0 5px;
  color: #000;
}
.p-review-ranking__item-total {
  font-size: 20px;
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking__item-total {
    font-size: 4.694vw;
  }
}
.p-review-ranking__item-total span {
  font-size: 24px;
  font-family: "Amiri", Noto Serif JP, serif;
}
@media screen and (max-width: 766.98px) {
  .p-review-ranking__item-total span {
    font-size: 5.868vw;
  }
}

.p-shortcut {
  width: calc(100% - 12.122vw);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 0 90px;
}
@media screen and (max-width: 766.98px) {
  .p-shortcut {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    padding: 0 6.52vw 13.039vw;
  }
}
@media print, screen and (min-width: 767px) {
  .p-shortcut__item {
    width: 50%;
  }
}
@media screen and (max-width: 766.98px) {
  .p-shortcut__item + .p-shortcut__item {
    margin-top: 5.216vw;
  }
}
.p-shortcut__item-img {
  width: 100%;
  aspect-ratio: 1/0.51724138;
  position: relative;
}
.p-shortcut__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shortcut__item-img::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
.p-shortcut__item-title {
  border-left: 2px solid #000;
  color: #000;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 1.894vw;
  margin-top: 15px;
}
@media screen and (max-width: 766.98px) {
  .p-shortcut__item-title {
    font-size: 4.694vw;
    height: 9.127vw;
    padding-left: 3.912vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-shortcut__item-title {
    padding-left: 25px;
  }
}
.p-shortcut__item:hover .p-shortcut__item-img::before {
  opacity: 0;
}

.p-stock-chart {
  width: 100%;
  height: 1050px;
  aspect-ratio: 1/0.91428571;
}
@media screen and (max-width: 766.98px) {
  .p-stock-chart {
    height: 1150px;
  }
}

.p-stock-info .c-table table th {
  width: 170px;
  text-align: left;
}
@media screen and (max-width: 766.98px) {
  .p-stock-info .c-table table th {
    height: 4em;
    vertical-align: middle;
    text-align: center;
    width: 22.165vw;
  }
}
.p-stock-info .c-table table td {
  text-align: left;
}
@media screen and (max-width: 766.98px) {
  .p-stock-info .c-table table td {
    vertical-align: middle;
  }
}

.p-store-list {
  margin-top: 60px;
}
@media screen and (max-width: 766.98px) {
  .p-store-list {
    margin-top: 7.823vw;
  }
}
.p-store-list__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
@media screen and (max-width: 766.98px) {
  .p-store-list__title {
    font-size: 3.39vw;
    margin-bottom: 5.216vw;
  }
}
.p-store-list__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px;
}
@media screen and (max-width: 766.98px) {
  .p-store-list__figure {
    gap: 2.608vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-store-list__figure-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-store-openings {
  height: 593px;
  margin-top: 50px;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdada;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings {
    margin-top: 6.52vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-store-openings__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 576px;
  height: 553px;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__img {
    position: static;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    height: auto;
  }
}
.p-store-openings__title {
  padding-top: 30px;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    font-size: 3.39vw;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-store-openings__state {
  margin-top: 15px;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__state {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.912vw;
  }
}
.p-store-openings__state-item {
  padding-left: 1.4em;
  line-height: 2.35294118;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__state-item {
    font-size: 3.13vw;
    line-height: 1.75;
    font-weight: 400;
  }
}
.p-store-openings__state-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.p-store-openings__state-item:nth-child(1)::before {
  content: "①";
}
.p-store-openings__state-item:nth-child(2)::before {
  content: "②";
}
.p-store-openings__state-item:nth-child(3)::before {
  content: "③";
}
.p-store-openings__state-item:nth-child(4)::before {
  content: "④";
}
.p-store-openings__legend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px 0 5px;
  border: 1px solid #000;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 12px;
  gap: 0 15px;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__legend {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 0 3.26vw;
    padding: 2.478vw;
    margin: 3.912vw 0 0;
  }
}
.p-store-openings__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__legend-item {
    font-size: 2.608vw;
    font-weight: 400;
  }
}
.p-store-openings__legend-item::before {
  content: "";
  width: 3.182vw;
  height: 1em;
  margin-right: 10px;
  background: #e5e0dd;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__legend-item::before {
    width: 7.823vw;
    margin-right: 2.608vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-store-openings__legend-item::before {
    width: 42px;
  }
}
.p-store-openings__legend-item.is-one::before {
  background: #f7b2b8;
}
.p-store-openings__legend-item.is-two::before {
  background: #f06671;
}
.p-store-openings__legend-item.is-three::before {
  background: #e60012;
}
@media screen and (max-width: 766.98px) {
  .p-store-openings__note {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-top-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 14px;
  margin: 64px 0;
}
@media screen and (max-width: 766.98px) {
  .p-top-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.694vw;
    margin: 16.95vw 0;
  }
}

.p-top-banner {
  width: calc(25% - 10.5px);
}
@media (min-width: 621px) {
  .p-top-banner {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .p-top-banner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .p-top-banner {
    width: 100%;
  }
}

.p-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 66px 3.788vw;
  padding: 90px 0 190px;
}
@media screen and (max-width: 766.98px) {
  .p-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21.905vw;
    padding: 14.994vw 0 26.077vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-content {
    gap: 66px 50px;
  }
}
.p-top-content__item {
  width: calc(50% - 1.894vw);
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-content__item {
    width: calc(50% - 25px);
  }
}
.p-top-content__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  height: 50px;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-header {
    height: 9.127vw;
    margin-bottom: 4.694vw;
  }
}
.p-top-content__item-title {
  border-left: 2px solid #000;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.894vw;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-title {
    font-size: 4.694vw;
    padding-left: 4.173vw;
    height: 9.127vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-content__item-title {
    padding-left: 25px;
  }
}
.p-top-content__item-more {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-more {
    font-size: 3.13vw;
    padding-bottom: 1.956vw;
  }
}
.p-top-content__item-more::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: width 250ms ease 0s;
  transition: width 250ms ease 0s;
}
.p-top-content__item-more::after {
  content: "";
  position: relative;
  top: -2px;
  right: 0;
  width: 14px;
  height: 10px;
  margin-left: 10px;
  background: url("../img/common/icn-arrow-right-01.svg") no-repeat center/14px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: right 250ms ease 0s;
  transition: right 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-more::after {
    width: 3.39vw;
    height: 2.608vw;
    background-size: 3.39vw auto;
  }
}
.p-top-content__item-more:hover::after {
  right: -10px;
}
.p-top-content__item-img {
  display: block;
  position: relative;
}
.p-top-content__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-content__item-img::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
.p-top-content__item-img:hover::before {
  opacity: 0;
}
.p-top-content__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 2.425vw;
  margin-top: 20px;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.823vw;
    gap: 5.216vw 0;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-content__item-link {
    gap: 18px 32px;
  }
}
.p-top-content__item-link-item {
  font-size: 14px;
  line-height: 1.33;
  width: calc(50% - 1.213vw);
  padding-right: 30px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #dbdada;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease 0s;
  transition: opacity 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-link-item {
    font-weight: 400;
    width: 100%;
    font-size: 3.39vw;
    padding-right: 5.998vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-content__item-link-item {
    width: calc(50% - 16px);
  }
}
.p-top-content__item-link-item::after {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/common/icn-arrow-right-01.svg") no-repeat center/14px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: right 250ms ease 0s;
  transition: right 250ms ease 0s;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-link-item::after {
    width: 3.39vw;
    height: 2.608vw;
    background-size: 3.39vw auto;
  }
}
.p-top-content__item-link-item:hover {
  opacity: 0.7;
}
.p-top-content__item-link-item:hover::after {
  right: -10px;
}
.p-top-content__item-link-item.is-external::after {
  background: url("../img/common/icn-external-03.svg") no-repeat center/14px auto;
}
@media screen and (max-width: 766.98px) {
  .p-top-content__item-link-item.is-external::after {
    width: 2.608vw;
    height: 2.608vw;
    background-size: 2.608vw;
  }
}
.p-top-content__item-link-item.is-external:hover {
  opacity: 0.7;
}
.p-top-content__item-link-item.is-external:hover::after {
  right: 0;
}

.p-top-document {
  margin-top: 50px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document {
    margin-top: 13.039vw;
  }
}
@media print, screen and (min-width: 767px) {
  .p-top-document__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25.001vw;
    grid-template-columns: 1fr 25.001vw;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
.p-top-document__title {
  border-left: 2px solid #000;
  color: #000;
  height: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 1.894vw;
  padding-right: 4.546vw;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__title {
    font-size: 4.694vw;
    height: 9.127vw;
    padding-left: 3.912vw;
  }
}
@media print, screen and (min-width: 767px) {
  .p-top-document__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 767px) {
  .p-top-document__files {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding-right: 4.546vw;
  }
}
@media print, screen and (min-width: 767px) {
  .p-top-document__realtime {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime {
    margin-top: 10.431vw;
  }
}
.p-top-document__realtime-inner {
  background: #000;
  padding: 26px 26px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-inner {
    padding: 5.868vw 5.868vw 0;
  }
}
.p-top-document__realtime-title {
  font-size: 24px;
  border-left: 2px solid #fff;
  padding-left: 24px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-title {
    font-size: 4.694vw;
    padding-left: 4.564vw;
  }
}
.p-top-document__realtime-code {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  padding: 15px 0;
  border-top: 1px solid #6f6d6c;
  border-bottom: 1px solid #6f6d6c;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-code {
    font-size: 2.869vw;
    padding: 2.347vw 0;
    margin-top: 4.564vw;
  }
}
.p-top-document__realtime-updated {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-updated {
    font-size: 2.869vw;
    padding: 2.347vw 0 0;
  }
}
.p-top-document__realtime-updated-time {
  margin-left: auto;
}
.p-top-document__realtime-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-top: 60px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-price {
    margin-top: 9.127vw;
    padding-bottom: 2.347vw;
  }
}
.p-top-document__realtime-price-title {
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-price-title {
    font-size: 3.13vw;
  }
}
.p-top-document__realtime-price-number {
  margin-left: auto;
  font-family: "Amiri", Noto Serif JP, serif;
  letter-spacing: 0.04em;
  line-height: 0.55em;
  font-size: 42px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-price-number {
    font-size: 9.388vw;
  }
}
.p-top-document__realtime-price-postfix {
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-price-postfix {
    font-size: 3.13vw;
  }
}
.p-top-document__realtime-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-previous {
    margin-top: 5.868vw;
    margin-bottom: 7.823vw;
    padding-bottom: 2.347vw;
  }
}
.p-top-document__realtime-previous-title {
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-previous-title {
    font-size: 3.13vw;
  }
}
.p-top-document__realtime-previous-number {
  margin-left: auto;
  font-family: "Amiri", Noto Serif JP, serif;
  letter-spacing: 0.04em;
  line-height: 0.55em;
  font-size: 32px;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-previous-number {
    font-size: 7.171vw;
  }
}
.p-top-document__realtime-previous-postfix {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-left: 5px;
  margin-right: -0.6em;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-previous-postfix {
    font-size: 3.13vw;
    margin-left: 0.131vw;
  }
}
.p-top-document__realtime-link {
  font-size: 14px;
  margin: auto -26px 0;
  letter-spacing: 0.1em;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4d4d4d;
  position: relative;
}
@media (min-width: 621px) {
  .p-top-document__realtime-link {
    -webkit-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }
  .p-top-document__realtime-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-link {
    font-size: 3.13vw;
    height: 13.039vw;
    margin: auto -5.867vw 0;
  }
}
.p-top-document__realtime-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 766.98px) {
  .p-top-document__realtime-link::after {
    border-width: 1.044vw 0 1.044vw 1.044vw;
  }
}
@media screen and (max-width: 766.98px) {
  .p-top-document .noDataText {
    font-size: 3.13vw;
  }
}

.p-top-info {
  padding: 100px 0 90px;
}
@media screen and (max-width: 766.98px) {
  .p-top-info {
    padding: 14.342vw 0;
  }
}
.p-top-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__header {
    display: block;
    position: relative;
  }
}
.p-top-info__title {
  font-family: "Vanitas-Regular", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  font-size: 42px;
  line-height: 0.5;
  letter-spacing: 0.2em;
  margin-right: auto;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__title {
    font-size: 6.52vw;
  }
}
.p-top-info__date {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__date {
    margin-top: 3.912vw;
    font-size: 2.347vw;
  }
}
.p-top-info__rss {
  width: 105px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  font-family: "Amiri", Noto Serif JP, serif;
  font-size: 13px;
  background: #fff;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__rss {
    position: absolute;
    right: 0;
    top: -0.782vw;
    width: 11.735vw;
    height: 5.868vw;
    margin: 0;
    font-size: 2.608vw;
  }
}
.p-top-info__rss::before {
  content: "";
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url("../img/common/icn-rss-01.svg") no-repeat center/10px;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__rss::before {
    width: 1.695vw;
    height: 1.695vw;
    background-size: 1.695vw;
  }
}
.p-top-info__tab {
  margin-top: 50px;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__tab {
    margin-top: 8.475vw;
  }
}
.p-top-info__tab-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 75px;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__tab-trigger {
    margin-bottom: 11.083vw;
  }
}
.p-top-info__tab-trigger-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  border: 1px solid #fff;
  border-left: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 250ms ease 0s, color 250ms ease 0s;
  transition: background 250ms ease 0s, color 250ms ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__tab-trigger-item {
    height: 13.039vw;
    font-size: 3.13vw;
  }
}
.p-top-info__tab-trigger-item:nth-child(1) {
  border-left: 1px solid #fff;
}
.p-top-info__tab-trigger-item:hover {
  background: #fff;
  color: #000;
}
.p-top-info__tab-trigger-item.is-active {
  background: #fff;
  color: #000;
  position: relative;
}
.p-top-info__tab-trigger-item.is-active::before, .p-top-info__tab-trigger-item.is-active::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  left: 50%;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__tab-trigger-item.is-active::before, .p-top-info__tab-trigger-item.is-active::after {
    height: 2.608vw;
  }
}
.p-top-info__tab-trigger-item.is-active::before {
  background: #000;
}
.p-top-info__tab-trigger-item.is-active::after {
  background: #fff;
  bottom: -10px;
}
@media screen and (max-width: 766.98px) {
  .p-top-info__tab-trigger-item.is-active::after {
    bottom: -2.607vw;
  }
}
.p-top-info__tab-content-item {
  display: none;
}
.p-top-info__tab-content-item.is-active {
  display: block;
}

.p-top-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.98px) {
  .p-top-message {
    display: block;
  }
}
.p-top-message__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 56px;
  font-family: "Vanitas-Regular", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  color: #000;
  line-height: 1.21428571;
  letter-spacing: 0.2em;
  width: calc(100% - 41.668vw);
  min-width: 360px;
}
@media screen and (max-width: 766.98px) {
  .p-top-message__title {
    font-size: 7.823vw;
  }
  .p-top-message__title br {
    display: none;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-message__title {
    width: calc(100% - 550px);
  }
}
.p-top-message__title span {
  display: block;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4em;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 766.98px) {
  .p-top-message__title span {
    font-size: 3.39vw;
    letter-spacing: 0.34em;
  }
}
.p-top-message__text {
  width: 41.668vw;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 766.98px) {
  .p-top-message__text {
    width: auto;
    margin-top: 10.431vw;
    font-size: 3.13vw;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-top-message__text {
    width: 550px;
  }
}
.p-top-message__text p {
  text-align: justify;
}
.p-top-message__text p + p {
  margin-top: 2em;
}
.p-top-message__sign {
  margin-top: 60px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766.98px) {
  .p-top-message__sign {
    margin-top: 18.254vw;
  }
}
.p-top-message__sign-img {
  margin-left: auto;
  margin-top: 20px;
  width: 184px;
}
@media screen and (max-width: 766.98px) {
  .p-top-message__sign-img {
    margin-top: 4.564vw;
    width: 40.419vw;
  }
}

.p-welfare {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 3.031vw;
}
@media screen and (max-width: 766.98px) {
  .p-welfare {
    margin-top: 11.735vw;
    gap: 7.823vw 5.216vw;
  }
}
@media print, screen and (min-width: 1320px) {
  .p-welfare {
    gap: 50px 40px;
  }
}
.p-welfare__item {
  width: calc(100% / 4 - 3.031vw * 3 / 4);
}
@media screen and (max-width: 766.98px) {
  .p-welfare__item {
    width: calc(100% / 2 - 5.216vw * 1 / 2);
  }
}
@media print, screen and (min-width: 1320px) {
  .p-welfare__item {
    width: calc(25% - 30px);
  }
}
.p-welfare__item-img {
  width: 100%;
  aspect-ratio: 1/0.64220183;
  margin-bottom: 15px;
}
@media screen and (max-width: 766.98px) {
  .p-welfare__item-img {
    margin-bottom: 3.912vw;
  }
}
.p-welfare__item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #000;
  min-height: 48px;
}
@media screen and (max-width: 766.98px) {
  .p-welfare__item-title {
    font-size: 3.13vw;
    line-height: 1.375;
    min-height: calc(3.13vw * 1.375 * 2);
    margin-bottom: 3.912vw;
  }
}
.p-welfare__item-title span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin-top: 3px;
}
@media screen and (max-width: 766.98px) {
  .p-welfare__item-title span {
    font-size: 2.608vw;
  }
}
.p-welfare__item-text {
  font-size: 14px;
  line-height: 1.71428571;
  text-align: justify;
}
@media screen and (max-width: 766.98px) {
  .p-welfare__item-text {
    margin-bottom: 3.912vw;
    font-size: 2.608vw;
    font-weight: 400;
    line-height: 1.65;
  }
}

.u-ct-left-0_25 {
  margin-left: -0.25em;
}
.u-ct-left-0_50 {
  margin-left: -0.5em;
}
.u-ct-left-1_00 {
  margin-left: -1em;
}

@media print, screen and (min-width: 767px) {
  .u-lh-1_25 {
    line-height: 1.25;
  }
  .u-lh-1_33 {
    line-height: 1.33;
  }
  .u-lh-1_50 {
    line-height: 1.5;
  }
  .u-lh-1_66 {
    line-height: 1.75;
  }
  .u-lh-2_00 {
    line-height: 2;
  }
}
@media screen and (max-width: 766.98px) {
  .u-md-lh-1_25 {
    line-height: 1.25;
  }
  .u-md-lh-1_33 {
    line-height: 1.33;
  }
  .u-md-lh-1_50 {
    line-height: 1.5;
  }
  .u-md-lh-1_66 {
    line-height: 1.75;
  }
  .u-md-lh-2_00 {
    line-height: 2;
  }
}
@media print, screen and (min-width: 767px) {
  .u-ls--0_050 {
    letter-spacing: -0.05em !important;
  }
  .u-ls--0_025 {
    letter-spacing: -0.025em !important;
  }
  .u-ls-0_000 {
    letter-spacing: 0 !important;
  }
  .u-ls-0_025 {
    letter-spacing: 0.025em !important;
  }
  .u-ls-0_050 {
    letter-spacing: 0.05em !important;
  }
  .u-ls-0_075 {
    letter-spacing: 0.075em !important;
  }
  .u-ls-0_100 {
    letter-spacing: 0.1em !important;
  }
  .u-ls-0_125 {
    letter-spacing: 0.125em !important;
  }
  .u-ls-0_150 {
    letter-spacing: 0.15em !important;
  }
  .u-ls-0_175 {
    letter-spacing: 0.175em !important;
  }
  .u-ls-0_200 {
    letter-spacing: 0.2em !important;
  }
}
@media screen and (max-width: 766.98px) {
  .u-md-ls--0_050 {
    letter-spacing: -0.05em !important;
  }
  .u-md-ls--0_025 {
    letter-spacing: -0.025em !important;
  }
  .u-md-ls-0_000 {
    letter-spacing: 0 !important;
  }
  .u-md-ls-0_025 {
    letter-spacing: 0.025em !important;
  }
  .u-md-ls-0_050 {
    letter-spacing: 0.05em !important;
  }
  .u-md-ls-0_075 {
    letter-spacing: 0.075em !important;
  }
  .u-md-ls-0_100 {
    letter-spacing: 0.1em !important;
  }
  .u-md-ls-0_125 {
    letter-spacing: 0.125em !important;
  }
  .u-md-ls-0_150 {
    letter-spacing: 0.15em !important;
  }
  .u-md-ls-0_175 {
    letter-spacing: 0.175em !important;
  }
  .u-md-ls-0_200 {
    letter-spacing: 0.2em !important;
  }
}
@media print, screen and (min-width: 767px) {
  .u-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-mb-170 {
    margin-bottom: 170px !important;
  }
  .u-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-mb-190 {
    margin-bottom: 190px !important;
  }
  .u-mb-200 {
    margin-bottom: 200px !important;
  }
}
@media screen and (max-width: 766.98px) {
  .u-md-mb-0 {
    margin-bottom: 0vw !important;
  }
  .u-md-mb-10 {
    margin-bottom: 1.304vw !important;
  }
  .u-md-mb-20 {
    margin-bottom: 2.608vw !important;
  }
  .u-md-mb-30 {
    margin-bottom: 3.912vw !important;
  }
  .u-md-mb-40 {
    margin-bottom: 5.216vw !important;
  }
  .u-md-mb-50 {
    margin-bottom: 6.52vw !important;
  }
  .u-md-mb-60 {
    margin-bottom: 7.824vw !important;
  }
  .u-md-mb-70 {
    margin-bottom: 9.128vw !important;
  }
  .u-md-mb-80 {
    margin-bottom: 10.432vw !important;
  }
  .u-md-mb-90 {
    margin-bottom: 11.736vw !important;
  }
  .u-md-mb-100 {
    margin-bottom: 13.04vw !important;
  }
  .u-md-mb-110 {
    margin-bottom: 14.344vw !important;
  }
  .u-md-mb-120 {
    margin-bottom: 15.648vw !important;
  }
  .u-md-mb-130 {
    margin-bottom: 16.952vw !important;
  }
  .u-md-mb-140 {
    margin-bottom: 18.256vw !important;
  }
  .u-md-mb-150 {
    margin-bottom: 19.56vw !important;
  }
  .u-md-mb-160 {
    margin-bottom: 20.864vw !important;
  }
  .u-md-mb-170 {
    margin-bottom: 22.168vw !important;
  }
  .u-md-mb-180 {
    margin-bottom: 23.472vw !important;
  }
  .u-md-mb-190 {
    margin-bottom: 24.776vw !important;
  }
  .u-md-mb-200 {
    margin-bottom: 26.08vw !important;
  }
}
@media print, screen and (min-width: 767px) {
  .u-mt-0 {
    margin-top: 0px !important;
  }
  .u-mt-10 {
    margin-top: 10px !important;
  }
  .u-mt-20 {
    margin-top: 20px !important;
  }
  .u-mt-30 {
    margin-top: 30px !important;
  }
  .u-mt-40 {
    margin-top: 40px !important;
  }
  .u-mt-50 {
    margin-top: 50px !important;
  }
  .u-mt-60 {
    margin-top: 60px !important;
  }
  .u-mt-70 {
    margin-top: 70px !important;
  }
  .u-mt-80 {
    margin-top: 80px !important;
  }
  .u-mt-90 {
    margin-top: 90px !important;
  }
  .u-mt-100 {
    margin-top: 100px !important;
  }
  .u-mt-110 {
    margin-top: 110px !important;
  }
  .u-mt-120 {
    margin-top: 120px !important;
  }
  .u-mt-130 {
    margin-top: 130px !important;
  }
  .u-mt-140 {
    margin-top: 140px !important;
  }
  .u-mt-150 {
    margin-top: 150px !important;
  }
  .u-mt-160 {
    margin-top: 160px !important;
  }
  .u-mt-170 {
    margin-top: 170px !important;
  }
  .u-mt-180 {
    margin-top: 180px !important;
  }
  .u-mt-190 {
    margin-top: 190px !important;
  }
  .u-mt-200 {
    margin-top: 200px !important;
  }
}
@media screen and (max-width: 766.98px) {
  .u-md-mt-0 {
    margin-top: 0vw !important;
  }
  .u-md-mt-10 {
    margin-top: 1.304vw !important;
  }
  .u-md-mt-20 {
    margin-top: 2.608vw !important;
  }
  .u-md-mt-30 {
    margin-top: 3.912vw !important;
  }
  .u-md-mt-40 {
    margin-top: 5.216vw !important;
  }
  .u-md-mt-50 {
    margin-top: 6.52vw !important;
  }
  .u-md-mt-60 {
    margin-top: 7.824vw !important;
  }
  .u-md-mt-70 {
    margin-top: 9.128vw !important;
  }
  .u-md-mt-80 {
    margin-top: 10.432vw !important;
  }
  .u-md-mt-90 {
    margin-top: 11.736vw !important;
  }
  .u-md-mt-100 {
    margin-top: 13.04vw !important;
  }
  .u-md-mt-110 {
    margin-top: 14.344vw !important;
  }
  .u-md-mt-120 {
    margin-top: 15.648vw !important;
  }
  .u-md-mt-130 {
    margin-top: 16.952vw !important;
  }
  .u-md-mt-140 {
    margin-top: 18.256vw !important;
  }
  .u-md-mt-150 {
    margin-top: 19.56vw !important;
  }
  .u-md-mt-160 {
    margin-top: 20.864vw !important;
  }
  .u-md-mt-170 {
    margin-top: 22.168vw !important;
  }
  .u-md-mt-180 {
    margin-top: 23.472vw !important;
  }
  .u-md-mt-190 {
    margin-top: 24.776vw !important;
  }
  .u-md-mt-200 {
    margin-top: 26.08vw !important;
  }
}
body {
  word-break: normal;
  overflow-wrap: break-word;
}

.pswp__img {
  background: #fff;
  padding: 2.608vw;
}

.pswp__icn {
  width: 24px;
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
}

.gsc-control-cse {
  padding: 0 !important;
}

.l-header__navi-list > li > a {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 2px;
}
.l-header__navi-list > li.is-search > a {
  padding-top: 0;
}

.l-footer__navi-list {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  font-size: 15px;
}

.p-top-document__realtime-title {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
}

.p-top-document__title {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
}

.p-shortcut__item-title {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
}

.p-top-content__item-title {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
}

.l-megamenu__title {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
}

.p-top-info__tab-trigger-item {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  font-size: 16px;
}

.p-welfare__item-text {
  text-align: left;
}

.p-case__item-title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766.98px) {
  .p-case__item-title {
    letter-spacing: normal;
  }
}

.p-top-message__title span {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.p-philosophy__note {
  letter-spacing: 0.125em;
  line-height: 1.76;
}

.p-philosophy__motto {
  letter-spacing: 0.125em;
}

.p-officer__item-history-title {
  letter-spacing: 0.02em;
}

.p-officer__item-history-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  min-width: 45px;
}

.p-officer__item-name {
  letter-spacing: 0.15em;
}

.p-officer__item-title {
  letter-spacing: 0.04em;
}

.p-business__price-title {
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.p-business__price-title span {
  line-height: 1.3;
}

.c-page-navi__item {
  line-height: 1.3;
}

.c-section__text {
  text-align: left;
}

.p-business__list-item-text {
  text-align: left;
}

.p-education__table-data {
  text-align: left;
}

.p-design__venue-text {
  text-align: left;
}

.c-info__text {
  text-align: left;
}

.p-profit__comparison-item-list li {
  text-align: left;
}

.p-top-message__text p {
  text-align: left;
}

.c-alt-section__box {
  text-align: left;
}

.p-privacy-contact__title {
  line-height: 1.5;
}

.p-award-result__table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-tab-link__item {
  font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
  line-height: 1.3;
  padding: 3px 0 0;
  text-align: center;
  font-size: 15px;
}

.c-alt-section__title {
  line-height: 1.33;
}

@media screen and (max-width: 766.98px) {
  .c-tab-link.is-sm-vertical .c-tab-link__item {
    height: 14.342vw;
    font-size: 2.869vw;
    padding: 0.522vw 1.956vw 0;
  }
}

@media screen and (max-width: 766.98px) {
  .l-modal__navi-list > li > a {
    font-family: "Vanitas-Bold", Noto Sans JP, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, sans-serif;
    font-size: 3.912vw;
    letter-spacing: 0.1em;
    padding: 2.608vw 0 2.217vw;
  }
}

@media screen and (max-width: 766.98px) {
  .l-footer__navi {
    width: 100%;
  }
}

@media screen and (max-width: 766.98px) {
  .l-footer__navi-list > li {
    font-size: 3.912vw;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 766.98px) {
  .l-footer__support-navi-list li:nth-child(n+5) {
    padding-left: 0;
  }
}

.c-form__info {
  line-height: 1.5;
}

@media screen and (max-width: 766.98px) {
  .c-figure.is-scrollable::after {
    background: url("../img/common/img-swipe-navi-01@en.webp") no-repeat center/61.541vw auto;
  }
}

.l-header__logo.show-modal-navi img {
  display: none;
}

.c-info-list__title-text {
  line-height: 1.25;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 621px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1000px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1320px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.p-stock-info.custom .c-table table td {
  padding: 9.8px 10px;
}

.p-stock__table {
  margin-top: 0;
}

@media screen and (max-width: 766.98px) {
  .p-stock__table {
    margin-top: 0;
  }
}
.p-stock__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
  border-top: 1px solid #e5e3e3;
}

.p-stock__table-row:last-child {
  border-bottom: 1px solid #e5e3e3;
}

@media screen and (max-width: 766.98px) {
  .p-stock__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.p-stock__table-title {
  background: #d6cac5;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.6;
  padding: 15px;
  width: 180px;
}

@media screen and (max-width: 766.98px) {
  .p-stock__table-title {
    font-size: 11.7375px;
    min-width: auto;
    width: 7em;
    padding: 15px 0;
  }
  .p-stock__table-title > span span {
    display: block;
  }
}
.p-stock__table-title:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-stock__table-title:nth-child(2) {
  border-left: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
}

.p-stock__table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  font-size: 14px;
  line-height: 1.71428571;
  letter-spacing: 0.04em;
  padding: 15px;
  width: 180px;
}

.p-stock__table-data:nth-child(1) {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.p-stock__table-data > span {
  display: block;
}

@media screen and (max-width: 766.98px) {
  .p-stock__table-data {
    font-size: 11.7375px;
    font-weight: 400;
    line-height: 1.7;
    min-width: auto;
    width: 7em;
    padding: 10px 8px;
  }
  .p-stock__table-data > span span {
    display: block;
  }
}
.p-stock__table-data:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

@media screen and (max-width: 766.98px) {
  .p-stock__table-data:first-of-type {
    min-height: 4.7em;
    padding: 10px 0 10px 8px;
  }
}
.p-stock__table-data:nth-child(2) {
  border-left: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
}

.stockSubText {
  margin-top: 10px;
}

.stockSubText .l_jp p {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .stockSubText p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 766.98px) {
  .stockSubText p {
    font-size: 2.608vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 766.98px) {
  .pc-figure__popup.custom {
    height: auto !important;
  }
}
/* å€‹äººæŠ•è³‡å®¶ã®çš†ã•ã¾ã¸(/ir/investor/strengths/) 20230911custom */
.c-section__bar-title-house02 {
  background: #eeeae8;
  text-align: center;
  padding: 5px 20px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (max-width: 766.98px) {
  .c-section__bar-title-house02 {
    padding: 1.304vw 2.608vw;
    font-size: 2.608vw;
    margin: 0 0 3.13vw;
  }
}
.c-section__bar-title-house03 {
  position: relative;
  background: #95837b;
  color: #fff;
  text-align: center;
  padding: 10px 20px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.2em;
  margin: 53px 0 0;
}

@media screen and (max-width: 766.98px) {
  .c-section__bar-title-house03 {
    padding: 2.35vw 2.608vw;
    font-size: 2.8vw;
    margin: 9vw 0 3.13vw;
  }
}
.c-section__bar-title-house03:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 32px;
  background: url("../img/investor/strengths/img-inhouse-04.svg") no-repeat left top;
  background-size: contain;
  left: 50%;
  top: -41px;
  margin-left: -8px;
}

@media screen and (max-width: 766.98px) {
  .c-section__bar-title-house03:before {
    width: 12px;
    height: 22.59px;
    top: -31px;
    margin-left: -6px;
  }
}
.c-figure.house-mt53 {
  margin-top: 53px;
}

@media screen and (max-width: 766.98px) {
  .c-figure.house-mt53 {
    margin-top: 35px;
    margin-bottom: 55px;
  }
}
.c-figure.house-mt15 {
  margin-top: 15px;
}

.c-section-row__col.inhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}


/* governance(/ir/management/governance/) 20240119custom */

.p-officer__item-governance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}

.p-officer__item-governance-row + .p-officer__item-governance-row {
  margin-top: 7px;
}
@media screen and (max-width: 766.98px) {
  .p-officer__item-governance-row + .p-officer__item-governance-row {
    margin-top: 1.565vw;
  }
}
.p-officer__item-governance-date {
  width: 7em;
  min-width:7em;
}

.p-governance-data-table {
  width: 100%;
  font-size: 13px;
  line-height: 1.53846em;
  letter-spacing: 0.01667em;
  border:solid 1px #B7B6B6;
  color:#281613;
}

@media screen and (max-width: 767.98px) {
  .p-governance-data-table {
    font-size: 2.66667vw;
    line-height: 1em;
    letter-spacing: 0.01667em;
  }
}
.p-governance-data-table thead tr th {
  color: #fff;
  font-weight: 500;
  background: rgba(149,131,123,.7);
  text-align: center;
  vertical-align: middle;
  padding: 0.531vw 0.758vw;
  height: 4vw;
}

.p-governance-data-table thead tr th:nth-child(n + 1){
  border-left:solid 1px #D5CECA;
}

@media screen and (max-width: 767.98px) {
  .p-governance-data-table thead tr th {
    white-space: nowrap;
    padding: 2.344vw 2.084vw;
  }
}

.p-governance-data-table tbody tr th {
  text-align: center;
  padding: 0.531vw 0.758vw;
  vertical-align: middle;
}

@media screen and (max-width: 767.98px) {
  .p-governance-data-table tbody tr th {
    white-space: nowrap;
    padding: 1.823vw 2.084vw;
  }
}

.p-governance-data-table tbody tr td {
  text-align: left;
  padding: 0.531vw 0.758vw;
}

@media screen and (max-width: 767.98px) {
  .p-governance-data-table tbody tr td {
    white-space: nowrap;
    padding: 2.344vw 2.084vw;
  }
}

.p-governance-data-table.style01 tbody tr td {
  text-align: left;
  padding: 2vw 2vw;
}

@media screen and (max-width: 767.98px) {
  .p-governance-data-table.style01 {
    width:800px;
  }

  .p-governance-data-table.style01 tbody tr td {
    white-space: normal;
    line-height: 1.91666667;
    padding: 4vw 4vw;
  }
}

.p-governance-data-table.style01 tbody tr th {
  background: rgba(211,203,197,.5);
  vertical-align: middle;
  text-align: center;
  width:8em;
}
.p-governance-data-table.style01 tbody tr td:nth-child(n + 1){
  vertical-align: middle;
  text-align: center;

}

.p-governance-data-table.style01 tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #B7B6B6;
}

.p-governance-data-table.style01 tbody tr td:nth-child(2){
  width:8em;
}
.p-governance-data-table.style01 tbody tr td:nth-child(3){
  width:230px;
}
.p-governance-data-table.style01 tbody tr td:last-of-type {
  vertical-align: top;
  text-align: left;
}
.p-governance-data-table.style01 tbody tr td.left{
  text-align: left;
  vertical-align: top;
  width:230px;
}

.p-governance-data-table.style01 tbody tr td:nth-child(n + 1) {
  border-left: 1px solid #B7B6B6;
}

.p-governance-data-table.style02 {
  border:none;
}

.p-governance-data-table.style02 tbody tr:nth-child(even) th, .p-governance-data-table.style02 tbody tr:nth-child(even) td {
  background: rgba(211,203,197,.5);
}

.p-governance-data-table.style02 thead tr th {
  border:none;
  background:rgba(149,131,123,.7);
}

.p-governance-data-table.style02 thead tr th:nth-child(n + 1){
  border-left:solid 1px #D5CECA;
}

.p-governance-data-table.style02 tbody tr td{
  text-align: center;
  vertical-align: middle;
}

.p-governance-data-table.style02 tbody tr td:nth-child(n + 1) {
  border-left: 1px solid #B7B6B6;
}
