@charset "utf-8";
body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  background-color: #fff;
  color: #22252c;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
img, video {
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.75;
}
.default {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .default {
    font-size: 0.875rem;
  }
}
.default > * {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .default > * {
    margin: 24px 0;
  }
}
.default > *:first-child {
  margin-top: 0;
}
.default > *:last-child {
  margin-bottom: 0;
}
.default strong {
  font-weight: bold;
}
.default em {
  font-style: italic;
}
.default a {
  text-decoration: underline;
}
.default p.catch {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 40px 20px;
}
@media screen and (max-width: 600px) {
  .default p.catch {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.default p.date {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #493365;
}
.default p.back {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #493365;
  margin-top: 40px;
}
.default p.back a {
  display: inline-block;
  border: 1px solid #3b3b3b;
  padding: 0.5em 2em 0.5em 3em;
  min-width: 120px;
  text-decoration: none;
  color: currentColor;
  position: relative;
}
.default p.back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-width: 4px 6px;
  border-right-color: currentColor;
}
.default p.back a:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #fff;
  opacity: 0.5;
  pointer-events: none;
}
.default table th, .default table td {
  padding: 0.5em 0.5em;
}
.default table th *:first-child, .default table td *:first-child {
  margin-top: 0;
}
.default table th *:last-child, .default table td *:last-child {
  margin-bottom: 0;
}
.default table th {
  background-color: #e9e9ea;
}
.default table figcaption {
  text-align: center;
  margin-top: 0.25em;
}
@media screen and (max-width: 480px) {
  .default table.break-when-narrow-width, .default table.break-when-narrow-width tbody, .default table.break-when-narrow-width tr, .default table.break-when-narrow-width th, .default table.break-when-narrow-width td {
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
  }
  .default table.break-when-narrow-width tbody tr {
    margin-bottom: 1em;
  }
}
.default ul, .default ol {
  margin-left: 2em;
}
.default ul li, .default ol li {
  margin-bottom: 0.5em;
}
.default ul {
  list-style-type: disc;
}
.default ol {
  list-style-type: decimal;
}
.default h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 1.25em;
  background-color: #22252c;
  padding: 0.5em 1em;
  box-sizing: border-box;
  min-height: 2.6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .default h3 {
    font-size: 1.125rem;
    gap: 0.5em;
    margin-top: 50px;
  }
}
.default h3::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ed3c51;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.default h3.leftwidth::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #22252c;
}
.default h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 0.9em;
  box-sizing: border-box;
  min-height: 40px;
  border-bottom: solid 1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .default h4 {
    font-size: 1rem;
  }
}
.default h4::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.default h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  min-height: 28px;
  padding: 0.5em 20px;
  box-sizing: border-box;
  position: relative;
}
.default h5::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #493365;
  position: absolute;
  top: 0.85em;
  left: 0;
}
.default h6 {
  font-size: 1rem;
  line-height: 1.375;
  text-decoration: underline;
  margin-bottom: 20px;
}
.default .wp-block-cover {
  padding: 1em 3em;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div) {
  margin: 20px 0;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div):first-child {
  margin-top: 0;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div):last-child {
  margin-bottom: 0;
}
.default .wp-block-columns .wp-block-column > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.default .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.default .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.default .wp-block-group {
  background-color: #fef9f2;
  padding: 30px 30px;
}
.default .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
.default .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.default .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.default .wp-block-quote {
  box-shadow: 0.25em 0 0 0 #493365 inset;
  padding: 0.5em 0 0.5em 1.75em;
}
.default .wp-block-quote cite {
  font-size: 0.875em;
}
.default .wp-block-quote * {
  margin: 20px 0;
}
.default .wp-block-quote *:first-child {
  margin-top: 0;
}
.default .wp-block-quote *:last-child {
  margin-bottom: 0;
}
.default .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.default .wp-block-table.is-style-regular table th, .default .wp-block-table.is-style-regular table td {
  border: 1px solid #919296;
}
.default .wp-block-table.is-style-normal table tr {
  border-bottom: solid 1px rgba(34, 37, 44, .5);
}
.default .wp-block-table.is-style-normal table tr:first-child {
  border-top: solid 1px rgba(34, 37, 44, .5);
}
.default .wp-block-table.is-style-normal table tr th, .default .wp-block-table.is-style-normal table tr td {
  font-size: 0.875rem;
  border: none;
  background: none;
  padding: 0.7em 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .default .wp-block-table.is-style-normal table tr th, .default .wp-block-table.is-style-normal table tr td {
    padding: 0.5em 1em;
  }
}
.default .wp-block-table.is-style-normal table tr th, .default .wp-block-table.is-style-normal table tr td:first-child {
  font-weight: 500;
  width: 200px;
  background-color: color-mix(in srgb, #c0b3a0, #fff 90%);
}
@media screen and (max-width: 600px) {
  .default .wp-block-table.is-style-normal table tr, .default .wp-block-table.is-style-normal table tr th, .default .wp-block-table.is-style-normal table tr td {
    display: block;
    width: 100% !important;
  }
}
.default .wp-block-buttons {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .default .wp-block-buttons {
    flex-direction: column;
  }
}
.default .wp-block-buttons .wp-block-button__link {
  color: #fff;
  text-decoration: none;
  background-color: #493365;
  padding: 1em 1.25em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .default .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.default .wp-block-buttons .wp-block-button__link {
  font-size: 0.9375rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  background-color: #ed3c51;
  padding: 0.5em 3em;
  border-radius: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .default .wp-block-buttons .wp-block-button__link {
    font-size: 0.875rem;
    padding: 0.5em 3.21429em;
  }
}
@media screen and (max-width: 360px) {
  .default .wp-block-buttons .wp-block-button__link {
    font-size: 0.8125rem;
    padding: 0.5em 3.46154em;
  }
}
.default .wp-block-buttons .wp-block-button__link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .default .wp-block-buttons .wp-block-button__link::after {
    left: 10px;
  }
}
.default .wp-block-buttons .wp-block-button__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  .default .wp-block-buttons .wp-block-button__link:hover {
    background-color: color-mix(in srgb, #ed3c51 80%, #fff);
  }
}
.default .wp-block-buttons .wp-block-button.mitsumori {
  width: 100%;
}
.default .wp-block-buttons .wp-block-button.mitsumori a {
  gap: 8px;
}
.default .wp-block-buttons .wp-block-button.mitsumori a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url(../images/icon-calc-white.svg) no-repeat center/contain;
}
.default .wp-block-buttons .wp-block-button.print {
  width: 100%;
}
.default .wp-block-buttons .wp-block-button.print a {
  gap: 8px;
}
.default .wp-block-buttons .wp-block-button.print a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-print.svg) no-repeat center/contain;
}
.default .wp-block-buttons .wp-block-button.current a.wp-block-button__link {
  background-color: #bbb !important;
  pointer-events: none;
}
.default .wp-block-embed figcaption, .default .wp-block-video figcaption {
  margin-top: 0.25em;
}
.default ul.wp-block-social-links {
  line-height: 1;
  margin-left: 0;
}
.default ul.wp-block-social-links li {
  margin: 0;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-message {
  padding: 1em;
  font-size: 0.875rem;
  line-height: 1.5;
  border: solid 1px rgba(73, 51, 101, .5);
  margin-bottom: 2em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:not(:first-child) {
  border-top: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:not(:first-child) {
    border-width: 4px;
  }
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td {
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td {
    padding: 0.7em 1em;
  }
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th {
  width: 250px;
  font-weight: 500;
  background-color: #f5f1eb;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th p {
  display: inline-block;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th.must:after {
  content: "必須";
  font-size: 0.8em;
  color: white;
  background-color: #ed3c51;
  font-weight: bold;
  margin-left: 0.45em;
  padding: 2px 8px;
  display: inline-block;
  vertical-align: middle;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td {
  background-color: #f9f9f9;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea {
  padding: 0.25em;
  width: 100%;
  box-sizing: border-box;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w15, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w15, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w15, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w15 {
  width: 15%;
  min-width: 80px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w25 {
  width: 25%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w50 {
  width: 50%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w75 {
  width: 75%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td button#btn_ajaxzip3 {
  cursor: pointer;
  padding: 0 0.8em;
  font-size: 0.9em;
  height: 2.3em;
  line-height: 1;
  vertical-align: bottom;
  background-color: #493365;
  color: white;
  border: none;
  border-radius: 0.3em;
}
@media screen and (max-width: 800px) {
  .default .wp-block-contact-form-7-contact-form-selector table.form-table {
    display: block;
  }
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody, .default .wp-block-contact-form-7-contact-form-selector table.form-table tr, .default .wp-block-contact-form-7-contact-form-selector table.form-table th, .default .wp-block-contact-form-7-contact-form-selector table.form-table td {
    display: block;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:first-child td {
    border-top: none;
  }
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button {
  text-align: center;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input {
  border: none;
  background-color: #493365;
  color: #fff;
  width: 200px;
  height: 50px;
  position: relative;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input:hover {
  left: 1px;
  top: 1px;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input:active {
  left: 3px;
  top: 3px;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input[disabled] {
  filter: grayscale(100%);
  opacity: 0.25;
  left: 0 !important;
  top: 0 !important;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button .wpcf7-spinner {
  display: block;
  margin: 1em auto 0;
}
.default .wp-block-contact-form-7-contact-form-selector div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.375;
  padding: 1em;
  border-width: 5px;
  margin-top: 0;
}
.default .has-table-bgc {
  margin-top: 0;
}
.default .has-table-bgc table {
  width: 100%;
}
.default .has-table-bgc table tr:not(:first-child) {
  border-top: solid 1px #fff;
}
.default .has-table-bgc table tr td {
  border: none;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 0.7em 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .default .has-table-bgc table tr td {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}
.default .has-table-bgc table tr td {
  background-color: #f9f9f9;
}
.default .has-table-bgc table tr td:first-child {
  width: 25%;
  min-width: 180px;
  background-color: #f5f1eb;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .default .has-table-bgc table tr td:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .default .has-table-bgc table tr, .default .has-table-bgc table tr th, .default .has-table-bgc table tr td {
    display: block !important;
    width: 100% !important;
  }
}
.default .pushtext {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #ed3c51;
}
@media screen and (max-width: 768px) {
  .default .pushtext {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.browser-modern .default.page-guide_outline .img-wm80 {
  text-align: center;
}
body.browser-modern .default.page-guide_outline .img-wm80 img {
  max-width: 80%;
}
@media screen and (max-width: 420px) {
  body.browser-modern .default.page-guide_outline .img-wm80 img {
    max-width: 90%;
  }
}
body.browser-modern .default.page-guide_outline .bp-wdisplay {
  display: block;
}
@media screen and (max-width: 580px) {
  body.browser-modern .default.page-guide_outline .bp-wdisplay {
    display: none;
  }
}
body.browser-modern .default.page-guide_outline .bp-tdisplay {
  display: none;
}
@media screen and (max-width: 580px) {
  body.browser-modern .default.page-guide_outline .bp-tdisplay {
    display: block;
  }
}
.default.page-guide_outline .group_outline-ideology p strong, .default.page-guide_outline .group_outline-policy p strong {
  color: #ed3c51;
}
.default.page-lineup h3:has(+ .bus-headline) {
  margin-bottom: 20px;
}
.default.page-lineup h4 > .title {
  padding-left: 0.5em;
}
.default.page-lineup .bus-headline {
  margin-top: 20px;
  position: relative;
}
.default.page-lineup .bus-headline .headline-wrapper {
  margin-left: 0;
}
.default.page-lineup .bus-headline .headline-item {
  list-style: none;
  margin: 0;
}
.default.page-lineup .bus-headline .headline-item:not(:first-child) {
  margin-top: 40px;
}
.default.page-lineup .bus-headline .headline-item > *:not(:first-child) {
  margin-top: 30px;
}
.default.page-lineup .bus-headline .headline-item .columns {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .default.page-lineup .bus-headline .headline-item .columns {
    flex-direction: column;
    gap: 20px;
  }
  .default.page-lineup .bus-headline .headline-item .columns > * {
    flex: none;
    width: 100% !important;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column {
  flex: 50%;
}
.default.page-lineup .bus-headline .headline-item .columns .column > *:not(:first-child) {
  margin-top: 10px;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) {
  flex: 46%;
  width: 0;
  max-width: 470px;
}
@media screen and (max-width: 1024px) {
  .default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) {
    margin: auto;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .main-swiper {
  position: relative;
  border: solid 1px #f5f1eb;
  box-sizing: border-box;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .main-swiper .swiper-slide__inner {
  aspect-ratio: 470 / 346;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 20px 0;
  box-sizing: border-box;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .main-swiper .swiper-slide__inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .main-swiper-pagination {
  width: auto;
  position: absolute;
  z-index: 1;
  top: auto;
  right: auto;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .main-swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #cecece;
  border-radius: 9999px;
  transition: 0.3s;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .main-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed3c51;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .thumb-media-wrap {
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 420px) {
  .default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .thumb-media-wrap {
    flex-wrap: wrap;
    gap: 1px;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .thumb-media-wrap .thumb-media {
  flex-basis: 25%;
  cursor: pointer;
  border: solid 1px #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 420px) {
  .default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .thumb-media-wrap .thumb-media {
    flex-basis: calc((100% - 1px) / 2);
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .thumb-media-wrap .thumb-media::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(34, 37, 44, .1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: 0.3s;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(1) .thumb-media-wrap .thumb-media-active::after {
  opacity: 1;
}
.default.page-lineup .bus-headline .headline-item .columns .column:nth-child(2) {
  flex: 54%;
}
@media (min-width: 1025px) {
  .default.page-lineup .bus-headline .headline-item .columns .column:nth-child(2) {
    margin-top: -10px;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column h5 {
  margin-bottom: 0;
}
.default.page-lineup .bus-headline .headline-item .columns .column .specs-table {
  margin-top: 0;
}
.default.page-lineup .bus-headline .headline-item .columns .column .specs-table table {
  width: 100%;
}
.default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr:not(:first-child) {
  border-top: solid 1px #fff;
}
.default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr th, .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr td {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.7em 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr th, .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr td {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr th {
  width: 120px;
  background-color: #f5f1eb;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr th {
    border-right: none;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr td {
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr, .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr th, .default.page-lineup .bus-headline .headline-item .columns .column .specs-table table tr td {
    display: block !important;
    width: 100% !important;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column .seat-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 420px) {
  .default.page-lineup .bus-headline .headline-item .columns .column .seat-image {
    height: 100px;
  }
}
.default.page-lineup .bus-headline .headline-item .columns .column .seat-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.default.page-lineup .bus-headline .headline-item .columns .column .seat-image a > img {
  max-height: 100%;
}
.default.page-lineup .bus-headline .headline-item .columns .column .seat-image a.cbox_attached::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-cbox-white.svg) no-repeat center/18px auto rgba(0, 0, 0, .5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.default.page-estimate > * {
  margin: 30px 0;
}
.default.page-estimate > *:first-child {
  margin-top: 0;
}
.default.page-estimate > *:last-child {
  margin-bottom: 0;
}
.default.page-estimate h3 {
  margin-bottom: 25px;
}
.default.page-estimate h3 + * {
  margin-top: 25px;
}
.default.page-estimate h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.default.page-estimate h4 + * {
  margin-top: 20px;
}
.default.page-estimate .wp-block-table td a.pdf {
  display: inline-flex;
  align-items: center;
}
.default.page-estimate .wp-block-table td a.pdf::before {
  flex-shrink: 0;
  content: '';
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url(../images/icon-pdf-black.svg) no-repeat center/contain;
  margin-right: 0.2em;
}
@media screen and (min-width: 1025px) {
  .default.page-estimate .equip-list .list-item {
    font-size: 0.8125rem;
  }
}
.default.page-guide_price p span {
  font-weight: 700;
  color: #f00;
}
.default.page-guide_price .price-method {
  background-color: #fef9f2;
  box-sizing: border-box;
  padding: 50px 150px;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1020px) {
  .default.page-guide_price .price-method {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 680px) {
  .default.page-guide_price .price-method {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .price-method {
    flex-wrap: wrap !important;
  }
}
.default.page-guide_price .price-method .wp-block-column {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.default.page-guide_price .price-method .wp-block-column figure {
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .default.page-guide_price .price-method .wp-block-column figure {
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 680px) {
  .default.page-guide_price .price-method .wp-block-column figure img {
    width: 30px;
  }
}
.default.page-guide_price .price-method .wp-block-column p {
  margin: 0;
  color: #493365;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.default.page-guide_price .price-method .wp-block-column::after {
  content: "";
  position: absolute;
  top: calc(50% - 65px);
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 999px;
  background-color: #fff;
}
@media screen and (max-width: 680px) {
  .default.page-guide_price .price-method .wp-block-column::after {
    top: calc(50% - 45px);
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .price-method .wp-block-column:nth-child(1) {
    flex-basis: 100% !important;
    margin-bottom: 20px;
  }
}
.default.page-guide_price .price-method .wp-block-column:nth-child(1)::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: calc(50% - 10px);
  right: -1.75em;
  width: 20px;
  height: 20px;
  background: url(../images/parts-equal.svg) center / contain no-repeat transparent;
}
@media screen and (max-width: 680px) {
  .default.page-guide_price .price-method .wp-block-column:nth-child(1)::before {
    width: 14px;
    height: 14px;
    bottom: calc(50% - 7px);
    right: -1.5em;
  }
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .price-method .wp-block-column:nth-child(1)::before {
    transform: rotate(90deg);
    bottom: -2em;
    right: calc(50% - 7px);
  }
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .price-method .wp-block-column:nth-child(2) {
    flex-basis: calc(50% - 2em) !important;
  }
}
.default.page-guide_price .price-method .wp-block-column:nth-child(2)::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 10px);
  right: -1.75em;
  width: 20px;
  height: 20px;
  background: url(../images/parts-plus.svg) center / contain no-repeat transparent;
}
@media screen and (max-width: 680px) {
  .default.page-guide_price .price-method .wp-block-column:nth-child(2)::before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: -1.5em;
  }
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .price-method .wp-block-column:nth-child(3) {
    flex-basis: calc(50% - 2em) !important;
  }
}
.default.page-guide_price .group_price-cancel {
  background-color: #fef9f2;
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .group_price-cancel {
    padding: calc(1em + 10px) 1em 10px 10px;
  }
}
.default.page-guide_price .group_price-cancel .wp-block-group__inner-container ul li {
  font-size: 1rem;
  line-height: 180%;
  font-weight: 700;
}
.default.page-guide_price .group_price-cancel .wp-block-group__inner-container ul li strong {
  margin-left: 4px;
  color: #f00;
  font-size: 1.125rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .default.page-guide_price .group_price-cancel .wp-block-group__inner-container ul li {
    font-size: 0.9375rem;
    line-height: 150%;
  }
  .default.page-guide_price .group_price-cancel .wp-block-group__inner-container ul li strong {
    font-size: 1rem;
  }
}
.default.page-guide_faq .group_faq {
  background-color: transparent;
  padding: 0;
}
.default.page-guide_faq .group_faq .wp-block-columns {
  flex-wrap: nowrap !important;
  margin-bottom: 2px;
  margin-top: 2px;
  gap: 0;
}
.default.page-guide_faq .group_faq .wp-block-columns .wp-block-column {
  display: inline-flex;
  align-items: center;
}
.default.page-guide_faq .group_faq .wp-block-columns .wp-block-column:nth-child(1) {
  flex-basis: 52px !important;
  min-height: 52px;
  box-sizing: border-box;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .default.page-guide_faq .group_faq .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 32px !important;
    font-size: 0.875rem;
  }
}
.default.page-guide_faq .group_faq .wp-block-columns .wp-block-column:nth-child(2) {
  flex-basis: calc(100% - 52px) !important;
  padding: 20px 1em 20px 1.5em;
  box-sizing: border-box;
  line-height: 150%;
}
@media screen and (max-width: 480px) {
  .default.page-guide_faq .group_faq .wp-block-columns .wp-block-column:nth-child(2) {
    font-size: 0.875rem;
    flex-basis: calc(100% - 32px) !important;
  }
}
.default.page-guide_faq .group_faq .wp-block-columns .column_faq_q-en {
  background-color: #493365;
}
.default.page-guide_faq .group_faq .wp-block-columns .column_faq_q-textarea {
  background-color: #f9f9f9;
  font-weight: 700;
}
.default.page-guide_faq .group_faq .wp-block-columns .column_faq_a-en {
  background-color: #ed3c51;
}
.default.page-guide_faq .group_faq .wp-block-columns .column_faq_a-textarea {
  background-color: #fef9f2;
}
.default.page-guide_faq .group_faq .wp-block-columns .column_faq_a-textarea a {
  color: #03c;
}
.default.page-guide_child.page-guide_step .step-list {
  padding: 0;
  background: none;
}
.default.page-guide_child.page-guide_step .step-list > .wp-block-group__inner-container > * {
  margin: 20px 0;
}
.default.page-guide_child.page-guide_step .step-list > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.default.page-guide_child.page-guide_step .step-list > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.default.page-guide_child.page-guide_step .step-item {
  counter-increment: stepcounter;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 17px 20px 17px 80px;
  box-sizing: border-box;
  background-color: #fef9f2;
  position: relative;
  --step-bar: none;
}
@media screen and (max-width: 768px) {
  .default.page-guide_child.page-guide_step .step-item {
    font-size: 0.8125rem;
    padding: 20px 1em 15px calc(18px + 1em);
  }
}
.default.page-guide_child.page-guide_step .step-item:last-of-type::after {
  display: none;
}
.default.page-guide_child.page-guide_step .step-item::before {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  content: counter(stepcounter,decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ed3c51;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .default.page-guide_child.page-guide_step .step-item::before {
    width: 45px;
    height: 45px;
  }
}
.default.page-guide_child.page-guide_step .step-item::after {
  content: '';
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: -20px;
  left: 25px;
  margin: auto;
  background: url(../images/step-bar.svg) no-repeat center top /cover;
  clip-path: var(--step-bar);
}
@media screen and (max-width: 768px) {
  .default.page-guide_child.page-guide_step .step-item::after {
    left: 15px;
  }
}
body:not(.wp-admin) .default.page-guide_child.page-guide_step .step-item.js-trigger {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s;
}
body:not(.wp-admin) .default.page-guide_child.page-guide_step .step-item.js-trigger.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container a {
  color: #03c;
}
.default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container > * {
  margin: 8px 0;
}
.default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container .step-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container .step-title {
    padding-left: 2em;
    padding-bottom: 0.5em;
  }
}
.default.page-guide_child.page-guide_step .step-item > .wp-block-group__inner-container .step-title:has( + *) {
  margin-bottom: 8px;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper {
  padding: 0;
  background-color: transparent;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group {
  padding: 0;
  background-color: transparent;
  counter-increment: mycounter;
  padding-left: 120px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 781px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group {
    padding-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group {
    padding-left: 0;
    padding-top: 40px;
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group::before {
  content: counter(mycounter,decimal-leading-zero);
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #493365;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 781px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group::before {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group::before {
    font-size: 1.125rem;
    bottom: auto;
    right: 0;
    width: auto;
    height: 40px;
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../images/career-plan-arrow-bottom.svg) no-repeat center/contain;
  position: absolute;
  left: 55px;
  bottom: -22px;
}
@media screen and (max-width: 781px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group::after {
    left: 45px;
  }
}
@media screen and (max-width: 480px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group:last-of-type::after {
  display: none;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group > .wp-block-group__inner-container > * {
  margin: 30px 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group > .wp-block-group__inner-container > *:first-of-type {
  margin-top: 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group > .wp-block-group__inner-container > *:last-of-type {
  margin-bottom: 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item {
  background-color: #f4f4f4;
  padding: 14px 14px 14px 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 781px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item {
    padding-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item {
    padding-left: 14px;
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns {
  width: 100%;
}
@media screen and (max-width: 781px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns {
    gap: 20px;
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column:nth-of-type(1) {
    text-align: center;
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column:nth-of-type(2) > * {
  margin: 30px 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column:nth-of-type(2) > *:first-of-type {
  margin-top: 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column:nth-of-type(2) > *:last-of-type {
  margin-bottom: 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step {
  padding: 0;
  background-color: transparent;
  position: relative;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step::before, .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  background: no-repeat center center/contain;
  position: absolute;
  bottom: -25px;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step::before {
  background-image: url(../images/career-plan-arrow-bottom.svg);
  left: 30%;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step::after {
  background-image: url(../images/career-plan-arrow-top.svg);
  right: 30%;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step:last-of-type:before, .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step:last-of-type::after {
  display: none;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 0.5em 30px;
  box-sizing: border-box;
  background-color: #22252c;
  min-height: 40px;
  position: relative;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .title:has(+.list-wrapper) {
  margin-bottom: 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .title + .list-wrapper {
  margin-top: 0;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .list-wrapper {
  padding: 20px 25px 20px 15px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .list-wrapper {
    padding: 15px 20px 15px 10px;
  }
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .list-wrapper ul.wp-block-list {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.default.page-recruit_child.page-recruit_career-plan .career-plan-group-wrapper .career-plan-group__item .wp-block-columns .wp-block-column .step .list-wrapper ul.wp-block-list li {
  margin: 0;
}
:where(figure) {
  margin: 0;
}
#cboxOverlay {
  background-color: #22252c;
}
#colorbox #cboxTitle {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.8125rem;
  font-weight: 500;
}
.page-lineup #colorbox #cboxPrevious, .page-lineup #colorbox #cboxNext {
  display: none !important;
}
@keyframes header-scroll-out-anime {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0 0 0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes viewinMask {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
@media (min-width: 1201px) {
  .admin-bar #header {
    top: 32px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
#header .container {
  padding: 20px 4.16667vw 15px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #header .container {
    padding: 20px 0 15px 15px;
  }
}
#header .container .header-sitename h1 a {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  #header .container .header-sitename h1 a {
    gap: 15px;
  }
}
@media screen and (max-width: 360px) {
  #header .container .header-sitename h1 a {
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
}
#header .container .header-sitename h1 a .logo > img {
  width: 60px;
}
@media screen and (max-width: 360px) {
  #header .container .header-sitename h1 a .logo > img {
    width: 50px;
  }
}
#header .container .header-sitename h1 a .description {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #header .container .header-sitename h1 a .description {
    flex-shrink: 0;
  }
}
#header .container .header-sitename h1 a .description .outline {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #header .container .header-sitename h1 a .description .outline {
    font-size: 0.625rem;
  }
}
#header .container .header-sitename h1 a .description .outline br {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .container .header-sitename h1 a .description .outline br {
    display: block;
  }
}
#header .container .header-sitename h1 a .description .sitename > img {
  height: 25px;
}
@media screen and (max-width: 768px) {
  #header .container .header-sitename h1 a .description .sitename > img {
    height: 18px;
  }
}
#header .container .header-menu {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  #header .container .header-menu {
    display: none;
  }
}
#header .container .header-menu .menu > ul {
  display: flex;
  align-items: center;
  gap: 2em;
}
#header .container .header-menu .menu > ul > li > ul {
  display: none;
}
#header .container .header-menu .menu a.parent {
  cursor: pointer;
}
#header .container .header-menu .menu a.parent::after {
  content: " ＋";
}
#header .container .header-menu .menu li:hover > a.parent::after, #header .container .header-menu .menu li:focus > a.parent::after, #header .container .header-menu .menu li:active > a.parent::after {
  content: ' －';
}
#header .container .header-menu .menu li:hover > .children-wrapper, #header .container .header-menu .menu li:focus > .children-wrapper, #header .container .header-menu .menu li:active > .children-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#header .container .header-menu .menu .children-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 200px;
  padding-top: 50px;
  transform: translateY(-10px);
  transition: 0.4s;
}
#header .container .header-menu .menu .children-wrapper .children {
  display: block;
  padding: 20px 30px 20px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}
#header .container .header-menu .menu .children-wrapper .children li {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
}
#header .container .header-menu .menu .children-wrapper .children li:not(:first-child) {
  margin-top: 0.75em;
}
#header .container .header-menu .menu .children-wrapper .children li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#header .container .header-menu .menu .children-wrapper .children li a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px;
  border-radius: 9999px;
  background: url(../images/arrow-right-black.svg) no-repeat center/4px auto;
  margin-top: 0.2em;
}
#header .container .header-menu .asidemenu ul {
  display: flex;
  gap: 1em;
}
#header .container .header-menu .asidemenu ul li {
  display: inline-block;
}
#header .container .header-menu .asidemenu ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  border-radius: 9999px;
  box-sizing: border-box;
  position: relative;
  position: relative;
  overflow: hidden;
}
#header .container .header-menu .asidemenu ul li a::before {
  content: '';
  display: inline-block;
  background: no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 2px;
}
#header .container .header-menu .asidemenu ul li a:hover {
  opacity: 1;
}
@media (hover: hover) {
  #header .container .header-menu .asidemenu ul li a {
    z-index: 0;
  }
  #header .container .header-menu .asidemenu ul li a::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  #header .container .header-menu .asidemenu ul li a:hover::after {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}
#header .container .header-menu .asidemenu ul li a.instagram {
  background-color: #493365;
}
#header .container .header-menu .asidemenu ul li a.instagram::before {
  width: 14px;
  height: 14px;
  background-image: url(../images/instagram-logo-white.svg);
}
#header .container .header-menu .asidemenu ul li a.form {
  background-color: #ed3c51;
}
#header .container .header-menu .asidemenu ul li a.form.mail::before {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon-mail-white.svg);
}
@keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mv {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #mv {
    padding-top: 0 !important;
  }
}
#mvInner {
  position: relative;
}
#mvInner #video {
  --videoHeight: 80vh;
  height: var(--videoHeight);
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mvInner #video {
    min-height: auto;
    height: 380px;
  }
}
#mvInner #video.loaded > video {
  opacity: 1 !important;
}
#mvInner #video.loaded::before {
  display: none !important;
}
#mvInner #video::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border: 6px solid color-mix(in srgb, #22252c, #fff 95%);
  border-top: 5px solid #493365;
  border-radius: 50px;
  animation: loadingAnimation 700ms linear 0ms infinite normal both;
}
body.smartphone #mvInner #video::before {
  display: none !important;
}
#mvInner #video::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.20) 49.9%, rgba(0, 0, 0, 0.50) 100%);
}
#mvInner #video .poster {
  height: 100%;
}
#mvInner #video .poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mvInner #video video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
#mvInner .overlay {
  color: #493365;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  #mvInner .overlay {
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #mvInner .overlay {
    margin: 30px 15px;
    box-sizing: border-box;
    gap: 10px;
  }
}
#mvInner .overlay .leadtext-en {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(48px, 3.33333vw, 96px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #mvInner .overlay .leadtext-en {
    font-size: 28px;
    font-weight: 500;
  }
}
@media screen and (max-width: 360px) {
  #mvInner .overlay .leadtext-en {
    font-size: 24px;
  }
}
#mvInner .overlay .leadtext {
  font-size: clamp(16px, 1.11111vw, 32px);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #mvInner .overlay .leadtext {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #mvInner .overlay .leadtext {
    font-size: 12px;
  }
}
#mv .c-contact-box {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 30px;
  min-width: 374px;
  width: calc(374 / 1440 * 100vw);
}
@media screen and (max-width: 1200px) {
  #mv .c-contact-box {
    display: none;
  }
}
#mv .scroll-button {
  color: #493365;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 25px 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mv .scroll-button {
    padding-top: 0;
    font-size: 0.625rem;
  }
}
#mv .scroll-button a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#mv .scroll-button a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  background: url(../images/arrow-bottom-white.svg) no-repeat center/7px auto currentColor;
}
.c-contact-box__inner {
  color: #fff;
  background-color: #ed3c51;
  padding: 27px 40px 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact-box__inner {
    padding: 10px 15px;
  }
}
.c-contact-box .text {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .c-contact-box .text {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }
}
.c-contact-box .contact-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.c-contact-box .contact-buttons .contact-button {
  width: 100%;
}
.c-contact-box .contact-buttons .contact-button__link {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact-box .contact-buttons .contact-button__link {
    font-size: 0.875rem;
  }
}
.c-contact-box .contact-buttons .contact-button__link:hover {
  opacity: 1;
}
.c-contact-box .contact-buttons .contact-button__link.tel {
  line-height: 1;
  flex-direction: column;
}
.c-contact-box .contact-buttons .contact-button__link.tel .telnum {
  font-size: 2rem;
  padding-left: 27px;
  background: url(../images/icon-phone-white.svg) no-repeat left top 60%/20px auto;
}
@media screen and (max-width: 768px) {
  .c-contact-box .contact-buttons .contact-button__link.tel .telnum {
    font-size: 1.5rem;
    background-size: 18px auto;
    padding-left: 26px;
  }
}
.c-contact-box .contact-buttons .contact-button__link.tel .teltime {
  font-size: 0.875rem;
  line-height: 1.2;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-contact-box .contact-buttons .contact-button__link.tel .teltime {
    font-size: 0.75rem;
    padding-top: 7px;
  }
}
.c-contact-box .contact-buttons .contact-button__link.form {
  background-color: #22252c;
  min-height: 50px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .c-contact-box .contact-buttons .contact-button__link.form {
    min-height: 45px;
    gap: 6px;
  }
}
.c-contact-box .contact-buttons .contact-button__link.form::before {
  content: "";
  display: inline-block;
}
@media (hover: hover) {
  .c-contact-box .contact-buttons .contact-button__link.form {
    z-index: 0;
  }
  .c-contact-box .contact-buttons .contact-button__link.form::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    background-color: #c0b3a0;
    background-color: color-mix(in srgb, #c0b3a0 90%, #22252c);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s, opacity 0.4s;
  }
  .c-contact-box .contact-buttons .contact-button__link.form:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
}
.c-contact-box .contact-buttons .contact-button__link.form.mitsumori::before {
  width: 14px;
  height: 17px;
  background: url(../images/icon-calc-white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-contact-box .contact-buttons .contact-button__link.form.mitsumori::before {
    width: 11px;
    height: 13px;
  }
}
#gnavToggle {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 1200px) {
  #gnavToggle {
    display: block;
  }
}
.header-scroll-out #gnavToggle {
  position: fixed;
  animation: header-scroll-out-anime 1s;
}
@media screen and (max-width: 768px) {
  .header-scroll-out #gnavToggle {
    top: auto;
    bottom: 0;
  }
}
.menu_open #gnavToggle {
  position: fixed;
  top: 20px;
  right: 0;
}
.menu_open.admin-bar #gnavToggle {
  top: 32px;
}
#gnavToggle a {
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #ed3c51;
  position: relative;
}
.header-scroll-out #gnavToggle a {
  width: 55px;
  height: 55px;
}
#gnavToggle a .b > span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s;
}
#gnavToggle a .b > span:nth-child(1) {
  transform: translateY(-7px);
}
.menu_open #gnavToggle a .b > span:nth-child(1) {
  transform: translateY(-3px) rotate(135deg);
}
.menu_open #gnavToggle a .b > span:nth-child(2) {
  transform: translateY(-3px) rotate(-135deg);
}
#gnavToggle a .t {
  font-size: 0.625rem;
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  margin: auto;
  height: 1em;
}
#gnavToggle a .t::before, #gnavToggle a .t::after {
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#gnavToggle a .t::before {
  content: 'MENU';
}
.menu_open #gnavToggle a .t::before {
  opacity: 0;
}
#gnavToggle a .t::after {
  content: 'CLOSE';
  opacity: 0;
}
.menu_open #gnavToggle a .t::after {
  opacity: 1;
}
#asideMenu {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 55px;
  margin: auto;
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #asideMenu {
    display: block;
  }
}
.header-scroll-out #asideMenu {
  visibility: visible;
}
#asideMenu ul {
  display: flex;
}
#asideMenu ul li {
  margin-right: 1px;
  flex: 50%;
}
#asideMenu ul li a {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 360px) {
  #asideMenu ul li a {
    font-size: 0.625rem;
  }
}
#asideMenu ul li a.form {
  background-color: #ed3c51;
  gap: 5px;
}
#asideMenu ul li a.form::before {
  flex-shrink: 0;
  content: '';
  display: inline-block;
  background: no-repeat center/contain;
}
#asideMenu ul li a.form.mail::before {
  width: 10px;
  height: 13px;
  background-image: url(../images/icon-calc-white.svg);
}
#asideMenu ul li a.tel {
  flex-direction: column;
  background-color: #493365;
}
#asideMenu ul li a.tel .telnum {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 19px;
  background: url(../images/icon-phone-white.svg) no-repeat left top 75%/12px auto;
}
@media screen and (max-width: 360px) {
  #asideMenu ul li a.tel .telnum {
    font-size: 1rem;
  }
}
#asideMenu ul li a.tel .teltime {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 6px;
  text-align: center;
}
#gnav {
  position: fixed;
  inset: 0;
  background-color: #493365;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.menu_open #gnav {
  opacity: 1;
  visibility: visible;
}
#gnavInner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  padding: 20px 30px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.admin-bar #gnavInner {
  top: 32px;
}
@media screen and (max-width: 768px) {
  #gnavInner {
    padding: 10px;
  }
}
#gnavInner::-webkit-scrollbar {
  display: block;
}
#gnavInner .container .body {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #gnavInner .container .body {
    margin-top: 30px;
  }
}
#gnavInner .container .body > *:not(:first-child) {
  margin-top: 25px;
}
#gnavInner .container .body .menu {
  font-family: "Noto Serif JP", serif;
}
#gnavInner .container .body .menu ul li:not(:first-child) {
  margin-top: 1px;
}
#gnavInner .container .body .menu a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #22252c;
  padding: 0.5em 35px 0.5em 10px;
  box-sizing: border-box;
  min-height: 45px;
  position: relative;
}
#gnavInner .container .body .menu a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#gnavInner .container .body .menu a.english {
  font-family: "Noto Serif JP", serif;
}
#gnavInner .container .body .menu a.parent::after {
  content: '＋';
  width: auto;
  height: auto;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnavInner .container .body .menu a.parent.is-active::after {
  content: '－';
}
#gnavInner .container .body .menu .children {
  padding-top: 1px;
}
#gnavInner .container .body .menu .children li a {
  color: #22252c;
  font-size: 0.8125rem;
  background-color: #fbfcff;
}
#gnavInner .container .body .menu .children li a:after {
  background-image: url(../images/arrow-right-black.svg);
}
#gnavInner .container .body .asidemenu {
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
  position: relative;
}
#gnavInner .container .body .asidemenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
#gnavInner .container .body .asidemenu ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  border-radius: 9999px;
  background-color: #ed3c51;
  position: relative;
}
#gnavInner .container .body .asidemenu ul li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: no-repeat center/contain;
}
#gnavInner .container .body .asidemenu ul li a.instagram::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/instagram-logo-white.svg);
}
#gnavInner .container .body .asidemenu ul li a.form.mail::after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon-mail-white.svg);
}
#gnavInner .container .body .description {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #gnavInner .container .body .description .sitename img {
    height: 18px;
  }
}
#gnavInner .container .body .description .outline {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 4px;
}
#gnavInner .container .body .description .address {
  font-size: 0.6875rem;
  line-height: 1.3;
  margin-top: 9px;
}
#contentFooterContact {
  margin-top: 100px;
  padding: 60px 0 40px;
  box-sizing: border-box;
  background-color: #c0b3a0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contentFooterContact {
    padding: 40px 0;
    margin-top: 60px;
  }
}
#contentFooterContact .container {
  color: #fff;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 660px) {
  #contentFooterContact .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contentFooterContact .container {
    width: auto;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#contentFooterContact .container .leadtext {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contentFooterContact .container .leadtext {
    font-size: 0.8125rem;
    margin-bottom: 18px;
  }
}
#contentFooterContact .container .contact-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  #contentFooterContact .container .contact-buttons {
    gap: 2px;
    flex-direction: column;
    justify-content: flex-start;
  }
  #contentFooterContact .container .contact-buttons > * {
    flex: none !important;
  }
}
#contentFooterContact .container .contact-buttons .contact-button {
  flex-basis: calc((100% - 10px) / 2);
}
#contentFooterContact .container .contact-buttons .contact-button:first-child {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contentFooterContact .container .contact-buttons .contact-button:first-child {
    margin-bottom: 28px;
  }
}
#contentFooterContact .container .contact-buttons .contact-button__link {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#contentFooterContact .container .contact-buttons .contact-button__link:hover {
  opacity: 1;
}
#contentFooterContact .container .contact-buttons .contact-button__link.tel {
  flex-direction: column;
  gap: 10px;
}
#contentFooterContact .container .contact-buttons .contact-button__link.tel .telnum {
  font-size: 2.5rem;
  line-height: 1;
  padding-left: 30px;
  background: url(../images/icon-phone-white.svg) no-repeat left top 60%/20px auto;
}
@media screen and (max-width: 768px) {
  #contentFooterContact .container .contact-buttons .contact-button__link.tel .telnum {
    font-size: 2rem;
    padding-left: 24px;
  }
}
#contentFooterContact .container .contact-buttons .contact-button__link.tel .teltime {
  font-size: 0.875rem;
  line-height: 1.2;
}
#contentFooterContact .container .contact-buttons .contact-button__link.form {
  gap: 7px;
  background-color: #22252c;
  padding: 1em 10px;
  box-sizing: border-box;
  min-height: 70px;
}
@media (hover: hover) {
  #contentFooterContact .container .contact-buttons .contact-button__link.form {
    z-index: 0;
  }
  #contentFooterContact .container .contact-buttons .contact-button__link.form::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    background-color: #ed3c51;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s, opacity 0.4s;
  }
  #contentFooterContact .container .contact-buttons .contact-button__link.form:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
}
#contentFooterContact .container .contact-buttons .contact-button__link.form::before {
  content: '';
  display: inline-block;
  background: no-repeat center/contain;
}
#contentFooterContact .container .contact-buttons .contact-button__link.form.mitsumori::before {
  width: 14px;
  height: 17px;
  background-image: url(../images/icon-calc-white.svg);
}
#contentFooterContact .container .contact-buttons .contact-button__link.form.mail {
  font-size: 0.875rem;
}
#contentFooterContact .container .contact-buttons .contact-button__link.form.mail::before {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon-mail-white.svg);
}
#footer {
  color: #fff;
  padding: 50px 0 35px;
  box-sizing: border-box;
  background-color: #22252c;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 75px;
    background-color: #000;
  }
}
#footer .container {
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  #footer .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 786px) {
  #footer .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#footer .container .footer-menu {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 1200px) {
  #footer .container .footer-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .container .footer-menu > * {
    flex-basis: calc((100% - 4em) / 3);
  }
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu {
    line-height: 1.2;
    gap: 1px;
  }
  #footer .container .footer-menu > * {
    flex: none !important;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu .menu li:not(:first-child) {
    padding-top: 1px;
  }
}
#footer .container .footer-menu .menu a {
  display: inline-flex;
  align-items: center;
  padding-left: calc(15px + 1.25em);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu .menu a {
    font-weight: bold;
    display: flex;
    padding: 0.5em 1em 0.5em 45px;
    min-height: 45px;
    background-color: #22252c;
  }
}
#footer .container .footer-menu .menu a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/5px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu .menu a::after {
    left: 15px;
  }
}
#footer .container .footer-menu .menu a.instagram::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../images/instagram-logo-white.svg) no-repeat center/contain;
  margin-right: 0.5em;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu .menu a.parent::after {
    content: "＋";
    background: none;
    border: none;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    width: 17px;
    height: 17px;
    background-color: #000;
  }
  #footer .container .footer-menu .menu a.parent.is-active::after {
    content: "－";
  }
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu .menu .children {
    padding-top: 1px;
  }
}
@media (min-width: 769px) {
  #footer .container .footer-menu .menu .children li a::before {
    content: '－';
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #footer .container .footer-menu .menu .children li a {
    font-weight: 400;
    background-color: rgba(255, 255, 255, .4);
  }
}
#footer .container .footer-banner {
  flex-basis: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #footer .container .footer-banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .container .footer-banner {
    margin-top: 20px;
  }
}
#footer .container .footer-banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  #footer .container .footer-banner ul {
    gap: 4px;
  }
}
@media screen and (max-width: 520px) {
  #footer .container .footer-banner ul {
    flex-direction: column;
  }
}
#footer .container .footer-banner ul li {
  height: 100px;
  padding: 0.25em;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 520px) {
}
#footer .container .footer-banner ul li > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#footer .container .footer-description {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
  padding-top: 18px;
  box-sizing: border-box;
  border-top: solid 1px #36454f;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-description {
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  #footer .container .footer-description > * {
    flex: none !important;
    width: 100%;
  }
}
#footer .container .footer-description .description {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-description .description {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #footer .container .footer-description .description > * {
    flex: none !important;
  }
}
#footer .container .footer-description .description .col:nth-child(1) {
  display: inline-flex;
  flex-direction: column;
  gap: 7px;
}
#footer .container .footer-description .description .col:nth-child(1) .outline {
  font-size: 0.75rem;
  line-height: 1.3;
}
#footer .container .footer-description .description .col:nth-child(1) .logo a > img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-description .description .col:nth-child(1) .logo a > img {
    height: 26px;
  }
}
#footer .container .footer-description .description .col:nth-child(2) .address {
  font-size: 0.6875rem;
  line-height: 1.3;
}
#footer .container .footer-description .description .col:nth-child(2) .address > p:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #footer .container .footer-description .copyright {
    display: flex;
    justify-content: flex-end;
  }
}
#footer .container .footer-description .copyright small {
  font-size: 0.75rem;
  line-height: 1.3;
}
#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  #totop {
    right: 0;
    bottom: 20px;
  }
}
.header-scroll-out #totop {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  #totop {
    bottom: 56px;
  }
}
#totop a {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 45px;
  height: 45px;
  background-color: #ed3c51;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #totop a {
    width: 55px;
    height: 55px;
  }
}
#totop a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../images/arrow-top-white.svg) no-repeat center/contain;
}
#totop a:hover {
  opacity: 1;
}
@media (hover: hover) {
  #totop a {
    z-index: 0;
  }
  #totop a::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  #totop a:hover::after {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}
