@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;
}

.font-feature-settings-palt {
  font-feature-settings: "palt";
}

.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;
  }
}
html {
  scroll-padding: 70px;
}

main a {
  color: #0055a2;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
main a:hover {
  text-decoration: underline;
}
main .bg-lightgray {
  padding: 1.5rem 2.5rem;
  margin: 4rem 0 2rem;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
main .bg-lightgray h4 {
  margin-top: 0;
}

h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

h2, .heading-lg {
  color: #282828;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  margin-top: 4rem;
  margin-bottom: 2.75rem;
  line-height: 1.3;
}
h2 .jp, h2 .en, .heading-lg .jp, .heading-lg .en {
  font-family: "Noto Serif JP", serif;
}
h2 .jp, .heading-lg .jp {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
}
h2 .en, .heading-lg .en {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin-top: 0;
}

h3, .heading-md {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 2.75rem;
  padding: 0 0 0.5rem 2rem;
}
h3::before, .heading-md::before {
  content: "";
  background: linear-gradient(to bottom, #8d815c 0 50%, #d3ccba 50% 100%);
  position: absolute;
  top: -5px;
  left: 0;
  width: 3px;
  height: 110%;
}

h4, .heading-sm {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 3.5rem;
  margin-bottom: 1.75rem;
  position: relative;
  padding: 0 1em 0 2em;
  line-height: 1.3;
}
h4::before, .heading-sm::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #282828;
}

h5 {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.sct-title .jp {
  font-size: 2.75rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 0;
}
.sct-title .jp::before, .sct-title .jp::after {
  content: none;
}
.sct-title .en {
  font-size: 1.5rem;
  margin-top: 0;
}

.mv {
  background-color: #edeae2;
  width: 100%;
  height: 45vh;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.mv.mv-no-image {
  height: auto;
  min-height: 200px;
  padding-top: 95px;
}
.mv.mv-no-image .mv-text {
  position: relative;
  bottom: 0;
  background-color: transparent;
}

.mv .mv-text {
  position: absolute;
  color: #282828;
  text-align: left;
  left: 0;
  bottom: 0;
  background: rgba(219, 212, 194, 0.75);
  padding: 2rem;
  display: flex;
  flex-direction: column-reverse;
}
.mv .mv-text .mv-text-mini {
  font-size: 2rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 0;
  word-break: break-word;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0 0.25rem;
}

.mv h1 {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.mv img {
  height: 45vh;
  width: 100%;
  object-fit: cover;
}

.mv-applicants img {
  object-position: 85% center;
}

section {
  padding: 6rem 0;
}
section > h2 {
  margin-top: 0;
}

.container {
  padding: 0 20px;
}
.container.narrow {
  max-width: 960px;
}
.container > *:first-child, .container > *:first-child h2:first-child {
  margin-top: 0;
}

.container-fluid:not(:has(.cont-bg-wrap)) .tab-nav-guide {
  padding: 0 20px;
}

.btn-link-area + .cont-bg-wrap .cont-bg {
  background: #fff;
}
.btn-link-area + .cont-bg-wrap .cont-bg:nth-child(even) {
  background: #F6F5F2;
}

.btn-link-area ~ .tab-area .cont-bg-wrap .cont-bg {
  background: #fff;
}
.btn-link-area ~ .tab-area .cont-bg-wrap .cont-bg:nth-child(even) {
  background: #F6F5F2;
}

.cont-bg-wrap .cont-bg {
  background-color: #F6F5F2;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.cont-bg-wrap .cont-bg > *:first-child {
  margin-top: 0;
}
.cont-bg-wrap .cont-bg .container {
  padding: 0 20px;
}
.cont-bg-wrap .cont-bg .sct-title .jp {
  margin-top: 0;
}
.cont-bg-wrap .cont-bg:nth-child(even) {
  background: #fff;
}
.cont-bg-wrap.start-colored-bg .cont-bg {
  background-color: #F6F5F2;
}
.cont-bg-wrap.start-colored-bg .cont-bg:nth-child(even) {
  background-color: #fff;
}
.cont-bg-wrap .img-area span {
  font-size: 1.4rem;
}

.breadcrumb-wrap {
  background-color: #edeae2;
  padding: 12px 0 10px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.breadcrumb li {
  font-size: 12px;
  position: relative;
}
.breadcrumb li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb li:not(:last-child):before {
  content: "／";
  position: absolute;
  top: 0px;
  right: -16px;
}
.breadcrumb li a, .breadcrumb li span {
  color: #1a1a1a;
}
.breadcrumb li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.info-list li > a {
  padding: 20px 60px 20px 30px;
}
.info-list.info-list-appl {
  max-width: 965px;
}
.info-list.info-list-appl li a {
  padding: 20px 60px 20px 20px;
}
.info-list.info-list-appl li a::before {
  border-width: 2px 0px 2px 6px;
  border-left-color: #fff;
  right: 33px;
  z-index: 2;
}
.info-list.info-list-appl li a::after {
  content: "";
  background-color: #d93433;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: 1;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  transition: 0.8s border cubic-bezier(0.5, 0.48, 0, 0.99);
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
  font-size: 16px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  background: #fff;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.wp-pagenavi a:hover {
  background: #8d815c;
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.wp-pagenavi span.current {
  background: #8d815c;
  color: #fff;
  border-color: #8d815c;
  font-weight: 600;
}
.wp-pagenavi span.extend:last-of-type {
  display: none;
}
.wp-pagenavi .nextpostslink {
  font-weight: 600;
}

img {
  height: auto;
}

.row > .num-col {
  counter-increment: number;
  margin-top: 80px;
}
.row > .num-col .num::before {
  content: counter(number,decimal-leading-zero);
  display: block;
  color: #cc0d0d;
  font-size: 45px;
  font-style: italic;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -50px;
  right: 10px;
  z-index: 1;
}

.common-lead {
  font-size: 17px;
  margin: 6rem 0;
}

.text-area > .common-copy:not(:first-child) {
  margin-top: 30px;
}

.common-copy {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.common-copy::before, .common-copy::after {
  content: "";
  position: relative;
}
.common-copy::before {
  content: "「";
}
.common-copy::after {
  content: "」";
}
.common-copy.bold-parentheses::before {
  content: "【 ";
}
.common-copy.bold-parentheses::after {
  content: " 】";
}

.common-list {
  margin-top: 3rem;
  margin-left: 1rem;
}
.common-list li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
.common-list li + li {
  margin-top: 10px;
}
td .common-list li + li {
  margin-top: 5px;
}
.common-list li.list-mark-none {
  padding-left: 0;
}
.common-list li.list-mark-none::before {
  content: none;
  padding-left: 0;
}
.common-list li a {
  /* color: #000; */
  display: inline-block;
}
.common-list li a:hover {
  color: #8d815c;
}
.common-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8d815c;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.common-list > li ul {
  margin-top: 5px;
}
.common-list > li ul li:not(:last-child) {
  margin-bottom: 0;
}
.common-list > li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #8d815c;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.common-list > li ul li + li {
  margin-top: 2px;
}
h3 + .common-list, h4 + .common-list {
  margin-top: 0.5rem;
}
.common-list.sitemap-list > li {
  padding-left: 1.2em;
}
.common-list.sitemap-list > li::before {
  border-radius: 0;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.common-list.sitemap-list > li ul {
  margin-top: 2px;
}
.common-list.sitemap-list > li ul li::before {
  border: none;
  background-color: #8d815c;
  top: 0.7em;
  left: 0;
}
.common-list.list-mark-rect {
  margin-left: 0;
}
.common-list.list-mark-rect > li::before {
  width: 10px;
  height: 2px;
  border-radius: 0;
  transform: rotate(0);
  top: 0.7em;
}

.common-inline-list {
  display: inline-flex;
  flex-flow: wrap;
  gap: 10px;
}
.common-inline-list li > a, .common-inline-list li span {
  color: #000;
  display: block;
  background-color: #edeae2;
  text-align: center;
  border-radius: 10px;
  padding: 8px 16px;
}
.common-inline-list li > a:hover {
  background-color: #d3ccba;
  text-decoration: none;
}
.common-inline-list li a {
  border-radius: 0;
  padding: 16px 16px;
}
.common-inline-list li a:not([class]) {
  padding-right: 36px;
}
.common-inline-list li a:not([class])::after {
  position: absolute;
  top: 50%;
  right: 15px;
  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);
}

ol {
  padding-left: 1.3em;
}
ol li {
  list-style-position: outside;
}

.num-bracket,
.num-bracket2 {
  list-style: none;
  padding-left: 0;
}
.num-bracket > li,
.num-bracket2 > li {
  position: relative;
  padding-left: 1.4em;
}

.num-bracket {
  counter-reset: num;
}
.num-bracket > li {
  counter-increment: num;
}
.num-bracket > li::before {
  content: counter(num) " ) ";
  position: absolute;
  left: 0;
}

.num-bracket2 {
  counter-reset: num2;
}
.num-bracket2 > li {
  padding-left: 1.6em;
  counter-increment: num2;
}
.num-bracket2 > li::before {
  content: "(" counter(num2) ")";
  position: absolute;
  left: 0;
}

.white-box {
  padding: 30px 20px;
  margin-left: 0;
  margin-right: 0;
}
.white-box p:last-child {
  margin-bottom: 0;
}

.box-list > div {
  min-width: 120px;
}
.box-list a, .box-list button {
  align-items: center;
  display: flex;
  height: 7rem;
  justify-content: space-between;
  padding: 0 2.5rem;
  position: relative;
  z-index: 2;
  background: #edeae2;
  font-size: 1.6rem;
  color: #1b2400;
  font-weight: 500;
  transition: all 0.4s 0s ease;
  border: solid 1px #f6f6f6;
}
.box-list a.icon-after::after, .box-list button.icon-after::after {
  position: relative;
  color: initial;
  right: -10px;
  backface-visibility: hidden;
}
.box-list a:not(.icon-after)::before, .box-list button:not(.icon-after)::before {
  position: absolute;
  top: 50%;
  right: 15px;
  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);
}
.box-list a.icon-none::before, .box-list a.icon-none::after, .box-list button.icon-none::before, .box-list button.icon-none::after {
  content: none !important;
}
.box-list a:hover, .box-list button:hover {
  background: #d3ccba;
  text-decoration: none;
}
.box-list a .label, .box-list button .label {
  display: inline-flex;
  align-items: baseline;
  gap: .2em;
}
.box-list a .label sup, .box-list button .label sup {
  vertical-align: super;
  line-height: 1;
}
.box-list.mini a, .box-list.mini button {
  padding: 1rem 3rem 1rem 1.5rem;
  height: 100%;
}

.link-list {
  margin-top: 40px;
  margin-bottom: 0;
}
.link-list li {
  font-size: 1.7rem;
}
.link-list li > .link-list {
  margin-top: 0;
}
.link-list li p {
  margin-bottom: 0;
  margin-top: 4px;
}
.link-list li + li {
  margin-top: 30px;
}
.link-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8d815c;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.link-list li > a, .link-list li > span {
  display: block;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  padding-left: 1.25em;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedddb;
  position: relative;
  color: initial;
}
.link-list li > a + *, .link-list li > span + * {
  margin-top: 10px;
}
.link-list li > a::before, .link-list li > span::before {
  content: "";
  display: block;
  background-color: #8d815c;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  transform-origin: left;
  transition: all 0.8s ease;
}
.link-list li > a:hover {
  color: #8d815c;
  text-decoration: none;
}
.link-list li > a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.link-list.link-list-inline {
  display: inline-flex;
  flex-flow: wrap;
  column-gap: 30px;
}
.link-list.link-list-inline li {
  width: auto;
}
.link-list.link-list-inline li + li {
  margin-top: 0;
}

.col2-list .text-area {
  margin-top: 2rem;
  padding: 0;
}
.col2-list .text-area > h4:first-child {
  margin-top: 0;
}
.col2-list [class*="col"] a:has(img) {
  transition: 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.col2-list [class*="col"] a:has(img):hover {
  opacity: .7;
}

.index-card-list.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.index-card-list.col4-list .card-title .jp {
  font-size: 18px;
  margin: 0;
}
.index-card-list .index-card {
  border: solid 1px #e3e4e5;
  border-radius: 0;
  height: 100%;
}
.index-card-list .index-card a {
  color: #000;
}
.index-card-list .index-card a > span {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
  aspect-ratio: 8 / 5;
}
.index-card-list .index-card a.icon {
  padding-right: 0;
}
.index-card-list .index-card a.icon::after {
  display: none;
}
.index-card-list .index-card a.icon .card-body::before {
  content: none;
}
.index-card-list .index-card a.icon .card-body::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;
  content: "\f2d2";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.index-card-list .index-card a.icon .card-body-pdf::after {
  content: "\f1c1";
}
.index-card-list .index-card a.icon-after::after {
  display: none;
}
.index-card-list .index-card a.icon-after .card-body::before {
  content: none;
}
.index-card-list .index-card a.icon-after .card-body::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.8s color cubic-bezier(0.5, 0.48, 0, 0.99);
}
.index-card-list .index-card a.icon-after.icon-external-after .card-body::after {
  content: "\f2d2";
}
.index-card-list .index-card a:hover {
  color: #8d815c;
  text-decoration: none;
}
.index-card-list .index-card a:hover .card-body::before {
  border-left-color: #8d815c;
}
.index-card-list .index-card a:hover .card-body::after {
  color: #8d815c;
}
.index-card-list .index-card a:hover img {
  opacity: 0.7;
  transform: scale(1.08);
}
.index-card-list .index-card img {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  transition: 0.8s transform, 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.index-card-list .index-card.plain {
  background-color: transparent;
  border-color: transparent;
}
.index-card-list .index-card.plain .card-body::before {
  content: none;
}
.index-card-list .index-card.card-comingsoon a span {
  position: relative;
}
.index-card-list .index-card.card-comingsoon a span::after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/comingsoon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.index-card-list .index-card.card-completed a > span {
  position: relative;
}
.index-card-list .index-card.card-completed a > span::after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 3rem;
  right: -3rem;
  width: 56%;
  height: 17%;
  background-image: url("../images/common/completed.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  transform: rotate(29deg);
}
.index-card-list .card-body {
  padding: 2rem 2rem 2rem 1rem;
  position: relative;
}
.index-card-list .card-body::before {
  position: absolute;
  top: 50%;
  right: 10px;
  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);
}
.index-card-list .card-title {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 0;
}
.index-card-list .card-title .jp, .index-card-list .card-title .en {
  margin-bottom: 0;
}
.index-card-list .card-title .jp {
  margin-top: 0;
  font-size: 16px;
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: none;
  color: initial;
  letter-spacing: 0;
}
.index-card-list .card-title .jp::before, .index-card-list .card-title .jp::after {
  content: none;
}
.index-card-list .card-title .en {
  color: #8d815c;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0.2rem;
}

.float-card-list .img-area {
  overflow: hidden;
}
.float-card-list .img-area > span {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 318px;
  aspect-ratio: 23 / 16;
}
.float-card-list .img-area img {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 23 / 16;
  object-fit: cover;
  transition: 0.8s transform, 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.float-card-list .text-area {
  background-color: #fff;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  margin: -40px auto 0;
  width: 90%;
  transition: all 0.4s 0s ease;
}
.float-card-list .text-area:hover {
  background: #edeae2;
}
.float-card-list a {
  color: #000;
}
.float-card-list a .name {
  position: relative;
  top: -2px;
  transform: none;
  opacity: 1;
}
.float-card-list a:hover {
  text-decoration: none;
}
.float-card-list a:hover img {
  opacity: 0.7;
  transform: scale(1.08);
}
.float-card-list a:hover img.name {
  opacity: 1;
  transform: none;
}
.float-card-list a:hover .viewmore::before {
  border-left-color: #8d815c;
}
.float-card-list h3, .float-card-list p {
  margin: 0;
  transition: 0.8s color cubic-bezier(0.5, 0.48, 0, 0.99);
}
.float-card-list h3 {
  border-bottom: none;
  padding-left: 32px;
  color: initial;
}
.float-card-list h3::before, .float-card-list h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 16px;
}
.float-card-list h3::before {
  background-color: #8d815c;
  background: linear-gradient(to bottom, #8d815c 0 50%, #8d815c 50% 100%);
  margin: 0;
}
.float-card-list h3::after {
  background-color: #edeae2;
  top: 16px;
}
.float-card-list .desc {
  font-size: 1.5rem;
  margin-top: 24px;
}
.float-card-list .viewmore {
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
  padding-right: 24px;
  text-align: right;
  position: relative;
}
.float-card-list .viewmore::before {
  position: absolute;
  top: 50%;
  right: 0;
  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);
}

.movie-list [class*="col"] a:has(img) {
  transition: 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.movie-list [class*="col"] a:has(img):hover {
  opacity: .7;
}

.text-wrap {
  display: block;
}
.text-wrap .text-wrap-label {
  white-space: wrap;
  display: block;
  margin-bottom: 0.2em;
}

.mdl-img-fitting {
  object-fit: cover;
  aspect-ratio: 500 / 322;
}

.diamond {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
}
.diamond + .common-list {
  margin-top: 5px;
}
.diamond::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  background-color: #8d815c;
  transform: rotate(45deg);
}

.wrap-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.title-btn-block {
  display: flex;
}

.item-narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.music-lylic {
  margin-top: 50px;
}
.music-lylic ol {
  counter-reset: num;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.music-lylic ol li {
  counter-increment: num;
  position: relative;
  font-family: 'ヒラギノ明朝 ProN W3','HiraMinProN-W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
  font-size: 115%;
  padding-bottom: 2.5em;
  letter-spacing: .2em;
  padding: 0 1em 2.5em 2.5em;
}
.music-lylic ol li::before {
  content: counter(num,cjk-ideographic) "、";
  position: absolute;
  left: 4px;
  top: 0;
  width: 3em;
  text-align: left;
}

.circle-list .img-area {
  text-align: center;
  min-width: 180px;
  max-width: 75%;
  margin: 0 auto 20px;
}
.circle-list .img-area img {
  border-radius: 50%;
}
.circle-list.row > .num-col .num::before {
  top: -20px;
  right: 20px;
}

.img-gallery-list a {
  color: #000;
  transition: 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.img-gallery-list a:hover {
  opacity: .7;
}
.img-gallery-list img {
  border: 1px solid #e3e4e5;
  width: 100%;
  max-width: none;
}
.img-gallery-list p {
  margin-bottom: 0 !important;
}

.status-list {
  width: 100%;
}
.status-list .status-item {
  display: flex;
  padding-bottom: 5px;
}
.status-list .status-item dt, .status-list .status-item dd {
  font-size: 1.5rem;
}
.status-list .status-item dt {
  width: 130px;
}
.status-list .status-item dd {
  padding: 10px 20px 10px 25px;
  width: calc(100% - 130px);
}
.status-list .status-item dt {
  background: #4c4c4c;
  color: #fff;
  padding: 10px;
  position: relative;
  align-content: center;
  font-weight: 400;
}
.status-list .status-item dt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #4c4c4c;
}
.status-list .status-item dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: #4c4c4c;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.4s ease;
}
.status-list .status-item dd {
  background: #fff;
  padding: 10px 20px 10px 35px;
  align-content: center;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.grid-container .grid-item {
  padding-bottom: 20px;
}
.grid-container .grid-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.grid-container .right-side {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 2;
  grid-row: 1 / 3;
}

.map-wrap {
  margin-top: 60px;
}

.col2-alt-wrap + .col2-alt-wrap {
  margin-top: 80px;
}
.col2-alt-wrap .col2-alt:not(:first-of-type) .col2-alt {
  margin-top: 60px;
}
.col2-alt-wrap .col2-alt .col2-alt-item > *:first-child {
  margin-top: 0;
}
.col2-alt-wrap .col2-alt .col2-alt-item + .col2-alt-item {
  margin-top: 30px;
}

.more-wrap {
  position: relative;
}
.more-wrap .more-content {
  max-height: 650px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
}
.more-wrap .more-content.padding0 {
  padding: 0;
  background-color: initial;
}
.more-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #eeeeee);
  transition: opacity 0.4s ease;
  z-index: 3;
}
.more-wrap.is-open .more-content {
  max-height: 10000px;
}
.more-wrap.is-open::after {
  opacity: 0;
  visibility: hidden;
}
.more-wrap.is-open .more-toggle {
  display: none;
}
.more-wrap.is-open .more-toggle::after {
  content: "";
}
.more-wrap .more-toggle {
  display: inline-block;
  background: #8d815c;
  color: #fff;
  border: none;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 50px;
  font-size: 16px;
  transition: background 0.4s, color 0.4s, .4s opacity ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 4;
}
.more-wrap .more-toggle:hover {
  opacity: .7;
}

.flowchart {
  max-width: 1100px;
  margin: 28px auto;
}
.flowchart p {
  margin: 0;
  font-size: 14px;
}
.flowchart .common-list li {
  margin-bottom: .2rem;
}
.flowchart .common-list li + li {
  margin-top: 0px;
}
.flowchart .flowchart-top {
  flex: 1;
  background: #fff;
  border: 1px solid #8d815c;
  padding: 12px 14px;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}
.flowchart .flowchart-row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  position: relative;
}
.flowchart .flowchart-row .full {
  flex: 1;
}
.flowchart .flowchart-row.pattern-branch {
  align-items: flex-start;
}
.flowchart .flowchart-row.pattern-branch .flowchart-card {
  margin: 80px 0 0;
}
.flowchart .flowchart-row.pattern-branch::after {
  content: "";
  display: block;
  background-color: #8d815c;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(50% + 10px);
  height: 5px;
}
.flowchart .flowchart-row.pattern-branch .flowchart-col.right::before {
  height: 44px;
  top: 37px;
}
.flowchart .flowchart-col {
  width: 50%;
}
.flowchart .flowchart-col::before {
  content: "";
  display: block;
  background-color: #8d815c;
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 0;
  transform: translateX(-50%);
}
.flowchart .flowchart-col::before {
  left: 50%;
}
.flowchart .flowchart-col.no-line::before {
  content: none;
}
.flowchart .flowchart-card {
  background: #fff;
  border: 1px solid #8d815c;
  border-radius: 6px;
  padding: 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  margin: 10px 0;
  z-index: 2;
}
.flowchart .flowchart-card-title, .flowchart .flowchart-card-sub-title {
  margin: 0;
  font-weight: 700;
}
.flowchart .flowchart-card-title {
  font-size: 16px;
}
.flowchart .flowchart-card-sub-title {
  font-size: 14px;
}
.flowchart .flowchart-card ul {
  margin: 0;
  font-size: 14px;
}
.flowchart .flowchart-card.small {
  padding: 10px;
  font-size: 14px;
}
.flowchart .flowchart-card.wide {
  margin: 0 auto;
  text-align: center;
}
.flowchart .muted {
  color: #8d815c;
}

.flow-chart-title {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}

.flow-vertical-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.flow-vertical-wrapper .flow-label-box {
  background: #edeae2;
  padding: 10px 15px;
  border-radius: 6px;
  border: 2px solid #ddd;
  text-align: center;
  font-size: 16px;
  position: relative;
  font-feature-settings: "palt";
}
.flow-vertical-wrapper .flow-label-box-main {
  background: #e1e2ea;
  position: relative;
}
.flow-vertical-wrapper .flow-label-box-main.job {
  background-color: #ebebeb;
}
.flow-vertical-wrapper .box-single {
  font-weight: bold;
  width: 360px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-vertical-wrapper .box-single + .box-single {
  margin-top: 32px;
}
.flow-vertical-wrapper .box-single:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -36px;
  transform: translateX(-50%);
  z-index: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/campus-life/career-path/arrow_bottom.svg");
  left: 50%;
  width: 13px;
  height: 36px;
}
.flow-vertical-wrapper .box-single.box-second::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 36px;
  background-color: #8d815c;
  background-image: none;
}
.flow-vertical-wrapper .box-single.box-no-arrow::before {
  content: none;
}
.flow-vertical-wrapper .flow-right-section {
  display: flex;
  margin-top: 67px;
  position: relative;
  width: 100%;
}
.flow-vertical-wrapper .flow-right-section .flow-label-box-main {
  background-color: #f1e8e8;
  text-align: left;
  flex: 1;
  /* &:last-child::before{
    content: "";
     position: absolute;
     top: -45px;
     left: auto;
     left: calc(50% + 2px);
     width: calc(50% + 100vw);
     height: 20px;
     background-color: #fff;
   }*/
}
.flow-vertical-wrapper .flow-right-section .flow-label-box-main:not(:last-child) {
  margin-right: 10px;
}
.flow-vertical-wrapper .flow-right-section .flow-label-box-main:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #8d815c;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: -37px;
  left: 50%;
  width: calc(100% + 14px);
  height: 4px;
}
.flow-vertical-wrapper .flow-right-section .flow-label-box-main::after {
  content: "";
  position: absolute;
  top: -37px;
  left: calc(50% - 2px);
  width: 4px;
  height: 36px;
  left: 50%;
  width: 13px;
  height: 36px;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/campus-life/career-path/arrow_bottom.svg);
}
.flow-vertical-wrapper .flow-right-section .flow-label-box-main.for-long-arrow::after {
  top: -72px;
  width: 13px;
  height: 72px;
  background-image: url(../images/campus-life/career-path/arrow_bottom_long.svg);
}
.flow-vertical-wrapper .flow-right-section .box-label-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.flow-vertical-wrapper .flow-right-section .box-label-text {
  font-size: 14px;
}
.flow-vertical-wrapper .flow-right-section.flexible {
  flex-flow: wrap;
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main {
  width: calc(20% - 8px);
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:not(:last-child) {
  margin-right: 0;
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:not(:nth-child(5n)) {
  margin-right: 10px;
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:nth-child(n + 6) {
  margin-top: 10px;
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:nth-child(n + 6)::before, .flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:nth-child(n + 6)::after {
  content: none !important;
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:last-child::before {
  content: none !important;
}
.flow-vertical-wrapper .flow-right-section.flexible .flow-label-box-main:nth-child(n + 5)::before {
  content: "";
  position: absolute;
  top: -45px;
  left: auto;
  left: calc(50% + 2px);
  width: calc(50% + 100vw);
  height: 20px;
  background-color: #fff;
}

.accordion-block.accordion-block-simple .accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-block.accordion-block-simple .accordion-item .accordion-head {
  left: -5px;
  padding: 4px 0;
  gap: 0px;
}
.accordion-block.accordion-block-simple .accordion-item .accordion-body {
  padding: 0 20px 10px;
}
.accordion-block .accordion-item {
  background: #edeae2;
  border: 1px solid #8d815c;
  overflow: hidden;
}
.accordion-block .accordion-item + .accordion-item {
  margin-top: 10px;
}
.accordion-block .accordion-item .accordion-head {
  padding: 4px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.accordion-block .accordion-item .accordion-head .accordion-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
}
.accordion-block .accordion-item .accordion-head .accordion-icon::before {
  content: "+";
  transition: .4s;
}
.accordion-block .accordion-item .accordion-body {
  display: none;
  background: #fff;
  padding: 20px;
}
.accordion-block .accordion-item.is-open .accordion-icon::before {
  content: "−";
  transform: rotate(180deg);
}
.accordion-block .accordion-item.is-open .accordion-icon {
  font-size: 20px;
}

.tab-area {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.tab-nav-box {
  background-color: #F6F5F2;
  border-radius: 10px;
  display: flex;
  flex-flow: wrap;
}
.tab-nav-box + .tab-nav-box {
  margin-top: 10px;
}

.tab-nav-title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  background: #4c4c4c;
  align-content: center;
  text-align: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0 7px 10px;
}
.tab-nav .tab-nav-item {
  background-color: #edeae2;
  margin-bottom: 0;
  padding: 5px 20px;
  padding: 4px 10px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.5, 0.48, 0, 0.99);
  border-radius: 50px;
  margin-left: 5px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}
.tab-nav .tab-nav-item:not(:last-child) {
  margin-right: 5px;
}
.tab-nav .tab-nav-item a {
  color: #828282;
}
.tab-nav .tab-nav-item:hover {
  background-color: #8d815c;
  color: #fff;
}
.tab-nav .tab-nav-item:hover::after {
  border-top-color: #8d815c;
}
.tab-nav .tab-nav-item:hover a {
  background-color: #8d815c;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.tab-nav .tab-nav-item.is-active {
  background-color: #8d815c;
  color: #fff;
}
.tab-nav .tab-nav-item.is-active::after {
  border-top-color: #8d815c;
}
.tab-nav .tab-nav-item.is-active a {
  background-color: #8d815c;
  color: #fff;
}

.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.is-active {
  display: block;
  animation: fadeIn 0.4s ease;
}

.tab-dropdown {
  display: none;
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url("../images/common/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 6px auto;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.tab-nav-guide {
  color: #cc0d0d;
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-box {
  padding: 20px 10px;
  color: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 0 auto 40px;
}
.bg-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.bg-box .bg-box-title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  text-align: center;
  z-index: 2;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.border-box {
  border: 10px solid #edeae2;
  border-radius: 10px;
  background: #fff;
  padding: 30px 20px;
}

.color-box {
  background-color: #edeae2;
  border-radius: 10px;
  padding: 30px 20px;
}
.color-box p {
  line-height: 1.8;
}

.border-box-area > div {
  margin-top: 10px;
}

.box-showy {
  height: 100%;
}

.box-showy-text {
  color: #cc0d0d;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  margin: 0 0.1em;
  line-height: 1.6;
}

.box-normal-text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
}

.box-showy-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}

* + .time_table_list {
  margin-top: 30px;
}

.time_table_list {
  list-style: none;
}
.time_table_list li,
.time_table_list div,
.time_table_list p,
.time_table_list .box-list a {
  font-size: 14px;
}
.time_table_list li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.time_table_list li + li {
  margin-top: 30px;
}
.time_table_list li:last-child .time_table_area::after {
  height: 0;
}
.time_table_list li .time {
  color: #8d815c;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-right: 15px;
  width: 80px;
}
.time_table_list .time_table_area {
  display: block;
  position: relative;
  width: calc(100% - 80px - 15px);
}
.time_table_list .time_table_area::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 5px;
  width: 9px;
  height: 9px;
  background-color: #8d815c;
  transform: rotate(45deg);
  z-index: 2;
}
.time_table_list .time_table_area::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 5px;
  background: #d3ccba;
  width: 3px;
  height: calc(100% + 30px);
  z-index: 1;
}
.time_table_list .time_table_area > * {
  padding-left: 30px;
}
.time_table_list .time_table_area > *:not(:first-child) {
  margin-top: 20px;
}
.time_table_list .time_table_area ul li {
  margin-top: 0;
}
.time_table_list .time_table_text {
  font-size: 14px;
  margin-top: 0;
  padding-left: 10px;
}
.time_table_list .time_table_text > *:first-child {
  margin-top: 0;
}

.p-gallery .p-gallery-link,
.p-gallery .p-gallery-elm {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-gallery .p-gallery-link::before,
.p-gallery .p-gallery-elm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
.p-gallery a.p-gallery-link:hover img {
  opacity: .7;
  transform: scale(1.08);
}
.p-gallery img {
  width: 100%;
  transition: 0.8s transform, 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.p-gallery .text-area {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  background: rgba(141, 129, 92, 0.7);
  border-radius: 10px 10px 0 0;
  padding: .5rem;
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
  transition: background 0.3s ease;
  z-index: 3;
}
.p-gallery .text-area .p-caption {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.f-box-area .f-box {
  z-index: 1;
}
.f-box-area .f-box .f-box-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-color: #edeae2;
  padding: 0 20px;
}
.f-box-area .f-box .f-box-in::after {
  content: "";
  display: block;
  background-color: #cc0d0d;
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 150px;
  height: 150px;
  z-index: -1;
}
.f-box-area .f-box-title-block {
  margin-top: -20px;
}
.f-box-area .f-box-title {
  color: #8d815c;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
}
.f-box-area .f-box-subtitle {
  margin-top: 10px;
  font-weight: 500;
}
.f-box-area .f-box-subtitle::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  z-index: 0;
}
.f-box-area .f-box-subtitle > span {
  background-color: #edeae2;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.f-box-area .f-box-text {
  margin-top: 60px;
}
.f-box-area .f-box-main {
  margin-top: 60px;
}

.comingsoon-wrap {
  background-color: #fff;
  padding: 100px 10px;
}
.comingsoon-wrap .comingsoon-en {
  font-size: 70px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.comingsoon-wrap .comingsoon-jp {
  font-size: 18px;
  text-align: center;
}
.comingsoon-wrap .comingsoon-text {
  position: relative;
}
.comingsoon-wrap .comingsoon-text::before {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/comingsoon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.pre-box {
  margin-top: 30px;
  /* コピー用ボタン */
}
.pre-box pre {
  position: relative;
  background: #1e1e1e;
  color: #eee;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
}
.pre-box code {
  font-family: Consolas, "Courier New", monospace;
  white-space: pre;
}
.pre-box .copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #444;
  color: #fff;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
}
.pre-box .copy-btn:hover {
  background: #666;
}
.pre-box .copy-btn.copied {
  background: #0a0;
}

.sct-message img {
  max-width: min(500px, 100%);
  height: auto;
}
.sct-message .bg-white {
  padding: 3rem 2rem;
}
.sct-message .vertical-rl {
  font-size: 3rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.sct-message .mt-1400 {
  margin-top: 10px;
}
.sct-message .pt-1400 {
  padding-top: 3rem;
}

.page-single p:has(img.aligncenter) {
  text-align: center;
}
.page-single p:has(img.alignright) {
  text-align: right;
}
.page-single section .container a:hover img {
  opacity: .7;
}
.page-single section .container a::after {
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  margin-left: 0.75rem;
}
.page-single section .container a[target=_blank]::after, .page-single section .container a[href$=pdf]::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.page-single section .container a[target=_blank]::after {
  content: "\f2d2";
}
.page-single section .container a[href$=pdf]::after {
  content: "\f1c1";
}
.page-single section .container img {
  transition: 0.8s opacity cubic-bezier(0.5, 0.48, 0, 0.99);
}
.page-single section .container ul {
  margin-left: 1rem;
}
.page-single section .container ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
.page-single section .container ul li + li {
  margin-top: 10px;
}
td .page-single section .container ul li + li {
  margin-top: 5px;
}
.page-single section .container ul li.list-mark-none {
  padding-left: 0;
}
.page-single section .container ul li.list-mark-none::before {
  content: none;
  padding-left: 0;
}
.page-single section .container ul li a {
  display: inline-block;
}
.page-single section .container ul li a:hover {
  color: #8d815c;
}
.page-single section .container ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8d815c;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.page-single section .container ul > li ul {
  margin-top: 5px;
}
.page-single section .container ul > li ul li:not(:last-child) {
  margin-bottom: 0;
}
.page-single section .container ul > li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #8d815c;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.page-single section .container ul > li ul li + li {
  margin-top: 2px;
}
h3 + .page-single section .container ul, h4 + .page-single section .container ul {
  margin-top: 0.5rem;
}
.page-single section .container ul.sitemap-list > li {
  padding-left: 1.2em;
}
.page-single section .container ul.sitemap-list > li::before {
  border-radius: 0;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.page-single section .container ul.sitemap-list > li ul {
  margin-top: 2px;
}
.page-single section .container ul.sitemap-list > li ul li::before {
  border: none;
  background-color: #8d815c;
  top: 0.7em;
  left: 0;
}
.page-single section .container ul.list-mark-rect {
  margin-left: 0;
}
.page-single section .container ul.list-mark-rect > li::before {
  width: 10px;
  height: 2px;
  border-radius: 0;
  transform: rotate(0);
  top: 0.7em;
}
.page-single section .container table td p {
  margin-bottom: inherit;
}

.flow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.flow-wrapper .flow-chart-title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
.flow-wrapper .flow-label-box {
  background: #edeae2;
  padding: 10px 15px;
  border-radius: 6px;
  border: 2px solid #ddd;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.flow-wrapper .flow-label-box-main {
  background: #e1e2ea;
  position: relative;
}
.flow-wrapper .flow-label-box-main.job {
  background-color: #ebebeb;
}
.flow-wrapper .box-single {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 32px;
}
.flow-wrapper .box-single::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/campus-life/career-path/arrow2.png");
  right: -37px;
  width: 36px;
  height: 13px;
}
.flow-wrapper .box-single.box-vertical {
  writing-mode: vertical-lr;
}
.flow-wrapper .box-single.box-vertical .box-label-title {
  font-size: 17px;
  letter-spacing: 1px;
}
.flow-wrapper .box-single.box-vertical .box-label-text {
  font-size: 16px;
}
.flow-wrapper .flow-right-section {
  display: flex;
  flex-direction: column;
  margin-left: 35px;
  position: relative;
}
.flow-wrapper .flow-right-section .flow-label-box-main {
  background-color: #f1e8e8;
  text-align: left;
}
.flow-wrapper .flow-right-section .flow-label-box-main:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  left: -37px;
  width: 3px;
  height: 100vw;
  background-color: #8d815c;
}
.flow-wrapper .flow-right-section .flow-label-box-main:last-child::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: -37px;
  width: 30px;
  height: calc(50% + 40px);
  background-color: #fff;
}
.flow-wrapper .flow-right-section .flow-label-box-main + .flow-label-box-main {
  margin-top: 10px;
}
.flow-wrapper .flow-right-section .flow-label-box-main:before {
  content: "";
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  background: #8d815c;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: calc(50% + 2px);
  left: -37px;
  width: 36px;
  height: 4px;
}
.flow-wrapper .box-label-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  font-feature-settings: "palt";
}
.flow-wrapper .box-label-text {
  font-size: 14px;
}

.flow-wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.flow-wrapper2 .flow-chart-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
.flow-wrapper2 .flow-label-box {
  background: #edeae2;
  padding: 10px 15px;
  border-radius: 6px;
  border: 2px solid #ddd;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.flow-wrapper2 .flow-label-box-main {
  background: #e1e2ea;
  position: relative;
}
.flow-wrapper2 .flow-label-box-main.job {
  background-color: #ebebeb;
}
.flow-wrapper2 .box-single {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 32px;
}
.flow-wrapper2 .box-single::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/campus-life/career-path/arrow2.png");
  right: -37px;
  width: 36px;
  height: 13px;
}
.flow-wrapper2 .box-single.box-vertical {
  writing-mode: vertical-lr;
}
.flow-wrapper2 .box-single.box-vertical .box-label-title {
  font-size: 17px;
  letter-spacing: 1px;
}
.flow-wrapper2 .box-single.box-vertical .box-label-text {
  font-size: 16px;
}
.flow-wrapper2 .flow-right-section-wrap {
  background: #cba4a4;
  padding: 10px;
  border-radius: 10px;
}
.flow-wrapper2 .flow-right-section-wrap .flow-right-section-title {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.flow-wrapper2 .flow-right-section {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  position: relative;
  width: 100%;
}
.flow-wrapper2 .flow-right-section .flow-label-box-main {
  background-color: #f1e8e8;
  text-align: left;
  width: calc(50% - 5px);
}
.flow-wrapper2 .box-label-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  font-feature-settings: "palt";
}
.flow-wrapper2 .box-label-text {
  font-size: 14px;
}

@media (max-width: 575px) {
  .sct-table-data .container .row, .sct-table-data .container-fluid .row {
    padding-right: 0;
    padding-left: 0;
  }

  .sct-cat-box .row.g-5 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}
@media (max-width: 991px) {
  .sp-flex-basis-100 {
    flex-basis: 100%;
  }

  .tab-nav {
    display: none;
  }

  .tab-dropdown {
    display: block;
  }

  .tab-nav-box.no-dropdown .tab-nav {
    display: flex;
  }

  .common-list.sitemap-list > li ul {
    margin-top: 5px;
  }

  .common-list.sitemap-list > li ul li + li {
    margin-top: 5px;
  }

  .mv.mv-no-image.mv-search {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  main .bg-lightgray {
    padding: 4rem 4.5rem;
    margin: 4rem 0 2rem;
  }

  h2, .heading-lg {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 8rem 0 4rem;
    padding: 0 0 0.5rem 0;
  }
  h2 span:not(#applicants span), .heading-lg span:not(#applicants span) {
    font-size: 2.5rem;
    letter-spacing: 0;
  }

  h3, .heading-md {
    font-size: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  h3::before, .heading-md::before {
    height: 120%;
  }

  h4, .heading-sm {
    font-size: 2.25rem;
    margin-top: 4rem;
  }

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

  .mv {
    height: 375px;
  }
  .mv.mv-no-image {
    height: auto;
    padding-top: 88px;
  }
  .mv.mv-no-image .mv-text {
    padding: 0 80px;
    left: 0;
    bottom: 0;
  }

  .mv .mv-text {
    left: 8rem;
    bottom: 6rem;
    padding: 3rem 5rem;
  }
  .mv .mv-text .mv-text-mini {
    font-size: 2.5rem;
  }
  .mv .mv-text:has(p) {
    padding-bottom: 2rem;
  }

  .mv p {
    font-size: 2rem;
    padding-bottom: 1rem;
  }

  .mv h1 {
    font-size: 3.75rem;
    letter-spacing: 0.25rem;
  }

  .mv-single h1 {
    font-size: 3.25rem;
    letter-spacing: 0;
  }

  .mv img {
    height: 375px;
  }

  section {
    padding: 6rem 0 10rem;
  }

  .container {
    width: calc(100% - 70px);
  }

  .cont-bg-wrap .cont-bg {
    padding: 80px 0;
  }

  .breadcrumb-wrap {
    padding: 12px 0 8px;
  }

  .breadcrumb {
    max-width: none;
  }
  .breadcrumb li {
    font-size: 13px;
  }
  .breadcrumb li:not(:last-child) {
    margin-right: 40px;
  }
  .breadcrumb li:not(:last-child):before {
    right: -27px;
  }

  .common-copy {
    font-size: 24px;
  }
  .common-copy + .col2-list {
    margin-top: 60px;
  }

  .link-list {
    margin-bottom: 0;
  }
  .link-list[class*="col"] {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
  }
  .link-list[class*="col"] li + li {
    margin-top: 0;
  }
  .link-list.col2-list > li {
    width: calc((100% / 2) - 15px);
  }
  .link-list.col3-list > li {
    width: calc((100% / 3) - 20px);
  }
  .link-list.col4-list > li {
    width: calc((100% / 4) - 23px);
  }
  .link-list .page-division-department .photo p {
    font-size: 1.6rem;
    margin-bottom: 0 !important;
  }

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

  .index-card-list .col-lg-4.col-6:nth-child(-n + 3) {
    margin-top: 0;
  }
  .index-card-list.col4-list .card-title .jp {
    font-size: 18px;
  }
  .index-card-list.col4-list.row > *:nth-child(n + 4) {
    margin-top: 0;
  }
  .index-card-list.col4-list.row > *:nth-child(n + 5) {
    margin-top: clamp(1%, 2.3vw, 44px);
  }
  .index-card-list .index-card a.icon-external-after .card-body::after {
    right: 16px;
  }
  .index-card-list .card-body {
    padding: 2rem 3.2rem 2rem 2rem;
  }
  .index-card-list .card-body::before {
    right: 16px;
  }
  .index-card-list .card-title .jp {
    font-size: 20px;
  }
  .index-card-list .card-title .en {
    font-size: 15px;
  }

  h4 + .common-list {
    margin-top: 1rem;
    margin-left: 0.5rem;
  }

  .common-list.common-list-col2 {
    display: flex;
    flex-flow: wrap;
    gap: 15px;
  }
  .common-list.common-list-col2 li {
    width: calc(50% - 10px);
    margin-top: 0;
  }

  .box-list a, .box-list button {
    height: 12rem;
  }
  .box-list.mini a, .box-list.mini button {
    padding: 1rem 3.5rem 1rem 2.5rem;
  }
  .box-list.mini a.icon-after::after, .box-list.mini button.icon-after::after {
    right: -20px;
  }

  .info-list li > a {
    padding-right: 65px;
  }

  .info-list.info-list-appl li a {
    padding: 42px 70px 36px 30px;
  }

  .text-wrap {
    display: flex;
    align-items: flex-start;
  }
  .text-wrap .text-wrap-label {
    white-space: nowrap;
  }

  .col2-alt-wrap + .col2-alt-wrap {
    margin-top: 120px;
  }
  .col2-alt-wrap.col2-ratio-7-3 .col2-alt-item:nth-child(odd) {
    flex: 0.3;
  }
  .col2-alt-wrap.col2-ratio-7-3 .col2-alt-item:nth-child(even) {
    flex: 0.7;
  }
  .col2-alt-wrap.col2-ratio-6-4 .col2-alt-item:nth-child(odd) {
    flex: 0.4;
  }
  .col2-alt-wrap.col2-ratio-6-4 .col2-alt-item:nth-child(even) {
    flex: 0.6;
  }
  .col2-alt-wrap.col2-alt-wrap-reverse .col2-alt-block:nth-child(odd) .col2-alt {
    flex-direction: row-reverse;
  }
  .col2-alt-wrap.col2-alt-wrap-reverse .col2-alt-block:nth-child(even) .col2-alt {
    flex-direction: row;
  }
  .col2-alt-wrap .col2-alt-block:nth-child(even) .col2-alt {
    flex-direction: row-reverse;
  }
  .col2-alt-wrap .col2-alt-block:not(:first-of-type) .col2-alt {
    margin-top: 100px;
  }
  .col2-alt-wrap .col2-alt {
    display: flex;
    gap: 40px;
  }
  .col2-alt-wrap .col2-alt .col2-alt-item {
    flex: 1;
  }
  .col2-alt-wrap .col2-alt .col2-alt-item + .col2-alt-item {
    margin-top: 0;
  }

  .circle-list .img-area {
    max-width: 100%;
  }

  .more-wrap .more-content {
    padding: 30px 60px;
  }

  .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;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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;
  }

  .status-list.status-list-col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
  }
  .status-list.status-list-col2 .status-item {
    width: calc(50% - 15px);
  }
  .status-list.status-list-col2 .status-item dt {
    min-width: 50%;
  }
  .status-list .status-item dt, .status-list .status-item dd {
    font-size: 1.6rem;
  }
  .status-list .status-item dt {
    padding: 10px;
    width: calc(50% - 36px);
    max-width: 260px;
    text-align: center;
  }
  .status-list .status-item dd {
    padding: 10px 20px 10px 35px;
    width: 100%;
  }

  .flowchart .flowchart-col {
    width: 40%;
  }
  .flowchart .flowchart-row.pattern-branch::after {
    width: 60%;
  }

  .bg-box {
    padding: 40px;
    height: 300px;
  }
  .bg-box .bg-box-title {
    font-size: 24px;
    line-height: 2;
  }

  .border-box {
    padding: 40px;
  }

  .color-box {
    padding: 40px;
  }

  .box-showy-text {
    font-size: 43px;
  }

  .time_table_list li,
  .time_table_list div,
  .time_table_list p {
    font-size: 16px;
  }
  .time_table_list li .time {
    font-size: 18px;
    margin-right: 40px;
    width: 120px;
  }
  .time_table_list .time_table_text {
    font-size: 16px;
    padding-left: 30px;
  }
  .time_table_list .time_table_area {
    width: calc(100% - 120px - 40px);
  }
  .time_table_list .time_table_area::before {
    top: 6px;
    left: -7px;
    width: 11px;
    height: 11px;
  }
  .time_table_list .time_table_area::after {
    top: 6px;
  }

  .p-gallery .text-area {
    border-radius: 20px 20px 0 0;
    padding: 1rem;
  }
  .p-gallery .text-area .p-caption {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-gallery .text-area .p-caption.no-line-clamp {
    -webkit-line-clamp: none;
    overflow: visible;
  }

  .sct-message .bg-white {
    padding: 4rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100% - 130px);
  }

  .custom-xl-5col {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .float-card-list .img-area {
    width: 72%;
  }
  .float-card-list .img-area img {
    aspect-ratio: 23 / 16;
  }
  .float-card-list .text-area {
    max-width: 395px;
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -27%;
  }
  .float-card-list a > span {
    max-height: 250px;
  }
  .float-card-list .desc {
    margin-top: 24px;
  }

  .f-box-area {
    display: flex;
    align-items: flex-start;
  }
  .f-box-area .f-box {
    width: 400px;
    margin-right: 60px;
  }
  .f-box-area .f-box .f-box-in::after {
    bottom: -15px;
    right: -15px;
    width: 150px;
    height: 150px;
  }
  .f-box-area .f-box-main {
    margin-top: 0;
    width: calc(100% - 400px + 60px);
  }
}
@media (min-width: 1400px) {
  .sct-message p {
    line-height: 1.85;
  }
  .sct-message .bg-white {
    padding: 5rem;
  }
  .sct-message .color-box {
    padding: 60px;
  }
  .sct-message .vertical-rl {
    font-size: clamp(1.8rem, 2vw, 3rem);
    letter-spacing: 0.3rem;
    margin-left: auto;
    margin-right: 0.5rem;
    line-height: 2;
    z-index: 1;
  }
  .sct-message .main-message {
    position: absolute;
    bottom: -6rem;
    padding: clamp(90px, 9vw, 130px) clamp(32px, 2.5vw, 80px) clamp(90px, 9vw, 130px) clamp(160px, 40vw, 690px);
  }
  .sct-message .main-message-chairperson {
    padding: clamp(90px, 7vw, 120px) clamp(32px, 2.5vw, 80px) clamp(60px, 0vw, 80px) clamp(160px, 40vw, 690px);
  }
  .sct-message .mt-1400 {
    margin-top: 7rem;
  }
  .sct-message .pt-1400 {
    padding-top: 0;
  }
}
.sct-data {
  position: relative;
}
.sct-data .data-md, .sct-data .data-md .col-12:first-of-type {
  padding: 0;
}
.sct-data a {
  color: inherit;
}
.sct-data a:hover {
  text-decoration: none;
}
.sct-data .data-lg, .sct-data .data-md {
  margin-bottom: 35px;
}
.sct-data .data-card {
  position: relative;
}
.sct-data .data-card.is-link {
  cursor: pointer;
}
.sct-data .stretched-link {
  z-index: 5;
}
.sct-data img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
.sct-data .text-area {
  background: #fff;
  color: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px 45px;
  min-height: 300px;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.sct-data .data-card.is-link:hover img {
  opacity: 0.8;
}
.sct-data .data-card.is-link:hover .text-area {
  background-color: #edeae2;
}
.sct-data .data-card.is-link:hover .text-area .data-link::before {
  border-color: transparent transparent transparent #cc0d0d;
  transform: translate(5px, -50%);
}
.sct-data .data-card:not(.is-link) .text-area::before {
  content: none;
}
.sct-data .data-catch {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.sct-data .data-desc {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
.sct-data .data-num {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.sct-data .data-num span {
  color: #cc0d0d;
  font-weight: 900;
  margin: 0 0.1em;
}
.sct-data .data-num .num-lg, .sct-data .data-num .num-md {
  font-size: 60px;
}
.sct-data .data-link {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: 5%;
  right: 20px;
  padding-right: 20px;
  line-height: 1;
}
.sct-data .data-link::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #282828;
  transform: translateY(-50%);
  transition: border-color 0.8s ease, transform 0.8s cubic-bezier(0.5, 0.48, 0, 0.99);
}
.sct-data .btn-wrap {
  margin-top: auto;
}

/* Media Queries ----------------------------*/
@media (min-width: 992px) {
  .sct-data img {
    height: 400px;
    width: 100%;
  }
  .sct-data .data-catch {
    font-size: 2.5rem;
  }
  .sct-data .text-area {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .sct-data .data-lg img {
    height: 480px;
  }
  .sct-data .data-lg .text-area {
    padding: 100px 80px;
    min-height: 400px;
  }
  .sct-data .data-md img {
    height: 400px;
  }
  .sct-data .data-md .text-area {
    padding: 50px 30px;
    min-height: 320px;
  }
  .sct-data .num-lg, .sct-data .num-md {
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  .sct-data .num-lg {
    font-size: 95px;
  }
  .sct-data .num-md {
    font-size: 75px;
  }
}
html, body {
  scroll-behavior: auto !important;
}

header {
  transform: translateZ(0);
  will-change: transform;
}
header::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #282828;
}

#applicants {
  /* Media Queries
  ----------------------------*/
}
#applicants h2 {
  padding-left: 0;
}
#applicants h2::before, #applicants h2::after {
  content: none;
}
#applicants a:hover {
  text-decoration: none;
}
#applicants .mont {
  font-family: "Montserrat", "Local Noto Sans JP", "Noto Sans JP", sans-serif, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#applicants .cinzel {
  font-family: "Cinzel", "Local Noto Sans JP", "Noto Sans JP", sans-serif, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#applicants .libre {
  font-family: "Libre Caslon Display", "Local Noto Sans JP", "Noto Sans JP", sans-serif, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#applicants h2 {
  font-size: 27px;
}
#applicants .title-en-appl {
  font-family: "Montserrat", "Local Noto Sans JP", "Noto Sans JP", sans-serif, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
#applicants .deco-en {
  box-sizing: border-box;
  background-color: #F6F5F2;
  width: auto;
  height: calc(100% + 30px);
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: lighten;
  line-height: 1;
  margin: 0;
}
#applicants .deco-en > span {
  font-weight: 900;
  font-size: 17vw;
  line-height: 1;
  position: relative;
  top: -1.2vw;
  left: -0.16em;
  display: block;
}
#applicants .deco-en.reverse-en {
  top: auto;
  bottom: 0;
}
#applicants .deco-en.reverse-en > span {
  transform: rotate(-180deg);
  top: auto;
}
#applicants .common-btn.btn-rounded:hover {
  color: #cc0d0d;
  border-color: #cc0d0d;
}
#applicants .common-btn.btn-rounded:hover::after {
  border-left-color: #cc0d0d;
}
#applicants .common-btn.btn-rounded.icon-after::after {
  right: 35px;
  top: 38%;
  position: absolute;
  margin: 0;
  font-size: 13px;
}
#applicants .sec-appl {
  padding: 4rem 0;
}
#applicants .container-custom {
  max-width: calc(1480px + 40px);
}
#applicants .col2-clip > a {
  color: #000;
}
#applicants .col2-clip .img-area {
  position: relative;
  z-index: 2;
}
#applicants .col2-clip .img-area img {
  width: 100%;
  aspect-ratio: 760 / 620;
  object-fit: cover;
  transition: .8s all ease-in-out;
  height: 350px;
}
#applicants .col2-clip .text-area {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 30px 30px;
}
#applicants .col2-clip .text-area.js-move-trigger {
  transition-delay: .3s;
}
#applicants .col2-clip .col2-clip-title {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: initial;
}
#applicants .col2-clip .col2-clip-title > span {
  border-bottom: 1px dashed #000;
  padding-bottom: 8px;
  display: inline-block;
}
#applicants .col2-clip .col2-clip-lead {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
#applicants .col2-clip .col2-clip-desc {
  font-size: 16px;
  line-height: 1.8;
}
#applicants .col2-clip.reverse .deco-en {
  top: 0;
  left: auto;
  right: 0;
}
#applicants .col2-clip.reverse .deco-en > span {
  left: auto;
  right: -0.16em;
}
#applicants .col2-clip .img-area2 {
  position: relative;
  z-index: 2;
}
#applicants .col2-clip .img-area2 img {
  width: 100%;
  aspect-ratio: 760 / 620;
  object-fit: cover;
  transition: .8s all ease-in-out;
}
#applicants .col2-clip .clip-text {
  display: block;
  position: absolute;
  top: -121px;
  left: 0;
  z-index: 3;
  width: 106px;
  height: 732px;
  mix-blend-mode: lighten;
  background-color: #F6F5F2;
}
#applicants .col2-clip .clip-text svg {
  filter: initial;
  width: 108px;
  height: 740px;
}
#applicants .swiper-slide {
  position: relative;
  overflow: hidden;
}
#applicants .swiper-horizontal > .swiper-pagination-bullets, #applicants .swiper-pagination-bullets.swiper-pagination-horizontal, #applicants .swiper-pagination-custom, #applicants .swiper-pagination-fraction {
  width: auto;
  background-color: #fff;
  bottom: 0;
  padding: 6px 0;
  line-height: 1;
}
#applicants .swiper-horizontal > .swiper-pagination-bullets, #applicants .swiper-pagination-bullets.swiper-pagination-horizontal, #applicants .swiper-pagination-custom, #applicants .swiper-pagination-fraction {
  background-color: transparent;
}
#applicants .swiper-pagination {
  position: absolute;
}
#applicants .circle-pagination {
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  outline: none;
  background-color: transparent;
}
#applicants .circle-pagination .circle-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  height: 32px;
}
#applicants .circle-pagination__inner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 15px;
  height: 15px;
}
#applicants .circle-pagination__inner circle {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 0 69;
}
#applicants .swiper-appl {
  margin-top: 70px;
  height: 45vh;
  overflow: hidden;
  /* アクティブなスライド時 */
  /* 非アクティブ時はアニメーションを止める */
}
#applicants .swiper-appl .swiper-pagination-bullet-active .circle-pagination__inner circle {
  fill: transparent;
  animation: circle 11s linear forwards;
}
#applicants .swiper-appl .circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner circle {
  animation: none;
}
#applicants .swiper-appl .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50% !important;
  bottom: 6px;
  transform: translate(-50%, 0);
  width: 24px;
  height: 24px;
}
#applicants .swiper-appl .circle-pagination {
  margin: 20px;
}
#applicants .swiper-appl .fv-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#applicants .swiper-appl .fv-img-wrapper .fv-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: calc(100% + 50px) 50%;
}
#applicants .swiper-appl .fv-catch {
  color: #fff;
  font-size: 60px;
  width: 150px;
  position: absolute;
  top: 80px;
  left: 30px;
  z-index: 10;
  line-height: 1.2;
}
#applicants .swiper-appl .fv-catch .text-highlight {
  font-size: 83px;
  font-weight: bold;
}
#applicants .swiper-appl .fv-btn {
  position: absolute;
  bottom: 60px;
  left: 30px;
  z-index: 3;
}
#applicants .swiper-appl .fv-btn .common-btn {
  background-color: #fff;
  padding: 8px 20px 8px 25px;
  min-width: 150px;
  font-size: 1.4rem;
}
#applicants .swiper-appl .fv-btn .common-btn::after {
  right: 12px;
}
#applicants .swiper-appl .fv-scroll-bar {
  display: none;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 70px;
  bottom: 240px;
  z-index: 10;
  writing-mode: vertical-rl;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#applicants .swiper-appl .fv-scroll-bar::before {
  animation: scroll 2.5s infinite;
  background-color: #0f5092;
  border-radius: 50px;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 3;
}
#applicants .swiper-appl .fv-scroll-bar::after {
  background-color: #fff;
  top: 0;
  content: "";
  height: 184px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}
