@charset "UTF-8";
@media (min-width: 576px) {
  .dp-none-sm {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .dp-none-sm-under {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .dp-none-md {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .dp-none-md-under {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .dp-none-lg {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .dp-none-lg-under {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .dp-none-xl {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .dp-none-xl-under {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .dp-none-xxl {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .dp-none-xxl-under {
    display: none !important;
  }
}
.dp-none {
  display: none !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #6C6C6C !important;
}

.bg-silver {
  background-color: #cccccc !important;
}

.bg-darkgray {
  background-color: #4c4c4c !important;
}

.bg-lightgray {
  background-color: #f9f9f9 !important;
}

.bg-red {
  background-color: #cc0d0d !important;
}

.bg-blue {
  background-color: #2368ae !important;
}

.bg-lightblue {
  background-color: #eef3fa !important;
}

.bg-green {
  background-color: #258843 !important;
}

.bg-darkgreen {
  background-color: #40902f !important;
}

.bg-purple {
  background-color: #834c96 !important;
}

.bg-beige {
  background-color: #edeae2 !important;
}

.bg-lightbeige {
  background-color: #F6F5F2 !important;
}

.bg-darkbeige {
  background-color: #d3ccba !important;
}

.bg-gold {
  background-color: #8d815c !important;
}

html, body {
  scroll-behavior: auto !important;
}

[class^="col"],
h1, h2, h3, h4, h5, h6 {
  position: relative;
}

.form-control {
  border: var(--bs-border-width) solid #767676;
  font-size: initial;
}

input::placeholder {
  color: rgba(40, 40, 40, 0.6) !important;
  opacity: 1 !important;
}

.col-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.g-6 {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}

.gx-6 {
  --bs-gutter-x: 5rem;
}

.g-7 {
  --bs-gutter-x: 7rem;
  --bs-gutter-y: 7rem;
}

.gx-7 {
  --bs-gutter-x: 7rem;
}

.g-8 {
  --bs-gutter-x: 8rem;
  --bs-gutter-y: 8rem;
}

.gx-8 {
  --bs-gutter-x: 8rem;
}

.table-responsive td {
  white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background: #fff;
}

.form-control::placeholder {
  color: #f9f9f9;
  font-weight: 400;
}

.form-inline .form-control {
  display: inline-block;
}

@media (max-width: 767px) {
  img.w-75,
  img.w-50,
  img.w-25 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding: 0 1rem;
  }

  .container .row,
  .container-fluid .row {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: calc(1625px + 40px);
  }
}
html, body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #282828;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

section p, section ul, section ol, section dl, section table {
  font-size: 1.6rem;
  margin-bottom: 1.75rem;
  line-height: 1.65;
  position: relative;
}

main section :is(p, ul, ol, dl, table):last-child {
  margin-bottom: 0;
}

section div {
  font-size: 1.6rem;
  line-height: 1.65;
  position: relative;
}

a {
  color: #2368ae;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #123559;
}
a[href^="tel:"], a[href^="tel:"]:hover {
  cursor: default;
}
a.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-tel, .link-tel:hover, .link-tel:visited {
  color: #282828;
  text-decoration: none;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.photo {
  text-align: center;
}
.photo img {
  margin-bottom: 0.75rem;
}
.photo p {
  font-size: 1.4rem;
  margin-bottom: 2rem !important;
}
.photo:has(p) + .text-area {
  margin-top: 0;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
  position: relative;
  text-align: left;
}

ol li {
  list-style-position: inside;
}

.listbox {
  margin-bottom: 2.5rem;
  padding-left: 0.75rem;
}
.listbox li {
  margin: 0 0 1.25rem 1rem;
}
.listbox li:last-child {
  margin-bottom: 0 !important;
}

.list-inline li {
  display: inline;
  margin-right: 2rem;
}
.list-inline li:last-child {
  margin-right: 0;
}

.list-disc > li {
  list-style-type: disc;
  padding-left: 0.25rem;
}

.list-decimal > li {
  list-style-type: decimal;
  padding-left: 0.25rem;
}

.list-ideographic > li {
  list-style-type: cjk-ideographic;
  padding-left: 0.25rem;
}

.list-latinLower > li {
  list-style-type: lower-latin;
  padding-left: 0.25rem;
}

.list-latinUpper > li {
  list-style-type: upper-latin;
  padding-left: 0.25rem;
}

.list-square > li {
  list-style-type: square;
  padding-left: 0.25rem;
}

.list-circle > li {
  list-style-type: circle;
  padding-left: 0.25rem;
}

.list-disc > li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #212324;
  left: -1.25rem;
  top: 14px;
  border-radius: 2px;
}

.list-decimal.count-from2 > li:first-of-type {
  list-style: none;
  margin-left: -2.25rem;
  margin-bottom: 2rem;
}

dd {
  margin-bottom: 2.5rem;
  margin-left: 0;
}
dd:last-child {
  margin-bottom: 0 !important;
}
dd ul {
  margin: 0 !important;
}

.indent, .indent > li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.indent .common-list li::before, .indent > li .common-list li::before {
  left: -1rem;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  margin-top: 3rem;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Large devices (desktops, 992px and over, .col-lg-*) */
@media (min-width: 992px) {
  a[href^="tel:"], a[href^="tel:"]:hover {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
  }

  .en {
    word-break: break-word;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  .iframe-width-sm {
    width: 300px;
  }

  .iframe-width-md {
    width: 600px;
  }

  .iframe-width-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-left: 220px;
  }
}
@media (max-width: 1199px) {
  html {
    overflow-x: hidden;
  }
}
.ff-noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff-noto-serif {
  font-family: "Noto Serif JP", serif !important;
}

.ff-noto-serif-bold {
  font-family: "Noto Serif JP", serif !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20, .fs-25, .fs-30 {
  font-size: 2rem !important;
}

.fs-35, .fs-40 {
  font-size: 2.5rem !important;
}

.small, small {
  font-size: 90% !important;
  font-weight: 400 !important;
}

.lh-narrow, .lh-narrow p {
  line-height: 1.5 !important;
}

.lh-base, .lh-base p {
  line-height: 1.65 !important;
}

.lh-wide, .lh-wide p {
  line-height: 2.25 !important;
}

.fc-black {
  color: #282828 !important;
}

.fc-white {
  color: #fff !important;
}

.fc-red, .ermsg {
  color: #cc0d0d !important;
}

.fc-blue {
  color: #2368ae !important;
}

.fc-green {
  color: #258843 !important;
}

.fc-darkgreen {
  color: #40902f !important;
}

.fc-pink {
  color: #ee8697 !important;
}

.fc-brown {
  color: #a37c3a !important;
}

.fc-purple {
  color: #834c96 !important;
}

.vertical-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0;
  margin: 0;
}
.sct-data .vertical-rl {
  color: #282828;
}

.f-underline {
  background: linear-gradient(transparent 50%, #ffec60 60%);
}

.f-dashed {
  text-decoration: underline;
  text-underline-offset: 0.825rem;
  text-decoration-thickness: 0.125rem;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

@media (min-width: 576px) {
  .fs-25 {
    font-size: 2.5rem !important;
  }

  .fs-30 {
    font-size: 3rem !important;
  }

  .fs-35 {
    font-size: 3.5rem !important;
  }

  .fs-40 {
    font-size: 4rem !important;
  }
}
.sp-search-wrap {
  background-color: #1c1c1c;
  padding: 15px;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all cubic-bezier(0.5, 0.48, 0, 0.99);
  z-index: 99;
}
.sp-search-wrap.show {
  opacity: 1;
  visibility: visible;
}
.sp-search-wrap form {
  max-width: 300px;
  margin: auto;
}
.sp-search-wrap .search-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.sp-search-wrap .search-text {
  display: inline-block;
  width: calc(100% - 30px);
}
.sp-search-wrap .search-text input {
  border-radius: 10px 0 0 10px;
  vertical-align: top;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
}
.sp-search-wrap .search-text input::placeholder {
  font-size: 1.5rem;
}
.sp-search-wrap .search-btn {
  border: none;
  display: inline-block;
  transition: 0.8s filter cubic-bezier(0.5, 0.48, 0, 0.99);
  position: relative;
  border-radius: 0 10px 10px 0;
  border: none;
  background-color: #fff;
  color: #000;
  width: 30px;
  height: 30px;
}
.sp-search-wrap .search-btn i {
  font-weight: 500;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}

.hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  background: #282828;
}
.hamburger:hover {
  opacity: 0.8;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 26px;
  height: 1px;
  left: 13px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  width: 28px;
  top: 18px;
}
.hamburger span:nth-child(2) {
  width: 22px;
  top: 26px;
}
.hamburger span:nth-child(3) {
  width: 16px;
  top: 34px;
}
.hamburger.active span:nth-child(1) {
  width: 28px;
  top: 26px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  width: 28px;
  top: 26px;
  transform: rotate(45deg);
}
.hamburger p {
  color: #fff;
  position: absolute;
  font-size: 1.2rem;
  bottom: 10px;
  left: 2px;
  right: 0;
  margin: 0;
}

.fixed-icon {
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  background: #282828;
}
.fixed-icon a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 100%;
}
.fixed-icon p {
  font-size: 11px;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}

.fixed-icon-search {
  right: 50px;
}
.fixed-icon-search i {
  position: relative;
  top: 6px;
  right: 3px;
}

.fixed-icon-access {
  right: 100px;
}
.fixed-icon-access i {
  position: relative;
  top: 6px;
}

.sp-logo {
  margin: 8px 0 0 16px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.sp-logo img {
  width: 172px;
  height: 51px;
}

.sp-header-nav {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 3;
  color: #fff;
  background: #282828;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding: 0 0 86px;
  height: 100vh;
  overflow-y: auto;
}
.sp-header-nav.active {
  opacity: 1;
  z-index: 98;
  visibility: visible;
  width: 100%;
}
.sp-header-nav .sp-header-list {
  margin: 0 auto 20px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sp-header-nav .sp-header-list > li > ul > li::after {
  background-color: rgba(255, 255, 255, 0.2);
  width: calc(100% - 42px);
}
.sp-header-nav .sp-header-list > li > ul > li:last-child::after {
  content: none;
}
.sp-header-nav .sp-header-list > li > ul > li > a {
  font-size: 1.4rem;
  padding: 15px 50px 15px 36px;
}
.sp-header-nav .sp-header-list > li > ul > li > a[target="_blank"]::after {
  content: "\f2d2";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.8s color cubic-bezier(0.5, 0.48, 0, 0.99);
}
.sp-header-nav .sp-header-list li {
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 99;
  transition: all 0.4s ease;
}
.sp-header-nav .sp-header-list li::after {
  content: "";
  display: block;
  background-color: #4c4c4c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
}
.sp-header-nav .sp-header-list li a {
  display: block;
  padding: 15px 50px 15px 30px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.sp-header-nav .sp-header-list li a:hover {
  background-color: #8d815c;
  color: #fff;
}
.sp-header-nav .sp-header-list li:last-child:hover {
  opacity: 0.8;
}
.sp-header-nav .sp-header-list li:last-child a {
  color: #fff;
}
.sp-header-nav .sp-header-list li .en {
  font-size: 1.3rem;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.sp-header-nav .sp-header-list .header-children {
  display: none;
  background-color: #a29573;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sp-header-nav .sp-header-list .has-children.open > a {
  background-color: #8d815c;
}
.sp-header-nav .sp-header-list .has-children.open .header-children {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sp-header-nav .sp-header-list .accordion-btn {
  right: 30px;
}
.sp-header-nav .sp-header-sub-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 4px;
}
.sp-header-nav .sp-header-sub-list li {
  position: relative;
  margin-top: 10px;
  padding: 0;
}
.sp-header-nav .sp-header-sub-list li:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #4c4c4c;
}
.sp-header-nav .sp-header-sub-list li:last-child::after {
  content: none;
}
.sp-header-nav .sp-header-sub-list li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  padding: 0 10px;
  text-align: center;
}
.sp-header-nav .sp-header-sub-list li a > .en {
  font-size: 1.2rem;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.sp-header-nav .sp-header-sub-list li a .icon-after::after {
  font-size: 1.2rem;
}
.sp-header-nav .sp-header-btn-list {
  margin: 30px 20px 0;
}
.sp-header-nav .sp-header-btn-list li {
  padding: 0 2.5px;
}
.sp-header-nav .sp-header-btn-list li:nth-child(n+4) {
  margin-top: 15px;
}
.sp-header-nav .sp-header-btn-list li a {
  border: 2px solid #4c4c4c;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  padding: 10px 2px 8px;
  text-align: center;
}
.sp-header-nav .sp-header-btn-list li a i {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.sp-header-nav .sp-sns-block {
  display: flex;
  align-items: center;
  margin: 24px 30px 6px;
}
.sp-header-nav .sp-sns-text {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  margin-right: 15px;
  margin-bottom: 0;
}
.sp-header-nav .sp-sns-list {
  display: flex;
}
.sp-header-nav .sp-sns-list li a {
  color: #fff;
  font-size: 22px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-header-nav .sp-sns-list li:not(:last-child) {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .hamburger {
    width: 65px;
  }
  .hamburger span {
    left: 16px;
  }
  .hamburger span:nth-child(1) {
    width: 32px;
    top: 13px;
  }
  .hamburger span:nth-child(2) {
    width: 26px;
    top: 22px;
  }
  .hamburger span:nth-child(3) {
    width: 20px;
    top: 31px;
  }
  .hamburger.active span:nth-child(1), .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    width: 32px;
    top: 22px;
  }

  .fixed-icon {
    width: 65px;
  }
  .fixed-icon a {
    font-size: 26px;
  }
  .fixed-icon p {
    font-size: 12px;
    margin-top: 6px;
  }

  .fixed-icon-search {
    right: 65px;
  }
  .fixed-icon-search i {
    top: 0;
    right: 0;
  }

  .fixed-icon-access {
    right: 130px;
  }
  .fixed-icon-access i {
    top: 0;
    right: 0;
  }

  .sp-header-nav .sp-header-btn-list li a {
    font-size: 14px;
  }

  .sp-header-nav .sp-header-sub-list li:nth-child(odd)::after {
    content: none;
  }

  .sp-header-nav .sp-header-sub-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #4c4c4c;
  }
}
@media (min-width: 1200px) {
  .pc-sns-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: -50px;
    left: 95px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.8s all cubic-bezier(0.5, 0.48, 0, 0.99);
  }
  .pc-sns-wrap.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .pc-sns-wrap .sns-list {
    display: flex;
    align-items: center;
  }
  .pc-sns-wrap .sns-list li {
    width: 60px;
    height: 60px;
  }
  .pc-sns-wrap .sns-list li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.2rem;
    padding: 10px 12px;
    text-align: center;
    transition: .4s filter ease;
    background-color: #8d815c;
    width: 100%;
    height: 100%;
  }
  .pc-sns-wrap .sns-list li a:hover {
    filter: brightness(120%);
  }
  .pc-sns-wrap .sns-list li i {
    color: #fff;
    font-size: 2.6rem;
  }
  .pc-sns-wrap .sns-balloon {
    margin-left: 10px;
    background-color: #1c1c1c;
    border-radius: 10px;
    padding: 15px 20px;
    min-width: 180px;
    position: relative;
  }
  .pc-sns-wrap .sns-balloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 20px solid #1c1c1c;
    position: absolute;
    top: calc(50% + 35px);
    left: -28px;
    transform: translateY(-50%) rotate(-20deg);
    transform-origin: top;
  }
  .pc-sns-wrap .sns-balloon .sns-balloon-title {
    color: #fff;
    font-size: 1.6rem;
  }
  .pc-sns-wrap .sns-balloon .sns-balloon-list li a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 6px 0;
    transition: .4s opacity ease;
  }
  .pc-sns-wrap .sns-balloon .sns-balloon-list li a:hover {
    opacity: .7;
  }
  .pc-sns-wrap .sns-balloon .sns-balloon-list li i {
    color: #fff;
    font-size: 2rem;
    padding-right: 1rem;
    width: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .pc-search-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: -34px;
    left: 95px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s all cubic-bezier(0.5, 0.48, 0, 0.99);
  }
  .pc-search-wrap.show {
    opacity: 1;
    visibility: visible;
  }
  .pc-search-wrap .search-balloon {
    margin-left: 10px;
    background-color: #1c1c1c;
    border-radius: 10px;
    padding: 15px 20px;
    min-width: 180px;
    position: relative;
  }
  .pc-search-wrap .search-balloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 20px solid #1c1c1c;
    position: absolute;
    top: calc(50% + 19px);
    left: -28px;
    transform: translateY(-50%) rotate(-20deg);
    transform-origin: top;
  }
  .pc-search-wrap .search-balloon .search-balloon-title {
    color: #fff;
    font-size: 1.6rem;
  }
  .pc-search-wrap .search-inner {
    display: flex;
  }
  .pc-search-wrap .search-text {
    display: inline-block;
    width: auto;
  }
  .pc-search-wrap .search-text input {
    vertical-align: top;
    font-size: 1.6rem;
    border: none;
    outline: none;
    width: auto;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    height: 35px;
  }
  .pc-search-wrap .search-text input::placeholder {
    font-size: 1.5rem;
  }
  .pc-search-wrap .search-btn {
    border: none;
    display: inline-block;
    transition: 0.8s filter cubic-bezier(0.5, 0.48, 0, 0.99);
    position: relative;
    border-radius: 0 10px 10px 0;
    border: none;
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 35px;
  }
  .pc-search-wrap .search-btn:hover {
    filter: brightness(1.1);
  }
  .pc-search-wrap .search-btn i {
    font-weight: 500;
    top: 0;
    right: 0;
    font-size: 1.4rem;
  }

  html.js-fixed {
    overflow: hidden;
    scrollbar-gutter: stable;
  }

  .overlay {
    transition: 0.8s background-color cubic-bezier(0.5, 0.48, 0, 0.99);
  }

  .js-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }

  nav ul {
    padding: 0;
  }

  .pc-header-nav {
    display: flex;
    align-items: center;
  }
  .pc-header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .pc-header-nav ul li {
    display: inline;
    font-size: 1.4rem;
    transition: all 0.5s ease;
  }
  .pc-header-nav ul li a {
    position: relative;
    color: #282828;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    padding: 16px 18px;
    text-shadow: none;
    transition: all 0.5s ease;
    text-align: center;
  }
  .pc-header-nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #70643C;
    transform: scale(1, 0);
    transform-origin: left bottom;
    transition: opacity 0.7s, transform 0.5s cubic-bezier(0.5, 0.48, 0, 0.99);
  }
  .pc-header-nav ul li a:hover {
    color: #fff;
  }
  .pc-header-nav ul li a:hover span {
    color: #fff;
  }
  .pc-header-nav ul li a:hover::after {
    opacity: 0.7;
    transform: scale(1, 1);
  }
  .pc-header-nav ul li .nav-ja,
  .pc-header-nav ul li .nav-en {
    transition: 0.5s cubic-bezier(0.5, 0.48, 0, 0.99);
    position: relative;
    z-index: 2;
  }
  .pc-header-nav ul li .nav-ja.icon-after::after {
    font-size: 12px;
  }
  .pc-header-nav ul li .nav-en {
    color: #8d815c;
    display: block;
    font-size: 1.2rem;
  }
  .pc-header-nav ul li:last-child {
    margin-right: 0;
  }
  .pc-header-nav ul li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 70px;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    transition: all 0.4s ease;
    white-space: pre-wrap;
    flex-direction: column;
    margin-right: 1px;
    background: #8d815c;
    color: #fff;
  }
  .pc-header-nav ul li:last-child a:hover {
    opacity: 0.8;
  }
  .pc-header-nav ul li:last-child a:hover::after {
    content: none;
  }
  .pc-header-nav ul li:last-child a i {
    font-size: 2rem;
    position: relative;
    top: 1px;
  }
  header.transform .pc-header-nav ul li a {
    color: #282828;
    text-shadow: none;
  }
  header.transform .pc-header-nav ul li a::after {
    background: #2368ae;
  }
  header.transform .pc-header-nav ul li a:hover {
    color: #2368ae;
  }
  header.transform .pc-header-nav ul li:last-of-type a {
    width: 160px;
    height: 35px;
    font-size: 1.4rem;
    background: #fff;
    border: 1px solid #2368ae;
    color: #2368ae;
  }
  header.transform .pc-header-nav ul li:last-of-type a:hover {
    background-color: #2368ae;
    color: #fff;
  }
  header.transform .pc-header-nav ul li:last-of-type a i {
    font-size: 3rem;
  }
}
.pc-side-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  background-color: #1c1c1c;
  border: none;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.pc-side-nav .pc-side-nav-primary {
  width: 100%;
  color: #fff;
}
.pc-side-nav .pc-side-nav-primary li {
  width: 100%;
}
.pc-side-nav .pc-side-nav-primary li a {
  display: flex;
  flex-direction: column;
  /*height: 70px;*/
  height: calc((100vh - 240px) / 10);
  max-height: 62px;
  min-height: 40px;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
.pc-side-nav .pc-side-nav-primary li::before {
  content: '';
  width: 200px;
  height: 1px;
  display: inline-block;
  background-color: #4c4c4c;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  transition: 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.pc-side-nav .pc-side-nav-primary li .en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: block;
  line-height: 1;
}
.pc-side-nav .pc-side-nav-primary > li {
  display: table;
  height: calc((100vh - 240px) / 10);
  max-height: 62px;
}
.pc-side-nav .pc-side-nav-primary > li:hover::before {
  opacity: 0;
}
.pc-side-nav .pc-side-nav-primary > li > a {
  display: table-cell;
  height: calc(100% - 2px);
  vertical-align: middle;
  align-self: center;
  padding: 1rem 3.2rem 1rem 1.25rem;
}
.pc-side-nav .pc-side-nav-primary > li > a:hover {
  background: #8d815c;
}
.pc-side-nav .pc-side-nav-utility {
  margin-top: auto;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.pc-side-nav .pc-side-nav-utility > li {
  background: #4c4c4c;
  width: calc(50% - 0.5px);
  margin-top: 1px;
}
.pc-side-nav .pc-side-nav-utility > li:nth-child(odd) {
  margin-right: 1px;
}
.pc-side-nav .pc-side-nav-utility > li > a {
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
.pc-side-nav .pc-side-nav-utility > li > a i {
  font-size: 2rem;
  margin-bottom: .6rem;
}
.pc-side-nav .pc-side-nav-utility > li > a:hover {
  background: #6C6C6C;
}

.dropdown-menu {
  display: block;
  position: fixed;
  top: 172px;
  left: 219px;
  min-width: 250px;
  height: 100vh;
  padding-top: 0;
  background-color: #8d815c;
  border: none;
  border-radius: 0;
  opacity: 0;
  transform: translateX(-20px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.dropdown-menu::before {
  content: "";
  display: block;
  background-color: #8d815c;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200vh;
}
.dropdown-menu > a {
  padding: 1rem 4rem;
  position: relative;
}
.dropdown-menu > a::before {
  content: "";
  display: block;
  background-color: #a29573;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
}
.dropdown-menu > a[target="_blank"]::after {
  content: "\f2d2";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.8s color cubic-bezier(0.5, 0.48, 0, 0.99);
}
.dropdown-menu > a:hover {
  background-color: #a29573;
}

.dropdown.open::before {
  background-color: #a29573 !important;
}
.dropdown.open > a {
  background-color: #8d815c;
}
.dropdown.open .dropdown-menu {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
}
.accordion-btn::before, .accordion-btn::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  transition: .3s ease;
}
.accordion-btn::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion-btn::after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  top: 6px;
  right: 5px;
  display: inline-block;
  opacity: 1;
}

.dropdown.open .accordion-btn::after, .has-children.open .accordion-btn::after {
  height: 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .pc-header-nav ul li a {
    padding: 16px 10px;
  }

  .pc-header-nav ul li:last-child a {
    width: 80px;
    padding: .5rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .dropdown-menu {
    top: 124px;
  }

  .pc-side-nav .pc-logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pc-side-nav .pc-logo img {
    width: 115px;
  }
  .pc-side-nav .pc-side-nav-primary li a {
    font-size: 1.5rem;
  }
  .pc-side-nav .pc-side-nav-primary > li > a {
    font-size: 1.5rem;
    padding: 0.8rem 3.2rem 0.8rem 1.25rem;
  }
}
@media (max-width: 1199px) {
  header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    background: #282828;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  header.transform {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1200px) {
  header {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
  }

  .pc-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .pc-logo a:hover {
    opacity: .7;
  }
}
main {
  background-color: #F6F5F2;
  min-height: 50vh;
}
main ul li, main ol li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
}
main ul li:last-of-type, main ol li:last-of-type {
  margin-bottom: 0;
}

main, h1, h2, h3, h4, h5 {
  position: relative;
}

section {
  width: 100%;
  height: 100%;
  position: relative;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

.sct-title {
  color: #282828;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4rem;
}
.sct-title .jp, .sct-title .en {
  font-family: "Noto Serif JP", serif;
}
.sct-title .jp {
  font-size: 3rem;
  font-weight: 600;
  display: block;
}
.sct-title .en {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-top: 0.5rem;
}

.leadtext {
  margin-bottom: 4rem;
  line-height: 2.5;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.box, .white-shadow-box, .white-box {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: hidden;
  border-radius: 10px;
}

.white-shadow-box {
  background: #fff;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
}

.white-box {
  background: #fff;
}

@media (max-width: 767px) {
  .leadtext br, .bg-white-lg br, .bg-white-md br {
    display: none;
  }
}
@media (min-width: 992px) {
  .sct-title .jp {
    font-size: 3.5rem;
  }
  .top .sct-title .jp {
    letter-spacing: 0.25rem;
  }

  .leadtext {
    font-size: 2rem;
    margin-bottom: 7rem;
    text-align: center;
  }
}
footer {
  font-size: 1.4rem;
}
footer a {
  color: #282828;
}
footer a:hover {
  opacity: .7;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer p {
  margin-bottom: 0;
}
footer .container-fluid .row {
  padding: 40px 15px;
}
footer .container-fluid {
  padding: 0;
}
footer .container-fluid .row.bg-darkbeige {
  padding: 30px 30px;
}
footer .container-fluid .row.bg-darkbeige .footer-info {
  text-align: center;
}
footer .container-fluid .row.bg-darkbeige .footer-info a:hover {
  opacity: .7;
}
footer .container-fluid .row.bg-darkbeige .footer-info .footer-logo {
  width: 190px;
  height: 42px;
}
footer .container-fluid .row.bg-darkbeige .footer-adress {
  font-size: 13px;
  margin-top: 10px;
}
footer .container-fluid .row.bg-darkbeige .footer-desc {
  line-height: 1.93;
  margin-top: 30px;
}
footer .container-fluid .row.bg-gold {
  padding: 20px 40px;
}
footer .footer-text-nav li {
  display: inline-block;
}
footer .footer-text-nav li a {
  padding: 0 18px;
  position: relative;
}
footer .footer-text-nav li a:hover {
  color: #8d815c;
  opacity: 1;
  text-decoration: none;
}
footer .footer-text-nav > ul + ul {
  margin-top: 30px;
}
footer .footer-text-nav > ul > li {
  display: block;
}
footer .footer-text-nav > ul > li > span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
footer .footer-text-nav > ul > li > span::before {
  content: "■";
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-text-nav > ul > li ul {
  display: flex;
  flex-flow: wrap;
  margin-left: -18px;
}
footer .footer-text-nav > ul > li ul li {
  margin-top: 12px;
}
footer .footer-text-nav > ul > li ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #d3ccba;
}
footer .footer-text-nav > ul > li ul li:last-of-type::after {
  content: none;
}
footer .footer-text-nav > ul > li ul li:last-of-type a {
  padding-right: 0;
}
footer .footer-btn-nav {
  margin-top: 30px;
}
footer .footer-btn-nav ul {
  gap: 15px 0;
}
footer .footer-btn-nav ul .footer-btn-wrap a {
  background-color: #F6F5F2;
  border-radius: 26px;
  color: #000;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 10px 10px;
  margin-bottom: 10px;
}
footer .footer-btn-nav ul .footer-btn-wrap a:hover {
  background-color: #8d815c;
  color: #fff;
}
footer .footer-img-wrap div {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
footer .footer-img-wrap div a:hover {
  opacity: 1;
}
footer .footer-img-wrap div img {
  display: block;
  min-width: 90px;
}
footer .footer-img-wrap div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}
footer .footer-img-wrap div:hover::after {
  opacity: 0.3;
}

@media (min-width: 1200px) {
  footer .container-fluid .row {
    padding: 80px 40px;
  }
  footer .container-fluid .row.bg-darkbeige {
    padding: 30px 40px;
    align-items: center;
  }
  footer .container-fluid .row.bg-darkbeige .footer-info {
    text-align: left;
  }
  footer .container-fluid .row.bg-darkbeige .footer-desc {
    line-height: 2.14;
    max-width: 765px;
    margin-top: 0;
  }
  footer .footer-text-nav li a {
    display: block;
    padding: 2px 16px;
  }
  footer .footer-text-nav > ul + ul {
    margin-top: 40px;
  }
  footer .footer-text-nav > ul > li {
    display: flex;
    align-items: center;
  }
  footer .footer-text-nav > ul > li > span {
    width: 90px;
    padding-left: 0;
  }
  footer .footer-text-nav > ul > li > span::before {
    content: none;
  }
  footer .footer-text-nav > ul > li > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #d3ccba;
  }
  footer .footer-text-nav > ul > li ul {
    margin-left: 15px;
    width: calc(100% - 115px);
  }
  footer .footer-text-nav > ul > li ul li {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  footer .footer-text-nav > ul > li .footer-text-row2 {
    width: calc(100% - 115px);
  }
  footer .footer-text-nav > ul > li .footer-text-row2 ul {
    width: 100%;
    margin-bottom: 2px;
  }
  footer .footer-btn-nav {
    max-width: 215px;
    margin-top: 0;
    margin-left: auto;
  }
  footer .footer-btn-nav ul .footer-btn-wrap a {
    padding: 10px 16px;
  }
}
/*.btn {
  @include flex-center;
  border: 0;
  white-space: pre-wrap;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  transition: all 0.5s $easing;
  font-size: $fs-16;
  z-index: 2;
  border-radius: 9999px;
  &:hover {
    text-decoration: none;
  }
  &:disabled {
    background: $disabled-bg !important;
  }
  i {
    margin-right: 0.5rem;
  }
}*/
.common-link {
  color: #0055a2;
  position: relative;
  display: inline-flex;
  transition: all 0.4s ease;
  padding-right: 3rem;
}
.common-link::after {
  position: absolute;
  top: 53%;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #282828;
  transition: 0.4s transform, 0.4s border ease;
}
.common-link:hover {
  text-decoration: none;
}
.common-link:hover::after {
  transform: translate(10px, -50%);
}

.common-btn {
  color: #000;
  white-space: pre-wrap;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  transition: all 0.4s ease;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  padding: 0 30px 6px 0;
  min-width: 264px;
  line-height: 1.35;
}
.common-btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #282828;
  transition: 0.4s transform, 0.4s border ease;
}
.common-btn:hover {
  text-decoration: none;
}
.common-btn:hover::after {
  transform: translate(5px, -50%);
}
.common-btn.btn-line {
  border-bottom: 1px solid #282828;
}
.common-btn.btn-line.icon {
  text-align: left;
}
.common-btn.btn-line:hover {
  color: #8d815c;
}
.common-btn.btn-line:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.common-btn.btn-line:hover::after {
  border-left-color: #8d815c;
}
.common-btn.btn-line::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0%;
  height: 1px;
  background: #8d815c;
  transition: all 0.4s ease;
}
.common-btn.btn-rounded {
  border: 1px solid #535353;
  border-radius: 50px;
  padding: 12px 40px 12px 30px;
  min-width: auto;
}
.common-btn.btn-rounded::after {
  right: 20px;
}
.common-btn.btn-rounded:hover {
  color: #8d815c;
  border-color: #8d815c;
}
.common-btn.btn-rounded:hover::after {
  border-left-color: #8d815c;
}
.common-btn.btn-beta {
  border: none;
  background-color: #edeae2;
  border-radius: 26px;
  font-size: 1.6rem;
  padding: 5px 36px 5px 30px;
  text-align: center;
}
.common-btn.btn-beta::after {
  border-width: 3px 0 3px 7px;
  right: 20px;
  transition: 0.4s opacity, 0.4s border ease;
}
.common-btn.btn-beta:hover {
  background-color: #8d815c;
  color: #fff;
}
.common-btn.btn-beta:hover::after {
  border-left-color: #fff;
  transform: translate(0, -50%);
}
.common-btn.btn-beta.beta-border {
  border: 1px solid #d3ccba;
}
.common-btn.btn-style--low {
  padding: 12px 40px;
}
.common-btn.btn-style--noarrow {
  justify-content: center;
}
.common-btn.btn-style--noarrow::after {
  content: none;
}
.common-btn.icon-after::after {
  border: none;
  position: static;
  transform: none;
  margin: 0 0 0 1.5rem;
}
.common-btn.icon-pdf-after::after {
  color: #000;
  margin-top: 1px;
  transition: all 0.4s ease;
}
.common-btn.icon-pdf-after:hover::after {
  color: #fff;
}

.btn-link-area {
  position: relative;
  border-top: 1px solid #d9d3c0;
  border-bottom: 1px solid #d9d3c0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 7px 10px;
}
.btn-link-area .btn-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.btn-link-area .btn-links > * {
  margin-top: 0;
}
.btn-link-area .common-btn:not(.btn-line) {
  min-width: auto;
  font-size: 1.3rem;
}
.btn-link-area .btn-link-label {
  font-size: 13px;
  color: #fff;
  padding: 0px 15px 0px 15px;
  background-color: #8d815c;
  align-content: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: absolute;
  top: -12px;
  right: 0;
}

.btn-anchor-area {
  margin-top: 3rem;
}
.btn-anchor-area > * {
  margin-top: 0;
}
.btn-anchor-area > * + div {
  margin-top: 15px;
}
.btn-anchor-area.btn-size-mini .common-btn {
  font-size: 1.4rem;
}
.btn-anchor-area.col-2-style > * + .col-6:nth-child(2) {
  margin-top: 0;
}
.btn-anchor-area .common-btn {
  font-size: 1.4rem;
  padding: 10px 35px 10px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.btn-anchor-area .common-btn::after {
  transform: rotate(90deg) translateY(-50%);
  top: calc(50% - 2px);
}
.btn-anchor-area .common-btn:hover {
  opacity: 1;
  border-color: transparent;
  background-color: #8d815c;
  color: #fff;
}
.btn-anchor-area .common-btn:hover::after {
  border-left-color: #fff;
}

.btn-col2-area {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.btn-col2-area .common-btn {
  min-width: auto;
}
.btn-col2-area .common-btn.btn-beta::after {
  right: 10px;
}
.btn-col2-area .common-btn.btn-style--low {
  padding: 12px 24px;
}

.btn-arrow-normal .common-btn::after {
  transform: rotate(0) translateY(-50%);
  top: 50%;
}
.btn-arrow-normal .common-btn.icon-after::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  transition: 0.4s transform, 0.4s border, 0.4s color, ease;
}
.btn-arrow-normal .common-btn.icon-after:hover::after {
  color: #fff;
}

.btn-sm {
  width: 100px;
  height: 30px;
  font-size: 1.2rem;
  padding: 0 1.25rem;
}

.btn-md {
  width: 250px;
  height: 55px;
  font-size: 1.5rem;
  padding: 0 1.5rem;
}

.btn-lg {
  width: 270px;
  height: 60px;
  font-size: 1.6rem;
  padding: 0 2rem;
}

.btn-white {
  background-color: #fff !important;
  color: #2368ae !important;
}
.btn-white:hover {
  background-color: #2368ae !important;
  color: #fff !important;
}

.btn-gray {
  background-color: #f9f9f9 !important;
  color: #282828 !important;
}
.btn-gray:hover {
  background-color: #cbcbcb !important;
  color: #282828 !important;
}

.btn-blue {
  background-color: #2368ae !important;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: #4382c3 !important;
  color: #fff !important;
}

.btn-red {
  background-color: #cc0d0d !important;
  color: #fff !important;
}
.btn-red:hover {
  background-color: #d1330c !important;
  color: #fff !important;
}

.btn-green {
  background-color: #258843 !important;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #4faa6a !important;
  color: #fff !important;
}

.btn-purple {
  background-color: #834c96 !important;
  color: #fff !important;
}
.btn-purple:hover {
  background-color: #a069b3 !important;
  color: #fff !important;
}

.btn-wrap {
  margin-top: 20px;
}

.btn-center {
  text-align: center;
}
.btn-center .btn, .btn-center .btn-lg {
  width: 100%;
  margin: 2rem auto;
}
section .btn-center .btn:last-of-type, section .btn-center .btn-lg:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .btn-anchor-area > * + div {
    margin-top: 0;
  }
  .btn-anchor-area > *:nth-child(n + 3) {
    margin-top: 16px;
  }
  .btn-anchor-area.col-2-style > *:nth-child(n + 3) {
    margin-top: 16px;
  }
  .btn-anchor-area .common-btn {
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .btn-sm {
    width: 220px;
    height: 50px;
    font-size: 1.5rem;
    padding: 0 1.5rem;
  }

  .btn-md {
    width: 300px;
    height: 70px;
    font-size: 1.6rem;
    padding: 0 2.75rem;
  }

  .btn-lg {
    width: 380px;
    height: 85px;
    font-size: 2rem;
    padding: 0 4rem;
  }

  .btn-wrap {
    margin-top: 30px;
  }

  .btn-md.icon-after::after {
    right: 2.5rem;
    font-size: 1.5rem;
    top: 35%;
  }

  .btn-lg.icon-after::after {
    right: 2.5rem;
    font-size: 1.5rem;
    top: 40%;
  }

  .btn-link-center .btn, .btn-link-center .btn-lg {
    width: 30%;
    margin: 4rem auto;
  }

  .common-btn {
    font-size: 1.8rem;
  }

  .btn-link-area .btn-links {
    margin-top: 0;
    gap: 10px;
  }
  .btn-link-area .common-btn:not(.btn-line) {
    font-size: 1.5rem;
    margin-top: 0;
  }

  .btn-anchor-area > *:nth-child(n + 3) {
    margin-top: 0;
  }
  .btn-anchor-area > *:nth-child(n + 5) {
    margin-top: 15px;
  }
  .btn-anchor-area .common-btn {
    font-size: 1.4rem;
  }
  .btn-anchor-area.btn-size-mini .common-btn {
    font-size: 1.4rem;
  }

  .btn-col2-area .common-btn.btn-style--low {
    padding: 12px 30px;
  }
}
@media (min-width: 1200px) {
  .btn-anchor-area.col-2-style > *:nth-child(n + 3) {
    margin-top: 0;
  }
  .btn-anchor-area.col-2-style > *:nth-child(n + 5) {
    margin-top: 0;
  }
  .btn-anchor-area.col-2-style > *:nth-child(n + 7) {
    margin-top: 20px;
  }
}
.common-table {
  width: 100%;
  border-top: 1px solid #8d815c;
  border-collapse: collapse;
  border-spacing: inherit;
  margin: 0.5em 0 1.5rem;
}
.common-table a {
  word-break: break-word;
}
h3 + .common-table {
  margin-top: 0;
}
.common-table tr + tr {
  border-top: 1px solid #fff;
}
.common-table th, .common-table td {
  font-size: 1.5rem;
}
.common-table th p, .common-table td p {
  font-size: 1.5rem;
}
.common-table th {
  border-right: 1px solid #8d815c;
  border-bottom: 1px solid #8d815c;
  background-color: #edeae2;
  padding: 10px 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  background-clip: padding-box;
}
.common-table th:last-child {
  border-right: 0;
}
.common-table th.sub {
  background-color: #d8e8f5;
}
.common-table th.null {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: none;
  background-color: #fff;
}
.common-table.th-left th {
  text-align: left;
}
.common-table.td-center td {
  text-align: center;
}
.common-table .header-row th {
  background-color: #8d815c;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.common-table td {
  padding: 10px 15px;
  line-height: 1.4;
  border-right: 1px solid #8d815c;
  border-bottom: 1px solid #8d815c;
  background-color: #ffffff;
  background-clip: padding-box;
}
.common-table td:last-child {
  border-right: 0;
}
.common-table td *:last-child {
  margin-bottom: 0;
}
.common-table td *:first-child {
  margin-top: 0;
}
.common-table td .kome {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.common-table td.null {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: none;
}
.common-table td li.col-auto {
  margin: 0 0.5rem 0 0;
}
.common-table td li.col-auto:first-of-type {
  margin-left: 0;
}
.common-table .cell-bd-l {
  border-left: 1px solid #8d815c !important;
}
.common-table .cell-bd-r {
  border-right: 1px solid #8d815c !important;
}
.common-table .cell-bd-t {
  border-top: 1px solid #8d815c !important;
}
.common-table .cell-bd-b {
  border-bottom: 1px solid #8d815c !important;
}
.common-table .cell-fixed {
  width: 35%;
}
.common-table .cell-total th, .common-table .cell-total td {
  border-top: 2px solid;
  font-weight: bold;
}
.common-table .cell-num {
  padding: 10px 4px !important;
}
.common-table.narrow {
  max-width: 450px;
}
.common-table.width-auto {
  min-width: auto;
}
.common-table.table-flex tr {
  display: flex;
  flex-flow: wrap;
}
.common-table.table-flex td {
  width: 50%;
}
.common-table.table-flex td:nth-child(even) {
  border-right: none;
}
.common-table.table-faculty th, .common-table.table-faculty td {
  padding: 10px 12px;
}
.mb-10 + .common-table {
  margin-top: 0;
}
.common-table + .text-end {
  margin-top: -0.75rem;
}
.common-table.table-monotone {
  border-top-color: #fff;
}
.common-table.table-monotone tr th, .common-table.table-monotone tr td {
  border-color: #fff;
}
.common-table.table-monotone tr th {
  background-color: #1c1c1c;
  color: #fff;
}
.common-table.table-monotone tr td {
  background-color: #e5e5e5;
}
.common-table.table-monotone.table-monotone--stripe tr:nth-child(odd) td {
  background-color: #e5e5e5;
}
.common-table.table-monotone.table-monotone--stripe tr:nth-child(even) td {
  background-color: #cccccc;
}
.common-table.table-monotone td.lightgrayen {
  background-color: #e5e5e5;
}
.common-table.table-monotone td.darkgrayen {
  background-color: #cccccc;
}

.js-scrollable {
  overflow-y: hidden !important;
}
.js-scrollable .common-table {
  min-width: 800px;
}
.js-scrollable .common-table th {
  white-space: nowrap;
}
.js-scrollable .common-table.scroll-width-sm {
  min-width: 300px;
}
.js-scrollable .common-table.scroll-width-md {
  min-width: 450px;
}
.js-scrollable .common-table.scroll-width-lg {
  min-width: 600px;
}
.js-scrollable + .text-end {
  margin-top: -0.75rem;
}
.js-scrollable.for-long-table .scroll-hint-icon {
  top: 200px;
}

.scroll-hint-icon {
  top: 16%;
}

.no-border-table tr, .no-border-table th, .no-border-table td {
  border-bottom: none !important;
  border-right: none !important;
}
.no-border-table th, .no-border-table td {
  padding: 2px;
}

.common-table.table-sm th, .common-table.table-sm td {
  padding: 1rem;
}

.table-center th, .table-center td {
  text-align: center;
}

.th-gray th {
  background: #f9f9f9 !important;
}

.th-darkgray th {
  background: #4c4c4c !important;
  color: #fff;
}

@media (min-width: 992px) {
  .th-15 th:first-of-type {
    width: 15%;
  }

  .th-20 th:first-of-type {
    width: 20%;
  }

  .th-25 th:first-of-type {
    width: 25%;
  }

  .th-30 th:first-of-type {
    width: 30%;
  }

  .th-35 th:first-of-type {
    width: 35%;
  }

  .th-40 th:first-of-type {
    width: 40%;
  }

  .common-table th, .common-table td {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .common-table th p, .common-table td p {
    font-size: 1.6rem;
  }
  .common-table .cell-fixed {
    width: 200px;
  }
  .common-table .cell-fixed-wide {
    width: 400px;
  }
  .common-table.table-sm th, .common-table.table-sm td {
    padding: 1.25rem;
  }
  .common-table.table-flex[class*="table-col-"] td:nth-child(even) {
    border-right: 1px solid #8d815c;
  }
  .common-table.table-flex.table-col-1 td {
    width: calc(100% / 1);
  }
  .common-table.table-flex.table-col-1 td:nth-child(1n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-2 td {
    width: calc(100% / 2);
  }
  .common-table.table-flex.table-col-2 td:nth-child(2n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-3 td {
    width: calc(100% / 3);
  }
  .common-table.table-flex.table-col-3 td:nth-child(3n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-4 td {
    width: calc(100% / 4);
  }
  .common-table.table-flex.table-col-4 td:nth-child(4n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-5 td {
    width: calc(100% / 5);
  }
  .common-table.table-flex.table-col-5 td:nth-child(5n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-6 td {
    width: calc(100% / 6);
  }
  .common-table.table-flex.table-col-6 td:nth-child(6n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-7 td {
    width: calc(100% / 7);
  }
  .common-table.table-flex.table-col-7 td:nth-child(7n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-8 td {
    width: calc(100% / 8);
  }
  .common-table.table-flex.table-col-8 td:nth-child(8n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-9 td {
    width: calc(100% / 9);
  }
  .common-table.table-flex.table-col-9 td:nth-child(9n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-10 td {
    width: calc(100% / 10);
  }
  .common-table.table-flex.table-col-10 td:nth-child(10n) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .th-15_sp th:first-of-type {
    width: 15%;
  }

  .th-20_sp th:first-of-type {
    width: 20%;
  }

  .th-25_sp th:first-of-type {
    width: 25%;
  }

  .th-30_sp th:first-of-type {
    width: 30%;
  }

  .th-35_sp th:first-of-type {
    width: 35%;
  }

  .th-40_sp th:first-of-type {
    width: 40%;
  }

  .common-table.sp-table-vertical > tbody > tr > th, .common-table.sp-table-vertical > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .common-table.sp-table-vertical > tbody > tr > th {
    border-right: none;
  }
  .common-table.sp-table-vertical > tbody > tr > th .cell-fixed {
    width: 100%;
  }
}
#pagetop {
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  z-index: 5;
  background-color: #8d815c;
  color: #fff;
  opacity: 0;
  position: fixed;
  transition: 0.4s opacity, 0.4s transform, 0.4s background ease;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 40px;
}
#pagetop.show {
  opacity: 1;
}
#pagetop span {
  display: block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 24px 10px;
}
#pagetop span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 2px;
  z-index: 2;
}
#pagetop:hover {
  background-color: #9c8f67;
  transform: translateY(-10px);
}

@media (max-width: 991px) {
  #pagetop {
    display: none;
  }
}
.icon-before::before, .icon-after::after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  backface-visibility: hidden;
}

.fa6-brands.icon-before::before,
.fa6-brands.icon-after::after {
  font-family: "Font Awesome 6 Brands";
}

.icon-before::before {
  margin-right: 0.75rem;
}

.icon-after::after {
  margin-left: 0.75rem;
}

p > .icon-after::after, li > .icon-after::after {
  margin-right: 0.75rem;
}

.btn.icon-before::before, .btn-lg.icon-before::before {
  position: relative;
  right: 1rem;
  font-size: 0.8rem;
  top: -1px;
}

.btn-sm.icon-after::after, .btn-md.icon-after::after, .btn-lg.icon-after::after {
  position: absolute;
  right: 2rem;
  font-size: 1.4rem;
}

.btn-sm.icon-after::after {
  top: 19.5%;
  font-size: 1.3rem;
}

.btn-md.icon-after::after {
  top: 33%;
}

.btn-lg.icon-after::after {
  top: 35%;
}

.icon-chevron-right-before::before,
.icon-chevron-right-after::after {
  content: "" !important;
}

.icon-chevron-left-before::before,
.icon-chevron-left-after::after {
  content: "" !important;
}

.icon-chevron-down-before::before,
.icon-chevron-down-after::after {
  content: "" !important;
}

.icon-angle-right-before::before,
.icon-angle-right-after::after {
  content: "" !important;
}

.icon-arrow-right-before::before,
.icon-arrow-right-after::after {
  content: "" !important;
}

.icon-pdf-before::before,
.icon-pdf-after::after {
  content: "" !important;
}

.icon-phone-before::before,
.icon-phone-after::after {
  content: "" !important;
}

.icon-word-before::before,
.icon-word-after::after {
  content: "" !important;
  color: #185ABD;
}

.icon-excel-before::before,
.icon-excel-after::after {
  content: "" !important;
  color: #107C41;
}

.icon-ppt-before::before,
.icon-ppt-after::after {
  content: "" !important;
  color: #FF0000;
}

.icon-external-before::before,
.icon-external-after::after {
  content: "" !important;
}

.icon-dl-before::before,
.icon-dl-after::after {
  content: "" !important;
}

.icon-map-before::before,
.icon-map-after::after {
  content: "" !important;
}

.icon-youtube-before::before,
.icon-youtube-after::after {
  content: "" !important;
}

.icon-pdf-before::before, .icon-pdf-after::after {
  color: #b50b0b;
}

/*--------------------------------------
icon（PDF,EXCEL,WORD,EXTERNAL）
--------------------------------------*/
a.icon {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

a.icon::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
}

a.icon[target="_blank"]::after {
  content: "\f2d2";
  background-image: none;
}

a.icon[href$=pdf]::after {
  background-image: url(../images/common/icon_pdf.svg);
}

a.icon[href$=doc]::after,
a.icon[href$=docx]::after {
  background-image: url(../images/common/icon_doc.svg);
}

a.icon[href$=xls]::after,
a.icon[href$=xlsx]::after {
  background-image: url(../images/common/icon_xls.svg);
}

a.icon.external::after {
  content: "\f2d2";
}

.js-covered-bg-trigger::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.js-covered-bg-trigger.is-covered-bg::before {
  animation: fadeUp 3s cubic-bezier(0.5, 0.48, 0, 0.99) forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.js-move-trigger {
  transition: 1.6s opacity ease, 1.6s transform ease, 1.6s top ease;
  opacity: 0;
  transform: translateY(50px);
}
.js-move-trigger.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

.js-move-trigger.for-appl-img {
  transform: translateY(0);
  top: 50px;
}
.js-move-trigger.for-appl-img.fade-in-up {
  opacity: 1;
  top: 0;
}

.js-bg-animate-trigger::before {
  content: "";
  display: block;
  background-color: #F6F5F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.8s transform ease-in;
  transform: translateX(0);
}
.js-bg-animate-trigger.is-bg-animate::before {
  transform: translateX(100%);
}
.js-bg-animate-trigger.is-bg-animate.animate-reverse::before {
  transform: translateX(-100%);
}

.fade-in-effect {
  animation: fadeInAnime 2.5s forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
// ======================================
// Fade (Scroll-based)
// ======================================
.fade-effect {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
  &.add-fade-effect {
    opacity: 1;
    transform: translateY(0);
  }
}

// ======================================
// Blur Effect
// ======================================
.blur-trigger {
  opacity: 0;
}
.blur {
  animation: blurAnime 1.1s forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
// ======================================
// Zoom In
// ======================================
.zoomIn {
  opacity: 0;
  visibility: hidden;
  &.zoomInActive {
    visibility: visible;
    animation: zoomInAnime 0.7s forwards 1s;
  }
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
// ======================================
// Fade Up (Staggered Display)
// ======================================
.delayScroll > [class^="col"] {
  opacity: 0;
}
.fadeUpBox {
  animation: boxfadeUpAnime 0.8s forwards;
  opacity: 0;
}
@keyframes boxfadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
// ======================================
// Text Slide In (Up/Down)
// ======================================
.slide-in {
  overflow: hidden;
  display: inline-block;
  .slide-in_inner {
    display: inline-block;
  }
}
.upAnime {
  opacity: 0;
}
.slideAnimeDownUp {
  animation: slideTextY100 1.5s 0.5s forwards;
  opacity: 0;
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation: slideTextY-100 1.5s 0.5s forwards;
  opacity: 0;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
// ======================================
// Smooth Text In (Skewed)
// ======================================
.smoothText {
  overflow: hidden;
  display: block;
  &Trigger {
    transition: 0.8s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    display: block;
    &.smoothTextAppear {
      transform: translate3d(0, 0, 0) skewY(0);
    }
  }
}
// ======================================
// Mask Reveal from Left (Image)
// ======================================
.animation-img-wrap {
  overflow: hidden;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    inset: 0;
    background: $white;
    z-index: 10;
    pointer-events: none;
    animation: animation-img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-play-state: paused;
  }
  &.start-animation::before {
    animation-play-state: running;
  }
}
@keyframes animation-img-wrap {
  100% {
    transform: translateX(100%);
  }
}
*/
.accordion-container {
  margin: 2rem 0 4rem;
}
.accordion-container .accordion-title {
  display: flex;
  position: relative;
  padding: 1.5rem 4rem 1.5rem 2rem;
  margin-bottom: 2rem;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-container .accordion-title.open {
  background: #8d815c;
  color: #fff;
}
.accordion-container .accordion-title:hover::before, .accordion-container .accordion-title:hover::after, .accordion-container .accordion-title:active::before, .accordion-container .accordion-title:active::after, .accordion-container .accordion-title.open::before, .accordion-container .accordion-title.open::after {
  color: #fff;
}
.accordion-container .accordion-title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 2rem;
  color: #8d815c;
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.accordion-container .accordion-title.open::after {
  content: "\f068";
}
.accordion-container .accordion-content {
  padding: 0;
  position: relative;
}
.accordion-container .accordion-content > div {
  padding: 1rem 1rem 3rem;
}
.accordion-container .accordion-content > div P {
  padding-left: 3.25rem;
  text-indent: -3.25rem;
}
.accordion-container .accordion-content table {
  margin-left: 3rem;
}
.accordion-container .accordion-content > table {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .accordion-container {
    margin: 4rem 0;
  }
  .accordion-container .accordion-title {
    padding: 2rem 3rem;
    font-size: 1.8rem;
  }
  .accordion-container .accordion-title::before {
    top: 1.75rem;
    left: 2rem;
    font-size: 2rem;
  }
  .accordion-container .accordion-title::after {
    right: 2rem;
  }
  .accordion-container .accordion-content > div {
    padding: 1rem 3rem 3rem;
  }
}
@media (min-width: 992px) {
  .tab-pane .white-shadow-box {
    padding: 3.5rem 2.5rem;
  }
  .tab-pane .white-shadow-box img {
    margin: 0;
  }
}
.mt-1rem {
  margin-top: 1rem !important;
}
@media (max-width: 768px) {
  .mt-1rem {
    margin-top: 1rem !important;
  }
}

.mb-1rem {
  margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .mb-1rem {
    margin-bottom: 1rem !important;
  }
}

.pt-1rem {
  padding-top: 1rem !important;
}
@media (max-width: 768px) {
  .pt-1rem {
    padding-top: 1rem !important;
  }
}

.pb-1rem {
  padding-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .pb-1rem {
    padding-bottom: 1rem !important;
  }
}

.mt-2rem {
  margin-top: 2rem !important;
}
@media (max-width: 768px) {
  .mt-2rem {
    margin-top: 2rem !important;
  }
}

.mb-2rem {
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .mb-2rem {
    margin-bottom: 2rem !important;
  }
}

.pt-2rem {
  padding-top: 2rem !important;
}
@media (max-width: 768px) {
  .pt-2rem {
    padding-top: 2rem !important;
  }
}

.pb-2rem {
  padding-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .pb-2rem {
    padding-bottom: 2rem !important;
  }
}

.mt-3rem {
  margin-top: 3rem !important;
}
@media (max-width: 768px) {
  .mt-3rem {
    margin-top: 3rem !important;
  }
}

.mb-3rem {
  margin-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .mb-3rem {
    margin-bottom: 3rem !important;
  }
}

.pt-3rem {
  padding-top: 3rem !important;
}
@media (max-width: 768px) {
  .pt-3rem {
    padding-top: 3rem !important;
  }
}

.pb-3rem {
  padding-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .pb-3rem {
    padding-bottom: 3rem !important;
  }
}

.mt-4rem {
  margin-top: 4rem !important;
}
@media (max-width: 768px) {
  .mt-4rem {
    margin-top: 4rem !important;
  }
}

.mb-4rem {
  margin-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .mb-4rem {
    margin-bottom: 4rem !important;
  }
}

.pt-4rem {
  padding-top: 4rem !important;
}
@media (max-width: 768px) {
  .pt-4rem {
    padding-top: 4rem !important;
  }
}

.pb-4rem {
  padding-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .pb-4rem {
    padding-bottom: 4rem !important;
  }
}

.mt-5rem {
  margin-top: 5rem !important;
}
@media (max-width: 768px) {
  .mt-5rem {
    margin-top: 3rem !important;
  }
}

.mb-5rem {
  margin-bottom: 5rem !important;
}
@media (max-width: 768px) {
  .mb-5rem {
    margin-bottom: 3rem !important;
  }
}

.pt-5rem {
  padding-top: 5rem !important;
}
@media (max-width: 768px) {
  .pt-5rem {
    padding-top: 3rem !important;
  }
}

.pb-5rem {
  padding-bottom: 5rem !important;
}
@media (max-width: 768px) {
  .pb-5rem {
    padding-bottom: 3rem !important;
  }
}

.mt-6rem {
  margin-top: 6rem !important;
}
@media (max-width: 768px) {
  .mt-6rem {
    margin-top: 3rem !important;
  }
}

.mb-6rem {
  margin-bottom: 6rem !important;
}
@media (max-width: 768px) {
  .mb-6rem {
    margin-bottom: 3rem !important;
  }
}

.pt-6rem {
  padding-top: 6rem !important;
}
@media (max-width: 768px) {
  .pt-6rem {
    padding-top: 3rem !important;
  }
}

.pb-6rem {
  padding-bottom: 6rem !important;
}
@media (max-width: 768px) {
  .pb-6rem {
    padding-bottom: 3rem !important;
  }
}

.mt-7rem {
  margin-top: 7rem !important;
}
@media (max-width: 768px) {
  .mt-7rem {
    margin-top: 3rem !important;
  }
}

.mb-7rem {
  margin-bottom: 7rem !important;
}
@media (max-width: 768px) {
  .mb-7rem {
    margin-bottom: 3rem !important;
  }
}

.pt-7rem {
  padding-top: 7rem !important;
}
@media (max-width: 768px) {
  .pt-7rem {
    padding-top: 3rem !important;
  }
}

.pb-7rem {
  padding-bottom: 7rem !important;
}
@media (max-width: 768px) {
  .pb-7rem {
    padding-bottom: 3rem !important;
  }
}

.mt-8rem {
  margin-top: 8rem !important;
}
@media (max-width: 768px) {
  .mt-8rem {
    margin-top: 3rem !important;
  }
}

.mb-8rem {
  margin-bottom: 8rem !important;
}
@media (max-width: 768px) {
  .mb-8rem {
    margin-bottom: 3rem !important;
  }
}

.pt-8rem {
  padding-top: 8rem !important;
}
@media (max-width: 768px) {
  .pt-8rem {
    padding-top: 3rem !important;
  }
}

.pb-8rem {
  padding-bottom: 8rem !important;
}
@media (max-width: 768px) {
  .pb-8rem {
    padding-bottom: 3rem !important;
  }
}

.mt-9rem {
  margin-top: 9rem !important;
}
@media (max-width: 768px) {
  .mt-9rem {
    margin-top: 3rem !important;
  }
}

.mb-9rem {
  margin-bottom: 9rem !important;
}
@media (max-width: 768px) {
  .mb-9rem {
    margin-bottom: 3rem !important;
  }
}

.pt-9rem {
  padding-top: 9rem !important;
}
@media (max-width: 768px) {
  .pt-9rem {
    padding-top: 3rem !important;
  }
}

.pb-9rem {
  padding-bottom: 9rem !important;
}
@media (max-width: 768px) {
  .pb-9rem {
    padding-bottom: 3rem !important;
  }
}

.mt-10rem {
  margin-top: 10rem !important;
}
@media (max-width: 768px) {
  .mt-10rem {
    margin-top: 5rem !important;
  }
}

.mb-10rem {
  margin-bottom: 10rem !important;
}
@media (max-width: 768px) {
  .mb-10rem {
    margin-bottom: 5rem !important;
  }
}

.pt-10rem {
  padding-top: 10rem !important;
}
@media (max-width: 768px) {
  .pt-10rem {
    padding-top: 5rem !important;
  }
}

.pb-10rem {
  padding-bottom: 10rem !important;
}
@media (max-width: 768px) {
  .pb-10rem {
    padding-bottom: 5rem !important;
  }
}

.mt-11rem {
  margin-top: 11rem !important;
}
@media (max-width: 768px) {
  .mt-11rem {
    margin-top: 5rem !important;
  }
}

.mb-11rem {
  margin-bottom: 11rem !important;
}
@media (max-width: 768px) {
  .mb-11rem {
    margin-bottom: 5rem !important;
  }
}

.pt-11rem {
  padding-top: 11rem !important;
}
@media (max-width: 768px) {
  .pt-11rem {
    padding-top: 5rem !important;
  }
}

.pb-11rem {
  padding-bottom: 11rem !important;
}
@media (max-width: 768px) {
  .pb-11rem {
    padding-bottom: 5rem !important;
  }
}

.mt-12rem {
  margin-top: 12rem !important;
}
@media (max-width: 768px) {
  .mt-12rem {
    margin-top: 5rem !important;
  }
}

.mb-12rem {
  margin-bottom: 12rem !important;
}
@media (max-width: 768px) {
  .mb-12rem {
    margin-bottom: 5rem !important;
  }
}

.pt-12rem {
  padding-top: 12rem !important;
}
@media (max-width: 768px) {
  .pt-12rem {
    padding-top: 5rem !important;
  }
}

.pb-12rem {
  padding-bottom: 12rem !important;
}
@media (max-width: 768px) {
  .pb-12rem {
    padding-bottom: 5rem !important;
  }
}

/*--------------------------------------
margin & padding
--------------------------------------*/
.mb-0, .mb0 {
  margin-bottom: 0 !important;
}

.mb-5, .mb5 {
  margin-bottom: 5px !important;
}

.mb-10, .mb10 {
  margin-bottom: 10px !important;
}

.mb-20, .mb20 {
  margin-bottom: 20px !important;
}

.mb-30, .mb30 {
  margin-bottom: 30px !important;
}

.mb-40, .mb40 {
  margin-bottom: 40px !important;
}

.mb-50, .mb50 {
  margin-bottom: 50px !important;
}

.mb-60, .mb60 {
  margin-bottom: 60px !important;
}

.mt-0, .mt0 {
  margin-top: 0 !important;
}

.mt-5, .mt5 {
  margin-top: 5px !important;
}

.mt-10, .mt10 {
  margin-top: 10px !important;
}

.mt-20, .mt20 {
  margin-top: 20px !important;
}

.mt-30, .mt30 {
  margin-top: 30px !important;
}

.mt-40, .mt40 {
  margin-top: 40px !important;
}

.mt-50, .mt50 {
  margin-top: 50px !important;
}

.mt-60, .mt60 {
  margin-top: 60px !important;
}

.ml-0, .ml0 {
  margin-left: 0px !important;
}

.ml-5, .ml5 {
  margin-left: 5px !important;
}

.ml-10, .ml10 {
  margin-left: 10px !important;
}

.ml-20, .ml20 {
  margin-left: 20px !important;
}

.ml-30, .ml30 {
  margin-left: 30px !important;
}

.ml-40, .ml40 {
  margin-left: 40px !important;
}

.ml-50, .ml50 {
  margin-left: 50px !important;
}

.ml-60, .ml60 {
  margin-left: 60px !important;
}

.mr-0, .mr0 {
  margin-right: 0px !important;
}

.mr-5, .mr5 {
  margin-right: 5px !important;
}

.mr-10, .mr10 {
  margin-right: 10px !important;
}

.mr-20, .mr20 {
  margin-right: 20px !important;
}

.mr-30, .mr30 {
  margin-right: 30px !important;
}

.mr-40, .mr40 {
  margin-right: 40px !important;
}

.mr-50, .mr50 {
  margin-right: 50px !important;
}

.mr-60, .mr60 {
  margin-right: 60px !important;
}

.p-0, .p0 {
  padding: 0;
}

.p-10, .p10 {
  padding: 10px !important;
}

.p-20, .p20 {
  padding: 20px !important;
}

.p-30, .p30 {
  padding: 30px !important;
}

.p-40, .p40 {
  padding: 40px !important;
}

.p-50, .p50 {
  padding: 50px !important;
}

.p-60, .p60 {
  padding: 60px !important;
}

.pb-0, .pb0 {
  padding-bottom: 0 !important;
}

.pb-5, .pb5 {
  padding-bottom: 5px !important;
}

.pb-10, .pb10 {
  padding-bottom: 10px !important;
}

.pb-20, .pb20 {
  padding-bottom: 20px !important;
}

.pb-30, .pb30 {
  padding-bottom: 30px !important;
}

.pb-40, .pb40 {
  padding-bottom: 40px !important;
}

.pb-50, .pb50 {
  padding-bottom: 50px !important;
}

.pt-0, .pt0 {
  padding-top: 0 !important;
}

.pt-5, .pt5 {
  padding-top: 5px !important;
}

.pt-10, .pt10 {
  padding-top: 10px !important;
}

.pt-20, .pt20 {
  padding-top: 20px !important;
}

.pt-30, .pt30 {
  padding-top: 30px !important;
}

.pt-40, .pt40 {
  padding-top: 40px !important;
}

.pt-50, .pt50 {
  padding-top: 50px !important;
}

.pt-60, .pt60 {
  padding-top: 60px !important;
}

.pl0, .pl-0 {
  padding-left: 0 !important;
}

.pl10, .pl-10 {
  padding-left: 10px !important;
}

.pl20, .pl-20 {
  padding-left: 20px !important;
}

.pl30, .pl-30 {
  padding-left: 30px !important;
}

.pl40, .pl-40 {
  padding-left: 40px !important;
}

.pl50, .pl-50 {
  padding-left: 50px !important;
}

.pl60, .pl-60 {
  padding-left: 60px !important;
}

.pr0, .pr-0 {
  padding-right: 0 !important;
}

.pr10, .pr-10 {
  padding-right: 10px !important;
}

.pr20, .pr-20 {
  padding-right: 20px !important;
}

.pr30, .pr-30 {
  padding-right: 30px !important;
}

.pr40, .pr-40 {
  padding-right: 40px !important;
}

.pr50, .pr-50 {
  padding-right: 50px !important;
}

.pr60, .pr-60 {
  padding-right: 60px !important;
}

.ml0, .ml-0 {
  margin-left: 0 !important;
}

.mr0, .mr-0 {
  margin-right: 0 !important;
}

.ml1rem {
  margin-left: 1rem !important;
}

.pl1rem {
  padding-left: 1rem !important;
}

.pl2rem {
  padding-left: 2rem !important;
}

.pl3rem {
  padding-left: 3rem !important;
}

.size10 {
  font-size: 10px !important;
}

.size11 {
  font-size: 11px !important;
}

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size15 {
  font-size: 15px !important;
}

.size16 {
  font-size: 16px !important;
}

.size17 {
  font-size: 17px !important;
}

.size18 {
  font-size: 18px !important;
}

.size19 {
  font-size: 19px !important;
}

.size20 {
  font-size: 20px !important;
}

@media screen and (max-width: 991px) {
  .mb-0_sp, .mb0_sp {
    margin-bottom: 0 !important;
  }

  .mb-5_sp, .mb5_sp {
    margin-bottom: 5px !important;
  }

  .mb-10_sp, .mb10_sp {
    margin-bottom: 10px !important;
  }

  .mb-20_sp, .mb20_sp {
    margin-bottom: 20px !important;
  }

  .mb-30_sp, .mb30_sp {
    margin-bottom: 30px !important;
  }

  .mb-40_sp, .mb40_sp {
    margin-bottom: 40px !important;
  }

  .mb-50_sp, .mb50_sp {
    margin-bottom: 50px !important;
  }

  .mb-60_sp, .mb60_sp {
    margin-bottom: 60px !important;
  }

  .mt-0_sp, .mt0_sp {
    margin-top: 0 !important;
  }

  .mt-5_sp, .mt5_sp {
    margin-top: 5px !important;
  }

  .mt-10_sp, .mt10_sp {
    margin-top: 10px !important;
  }

  .mt-20_sp, .mt20_sp {
    margin-top: 20px !important;
  }

  .mt-30_sp, .mt30_sp {
    margin-top: 30px !important;
  }

  .mt-40_sp, .mt40_sp {
    margin-top: 40px !important;
  }

  .mt-50_sp, .mt50_sp {
    margin-top: 50px !important;
  }

  .mt-60_sp, .mt60_sp {
    margin-top: 60px !important;
  }

  .ml-0_sp, .ml0_sp {
    margin-left: 0px !important;
  }

  .ml-5_sp, .ml5_sp {
    margin-left: 5px !important;
  }

  .ml-10_sp, .ml10_sp {
    margin-left: 10px !important;
  }

  .ml-20_sp, .ml20_sp {
    margin-left: 20px !important;
  }

  .ml-30_sp, .ml30_sp {
    margin-left: 30px !important;
  }

  .ml-40_sp, .ml40_sp {
    margin-left: 40px !important;
  }

  .ml-50_sp, .ml50_sp {
    margin-left: 50px !important;
  }

  .ml-60_sp, .ml60_sp {
    margin-left: 60px !important;
  }

  .mr-0_sp, .mr0_sp {
    margin-right: 0px !important;
  }

  .mr-5_sp, .mr5_sp {
    margin-right: 5px !important;
  }

  .mr-10_sp, .mr10_sp {
    margin-right: 10px !important;
  }

  .mr-20_sp, .mr20_sp {
    margin-right: 20px !important;
  }

  .mr-30_sp, .mr30_sp {
    margin-right: 30px !important;
  }

  .mr-40_sp, .mr40_sp {
    margin-right: 40px !important;
  }

  .mr-50_sp, .mr50_sp {
    margin-right: 50px !important;
  }

  .mr-60_sp, .mr60_sp {
    margin-right: 60px !important;
  }

  .p-0_sp, .p0_sp {
    padding: 0px !important;
  }

  .p-10_sp, .p10_sp {
    padding: 10px !important;
  }

  .p-20_sp, .p20_sp {
    padding: 20px !important;
  }

  .p-30_sp, .p30_sp {
    padding: 30px !important;
  }

  .p-40_sp, .p40_sp {
    padding: 40px !important;
  }

  .p-50_sp, .p50_sp {
    padding: 50px !important;
  }

  .p-60_sp, .p60_sp {
    padding: 60px !important;
  }

  .pb-0_sp, .pb0_sp {
    padding-bottom: 0 !important;
  }

  .pb-5_sp, .pb5_sp {
    padding-bottom: 5px !important;
  }

  .pb-10_sp, .pb10_sp {
    padding-bottom: 10px !important;
  }

  .pb-20_sp, .pb20_sp {
    padding-bottom: 20px !important;
  }

  .pb-30_sp, .pb30_sp {
    padding-bottom: 30px !important;
  }

  .pb-40_sp, .pb40_sp {
    padding-bottom: 40px !important;
  }

  .pb-50_sp, .pb50_sp {
    padding-bottom: 50px !important;
  }

  .pb-60_sp, .pb60_sp {
    padding-bottom: 60px !important;
  }

  .pt-0_sp, .pt0_sp {
    padding-top: 0 !important;
  }

  .pt-5_sp, .pt5_sp {
    padding-top: 5px !important;
  }

  .pt-10_sp, .pt10_sp {
    padding-top: 10px !important;
  }

  .pt-20_sp, .pt20_sp {
    padding-top: 20px !important;
  }

  .pt-30_sp, .pt30_sp {
    padding-top: 30px !important;
  }

  .pt-40_sp, .pt40_sp {
    padding-top: 40px !important;
  }

  .pt-50_sp, .pt50_sp {
    padding-top: 50px !important;
  }

  .pt-60_sp, .pt60_sp {
    padding-top: 60px !important;
  }

  .pl-0_sp, .pl0_sp {
    padding-left: 0 !important;
  }

  .pl-5_sp, .pl5_sp {
    padding-left: 5px !important;
  }

  .pl-10_sp, .pl10_sp {
    padding-left: 10px !important;
  }

  .pl-20_sp, .pl20_sp {
    padding-left: 20px !important;
  }

  .pl-30_sp, .pl30_sp {
    padding-left: 30px !important;
  }

  .pl-40_sp, .pl40_sp {
    padding-left: 40px !important;
  }

  .pl-50_sp, .pl50_sp {
    padding-left: 50px !important;
  }

  .pl-60_sp, .pl60_sp {
    padding-left: 60px !important;
  }

  .pr-0_sp, .pr0_sp {
    padding-right: 0 !important;
  }

  .pr-5_sp, .pr5_sp {
    padding-right: 5px !important;
  }

  .pr-10_sp, .pr10_sp {
    padding-right: 10px !important;
  }

  .pr-20_sp, .pr20_sp {
    padding-right: 20px !important;
  }

  .pr-30_sp, .pr30_sp {
    padding-right: 30px !important;
  }

  .pr-40_sp, .pr40_sp {
    padding-right: 40px !important;
  }

  .pr-50_sp, .pr50_sp {
    padding-right: 50px !important;
  }

  .pr-60_sp, .pr60_sp {
    padding-right: 60px !important;
  }

  .size10_sp {
    font-size: 10px !important;
  }

  .size11_sp {
    font-size: 11px !important;
  }

  .size12_sp {
    font-size: 12px !important;
  }

  .size13_sp {
    font-size: 13px !important;
  }

  .size14_sp {
    font-size: 14px !important;
  }

  .size15_sp {
    font-size: 15px !important;
  }

  .size16_sp {
    font-size: 16px !important;
  }

  .size17_sp {
    font-size: 17px !important;
  }

  .size18_sp {
    font-size: 18px !important;
  }

  .size19_sp {
    font-size: 19px !important;
  }

  .size20_sp {
    font-size: 20px !important;
  }

  .sp-space {
    margin: 0 -20px;
  }
}
@media (min-width: 992px) {
  /* common class */
  .mb-0_pc, .mb0_pc {
    margin-bottom: 0 !important;
  }

  .mb-5_pc, .mb5_pc {
    margin-bottom: 5px !important;
  }

  .mb-10_pc, .mb10_pc {
    margin-bottom: 10px !important;
  }

  .mb-20_pc, .mb20_pc {
    margin-bottom: 20px !important;
  }

  .mb-30_pc, .mb30_pc {
    margin-bottom: 30px !important;
  }

  .mb-40_pc, .mb40_pc {
    margin-bottom: 40px !important;
  }

  .mb-50_pc, .mb50_pc {
    margin-bottom: 50px !important;
  }

  .mb-60_pc, .mb60_pc {
    margin-bottom: 60px !important;
  }

  .mt-0_pc, .mt0_pc {
    margin-top: 0 !important;
  }

  .mt-5_pc, .mt5_pc {
    margin-top: 5px !important;
  }

  .mt-10_pc, .mt10_pc {
    margin-top: 10px !important;
  }

  .mt-20_pc, .mt20_pc {
    margin-top: 20px !important;
  }

  .mt-30_pc, .mt30_pc {
    margin-top: 30px !important;
  }

  .mt-40_pc, .mt40_pc {
    margin-top: 40px !important;
  }

  .mt-50_pc, .mt50_pc {
    margin-top: 50px !important;
  }

  .mt-60_pc, .mt60_pc {
    margin-top: 60px !important;
  }

  .ml-0_pc, .ml0_pc {
    margin-left: 0px !important;
  }

  .ml-5_pc, .ml5_pc {
    margin-left: 5px !important;
  }

  .ml-10_pc, .ml10_pc {
    margin-left: 10px !important;
  }

  .ml-20_pc, .ml20_pc {
    margin-left: 20px !important;
  }

  .ml-30_pc, .ml30_pc {
    margin-left: 30px !important;
  }

  .ml-40_pc, .ml40_pc {
    margin-left: 40px !important;
  }

  .ml-50_pc, .ml50_pc {
    margin-left: 50px !important;
  }

  .ml-60_pc, .ml60_pc {
    margin-left: 60px !important;
  }

  .mr-0_pc, .mr0_pc {
    margin-right: 0px !important;
  }

  .mr-5_pc, .mr5_pc {
    margin-right: 5px !important;
  }

  .mr-10_pc, .mr10_pc {
    margin-right: 10px !important;
  }

  .mr-20_pc, .mr20_pc {
    margin-right: 20px !important;
  }

  .mr-30_pc, .mr30_pc {
    margin-right: 30px !important;
  }

  .mr-40_pc, .mr40_pc {
    margin-right: 40px !important;
  }

  .mr-50_pc, .mr50_pc {
    margin-right: 50px !important;
  }

  .mr-60_pc, .mr60_pc {
    margin-right: 60px !important;
  }

  .p-0_pc, .p0_pc {
    padding: 0px !important;
  }

  .p-10_pc, .p10_pc {
    padding: 10px !important;
  }

  .p-20_pc, .p20_pc {
    padding: 20px !important;
  }

  .p-30_pc, .p30_pc {
    padding: 30px !important;
  }

  .p-40_pc, .p40_pc {
    padding: 40px !important;
  }

  .p-50_pc, .p50_pc {
    padding: 50px !important;
  }

  .p-60_pc, .p60_pc {
    padding: 60px !important;
  }

  .pb-0_pc, .pb0_pc {
    padding-bottom: 0 !important;
  }

  .pb-5_pc, .pb5_pc {
    padding-bottom: 5px !important;
  }

  .pb-10_pc, .pb10_pc {
    padding-bottom: 10px !important;
  }

  .pb-20_pc, .pb20_pc {
    padding-bottom: 20px !important;
  }

  .pb-30_pc, .pb30_pc {
    padding-bottom: 30px !important;
  }

  .pb-40_pc, .pb40_pc {
    padding-bottom: 40px !important;
  }

  .pb-50_pc, .pb50_pc {
    padding-bottom: 50px !important;
  }

  .pb-60_pc, .pb60_pc {
    padding-bottom: 60px !important;
  }

  .pb-70_pc, .pb70_pc {
    padding-bottom: 70px !important;
  }

  .pb-80_pc, .pb80_pc {
    padding-bottom: 80px !important;
  }

  .pt-0_pc, .pt0_pc {
    padding-top: 0 !important;
  }

  .pt-5_pc, .pt5_pc {
    padding-top: 5px !important;
  }

  .pt-10_pc, .pt10_pc {
    padding-top: 10px !important;
  }

  .pt-20_pc, .pt20_pc {
    padding-top: 20px !important;
  }

  .pt-30_pc, .pt30_pc {
    padding-top: 30px !important;
  }

  .pt-40_pc, .pt40_pc {
    padding-top: 40px !important;
  }

  .pt-50_pc, .pt50_pc {
    padding-top: 50px !important;
  }

  .pt-60_pc, .pt60_pc {
    padding-top: 50px !important;
  }

  .pl-0_pc, .pl0_pc {
    padding-left: 0 !important;
  }

  .pl-5_pc, .pl5_pc {
    padding-left: 5px !important;
  }

  .pl-10_pc, .pl10_pc {
    padding-left: 10px !important;
  }

  .pl-20_pc, .pl20_pc {
    padding-left: 20px !important;
  }

  .pl-30_pc, .pl30_pc {
    padding-left: 30px !important;
  }

  .pl-40_pc, .pl40_pc {
    padding-left: 40px !important;
  }

  .pl-50_pc, .pl50_pc {
    padding-left: 50px !important;
  }

  .pl-60_pc, .pl60_pc {
    padding-left: 50px !important;
  }

  .pr-0_pc, .pr0_pc {
    padding-right: 0 !important;
  }

  .pr-5_pc, .pr5_pc {
    padding-right: 5px !important;
  }

  .pr-10_pc, .pr10_pc {
    padding-right: 10px !important;
  }

  .pr-20_pc, .pr20_pc {
    padding-right: 20px !important;
  }

  .pr-30_pc, .pr30_pc {
    padding-right: 30px !important;
  }

  .pr-40_pc, .pr40_pc {
    padding-right: 40px !important;
  }

  .pr-50_pc, .pr50_pc {
    padding-right: 50px !important;
  }

  .pr-60_pc, .pr60_pc {
    padding-right: 50px !important;
  }
}
.text-gold {
  color: #8d815c;
}

.text-highlight {
  color: #cc0d0d;
}

.kome {
  padding-left: 1em;
  position: relative;
}
.kome::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.text-end .kome {
  font-size: 1.4rem;
}

span.kome {
  display: inline-block;
}

.pointer-events-none {
  pointer-events: none;
}

.news-meta-group {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.news-meta-group .info-date {
  margin-right: 20px;
}

.news-tag-area {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 2px;
  gap: 4px 0;
}
.news-tag-area .news-tag {
  background-color: #edeae2;
  border: solid #edeae2 1px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 5px;
  text-align: center;
  position: relative;
}
.news-tag-area .news-tag:not(:last-child) {
  margin-right: 8px;
}

.info-card-list.row > * {
  padding: 0 5px;
}
.info-card-list.row > *:nth-child(n + 3) {
  margin-top: 10px;
}
.info-card-list .info-card {
  border: solid 1px #e3e4e5;
  border-radius: 0;
  height: 100%;
}
.info-card-list .info-card a {
  color: #000;
}
.info-card-list .info-card a > span {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
  aspect-ratio: 3 / 2;
}
.info-card-list .info-card a:hover {
  text-decoration: none;
}
.info-card-list .info-card a:hover .card-title {
  color: #8d815c;
}
.info-card-list .info-card a:hover img {
  opacity: 0.7;
  transform: scale(1.08);
}
.info-card-list .info-card a .card-title::after {
  content: "";
  margin-left: 0.75rem;
  backface-visibility: hidden;
}
.info-card-list .info-card a[target=_blank] .card-title::after, .info-card-list .info-card a[href$=pdf] .card-title::after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
}
.info-card-list .info-card a[target=_blank] .card-title::after {
  content: "\f2d2";
}
.info-card-list .info-card a[href$=pdf] .card-title::after {
  content: "\f1c1";
}
.info-card-list .info-card img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: 0.8s transform cubic-bezier(0.5, 0.48, 0, 0.99), 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
  will-change: transform, opacity;
}
.info-card-list .card-body {
  padding: 2rem 2rem 6rem;
}
.info-card-list .card-body .news-meta-group {
  margin-bottom: 1rem;
}
.info-card-list .card-body .news-meta-group .card-meta {
  margin-bottom: 0;
}
.info-card-list .card-body .card-meta {
  font-size: 1.4rem;
  color: #7c7c7c;
  font-weight: 500;
  margin-bottom: 1rem;
}
.info-card-list .card-body .card-meta time {
  display: inline-block;
  margin-right: 1rem;
}
.info-card-list .card-body .card-title {
  margin-bottom: 0;
  transition: all 0.4s ease;
  position: relative;
}

.sct-information {
  background-size: cover;
  padding: 5rem 0;
  margin-top: 0;
}
.top .sct-information {
  background: url(../images/top/information01.jpg) top center no-repeat;
  min-height: 810px;
}
.page .sct-information {
  background: url("../images/academics/information.jpg") top center no-repeat;
  min-height: 610px;
}
.sct-information .information-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4rem 2rem;
}
.sct-information .sct-title {
  margin-bottom: 24px;
  text-align: center;
}
.sct-information .sct-title .jp {
  margin: 0;
}

.tab-wrap {
  width: 100%;
}

.info-list {
  max-width: 1080px;
}
.info-list li > a {
  background-color: #fff;
  color: #000;
  display: block;
  padding: 20px 40px 20px 30px;
  position: relative;
}
.info-list li > a:hover {
  background-color: #edeae2;
  text-decoration: none;
}
.info-list li > a:hover .news-tag {
  border: solid #d3ccba 1px;
}
.info-list li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #282828;
  transition: 0.8s border cubic-bezier(0.5, 0.48, 0, 0.99);
  backface-visibility: hidden;
}
.info-list li > a[target=_blank]::before, .info-list li > a[href$=pdf]::before {
  border: none;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  top: calc(50% - 10px);
  right: 32px;
}
.info-list li > a[target=_blank]::after, .info-list li > a[href$=pdf]::after {
  content: none;
}
.info-list li > a[target=_blank]::before {
  content: "\f2d2";
}
.info-list li > a[href$=pdf]::before {
  content: "\f1c1";
}
.info-list li > a p {
  margin-bottom: 0;
}

.info-date {
  font-size: 1.4rem;
}

.info-title {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.nav-tabs {
  padding: 0;
  border: none;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  background-color: transparent;
  overflow: hidden;
  width: fit-content;
  width: 100%;
}
.nav-tabs .nav-item {
  text-align: center;
  margin: 0;
  width: calc(100% / 2 - 5px);
}
.nav-tabs .nav-link {
  width: 100%;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-size: 1.3rem;
  padding: 1.5rem 1rem;
  font-weight: normal;
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 100%;
  line-height: 1.4;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  background-color: #8d815c;
  color: #fff;
}
.nav-tabs .nav-link:hover {
  background-color: #8d815c;
  color: #fff;
  text-decoration: none;
}

/* Media Queries
----------------------------*/
@media (max-width: 575px) {
  .info-card-list .info-card .card-body {
    padding: 2rem 1.5rem;
  }
  .info-card-list .info-card p {
    font-size: 13px;
  }
  .info-card-list .info-card .card-meta　time {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .info-card-list.row > * {
    padding: 22px;
    padding: 0 clamp(0.5%, 1.15vw, 22px);
  }
  .info-card-list.row > *:nth-child(n + 3) {
    margin-top: 30px;
  }

  .sct-information {
    margin-top: 10rem;
    padding: 10rem 0;
  }
  .top .sct-information {
    background-size: 100% 100%;
    min-height: 900px;
  }
  .page .sct-information {
    background-size: 100% 100%;
    min-height: 650px;
  }
  .sct-information .information-box {
    padding: 8rem 2rem 7rem;
  }
  .sct-information .sct-title {
    padding: 0 7rem 0 5rem;
    text-align: left;
    writing-mode: vertical-rl;
  }
  .sct-information .tab-wrap {
    width: calc(100% - 19rem);
  }

  .info-list li > a {
    font-size: 1.6rem;
    padding: 38px 60px 38px 40px;
  }
  .info-list li > a::before {
    right: 40px;
  }
  .info-list li > a[target=_blank]::before, .info-list li > a[href$=pdf]::before {
    right: 50px;
  }

  .info-date {
    font-size: 1.6rem;
  }

  .info-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .nav-tabs {
    flex-wrap: nowrap;
  }
  .nav-tabs .nav-item {
    width: 100%;
    max-width: 200px;
    flex: 1;
  }
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .nav-tabs .nav-link {
    font-size: 1.6rem;
    padding: 0.9rem 1rem;
  }

  .tab-wrap.secondary-tab-wrap .nav-tabs {
    flex-wrap: wrap;
  }
  .tab-wrap.secondary-tab-wrap .nav-tabs .nav-item {
    flex: none;
    max-width: none;
    width: calc(100% / 6 - 9px);
  }
  .tab-wrap.secondary-tab-wrap .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .tab-wrap.secondary-tab-wrap .nav-tabs .nav-link {
    font-size: 1.4rem;
  }
}
section {
  padding: 5rem 0 5rem;
}

.under-line {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}

.swiper {
  overflow: hidden;
  position: relative;
  height: 65vh;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  will-change: transform;
}

.fv-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fv-img-wrapper .fv-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transform: scale(1);
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  animation: zoomUp 8s linear 0s 1 normal both;
}

/* 最初のスライド画像の動作 */
.swiper-slide.first-slide .fv-img-wrapper .fv-img {
  height: 100vh;
  object-position: 40% bottom;
  will-change: transform;
  /*&.is-fv-animate {
    animation: slideUp 45s $easing-fv forwards;
  }*/
}

.first-slide.swiper-slide-active img, .first-slide.swiper-slide-duplicate-active img, .first-slide.swiper-slide-prev img {
  animation: slideUp 45s cubic-bezier(0.4, 0.7, 0.5, 1) forwards;
}

/* 最後のスライド画像の動作 */
.swiper-slide.last-slide .fv-img-wrapper .fv-img {
  height: 100vh;
  object-position: 40% top;
  will-change: transform;
  /*&.is-fv-animate {
    animation: slideDown 45s $easing-fv forwards;
  }*/
}

.last-slide.swiper-slide-active img, .last-slide.swiper-slide-duplicate-active img, .last-slide.swiper-slide-prev img {
  animation: slideDown 45s cubic-bezier(0.4, 0.7, 0.5, 1) forwards;
}

/*ファーストビューのキャッチ*/
.fv-catch-block {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 0;
  z-index: 3;
  width: calc(100% - 8%);
  max-width: 500px;
  perspective: 1000px;
}
.fv-catch-block a {
  background-color: rgba(219, 212, 194, 0.84);
  color: #282828;
  display: block;
  padding: 12px 20px 12px;
  text-decoration: none;
  transition: 0.7s background-color cubic-bezier(0.4, 0.7, 0.5, 1);
}
.fv-catch-block a:hover {
  background-color: #dbd4c2;
}
.fv-catch-block a:hover .fv-catch-btn {
  color: #8d815c;
}
.fv-catch-block a:hover .fv-catch-btn::before {
  width: 100%;
  left: 0;
  right: auto;
}
.fv-catch-block a:hover .fv-catch-btn::after {
  border-left-color: #8d815c;
  transform: translate(3px, -50%);
}

.fv-catch-main {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.fv-catch-sub {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-size: clamp(1.4rem, 2.4vw, 1.7rem);
  font-weight: 500;
  margin-top: 10px;
  margin-left: 0.25rem;
}

.fv-catch-btn {
  font-size: 18px;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: -2.9vw;
  padding-bottom: 4px;
  width: 50vw;
  max-width: 264px;
  position: relative;
  border-bottom: 1px solid #282828;
  transition: all 0.4s ease;
}
.fv-catch-btn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0%;
  height: 1px;
  background: #8d815c;
  transition: all 0.4s ease;
}
.fv-catch-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #555555;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
}

/* Animation */
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10vh);
  }
  100% {
    transform: translateY(10vh);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(5vh);
  }
  8% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(0vh);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.group-block {
  background-color: #fff;
  margin-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
}
.group-block .group-box {
  border-radius: 10px;
  text-align: center;
}

.group-item {
  position: relative;
}
.group-item:not(:nth-child(3n))::before {
  content: "";
  width: 1px;
  height: calc(100% - 25px);
  display: block;
  background-color: #edeae2;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.group-item:last-child::before {
  content: none;
}
.group-item a {
  color: #000;
  display: block;
}
.group-item a > span {
  display: block;
  overflow: hidden;
  width: 134px;
  margin: 0 auto;
  border-radius: 50%;
}
.group-item a img {
  width: 100%;
  transition: 0.8s transform;
}
.group-item a:hover {
  color: #8d815c;
}
.group-item a:hover img {
  transform: scale(1.08);
}
.group-item .group-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 0;
}
.group-item .group-title .title-ja {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}
.group-item .group-title .title-en {
  color: #8d815c;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}

.sct-environment {
  padding-top: 0;
  position: relative;
  width: 100%;
}
.sct-environment .sct-title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.environment-main-area {
  background: url("../images/top/environment01.jpg") center top no-repeat;
  background-size: auto 500px;
  padding-top: 60px;
  position: relative;
}

.environment-sub-area {
  padding-top: 6rem;
}

.environment-box {
  gap: 5px;
  margin: 7rem auto 0;
  max-width: 715px;
  position: relative;
  z-index: 2;
}

.environment-item {
  background: #ffffff;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
  width: calc(50% - 2.5px);
  margin: 0;
  padding: 0;
}
.environment-item > a, .environment-item > div {
  display: flex;
  flex-direction: column;
  place-items: center;
  color: #1a1a1a;
  padding: 60px 30px 60px 10px;
  width: 100%;
  height: 100%;
}
.environment-item > a {
  transition: 0.8s all cubic-bezier(0.5, 0.48, 0, 0.99);
}
.environment-item > a:hover {
  opacity: 0.7;
}
.environment-item .environment-item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  padding-left: 32px;
  line-height: 1.2;
}
.environment-item .environment-item-title::before, .environment-item .environment-item-title::after {
  content: "";
  display: block;
  background-color: tomato;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 16px;
}
.environment-item .environment-item-title::before {
  background-color: #8d815c;
}
.environment-item .environment-item-title::after {
  background-color: #edeae2;
  top: 16px;
}
.environment-item .environment-item-desc {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 32px;
}

.environment-text-box h3 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.environment-text-box .environment-text-desc {
  margin-top: 3rem;
}

.sct-data {
  padding: 0;
}

.data-main-area {
  padding: 5rem 0 0;
  background: url(../images/top/data01-sp.jpg) -120px -120px no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 600px;
}

.data-sub-area {
  padding: 40px 0 80px;
  z-index: 2;
}

.vertical-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  text-shadow: 2px 2px 4px white;
}
.vertical-area.fade-in-up.reset-transition {
  transition: none;
}
.vertical-area .sct-title {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 2rem;
}
.vertical-area .sct-title .en,
.vertical-area .sct-title .jp {
  font-weight: 600;
  letter-spacing: 0.025em;
}
.vertical-area .sct-title .jp {
  font-size: 3rem;
  margin: 0;
  margin-right: 4px;
}

.data-box {
  padding: 0;
}
.data-box > * {
  margin-top: 2rem;
}

.data-item-in {
  background: #edeae2;
  padding: 30px;
  height: 100%;
}
.data-item-in h4 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.data-item-in .text-showy {
  color: #cc0d0d;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  margin: 0 0.1em;
}
.data-item-in .data-box-title {
  font-weight: 600;
}
.data-item-in .desc {
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
}

.data-lead {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.data-item {
  padding: 0 10px;
}
.data-item:nth-child(even) {
  position: relative;
}
.data-item:nth-child(n + 3) {
  margin-top: 2rem;
}

.sct-applicant {
  position: relative;
}
.sct-applicant .img-area {
  width: 100%;
}
.sct-applicant .text-area {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
  margin-left: auto;
  max-width: 700px;
  width: calc(100% - 18.4%);
  margin-top: -23rem;
}
.sct-applicant .sct-title {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.sct-applicant .btn-wrap {
  margin-top: 20px;
}
.sct-applicant .applicant-catch {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.sct-applicant .applicant-desc {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}

/* Media Queries
----------------------------*/
@media (max-width: 575px) {
  .group-item a > span {
    width: 80px;
  }

  .group-item {
    padding: 0 10px;
  }
  .group-item .group-title .title-ja {
    font-size: 15px;
  }
  .group-item .group-title .title-en {
    font-size: 11px;
  }

  .environment-main-area {
    background: url("../images/top/environment01-sp.jpg") left bottom 80px no-repeat;
  }

  .environment-sub-area {
    padding-top: 3rem;
  }

  .environment-box {
    width: 100%;
    gap: 5px;
    margin: 7rem auto 0;
  }

  .environment-item > a, .environment-item > div {
    padding: 30px 14px 30px 0px;
  }
  .environment-item .environment-item-title {
    font-size: 18px;
    padding-left: 24px;
  }
  .environment-item .environment-item-desc {
    font-size: 14px;
    padding-left: 24px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .environment-text-box h3 {
    font-size: 18px;
  }

  .sct-data .btn-wrap {
    margin-top: 0px;
  }

  .vertical-area {
    left: 6vw;
  }
  .vertical-area .sct-title {
    position: static;
    margin-left: 2rem;
  }
  .vertical-area .sct-title .jp {
    margin-right: 0;
    margin-left: 2rem;
  }

  .data-lead {
    font-size: 16px;
    line-height: 1.4;
  }

  .sct-applicant .sct-title {
    top: 22px;
  }
  .sct-applicant .text-area {
    width: calc(100% - 9.2%);
    margin-top: -5rem;
    padding: 20px 20px 50px 20px;
  }
  .sct-applicant .applicant-catch {
    font-size: 22px;
  }
  .sct-applicant .applicant-catch span {
    display: block;
  }
}
@media (min-width: 768px) {
  section {
    padding: 8rem 0 8rem;
  }

  .sct-data .data-item:nth-child(even) .data-item-in {
    top: 40px;
  }

  .data-main-area {
    background-position-x: 0px;
    padding: 11rem 0 0;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 40px;
  }

  section {
    padding: 10rem 0 10rem;
  }

  .fv-catch-block {
    bottom: 130px;
  }

  .group-block {
    background-color: transparent;
    margin-top: -9rem;
    padding-bottom: 0;
    box-shadow: none;
  }
  .group-block .container {
    max-width: 1400px;
  }
  .group-block .group-box {
    background-color: #fff;
    box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
    padding: 35px 10px;
  }

  .sct-topics {
    background-color: #F6F5F2;
    padding: 15rem 0;
  }
  .sct-topics .btn-wrap {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .fv-catch-block {
    width: 45vw;
    max-width: 100%;
  }
  .fv-catch-block a {
    padding: 60px 62px 34px;
    padding: clamp(1rem, 1vw, 60px) clamp(1rem, 2.1vw, 62px) clamp(1rem, 0.6vw, 34px);
  }

  .swiper-slide.first-slide .fv-img-wrapper .fv-img {
    height: 200vh;
    object-position: 60% bottom;
  }

  .swiper-slide.last-slide .fv-img-wrapper .fv-img {
    height: 200vh;
    object-position: 60% top;
  }

  .fv-catch-main {
    font-size: 4rem;
    font-size: clamp(2.5rem, 2vw, 4.25rem);
    line-height: 1.4;
  }

  .fv-catch-sub {
    font-size: clamp(1.6rem, 1.4vw, 2.25rem);
  }

  .fv-catch-btn {
    width: 30vw;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .fv-catch-btn::after {
    right: 24px;
  }

  .swiper {
    height: calc(100vh - 70px);
  }

  @keyframes slideUp {
    0% {
      transform: translateY(72vh);
    }
    20% {
      transform: translateY(100vh);
    }
    100% {
      transform: translateY(100vh);
    }
  }
  @keyframes slideDown {
    0% {
      transform: translateY(23vh);
    }
    10% {
      transform: translateY(10vh);
    }
    100% {
      transform: translateY(10vh);
    }
  }
  .group-block .group-box .row {
    margin: -30px -100px 0;
  }
  .group-block .group-item:not(:nth-child(3n))::before {
    content: none;
  }
  .group-block .group-item:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 158px;
    display: block;
    background-color: #edeae2;
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% - 0px);
    right: 0;
  }
  .group-block .group-item:nth-child(6n)::before {
    content: none;
  }

  .sct-environment .sct-title {
    position: relative;
    top: 280px;
    padding-right: 52%;
  }

  .environment-main-area {
    background-size: cover;
    max-height: 500px;
  }

  .environment-sub-area {
    padding-top: 0;
  }

  .environment-box {
    width: 50%;
    max-width: 682px;
    margin-left: auto;
    margin-right: 0;
    gap: 0;
    margin-top: 18rem;
  }

  .environment-item {
    width: 50%;
  }
  .environment-item > div {
    padding: 70px 30px 70px 10px;
  }
  .environment-item:nth-child(odd) {
    border-right: 2px solid #dedddb;
  }
  .environment-item:nth-child(n + 3) {
    border-top: 2px solid #dedddb;
  }
  .environment-item .environment-item-title {
    font-size: 25px;
    font-size: clamp(20px, 1.7vw, 25px);
  }
  .environment-item .environment-item-desc {
    line-height: 1.875;
  }

  .environment-text-box {
    padding: 50px 50% 50px 0;
  }
  .environment-text-box h3 {
    font-size: 3.5rem;
    font-size: clamp(30px, 2.6vw, 35px);
  }
  .environment-text-box .environment-text-desc {
    margin-top: 30px;
  }

  .sct-data .btn-wrap {
    margin-top: 0px;
    top: -35px;
  }
  .sct-data .container {
    max-width: 1400px;
  }

  .data-main-area {
    background: url("../images/top/data01.jpg") top center no-repeat;
    background-size: cover;
    padding: 10rem 0 0;
  }
  .data-main-area::after {
    content: none;
  }
  .data-main-area::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }

  .data-sub-area {
    padding: 24rem 0 16rem;
  }

  .vertical-area {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
  }
  .vertical-area .sct-title {
    position: relative;
    margin: 0 auto 21rem;
    padding-right: 13px;
  }
  .vertical-area .sct-title .jp {
    font-size: 4rem;
    line-height: 1.4;
  }
  .vertical-area .sct-title::before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    bottom: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 134px;
  }

  .data-lead {
    font-size: 20px;
    margin: auto;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .data-box {
    justify-content: space-between;
    position: relative;
    top: 100px;
    width: 100%;
    margin: 0;
    z-index: 2;
  }
  .data-box > * {
    margin-top: 0;
  }

  .data-item {
    padding: 0;
  }
  .data-item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .data-item:nth-child(even) .data-item-in {
    margin-left: auto;
    position: relative;
    top: 60px;
  }
  .data-item .data-item-in {
    padding: 50px 40px;
    padding: clamp(3rem, 5.2vw, 50px) clamp(2rem, 2.6vw, 40px);
    max-width: 490px;
    width: 28vw;
  }
  .data-item .data-item-in h4 {
    font-size: 25px;
  }
  .data-item .data-item-in .text-showy {
    font-size: 60px;
  }
  .data-item .data-item-in .desc {
    font-size: 16px;
  }

  .sct-applicant .btn-wrap {
    margin-right: 4rem;
  }
  .sct-applicant .img-area {
    width: calc(100% - 186px);
  }
  .sct-applicant .img-area img {
    object-fit: cover;
    height: 35vw;
    max-height: 600px;
  }
  .sct-applicant .text-area {
    width: 60%;
    max-width: 824px;
    margin-top: -18rem;
    padding: 50px 30px 50px 75px;
  }
  .sct-applicant .sct-title {
    margin-top: -14rem;
    margin-left: 4rem;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    z-index: 1;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .fv-catch-block {
    width: 38.5vw;
  }

  .sct-title .jp {
    font-size: 4.5rem;
  }
  .sct-title .en {
    font-size: 2rem;
  }

  .sct-information .sct-title {
    padding-right: 12rem;
  }

  .sct-applicant .btn-wrap {
    margin-top: 30px;
  }

  .sct-applicant .applicant-catch {
    font-size: clamp(30px, 2.6vw, 35px);
    line-height: 1.3;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .group-item a > span {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .js-move-trigger.vertical-area {
    transform: translate(-50%, 80px);
    display: flex;
    flex-direction: column;
  }
  .js-move-trigger.vertical-area.fade-in-up {
    transform: translate(-50%, 0);
  }
}
/*--------------------------------------
	印刷用のCSS調整（旧サイトの流用しつつ、新規でCSSを追加）
--------------------------------------*/
@media print {
  body {
    font-size: 65%;
    zoom: 60%;
    -webkit-print-color-adjust: exact;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
  }

  /*section{display:block;page-break-before:always;}*/
  pre code {
    page-break-after: always;
  }

  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  p a, code, pre {
    word-wrap: break-word;
  }

  /* 画像全般を印刷対象外にしたい場合（通常、背景画像を含めて印刷しない限りは関係ないものです）
  img{display:none;}
  */
  pre a[href]:after {
    content: "";
  }

  pre abbr[title]:after {
    content: "";
  }

  pre .ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: "";
  }

  .noPrint {
    display: none;
  }

  .controlPanel {
    display: none;
  }

  /* アコーディオンを印刷時に全展開したい場合
  .accordionItem{display:block !important;}
  */
  .info-card-list.row {
    margin-top: 30px;
  }

  .info-card-list.row > * {
    margin-top: 0;
  }

  .info-card-list.row > *:nth-child(n + 3) {
    margin-top: 0;
  }

  .environment-box {
    padding: 0;
    max-width: 100%;
    display: flex;
  }
  .environment-box .environment-item {
    width: 45%;
  }

  .container {
    max-width: 100%;
  }

  .col-6.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .col2-list .text-area {
    margin-top: 0;
  }

  .common-table .header-row th {
    background-color: #8d815c !important;
  }

  .common-table.table-flex[class*="table-col-"] td:nth-child(even) {
    border-right: 1px solid #8d815c;
  }
  .common-table.table-flex.table-col-1 td {
    width: calc(100% / 1);
  }
  .common-table.table-flex.table-col-1 td:nth-child(1n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-2 td {
    width: calc(100% / 2);
  }
  .common-table.table-flex.table-col-2 td:nth-child(2n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-3 td {
    width: calc(100% / 3);
  }
  .common-table.table-flex.table-col-3 td:nth-child(3n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-4 td {
    width: calc(100% / 4);
  }
  .common-table.table-flex.table-col-4 td:nth-child(4n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-5 td {
    width: calc(100% / 5);
  }
  .common-table.table-flex.table-col-5 td:nth-child(5n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-6 td {
    width: calc(100% / 6);
  }
  .common-table.table-flex.table-col-6 td:nth-child(6n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-7 td {
    width: calc(100% / 7);
  }
  .common-table.table-flex.table-col-7 td:nth-child(7n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-8 td {
    width: calc(100% / 8);
  }
  .common-table.table-flex.table-col-8 td:nth-child(8n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-9 td {
    width: calc(100% / 9);
  }
  .common-table.table-flex.table-col-9 td:nth-child(9n) {
    border-right: none;
  }
  .common-table.table-flex.table-col-10 td {
    width: calc(100% / 10);
  }
  .common-table.table-flex.table-col-10 td:nth-child(10n) {
    border-right: none;
  }

  .btn-anchor-area > *:nth-child(n + 3) {
    margin-top: 0;
  }

  .tab-dropdown,
  .tab-nav-guide {
    display: none !important;
  }

  .tab-nav {
    display: flex !important;
  }

  .tab-nav-wrap.tab-nav-md .tab-nav-title {
    width: 220px;
  }
  .tab-nav-wrap.tab-nav-md .tab-nav {
    width: calc(100% - 220px - 20px);
  }
  .tab-nav-wrap.tab-nav-lg .tab-nav-title {
    width: 300px;
  }
  .tab-nav-wrap.tab-nav-lg .tab-nav {
    width: calc(100% - 300px - 20px);
  }

  .tab-nav {
    width: calc(100% - 140px - 20px);
  }
  .tab-nav .tab-nav-item {
    padding: 5px 20px;
    font-size: 1.4rem;
  }

  .tab-nav-title {
    width: 140px;
    letter-spacing: 0.1rem;
    margin-right: 20px;
    padding: 10px 0;
  }
  .tab-nav-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 100%;
    background: #4c4c4c;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transition: all 0.4s ease;
  }

  .swiper-wrapper {
    transform: none !important;
    display: block !important;
  }

  .swiper-slide {
    width: 100% !important;
    display: block !important;
  }

  .swiper-slide {
    page-break-inside: avoid;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .js-move-trigger {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  #applicants #sec-message .swiper-slide:not(:first-child) {
    display: none !important;
  }
  #applicants .col2-clip {
    display: flex;
  }
  #applicants .col2-clip .img-area {
    width: 40%;
    height: 100%;
  }
  #applicants .col2-clip .text-area {
    width: 60%;
  }
  #applicants .col2-clip-link-wrap {
    display: flex;
    align-items: flex-end;
  }
  #applicants .col2-clip-link-wrap .img-area {
    width: 40%;
    height: 100%;
  }
  #applicants .col2-clip-link-wrap .text-area {
    width: 60%;
  }
  #applicants #sb_instagram #sbi_images {
    display: flex;
  }
  #applicants .fp-col2-area {
    flex-wrap: nowrap;
  }

  /* 以下、Bootstrap用の印刷CSS */
  .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style-top.css.map */