.c-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-heading__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-heading__inner::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ed3c51;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.c-heading__inner .en {
  color: #493365;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-heading__inner .en {
    font-size: 0.75rem;
    margin-top: 10px;
  }
}
.c-heading__inner .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-heading__inner .ja {
    font-size: 1.25rem;
    margin-top: 7px;
  }
}
.c-heading.vertical {
  justify-content: flex-start;
}
.c-heading.vertical .c-heading__inner {
  align-items: flex-start;
}
.c-heading.vertical .c-heading__inner::before {
  position: absolute;
  top: 4px;
  left: 0;
}
.c-heading.vertical .c-heading__inner .en {
  padding-left: 18px;
  margin-top: 0;
}
.c-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.c-button {
  display: inline-block;
}
.c-button__link {
  color: #493365;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 175px;
  min-height: 45px;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    min-width: 163px;
  }
}
.c-button__link::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto currentColor;
}
.c-button__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  .c-button__link {
    overflow: hidden;
    transition: 0.4s;
  }
  .c-button__link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #493365;
    z-index: -1;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .c-button__link:hover {
    color: #fff;
  }
  .c-button__link:hover::before {
    background-image: url(../images/arrow-right-black.svg);
  }
  .c-button__link:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}
#toppageNews {
  padding: 76px 0 80px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #toppageNews {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #toppageNews {
    padding-bottom: 30px;
  }
}
#toppageNews .container {
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  #toppageNews .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #toppageNews .container {
    margin: 0;
  }
}
#toppageNews .container .columns {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  #toppageNews .container .columns {
    gap: 5.55556vw;
  }
}
@media screen and (max-width: 1024px) {
  #toppageNews .container .columns {
    flex-direction: column;
    gap: 30px;
  }
  #toppageNews .container .columns > * {
    flex: none !important;
  }
}
#toppageNews .container .columns .column.head {
  flex-basis: 320px;
  display: flex;
  align-items: center;
  padding: 50px 50px 100px;
  box-sizing: border-box;
  background-color: #493365;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #toppageNews .container .columns .column.head {
    justify-content: center;
    padding: 20px;
  }
}
#toppageNews .container .columns .column.head .c-heading {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #toppageNews .container .columns .column.head .c-heading {
    justify-content: center;
  }
  #toppageNews .container .columns .column.head .c-heading .c-heading__inner {
    align-items: center;
  }
  #toppageNews .container .columns .column.head .c-heading .c-heading__inner::before {
    position: static;
  }
}
#toppageNews .container .columns .column.head .c-heading .en {
  color: currentColor;
}
@media screen and (max-width: 1024px) {
  #toppageNews .container .columns .column.head .c-heading .en {
    padding-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #toppageNews .container .columns .column.head .c-heading .en {
    margin-top: 10px;
  }
}
#toppageNews .container .columns .column.body {
  flex-basis: calc(100% - 320px);
  padding-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #toppageNews .container .columns .column.body {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageNews .container .columns .column.body {
    padding: 0 15px;
  }
}
#toppageNews .container .columns .column.body .c-buttons {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #toppageNews .container .columns .column.body .c-buttons {
    margin-top: 15px;
  }
}
.news-headline {
  position: relative;
}
.news-headline ul.js-trigger li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-property: opacity, visibility, transform;
  transition-duration: 1s;
}
.news-headline ul.js-trigger li:nth-child(1) {
  transition-delay: 0s;
}
.news-headline ul.js-trigger li:nth-child(2) {
  transition-delay: 0.15s;
}
.news-headline ul.js-trigger li:nth-child(3) {
  transition-delay: 0.3s;
}
.news-headline ul.js-trigger li:nth-child(4) {
  transition-delay: 0.45s;
}
.news-headline ul.js-trigger.is-active li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.news-headline ul li a {
  display: flex;
  align-items: center;
  padding: 18px 22px 18px 60px;
  box-sizing: border-box;
  border-bottom: solid 1px #cecece;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-headline ul li a {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 5px;
  }
}
.news-headline ul li a::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: url(../images/arrow-right-white.svg) no-repeat center/6px auto #493365;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news-headline ul li a::before {
    width: 15px;
    height: 15px;
    background-size: 4px auto;
    left: 5px;
  }
}
.news-headline ul li a:hover {
  opacity: 1;
}
@media (hover: hover) {
  .news-headline ul li a::after {
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #493365;
    transform: scaleX(0);
    transform-origin: left center;
    transition: 0.4s;
  }
  .news-headline ul li a:hover::after {
    transform: scaleX(1);
  }
}
.news-headline ul li a .date {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-right: 20px;
}
.news-headline ul li a .terms {
  flex-shrink: 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .news-headline ul li a .terms {
    font-size: 0.8125rem;
    margin-right: 0;
  }
}
.news-headline ul li a .terms .term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em 2px;
  box-sizing: border-box;
  min-height: 27px;
  background-color: #c0b3a0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-headline ul li a .terms .term {
    min-height: 20px;
  }
}
.news-headline ul li a .terms .term:not(:first-child:last-child) {
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}
.news-headline ul li a .title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-headline ul li a .title {
    font-size: 0.875rem;
    flex-basis: 100%;
    padding-top: 0.75em;
  }
}
#toppageLineupInner {
  padding: 60px 0 40px;
  box-sizing: border-box;
  background-color: #f5f1eb;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner {
    padding: 50px 0 20px;
  }
}
#toppageLineupInner .container {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #toppageLineupInner .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #toppageLineupInner .container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #toppageLineupInner .container .head {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .head {
    margin: 0 15px;
  }
}
#toppageLineupInner .container .body {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #toppageLineupInner .container .body .bus-terms {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-terms {
    margin: 0 15px;
  }
}
#toppageLineupInner .container .body .bus-headline {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide {
  height: auto;
}
@media (min-width: 1025px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide {
    flex-basis: calc((100% - (20px * 2)) / 3);
  }
}
@media screen and (max-width: 1024px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide {
    max-width: 400px;
    width: calc(100% - 50px);
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide.js-trigger {
  position: relative;
  overflow: hidden;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide.js-trigger::after {
  content: '';
  display: block;
  z-index: 10;
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(245, 241, 235, 0) 0%, #f5f1eb 50%, #f5f1eb 100%);
  transform: translateX(-50%);
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide.js-trigger.is-active::after {
  animation: viewinMask 1s ease-in-out forwards;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link {
  display: block;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link {
    padding: 30px 15px;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link:hover::before {
    opacity: 1;
    transform: translateX(0);
  }
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link:hover .docs .button__link {
    color: #fff;
    background-color: color-mix(in srgb, #493365 90%, #fff);
  }
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link:hover .docs .button__link::after {
    background-image: url(../images/arrow-right-black.svg);
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link {
    z-index: 0;
  }
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link:hover::after {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .term {
  color: #ed3c51;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .thumb {
  height: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .thumb {
    height: 180px;
    padding-top: 25px;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .thumb > img {
  width: 100%;
  transition: transform 0.4s;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs {
  margin-top: 8px;
  position: relative;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const {
    flex-direction: column;
    gap: 10px;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.t {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.t {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #22252c;
    min-height: 30px;
  }
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.t > span {
    display: none;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.i {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.i {
    text-align: center;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.i::after {
  content: '、';
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .const > span.i:last-child::after {
  display: none;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .tags {
  margin-top: 14px;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .tags .tag {
  color: #ed3c51;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .tags .tag::before {
  content: '#';
  margin-right: 0.2em;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .tags .tag:not(:first-child:last-child) {
  margin-right: 0.7em;
  margin-bottom: 0.1em;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .button {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .button {
    margin-top: 16px;
  }
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .button__link {
  color: #493365;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-radius: 0.25em;
  gap: 2px;
  transition: 0.4s;
}
#toppageLineupInner .container .body .bus-headline .headline-wrapper .headline-slide__link .docs .button__link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  background: url(../images/arrow-right-white.svg) no-repeat center/5px auto currentColor;
  margin-top: 0.15em;
}
#toppageLineupInner .container .body .bus-headline .bus-button-prev, #toppageLineupInner .container .body .bus-headline .bus-button-next {
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #493365;
  background: url(../images/arrow-right-white.svg) no-repeat center/7px auto #493365;
  position: absolute;
  top: 25px;
  z-index: 5;
  display: none;
}
#toppageLineupInner .container .body .bus-headline .bus-button-prev {
  transform: rotate(-180deg);
  left: 5px;
}
#toppageLineupInner .container .body .bus-headline .bus-button-next {
  right: 5px;
}
#toppageLineupInner .container .body .bus-headline.swiper-initialized .bus-button-prev, #toppageLineupInner .container .body .bus-headline.swiper-initialized .bus-button-next {
  display: block;
}
#toppageLineupInner .container .body .c-buttons {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #toppageLineupInner .container .body .c-buttons {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageLineupInner .container .body .c-buttons {
    margin: 15px 15px 0;
  }
}
#toppageLineup .parallax-wrapper {
  margin-top: 50px;
  padding: 40px 0;
  box-sizing: border-box;
  background-color: #493365;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageLineup .parallax-wrapper {
    margin-top: 40px;
    padding: 50px 0;
  }
}
#toppageLineup .parallax-wrapper .parallax-image {
  min-height: 420px;
  height: 55vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageLineup .parallax-wrapper .parallax-image {
    max-height: 420px;
    min-height: 230px;
    height: 30vh;
  }
}
#toppageLineup .parallax-wrapper .parallax-image::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .3);
}
#toppageLineup .parallax-wrapper .parallax-image > img {
  width: 100%;
  height: 200%;
  object-fit: cover;
}
#toppageLineup .parallax-wrapper .loop-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(80px, 5.55556vw, 120px);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0.3em 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #toppageLineup .parallax-wrapper .loop-text {
    font-size: clamp(40px, 10.66667vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  #toppageLineup .parallax-wrapper .loop-text {
    bottom: auto;
    top: 25px;
    display: none !important;
  }
}
#toppageLineup .parallax-wrapper .loop-text__inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
#toppageLineup .parallax-wrapper .loop-text .item {
  white-space: nowrap;
  padding-left: 0.5em;
}
#toppageLineup .parallax-wrapper .loop-text2 {
  display: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 10.66667vw, 80px);
}
@media screen and (max-width: 768px) {
  #toppageLineup .parallax-wrapper .loop-text2 {
    display: block !important;
  }
}
#toppageLineup .parallax-wrapper .loop-text2__item {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.3em 0;
  box-sizing: border-box;
  overflow: hidden;
}
#toppageLineup .parallax-wrapper .loop-text2__item:nth-child(1) {
  top: calc(35px - 0.5em);
}
#toppageLineup .parallax-wrapper .loop-text2__item:nth-child(2) {
  bottom: calc(45px - 0.5em);
}
#toppageLineup .parallax-wrapper .loop-text2__inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 100%;
}
#toppageLineup .parallax-wrapper .loop-text2__inner .item {
  white-space: nowrap;
  padding-left: 0.5em;
}
.bus-terms, .news-terms {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.subpage .bus-terms, .subpage .news-terms {
  margin-bottom: 30px;
}
.bus-terms ul, .news-terms ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .bus-terms ul, .news-terms ul {
    gap: 1px;
  }
}
.bus-terms ul li, .news-terms ul li {
  flex-basis: 172px;
}
@media screen and (max-width: 1024px) {
  .bus-terms ul li, .news-terms ul li {
    flex-basis: calc((100% - 6px) / 2);
  }
  .bus-terms ul li:first-child, .news-terms ul li:first-child {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bus-terms ul li, .news-terms ul li {
    flex-basis: 100%;
  }
}
.bus-terms ul li a, .news-terms ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #22252c;
  padding: 0 1em;
  box-sizing: border-box;
  min-height: 60px;
  gap: 1em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bus-terms ul li a, .news-terms ul li a {
    min-height: 45px;
  }
}
.bus-terms ul li a::before, .news-terms ul li a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto;
}
@media screen and (max-width: 1024px) {
  .bus-terms ul li a:not(.current)::before, .news-terms ul li a:not(.current)::before {
    transform: rotate(90deg);
  }
}
.bus-terms ul li a.current, .news-terms ul li a.current {
  background-color: #ed3c51;
}
@media screen and (max-width: 1024px) {
  .bus-terms ul li a br, .news-terms ul li a br {
    display: none;
  }
}
#toppageGuide {
  padding-top: 85px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #toppageGuide {
    padding-top: 50px;
  }
}
#toppageGuide .container {
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  #toppageGuide .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageGuide .container {
    margin-left: 0;
    margin-right: 0;
  }
}
#toppageGuide .container .body {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body {
    margin-top: 20px;
  }
}
#toppageGuide .container .body .guide-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body .guide-cards {
    flex-direction: column;
    gap: 12px;
  }
  #toppageGuide .container .body .guide-cards > * {
    flex: none !important;
    width: 100% !important;
  }
}
#toppageGuide .container .body .guide-cards .guide-card {
  flex-basis: calc((100% - (15px * 2)) / 3);
}
#toppageGuide .container .body .guide-cards .guide-card:nth-child(1), #toppageGuide .container .body .guide-cards .guide-card:nth-child(2) {
  flex-basis: calc((100% - 15px) / 2);
}
@media screen and (max-width: 1024px) {
  #toppageGuide .container .body .guide-cards .guide-card {
    flex-basis: calc((100% - (15px * 1)) / 2);
  }
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body .guide-cards .guide-card {
    position: relative;
  }
  #toppageGuide .container .body .guide-cards .guide-card::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 60.52632%;
    background-color: #493365;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#toppageGuide .container .body .guide-cards .guide-card.js-trigger {
  position: relative;
  overflow: hidden;
}
#toppageGuide .container .body .guide-cards .guide-card.js-trigger::after {
  content: '';
  display: block;
  z-index: 10;
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  transform: translateX(-50%);
}
#toppageGuide .container .body .guide-cards .guide-card.js-trigger.is-active::after {
  animation: viewinMask 1s ease-in-out forwards;
}
#toppageGuide .container .body .guide-cards .guide-card__link {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body .guide-cards .guide-card__link {
    flex-direction: column;
    align-items: flex-start;
    min-height: initial;
  }
  #toppageGuide .container .body .guide-cards .guide-card__link > * {
    flex: none !important;
    width: 100% !important;
  }
}
#toppageGuide .container .body .guide-cards .guide-card__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  #toppageGuide .container .body .guide-cards .guide-card__link:hover .image::before {
    transform: scaleX(100%);
  }
  #toppageGuide .container .body .guide-cards .guide-card__link:hover .image > img {
    transform: scale(1.15);
  }
}
#toppageGuide .container .body .guide-cards .guide-card__link .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body .guide-cards .guide-card__link .image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 15px) !important;
    aspect-ratio: 360 / 150;
    margin-left: 0;
    margin-right: auto;
  }
}
#toppageGuide .container .body .guide-cards .guide-card__link .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background-color: rgba(73, 51, 101, .45);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  transform: scaleX(0%);
  transform-origin: left center;
  transition: transform 0.4s;
}
#toppageGuide .container .body .guide-cards .guide-card__link .image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .4);
}
#toppageGuide .container .body .guide-cards .guide-card__link .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
#toppageGuide .container .body .guide-cards .guide-card__link .image .title-en {
  font-size: 0.875rem;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  #toppageGuide .container .body .guide-cards .guide-card__link .image .title-en {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #493365;
    min-width: 25px;
  }
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body .guide-cards .guide-card__link .image .title-en {
    font-size: 2rem;
    color: rgba(255, 255, 255, .4);
    position: absolute;
    top: auto;
    left: 15px;
    bottom: 15px;
  }
}
@media (min-width: 769px) {
  #toppageGuide .container .body .guide-cards .guide-card__link .image .title-en > span {
    display: inline-block;
    width: 1em;
    writing-mode: vertical-rl;
  }
}
#toppageGuide .container .body .guide-cards .guide-card__link .title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  #toppageGuide .container .body .guide-cards .guide-card__link .title {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 0.7em 15px;
    box-sizing: border-box;
  }
}
#toppageGuide .container .body .guide-cards .guide-card__link .title::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto;
}
#toppageRecruit {
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageRecruit {
    padding: 80px 0 34px;
  }
}
#toppageRecruit::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% + (180 / 1440 * 100vw));
  background-color: #ed3c51;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  #toppageRecruit::before {
    width: 200%;
    height: 100%;
  }
}
#toppageRecruit .container {
  color: #fff;
  margin-right: 4.16667vw;
  padding: 40px 5.55556vw 40px 0;
  border-radius: 0 100px 100px 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#toppageRecruit .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #493365;
}
@media screen and (max-width: 1024px) {
  #toppageRecruit .container {
    margin-right: 0;
    border-radius: 0;
    padding-top: 0;
    padding-right: 0;
  }
  #toppageRecruit .container::before {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container::before {
    top: 120px;
  }
}
#toppageRecruit .container .columns {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6.94444vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #toppageRecruit .container .columns {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 30px;
  }
  #toppageRecruit .container .columns > * {
    flex: none !important;
    width: 100% !important;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) {
  flex: 580px;
}
@media screen and (max-width: 1024px) {
  #toppageRecruit .container .columns .column:nth-child(1) {
    width: initial !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .head .c-heading .en {
  color: currentColor;
}
#toppageRecruit .container .columns .column:nth-child(1) .body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) .body {
    margin-top: 15px;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .body .leadtext.js-trigger, #toppageRecruit .container .columns .column:nth-child(1) .body .text.js-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-property: opacity, visibility, transform;
  transition-duration: 1s;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .leadtext.js-trigger.is-active, #toppageRecruit .container .columns .column:nth-child(1) .body .text.js-trigger.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#toppageRecruit .container .columns .column:nth-child(1) .body .leadtext {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) .body .leadtext {
    font-size: 1.125rem;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .body .leadtext br {
  display: none;
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) .body .leadtext br {
    display: block;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .body .text {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: justify;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) .body .text {
    line-height: 1.5;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons {
    margin-top: 15px;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons.js-trigger > * {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-property: opacity, visibility, transform;
  transition-duration: 1s;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons.js-trigger > *:nth-child(1) {
  transition-delay: 0s;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons.js-trigger > *:nth-child(2) {
  transition-delay: 0.15s;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons.js-trigger > *:nth-child(3) {
  transition-delay: 0.3s;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons.js-trigger > *:nth-child(4) {
  transition-delay: 0.45s;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons.js-trigger.is-active > * {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 1em 25px;
  min-height: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: solid 1px #cecece;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link {
    font-size: 0.875rem;
    padding: 0.5em 15px;
    min-height: 45px;
    gap: 16px;
  }
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto;
}
#toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link:hover {
  opacity: 1;
}
@media (hover: hover) {
  #toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link {
    z-index: 0;
  }
  #toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    background-color: #ed3c51;
    background-color: color-mix(in srgb, #ed3c51 90%, #493365);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s, opacity 0.4s;
  }
  #toppageRecruit .container .columns .column:nth-child(1) .body .recruit-buttons .recruit-button__link:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
}
#toppageRecruit .container .columns .column:nth-child(2) {
  flex: 620px;
}
#toppageRecruit .container .columns .column:nth-child(2) .image {
  height: 716px;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #toppageRecruit .container .columns .column:nth-child(2) .image {
    height: auto;
    aspect-ratio: 360 / 250;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageRecruit .container .columns .column:nth-child(2) .image {
    margin-right: 15px;
  }
}
#toppageRecruit .container .columns .column:nth-child(2) .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#toppageInstagram {
  padding: 80px 0 50px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #toppageInstagram {
    padding: 52px 0 26px;
  }
}
#toppageInstagram .container {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #toppageInstagram .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #toppageInstagram .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#toppageInstagram .container .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
}
#toppageInstagram .container .head .c-heading .ja {
  padding-left: 27px;
  box-sizing: border-box;
  background: url(../images/instagram-logo-black.svg) no-repeat left bottom 10%/21px auto;
}
@media screen and (max-width: 768px) {
  #toppageInstagram .container .head .c-heading .ja {
    padding-left: 20px;
    background-size: 15px auto;
    background-position: left bottom 30%;
  }
}
@media screen and (max-width: 768px) {
  #toppageInstagram .container .head .c-button {
    display: none;
  }
}
#toppageInstagram .container .head .c-button__link {
  min-width: 135px;
}
#toppageInstagram .container .body {
  margin-top: 30px;
}
#toppageInstagram .container .body.js-trigger {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition-property: opacity, visibility, transform;
  transition-duration: 1s;
}
#toppageInstagram .container .body.js-trigger.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#toppageInstagram .container .body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#toppageInstagram .container .body ul li {
  width: calc((100% - (10px * 3)) / 4);
}
@media screen and (max-width: 1024px) {
  #toppageInstagram .container .body ul li {
    width: calc((100% - (10px * 1)) / 2);
  }
}
#toppageInstagram .container .body .c-buttons {
  margin-top: 10px;
}
@media (min-width: 769px) {
  #toppageInstagram .container .body .c-buttons {
    display: none;
  }
}
.pager {
  text-align: center;
  margin: 40px 0;
  font-size: 0.875rem;
}
.pager a, .pager span {
  display: inline-block;
  margin: 0 0 0.25em 0.75em;
  min-width: 3em;
  padding: 1em;
  box-sizing: border-box;
  background-color: #afafb0;
  color: #fff;
}
.pager .current {
  background-color: #493365;
}
.monthly_archive_link {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 50px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .monthly_archive_link {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.monthly_archive_link a.show_archive_links {
  display: block;
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9e9ea;
  margin: auto;
  border-radius: 30px;
  position: relative;
}
.monthly_archive_link a.show_archive_links:after {
  content: ">";
  display: inline-block;
  transform: rotateZ(90deg) scaleX(0.5);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.monthly_archive_link ul {
  margin-top: 20px;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
.monthly_archive_link ul.show {
  display: flex;
}
.monthly_archive_link ul li {
  margin: 0 5px 10px;
  flex: 0 0 113px;
  text-align: center;
}
.monthly_archive_link ul li a {
  display: block;
  background-color: #f4f4f4;
  padding: 7px 0;
  border-radius: 15px;
}
#subpageHeadingVisual {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #subpageHeadingVisual {
    margin-bottom: 60px;
  }
}
#subpageHeadingVisual figure {
  height: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #subpageHeadingVisual figure {
    height: 180px;
  }
}
#subpageHeadingVisual figure::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .15);
}
#subpageHeadingVisual figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#subpageContent {
  margin: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #subpageContent {
    margin-top: 60px;
  }
}
#subpageContent #subpageHeading {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #subpageContent #subpageHeading {
    margin-bottom: 25px;
  }
}
#subpageContent #subpageTopicpath {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.16667vw;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #subpageContent #subpageTopicpath {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #subpageContent #subpageTopicpath {
    position: static;
    margin: 0 20px;
  }
}
#subpageContent #subpageTopicpath ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #subpageContent #subpageTopicpath ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
#subpageContent #subpageTopicpath ul li {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #subpageContent #subpageTopicpath ul li {
    font-size: 0.75rem;
    flex-direction: row;
  }
}
#subpageContent #subpageTopicpath ul li::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  background: url(../images/arrow-bottom-white.svg) no-repeat center /7px auto #493365;
}
@media screen and (max-width: 768px) {
  #subpageContent #subpageTopicpath ul li::after {
    width: 13px;
    height: 13px;
    background-image: url(../images/arrow-right-white.svg);
    background-size: 4px auto;
  }
}
#subpageContent #subpageTopicpath ul li:last-child::after {
  display: none;
}
@media (min-width: 769px) {
  #subpageContent #subpageTopicpath ul li span.title {
    display: inline-block;
    width: 1em;
    writing-mode: vertical-rl;
  }
}
#subpageContentInner {
  margin-top: 30px;
}
#subpageContentInner .container {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 1120px) {
  #subpageContentInner .container {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #subpageContentInner .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.bus-group {
  margin-bottom: 30px;
}
.bus-group > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bus-group > * {
    margin-top: 15px;
  }
}
.bus-group > *:first-child {
  margin-top: 0;
}
.bus-group h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: calc(10px + 0.8em);
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
.bus-group h3::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #493365;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.bus-group .buscategory-terms {
  position: relative;
}
.bus-group .buscategory-terms ul {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .bus-group .buscategory-terms ul {
    gap: 1px;
  }
}
.bus-group .buscategory-terms ul li {
  list-style: none;
  margin: 0;
  height: auto;
  flex-basis: calc((100% - (5px * 5)) / 6);
}
@media screen and (max-width: 1024px) {
  .bus-group .buscategory-terms ul li {
    flex-basis: calc((100% - (5px * 2)) / 3);
  }
}
@media screen and (max-width: 768px) {
  .bus-group .buscategory-terms ul li {
    flex-basis: calc((100% - (1px * 1)) / 2);
  }
}
@media screen and (max-width: 600px) {
  .bus-group .buscategory-terms ul li {
    flex-basis: 100%;
  }
}
.bus-group .buscategory-terms ul li:first-child {
  flex-basis: 100%;
}
@media (min-width: 601px) {
  .bus-group .buscategory-terms ul li:first-child a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bus-group .buscategory-terms ul li a {
  text-decoration: none !important;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.5em 1em 0.5em 2.85714em;
  box-sizing: border-box;
  height: 100%;
  min-height: 4.28571em;
  background-color: #22252c;
  position: relative;
}
@media screen and (max-width: 360px) {
  .bus-group .buscategory-terms ul li a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .bus-group .buscategory-terms ul li a {
    padding-left: 3.07692em;
  }
}
@media screen and (max-width: 768px) {
  .bus-group .buscategory-terms ul li a {
    min-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .bus-group .buscategory-terms ul li a br {
    display: none;
  }
}
.bus-group .buscategory-terms ul li a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px;
  background: url(../images/arrow-right-white.svg) no-repeat center/4px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
}
.bus-group .buscategory-terms ul li a.current {
  background-color: #ed3c51;
}
.bus-group .buscategory-terms ul li a.current::after {
  transform: rotate(90deg);
  background-color: #22252c;
  border-color: #22252c;
}
.bus-group .bustag-form-wrapper {
  padding: 30px 30px 20px;
  box-sizing: border-box;
  background-color: #fef9f2;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 360px) {
  .bus-group .bustag-form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .term-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .term-items {
    gap: 8px;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item {
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item {
    font-size: 0.875rem;
    padding: 0.5em;
    box-sizing: border-box;
    background-color: #ededed;
    border-radius: 10px;
  }
}
@media screen and (max-width: 420px) {
  .bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item {
    font-size: 0.75rem;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item input[type="checkbox"] {
  margin-top: 0.2em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: -5px;
  color: #fff;
  border: 1px solid #22252c;
  background-color: currentColor;
  border-radius: 2px;
}
.bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item input[type="checkbox"]:checked {
  border-color: #ed3c51;
  background-color: #ed3c51;
}
.bus-group .bustag-form-wrapper form.bustag-form .term-items .term-item input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.bus-group .bustag-form-wrapper form.bustag-form .reset-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.bus-group .bustag-form-wrapper form.bustag-form .reset-button input[type="button"] {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #493365;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  padding-bottom: 2px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .reset-button input[type="button"] {
    font-size: 0.875rem;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .reset-button input[type="button"]:hover {
  opacity: 0.8;
}
.bus-group .bustag-form-wrapper form.bustag-form .button {
  margin-top: 18px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .button {
    width: 100%;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .button::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  border: solid 1px #fff;
  background: url(../images/arrow-bottom-white.svg) no-repeat center/7px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .button::before {
    left: 15px;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .button button {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.9375rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  background-color: #ed3c51;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .button button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .bus-group .bustag-form-wrapper form.bustag-form .button button {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .bus-group .bustag-form-wrapper form.bustag-form .button button {
    padding: 0 40px;
  }
}
.bus-group .bustag-form-wrapper form.bustag-form .button button:hover {
  opacity: 0.8;
}
.equip-list {
  margin-left: 0 !important;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media screen and (max-width: 600px) {
  .equip-list {
    gap: 1px;
  }
}
.equip-list .list-item {
  width: calc((100% - (3px * 7)) / 8);
  list-style: none;
  margin: 0;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  padding: 3px 3px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #cecece;
  min-width: 56px;
  min-height: 57px;
  aspect-ratio: 1.5;
  position: relative;
}
@media screen and (max-width: 600px) {
  .equip-list .list-item {
    width: calc((100% - (1px * 3)) / 4);
  }
}
.equip-list .list-item > span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
}
.equip-list .list-item.selected {
  background-color: #22252c;
}