#applicants .swiper-appl .fv-scroll-bar span {
  font-size: 10px;
  position: relative;
  top: -50px;
}
#applicants .group-block-appl {
  background-color: #fff;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
}
#applicants .group-block-appl .container {
  padding: 0;
}
#applicants .group-block-appl .group-box {
  border-radius: 10px;
  text-align: center;
}
#applicants .group-block-appl .group-item {
  align-content: center;
  padding: 0 10px;
  margin-top: 15px;
  position: relative;
}
#applicants .group-block-appl .group-item:nth-child(odd)::before {
  content: "";
  width: 1px;
  height: calc(100% - 25px);
  display: block;
  background-color: #edeae2;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
#applicants .group-block-appl .group-item a {
  color: #000;
  display: block;
}
#applicants .group-block-appl .group-item a img {
  width: 36px;
  transition: 0.8s transform;
}
#applicants .group-block-appl .group-item a:hover {
  color: #c50f14;
}
#applicants .group-block-appl .group-item a:hover img {
  transform: scale(1.08);
}
#applicants .group-block-appl .group-item .group-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 10px;
}
#applicants .group-block-appl .group-item .group-title.title-line-2 {
  margin-top: 10px;
}
#applicants .group-block-appl .group-item .group-title .title-ja {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
#applicants .group-block-appl .group-item .group-title .title-en {
  color: #c50f14;
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#applicants #sec-news {
  padding-top: 5rem;
  padding-bottom: 10rem;
  transform: translate(0);
}
#applicants #sec-news .title-btn-wrap {
  position: static;
}
#applicants #sec-news .btn-wrap {
  margin-top: 24px;
  position: absolute;
  bottom: -75px;
  left: 15px;
}
#applicants #sec-news .common-btn {
  padding: 12px 40px 12px 40px;
}
#applicants #sec-guidance {
  background: url(../images/applicants/bg_guidance.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 10rem;
}
#applicants #sec-guidance .container {
  height: 100%;
}
#applicants #sec-guidance .deco-en {
  top: -104px;
  left: 0;
  writing-mode: unset;
  height: auto;
  width: 100vw;
}
#applicants #sec-guidance .deco-en::before {
  content: "";
  display: block;
  background-color: #F6F5F2;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#applicants #sec-guidance .deco-en > span {
  background-color: #F6F5F2;
  font-size: 60px;
  display: inline-block;
  position: static;
  padding-right: 20px;
}
#applicants #sec-guidance .deco-en > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.9);
  background-size: cover;
  z-index: -1;
}
#applicants #sec-guidance .deco-en > span > span {
  top: 10px;
  position: relative;
}
#applicants #sec-guidance .guidance-wrap {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
#applicants #sec-guidance .guidance-wrap p {
  line-height: 2.18;
}
#applicants #sec-guidance .guidance-title-block h2 {
  color: #fff;
  margin-top: 0;
  border-right: 1px dashed #fff;
  display: inline;
  line-height: 1.7;
  padding: 0 6px;
}
#applicants #sec-guidance .guidance-title-block p {
  color: #fff;
  font-weight: 500;
}
#applicants #sec-guidance .btn-wrap .common-btn {
  border-color: transparent;
  background-color: #fff;
}
#applicants #sec-guidance .deco-en {
  top: -104px;
  left: 0;
  writing-mode: unset;
  height: auto;
  width: 100vw;
}
#applicants #sec-guidance .deco-en::before {
  content: "";
  display: block;
  background-color: #F6F5F2;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#applicants #sec-guidance .deco-en > span {
  background-color: #F6F5F2;
  font-size: 60px;
  display: inline-block;
  position: static;
  padding-right: 20px;
}
#applicants #sec-guidance .deco-en > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.9);
  background-size: cover;
  z-index: -1;
}
#applicants #sec-guidance .deco-en > span > span {
  top: 10px;
  position: relative;
}
#applicants #sec-brochure .btn-wrap .common-btn:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}
#applicants #sec-admission {
  padding-top: 8rem;
}
#applicants #sec-instagram .instagram-info {
  padding: 0;
}
#applicants #sec-instagram .instagram-info h2 {
  margin: 0 7px -45px;
  z-index: 2;
  padding-left: 30px;
  width: 240px;
}
#applicants #sec-instagram .instagram-info-detail {
  background-color: #fff;
  padding: 40px 30px;
}
#applicants #sec-instagram .instagram-intro {
  display: flex;
  align-items: center;
}
#applicants #sec-instagram .instagram-intro .instagram-intro-icon {
  margin-right: 30px;
  width: 69px;
}
#applicants #sec-instagram .instagram-intro .instagram-intro-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  width: calc(100% - 69px + 30px);
  line-height: 1.35;
}
#applicants #sec-instagram .btn-wrap {
  max-width: 264px;
}
#applicants #sb_instagram #sbi_images {
  padding: 0;
}
#applicants #sec-faq-passrate {
  background: url(../images/applicants/bg_faq_passrate.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  margin: 4rem 0px;
  padding: 3rem 0 4rem;
}
#applicants #sec-faq-passrate h2 {
  font-weight: 600;
}
#applicants #sec-faq-passrate .fp-col2-area > div {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  position: relative;
  /*width: calc(50% - 5px);*/
  transition: 0.8s border cubic-bezier(0.5, 0.48, 0, 0.99);
}
#applicants #sec-faq-passrate .fp-col2-area > div:not(:last-child) {
  margin-right: 10px;
}
#applicants #sec-faq-passrate .fp-col2-area > div:hover {
  border-color: #cc0d0d;
}
#applicants #sec-faq-passrate .fp-col2-area > div:hover a::before {
  border-left-color: #cc0d0d;
  transform: translate(5px, -50%);
}
#applicants #sec-faq-passrate .fp-col2-area > div a {
  color: #000;
  display: block;
  padding: 20px 18px 20px 8px;
  transition: 0.8s cubic-bezier(0.5, 0.48, 0, 0.99);
}
#applicants #sec-faq-passrate .fp-col2-area > div a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  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, 0.8s transform cubic-bezier(0.5, 0.48, 0, 0.99);
}
#applicants #sec-faq-passrate .fp-desc {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
}
#applicants #sec-message .deco-en {
  height: auto;
}
#applicants #sec-message .deco-en > span {
  font-size: 15.2vw;
}
#applicants #sec-message .col2-clip {
  display: block;
  padding-bottom: 80px;
}
#applicants #sec-message .col2-clip .text-area {
  padding-top: 30px;
  padding-right: 30px;
}
#applicants .swiper-control {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  top: -40px;
}
#applicants .swiper-message {
  /* アクティブなスライド時 */
  /* 非アクティブ時はアニメーションを止める */
}
#applicants .swiper-message .swiper-pagination-bullet-active.is-active .circle-pagination__inner circle {
  fill: transparent;
  animation: circle 6.5s linear forwards;
}
#applicants .swiper-message .circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner circle {
  animation: none;
}
#applicants .swiper-message .swiper-slide-active:not(:first-child) .img-area img {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  animation: clip-path 0.8s linear 0s normal both;
  will-change: clip-path;
}
#applicants .swiper-message .circle-pagination__inner circle {
  fill: #1e1e1e;
  stroke: #0a4fff;
}
#applicants .swiper-message .swiper-pagination-bullet-active .circle-pagination__inner circle {
  fill: transparent;
}
#applicants .swiper-message .swiper-pagination {
  position: static;
  padding: 0;
  margin: -22px 10px 0;
}
#applicants .swiper-message .swiper-button-next, #applicants .swiper-message .swiper-button-prev {
  position: relative;
  border: 1px solid #000;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
#applicants .swiper-message .swiper-button-next {
  right: 0;
}
#applicants .swiper-message .swiper-button-prev {
  left: 0;
}
#applicants .swiper-message .swiper-button-prev::after, #applicants .swiper-message .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  margin: auto;
  border-width: 3px 0 3px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #282828;
  transition: 0.8s border cubic-bezier(0.5, 0.48, 0, 0.99);
}
#applicants .swiper-message .swiper-button-prev::after {
  border-width: 3px 7px 3px 0;
  border-color: transparent #282828 transparent transparent;
}
#applicants .swiper-message .swiper-slide-active:not(:first-child) .img-area img {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  animation: clip-path 0.8s linear 0s normal both;
}
#applicants .swiper-message .col2-clip .img-area {
  width: auto;
}
#applicants .swiper-message .col2-clip .img-area img {
  height: 100%;
}
#applicants .message-count-number {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  min-height: 38px;
}
#applicants .message-count-number .cn-text, #applicants .message-count-number .cn-number, #applicants .message-count-number .cn-number-current, #applicants .message-count-number .cn-number-total {
  line-height: 1;
}
#applicants .message-count-number .cn-text {
  font-size: 16px;
  margin-right: 0.6em;
  font-weight: 500;
}
#applicants .message-count-number .cn-slash {
  margin: 0 0.3em;
}
#applicants .message-count-number .cn-numbers {
  margin-top: 4px;
}
#applicants .message-count-number .cn-number-current {
  color: #cc0d0d;
  font-size: 30px;
}
#applicants .message-count-number .cn-number-total {
  font-size: 16px;
}
#applicants .sct-msg-detail .col2-clip .col2-clip-title {
  font-size: clamp(25px, 3vw, 30px);
  margin-bottom: 30px;
}
#applicants .sct-msg-detail .col2-clip .col2-clip-title > span {
  display: inline;
  line-height: 1.8;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  #applicants .swiper-appl .swiper-slide .sp-fv-left.fv-img {
    object-position: -30px 50%;
  }
  #applicants .swiper-appl .swiper-slide .sp-fv-right.fv-img {
    object-position: calc(100% - 30px) 0;
  }
  #applicants #sec-feature .deco-en {
    bottom: -7px;
  }
  #applicants #sec-feature .deco-en > span {
    font-size: 77px;
    width: 56px;
  }
  #applicants #sec-campus .deco-en > span {
    font-size: 83px;
    top: -5px;
    width: 62px;
  }
  #applicants #sec-guidance .guidance-title-block p {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  }
  #applicants #sec-admission .deco-en > span {
    font-size: 61.3px;
    top: auto;
    bottom: 0;
    width: 45px;
  }
  #applicants #sec-brochure .deco-en > span {
    font-size: 62.5px;
    top: -5.1px;
    width: 45px;
  }
}
@media (min-width: 576px) {
  #applicants .swiper-appl .fv-img-wrapper .fv-img {
    object-position: unset;
  }
}
@media (min-width: 769px) {
  #applicants .group-block-appl .group-item:nth-child(odd)::before {
    content: none;
  }
  #applicants .group-block-appl .group-item:not(:nth-child(3n))::before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    display: block;
    background-color: #edeae2;
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% - 0px);
    right: 0;
  }
  #applicants .col2-clip .img-area img {
    height: 500px;
  }
  #applicants #sec-feature .deco-en {
    bottom: -9px;
  }
  #applicants #sec-feature .deco-en > span {
    font-size: 110.2px;
    width: 79px;
  }
  #applicants #sec-campus {
    padding-bottom: 8rem;
  }
  #applicants #sec-campus .deco-en > span {
    font-size: 119px;
    top: -6px;
    width: 90px;
  }
  #applicants #sec-guidance .deco-en {
    top: -120px;
  }
  #applicants #sec-guidance .deco-en > span {
    font-size: 90px;
  }
  #applicants #sec-guidance .deco-en > span::before {
    top: 50px;
  }
  #applicants #sec-admission .deco-en > span {
    font-size: 87.5px;
    width: 64px;
  }
  #applicants #sec-brochure .deco-en > span {
    font-size: 89.5px;
    top: -8px;
    width: 64px;
  }
}
@media (min-width: 992px) {
  #applicants h2 {
    font-size: 40px;
  }
  #applicants .container {
    padding: 0;
  }
  #applicants .title-en-appl {
    font-size: 50px;
  }
  #applicants .common-btn {
    min-width: auto;
    max-width: 100%;
    width: 264px;
  }
  #applicants .common-btn.btn-rounded {
    padding: 20px 50px 20px 40px;
  }
  #applicants .common-btn.row2-btn {
    padding: 10px 50px 10px 40px;
  }
  #applicants .swiper-appl {
    margin-top: 0;
    height: calc(100vh - 70px);
  }
  #applicants .swiper-appl .swiper-pagination {
    flex-direction: column;
    align-items: center;
    left: auto !important;
    right: 25px;
    top: 50% !important;
    bottom: auto;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  #applicants .swiper-appl .circle-pagination {
    margin: 3px;
  }
  #applicants .swiper-appl .circle-pagination__inner svg {
    width: 18px;
    height: 18px;
  }
  #applicants .swiper-appl .fv-scroll-bar {
    display: block;
  }
  #applicants .swiper-appl .fv-btn {
    left: auto;
    bottom: 75px;
    right: 40px;
  }
  #applicants .swiper-appl .fv-btn .common-btn {
    border: none;
    padding: 12px 40px 12px 40px;
    min-width: 200px;
    width: auto;
    font-size: 1.6rem;
  }
  #applicants .swiper-appl .fv-btn .common-btn::after {
    right: 20px;
  }
  #applicants .swiper-appl .fv-catch {
    width: auto;
    top: 180px;
    left: 120px;
  }
  #applicants #sec-news {
    padding-top: 14rem;
    padding-bottom: 7.5rem;
  }
  #applicants #sec-news .btn-wrap {
    position: static;
  }
  #applicants #sec-campus {
    padding-bottom: 24rem;
  }
  #applicants #sec-guidance {
    height: 792px;
    padding-top: 182px;
    /*.btn-wrap {
      position: absolute;
      bottom: -156px;
      left: 114px;
      z-index: 1;
      .common-btn {
        writing-mode: vertical-rl;
        min-width: 70px;
        min-height: 264px;
        width: auto;
        padding: 40px 20px;
        &:hover {
          &::after {
            transform: translate(-50%, 10px);
          }
        }
        &::after {
          border-color: #282828 transparent transparent;
          border-width: 8px 4px 0 4px;
          top: auto;
          bottom: 30px;
          left: 50%;
          transform: translate(-50%, 0);
          margin-left: 0px;
        }
      }
    }*/
  }
  #applicants #sec-guidance.js-bg-animate-trigger::before {
    z-index: 2;
  }
  #applicants #sec-guidance::before {
    height: calc(100% + 70px);
  }
  #applicants #sec-guidance .deco-en {
    top: -190px;
  }
  #applicants #sec-guidance .guidance-wrap {
    padding-top: 0;
    display: block;
  }
  #applicants #sec-guidance .guidance-title-block {
    position: absolute;
    top: 0;
    right: 115px;
    transform: translateX(0);
  }
  #applicants #sec-guidance .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #applicants #sec-admission {
    padding-top: 18rem;
  }
  #applicants #sec-faq-passrate {
    margin: 8.5rem 0px 7.5rem;
    padding: 7.5rem 0;
    height: 300px;
  }
  #applicants #sec-faq-passrate h2 {
    font-size: 35px;
  }
  #applicants #sec-faq-passrate .container {
    max-width: 1320px;
  }
  #applicants #sec-faq-passrate .fp-col2-area {
    margin-top: 50px;
  }
  #applicants #sec-faq-passrate .fp-col2-area > div {
    width: calc(50% - 25px);
  }
  #applicants #sec-faq-passrate .fp-col2-area > div:not(:last-child) {
    margin-right: 50px;
  }
  #applicants #sec-faq-passrate .fp-col2-area > div a {
    padding: 45px 50px;
  }
  #applicants #sec-faq-passrate .fp-col2-area > div a::before {
    right: 20px;
  }
  #applicants #sec-faq-passrate .fp-desc {
    font-size: 18px;
  }
  #applicants #sec-message {
    padding-top: 14.5rem;
  }
  #applicants #sec-message .swiper-control {
    width: auto;
    min-width: 250px;
    top: -40px;
  }
  #applicants #sec-message .swiper-message .swiper-pagination {
    margin: -8px 10px 0;
  }
  #applicants #sec-message .swiper-button-next, #applicants #sec-message .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  #applicants #sec-message .message-count-number .cn-text {
    font-size: 20px;
  }
  #applicants #sec-message .message-count-number .cn-number-current {
    font-size: 35px;
  }
  #applicants #sec-message .message-count-number .cn-number-total {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #applicants .group-block-appl {
    background-color: transparent;
    margin-top: -9rem;
    padding-bottom: 0;
    box-shadow: none;
  }
  #applicants .group-block-appl .container {
    width: calc(100% - 80px);
    max-width: 1620px;
  }
  #applicants .group-block-appl .group-box {
    background-color: #fff;
    box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.08);
    padding: 22px 22px 16px;
  }
  #applicants .group-block-appl .group-item {
    margin-top: 30px;
  }
  #applicants .group-block-appl .group-item:not(:nth-child(3n))::before {
    content: none;
  }
  #applicants .group-block-appl .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;
  }
  #applicants .group-block-appl .group-item:last-child::before {
    content: none;
  }
  #applicants .group-block-appl .group-item .group-title {
    margin-top: 20px;
  }
  #applicants .group-block-appl .group-item .group-title .title-ja {
    font-size: 18px;
  }
  #applicants .group-block-appl .group-item .group-title .title-en {
    font-size: 13px;
  }
  #applicants .deco-en {
    height: 120%;
    width: auto;
    left: 0;
  }
  #applicants .deco-en.reverse-en > span {
    bottom: -0.09em;
  }
  #applicants .deco-en > span {
    font-weight: 900;
    font-size: 141.3px;
    font-size: 8.83em;
    line-height: 1;
    position: relative;
    top: -0.085em;
  }
  #applicants .col2-clip {
    display: flex;
    align-items: flex-end;
  }
  #applicants .col2-clip .col2-clip-link-wrap {
    display: flex;
    align-items: flex-end;
  }
  #applicants .col2-clip .img-area {
    width: 762px;
    width: 50%;
    height: 620px;
    overflow: hidden;
  }
  #applicants .col2-clip .img-area img {
    height: 100%;
  }
  #applicants .col2-clip .img-area2 {
    width: 762px;
    width: 50%;
    height: 620px;
    overflow: hidden;
  }
  #applicants .col2-clip .img-area2 img {
    height: 100%;
  }
  #applicants .col2-clip .text-area {
    padding: 70px 70px 70px 80px;
    padding: clamp(5rem, 4vw, 70px) clamp(5rem, 4vw, 70px) clamp(5rem, 4vw, 70px) clamp(5rem, 4vw, 80px);
    width: 50%;
    margin-top: 0;
    margin-bottom: -80px;
    z-index: 0;
  }
  #applicants .col2-clip .text-area::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -145px;
    width: 145px;
    height: 100%;
  }
  #applicants .col2-clip .col2-clip-title {
    font-size: clamp(32px, 3vw, 40px);
  }
  #applicants .col2-clip .col2-clip-lead {
    font-size: 30px;
    font-size: clamp(22px, 1.8vw, 30px);
  }
  #applicants .col2-clip .col2-clip-desc {
    line-height: 2.18;
  }
  #applicants .col2-clip.reverse {
    flex-direction: row-reverse;
  }
  #applicants .col2-clip.reverse .text-area {
    padding: 70px 80px 70px 70px;
    padding: clamp(5rem, 4vw, 70px) clamp(5rem, 4vw, 80px) clamp(5rem, 4vw, 70px) clamp(5rem, 4vw, 70px);
  }
  #applicants .col2-clip.reverse .text-area::before {
    left: auto;
    right: -145px;
  }
  #applicants .sec-appl {
    padding: 7.5rem 0;
  }
  #applicants .sec-appl.sec-clip {
    padding-bottom: 15rem;
  }
  #applicants #sec-feature .deco-en {
    bottom: 0;
  }
  #applicants #sec-feature .deco-en > span {
    font-size: 138.4px;
    width: 95px;
  }
  #applicants #sec-campus .deco-en {
    width: 93px;
  }
  #applicants #sec-campus .deco-en > span {
    font-size: 147px;
    top: -0.05em;
  }
  #applicants #sec-guidance .deco-en {
    left: -40px;
  }
  #applicants #sec-guidance .deco-en > span {
    font-size: 140px;
    padding-right: 45px;
  }
  #applicants #sec-guidance .deco-en > span::before {
    top: 75px;
    height: 46px;
  }
  #applicants #sec-guidance .deco-en > span > span {
    top: 22px;
  }
  #applicants #sec-admission .deco-en > span {
    font-size: 114.4px;
    letter-spacing: -0.032em;
    bottom: -4px;
    width: 74px;
  }
  #applicants #sec-brochure .deco-en > span {
    font-size: 127px;
    letter-spacing: -0.1em;
    top: -0.085em;
    width: 82px;
  }
  #applicants #sec-message .deco-en {
    left: -1.1em;
    height: calc(100% + 30px);
  }
  #applicants #sec-message .deco-en > span {
    width: 112px;
    font-size: 133.3px;
  }
  #applicants #sec-message .swiper-message .col2-clip .img-area img {
    width: 762px;
    height: 620px;
  }
  #applicants #sec-message .col2-clip .text-area {
    padding-top: 70px;
    padding-right: 30px;
  }
  #applicants #sec-message.sct-msg-detail .col2-clip-link-wrap {
    display: flex;
    align-items: flex-start !important;
  }
  #applicants #sec-message.sct-msg-detail .col2-clip-link-wrap .text-area {
    padding-right: 50px;
  }
  #applicants #sec-message.sct-msg-detail .col2-clip-link-wrap .text-area.area-left {
    padding-left: 50px;
  }
  #applicants #sec-instagram .container {
    width: 100%;
    max-width: 1700px;
  }
  #applicants #sec-instagram .instagram-info {
    width: 68.5%;
    margin-left: auto;
    margin-right: 0;
  }
  #applicants #sec-instagram .instagram-info::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 28px;
    right: -100vw;
    width: 100vw;
    height: calc(100% - 24px);
  }
  #applicants #sec-instagram .instagram-info-detail {
    padding: 50px 40px 20px 70px;
    padding: clamp(3rem, 1.6vw, 50px) clamp(2rem, 1.6vw, 40px) clamp(1rem, 1.6vw, 20px) clamp(3rem, 3vw, 70px);
  }
  #applicants #sec-instagram .instagram-intro {
    width: calc(100% - 264px);
  }
  #applicants #sec-instagram .instagram-intro .instagram-intro-text {
    font-size: 20px;
    width: calc(100% - 69px + 30px);
  }
}

.js-appl-animate-trigger.is-appl-animate > span > span {
  animation: slideUp 1s cubic-bezier(0.5, 0.48, 0, 0.99) forwards;
}
.js-appl-animate-trigger > span {
  white-space: nowrap;
}
.js-appl-animate-trigger > span > span {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}
.js-appl-animate-trigger > span > span:nth-child(1) {
  animation-delay: 0s;
}
.js-appl-animate-trigger > span > span:nth-child(2) {
  animation-delay: 0.05s;
}
.js-appl-animate-trigger > span > span:nth-child(3) {
  animation-delay: 0.1s;
}
.js-appl-animate-trigger > span > span:nth-child(4) {
  animation-delay: 0.15s;
}
.js-appl-animate-trigger > span > span:nth-child(5) {
  animation-delay: 0.2s;
}
.js-appl-animate-trigger > span > span:nth-child(6) {
  animation-delay: 0.25s;
}
.js-appl-animate-trigger > span > span:nth-child(7) {
  animation-delay: 0.3s;
}
.js-appl-animate-trigger > span > span:nth-child(8) {
  animation-delay: 0.35s;
}
.js-appl-animate-trigger > span > span:nth-child(9) {
  animation-delay: 0.4s;
}
.js-appl-animate-trigger > span > span:nth-child(10) {
  animation-delay: 0.45s;
}

.sct-msg .float-card-list h3 {
  margin-top: 5px;
  line-height: 1.5;
}
.sct-msg .float-card-list h3::before, .sct-msg .float-card-list h3::after {
  top: 0;
  height: 22px;
}
.sct-msg .float-card-list h3::after {
  top: 22px;
}

@media (min-width: 992px) {
  .sct-msg .float-card-list h3::before, .sct-msg .float-card-list h3::after {
    height: 26px;
  }
  .sct-msg .float-card-list h3::after {
    top: 26px;
  }
}
/* 円が描かれるアニメーション */
@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%, to {
    stroke-dasharray: 69 69;
  }
}
@keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: 184px;
  }
}
@keyframes showUp {
  0% {
    height: 0;
  }
  100% {
    height: 120%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@keyframes clip-path {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media (min-width: 1693px) {
  #sec-brochure .btn-wrap .common-btn:first-of-type {
    margin-right: 1rem;
  }
}
/*--------------------------------------
	印刷用の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-page.css.map */
