@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.wf-active {
  opacity: 1;
}
@media print, (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width <= 767px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25vw;
  }
}

body {
  color: #353535;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ", "Noto Sans JP", "Yu Gothic", "游ゴシック体", yugothic, "游ゴシック", "Meiryo", meiryo, "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body * {
  letter-spacing: 0.01em;
}
@media print, (width >= 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (width <= 767px) {
  body {
    font-size: 0.13rem;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.u-hidden {
  display: none;
}

@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/typelabonstd_light.otf") format("opentype");
}
@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/typelabonstd_regular.otf") format("opentype");
}
@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/typelabonstd_medium.otf") format("opentype");
}
@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/typelabonstd_debold.otf") format("opentype");
}
@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/typelabonstd_bold.otf") format("opentype");
}
@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/typelabonstd_utral.otf") format("opentype");
}
@font-face {
  font-family: TypelaboNStd;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/typelabonstd_heavy.otf") format("opentype");
}
@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (width <= 767px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 60px);
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width <= 767px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (width >= 884px) {
  #l-main {
    padding-top: 100px;
  }
}
@media only screen and (width <= 883px) {
  #l-main {
    padding-top: 0.68rem;
  }
}

.l-footer {
  position: relative;
  z-index: 9999;
  color: #fff;
}
.l-footer__copyright {
  background-color: #c03;
}
.l-footer__copyright-text {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
.l-footer__logo {
  display: block;
}
.l-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__title-english {
  color: rgba(255, 255, 255, 0.12);
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.l-footer__title-japanese {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.l-footer__main {
  background-color: #fff;
}
@media print, (width >= 768px) {
  .l-footer__head {
    padding: 85px 0 95px;
    border-radius: 90px 90px 0 0;
    background: url("../img/common/background_footer.svg") top left/cover no-repeat;
  }
  .l-footer__title {
    margin-bottom: 62px;
  }
  .l-footer__logo {
    width: 256px;
    margin-bottom: 35px;
    margin-left: 10px;
  }
  .l-footer__copyright {
    padding: 29px 0;
  }
  .l-footer__copyright-text {
    font-size: 0.12rem;
  }
  .l-footer__title-english {
    font-size: 0.94rem;
  }
  .l-footer__title-japanese {
    margin-top: -61px;
    font-size: 0.5rem;
  }
  .l-footer__structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 142px;
  }
  .l-footer__structure-wrapper {
    padding-top: 72px;
  }
  .l-footer__main {
    padding: 75px 0;
  }
}
@media (768px <= width <= 1366px) {
  .l-footer__structure {
    gap: 100px;
  }
}
@media only screen and (width <= 767px) {
  .l-footer__head {
    padding: 0.41rem 0 0.58rem;
    border-radius: 0.41rem 0.41rem 0 0;
    background: url("../img/common/sp/background_footer.jpg") top left/cover no-repeat;
  }
  .l-footer__title {
    margin-bottom: 0.36rem;
  }
  .l-footer__logo {
    width: 1.76rem;
    margin: 0 auto 0.29rem;
  }
  .l-footer__copyright {
    padding: 0.1rem 0;
  }
  .l-footer__copyright-text {
    font-size: 0.09rem;
  }
  .l-footer__title-english {
    font-size: 0.45rem;
  }
  .l-footer__title-japanese {
    margin-top: -0.3rem;
    font-size: 0.24rem;
  }
  .l-footer__contact-item {
    margin-bottom: 0.28rem;
  }
  .l-footer__contact-item:last-child {
    margin-bottom: 0;
  }
  .l-footer__main {
    padding: 0.6rem 0 0.4rem;
  }
  .l-footer__structure-wrapper {
    margin-bottom: 0.41rem;
  }
}

.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (width >= 768px) {
  .l-footer__contact {
    gap: 45px;
  }
}

.l-footer-navigation__title {
  color: #c03;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.l-footer-navigation__content-inner:last-child {
  margin-bottom: 0;
}
.l-footer-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (width >= 768px) {
  .l-footer-navigation__title {
    margin-bottom: 6px;
    pointer-events: none;
  }
  .l-footer-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 782px;
    margin-right: -60px;
    gap: 38px 30px;
  }
  .l-footer-navigation__item {
    width: 240px;
  }
  .l-footer-navigation__content-inner {
    margin-bottom: 4px;
  }
}
@media (768px <= width <= 1366px) {
  .l-footer-navigation__list {
    margin-right: 0;
  }
}
@media only screen and (width <= 767px) {
  .l-footer-navigation {
    max-width: 3.2rem;
    margin: 0 auto;
  }
  .l-footer-navigation__content {
    display: none;
    padding-top: 0.1rem;
  }
  .l-footer-navigation__item {
    padding: 0.14rem 0.1rem 0.13rem;
    border-top: 1px solid rgba(204, 0, 51, 0.3);
  }
  .l-footer-navigation__item:last-child {
    border-bottom: 1px solid rgba(204, 0, 51, 0.3);
  }
  .l-footer-navigation__item.is-active .l-footer-navigation__title::after {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .l-footer-navigation__title {
    position: relative;
    font-size: 0.15rem;
  }
  .l-footer-navigation__title::after, .l-footer-navigation__title::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0.02rem;
    bottom: 0;
    width: 0.16rem;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #c03;
  }
  .l-footer-navigation__title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-footer-navigation__content-inner {
    margin-bottom: 0.08rem;
  }
}

.c-link.c-link--arrow {
  position: relative;
  color: #353535;
  letter-spacing: 0.06em;
}
.c-link.c-link--arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 0.12rem;
  height: 0.11rem;
  margin-left: 0.08rem;
  background: url("../img/common/icn_arrow_03.svg") center/100% auto no-repeat;
}
@media print, (width >= 768px) {
  .c-link.c-link--arrow--spacing {
    margin-right: -20px;
  }
}

.c-button-to-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 1;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.c-button-to-top.is-active .c-button-to-top__wrapper {
  visibility: visible;
  opacity: 1;
}
.c-button-to-top__inner {
  position: relative;
  z-index: 2;
  cursor: pointer;
  pointer-events: all;
}
.c-button-to-top.is-stuck .c-button-to-top__wrapper {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, (width >= 768px) {
  .c-button-to-top__icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .c-button-to-top__wrapper {
    bottom: 16px;
    padding-right: 1rem;
  }
  .c-button-to-top.is-stuck .c-button-to-top__wrapper {
    bottom: calc(100% - 77px);
  }
}
@media only screen and (width <= 767px) {
  .c-button-to-top__icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c-button-to-top__wrapper {
    bottom: 0.16rem;
    padding-right: 0.2rem;
  }
  .c-button-to-top.is-stuck .c-button-to-top__wrapper {
    bottom: calc(100% - 0.57rem);
  }
}

.l-button-skip {
  position: absolute;
  z-index: 10001;
  width: 1px;
  height: 1px;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.l-button-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.14rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.l-header {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
}
@media print, (width >= 884px) {
  .l-header__wrapper {
    min-height: 100px;
    padding: 8px 332px 8px 50px;
  }
}
@media print {
  .l-header .l-header__wrapper {
    position: absolute;
  }
}
@media (884px <= width <= 1366px) {
  .l-header__wrapper {
    padding-left: 20px;
  }
}
@media (1120px <= width <= 1366px) {
  .l-header__wrapper {
    padding-right: 260px;
  }
}
@media (884px <= width <= 1120px) {
  .l-header__wrapper {
    padding-right: 200px;
  }
}
@media only screen and (width <= 883px) {
  .l-header__wrapper {
    min-height: 0.68rem;
    padding: 0.1rem 0.85rem 0.1rem 0.2rem;
  }
  .l-header__wrapper.is-active .l-header-navigation {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.l-header-hamburger {
  cursor: pointer;
}
@media only screen and (width <= 883px) {
  .l-header-hamburger {
    position: fixed;
    z-index: 999;
    top: 0.12rem;
    right: 0.2rem;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid #c03;
    border-radius: 0.06rem;
    background-color: #fff;
  }
  .l-header-hamburger__text {
    display: block;
    position: absolute;
    bottom: -0.09rem;
    left: 50%;
    width: 0.45rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    color: #c03;
    font-size: 0.07rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .l-header-hamburger__wrapper {
    position: absolute;
    top: calc(50% - 0.14rem);
    left: calc(50% - 0.13rem);
    width: 0.25rem;
    height: 0.2rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .l-header-hamburger__line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 9.99rem;
    background-color: #c03;
  }
  .l-header-hamburger__line:nth-of-type(1) {
    top: 0;
  }
  .l-header-hamburger__line:nth-of-type(2) {
    bottom: 0.08rem;
  }
}

@media only screen and (width <= 883px) {
  .l-header-hamburger.is-active .l-header-hamburger__line {
    top: 0.12rem;
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header-hamburger.is-active .l-header-hamburger__text {
    opacity: 0;
  }
}

.l-header__logo {
  display: block;
}
@media print, (width >= 884px) {
  .l-header__logo {
    width: 153px;
  }
}
@media only screen and (width <= 883px) {
  .l-header__logo {
    width: 1.27rem;
  }
}

.l-navigation-submenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-navigation-submenu .c-link.c-link--arrow {
  text-decoration: none;
}
@media print, (width >= 884px) {
  .l-navigation-submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    padding-top: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
  }
  .l-navigation-submenu .c-link.c-link--arrow {
    display: block;
    width: 100%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #353535;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
  }
}
@media print and (hover: hover), (width >= 884px) and (hover: hover) {
  .l-navigation-submenu .c-link.c-link--arrow:hover {
    opacity: 1;
    color: #c03;
  }
}
@media print, (width >= 884px) {
  .l-navigation-submenu__wrapper {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    padding: 14px 10px 10px 16px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  }
  .l-navigation-submenu__list-item {
    margin-bottom: 7px;
  }
}
@media (884px <= width <= 1120px) {
  .l-navigation-submenu {
    left: calc(50% - 5px);
  }
}
@media only screen and (width <= 883px) {
  .l-navigation-submenu .c-link.c-link--arrow {
    opacity: 1;
    font-size: 0.15rem;
    text-decoration: none;
  }
}
@media only screen and (width <= 883px) and (hover: hover) {
  .l-navigation-submenu .c-link.c-link--arrow:hover {
    opacity: 0.8;
  }
}
@media only screen and (width <= 883px) {
  .l-navigation-submenu__list-item {
    margin-bottom: 0.07rem;
  }
  .l-navigation-submenu__list-item:last-child {
    margin-bottom: 0;
  }
}

.l-header-navigation__link {
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}
.l-header-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (width >= 884px) {
  .l-header-navigation__link {
    display: inline-block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 0.15rem;
    letter-spacing: 0.06em;
  }
  .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 46px;
  }
  .l-header-navigation__item {
    position: relative;
  }
  .l-header-navigation__item:hover .l-navigation-submenu, .l-header-navigation__item.is-hover .l-navigation-submenu {
    visibility: visible;
    opacity: 1;
  }
  .l-header-navigation__item:hover .l-header-navigation__link, .l-header-navigation__item.is-hover .l-header-navigation__link {
    color: #c03;
  }
  .l-header-navigation__item--about .l-navigation-submenu {
    left: 50%;
  }
  .l-header-navigation__item--about .l-navigation-submenu .l-navigation-submenu__wrapper {
    min-width: 204px;
  }
  .l-header-navigation__item--information .l-navigation-submenu, .l-header-navigation__item--work .l-navigation-submenu {
    left: calc(50% + 46px);
  }
  .l-header-navigation__item--information .l-navigation-submenu__wrapper, .l-header-navigation__item--work .l-navigation-submenu__wrapper {
    width: 248px;
  }
}
@media (1120px <= width <= 1366px) {
  .l-header-navigation__list {
    gap: 30px;
  }
}
@media (1000px <= width <= 1120px) {
  .l-header-navigation__list {
    gap: 20px;
  }
}
@media (884px <= width <= 1000px) {
  .l-header-navigation__link {
    font-size: 0.13rem;
  }
  .l-header-navigation__list {
    gap: 15px;
  }
}
@media only screen and (width <= 883px) {
  .l-header-navigation {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    background-color: #fff;
  }
  .l-header-navigation.is-open {
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header-navigation__link {
    display: block;
    margin-bottom: 0.1rem;
    color: #c03;
    font-size: 0.15rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    pointer-events: none;
  }
  .l-header-navigation__wrapper {
    padding: 0.15rem 0.19rem 0.6rem 0.2rem;
  }
  .l-header-navigation__item {
    padding: 0.15rem 0.11rem 0.12rem;
    border-top: 1px solid rgba(204, 0, 51, 0.3);
  }
  .l-header-navigation__item:last-child {
    border-bottom: 1px solid rgba(204, 0, 51, 0.3);
  }
  .l-header-navigation .l-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-navigation .l-header-contact__title {
    font-size: 0.16rem;
  }
  .l-header-navigation .l-header-contact .c-button-header-contact {
    width: 1.05rem;
    min-height: 0.57rem;
    font-size: 0.15rem;
  }
  .l-header-navigation__inner {
    padding: 0.37rem 0 0.19rem;
  }
}

.l-header-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header-contact__title {
  display: block;
  font-weight: 600;
  text-align: center;
}
@media print, (width >= 884px) {
  .l-header-contact {
    position: absolute;
    top: calc(50% - 46px);
    right: 50px;
  }
  .l-header-contact__list {
    gap: 17px;
  }
  .l-header-contact__title {
    margin-bottom: 0.02rem;
  }
}
@media (884px <= width <= 1366px) {
  .l-header-contact {
    right: 10px;
  }
}
@media (884px <= width <= 1120px) {
  .l-header-contact__list {
    gap: 5px;
  }
}
@media only screen and (width <= 883px) {
  .l-header-contact__title {
    margin-bottom: 0.02rem;
    font-size: 0.08rem;
  }
  .l-header-contact__list {
    gap: 0.09rem;
  }
}

.c-button-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-color: #c03;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-button-header-contact--registration {
  border: 1px solid #c03;
  background-color: #fff;
  color: #c03;
}
@media print, (width >= 884px) {
  .c-button-header-contact {
    width: 102px;
    min-height: 35px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 0.14rem;
  }
}
@media (884px <= width <= 1120px) {
  .c-button-header-contact {
    width: 82px;
  }
}
@media only screen and (width <= 883px) {
  .c-button-header-contact {
    width: 0.55rem;
    min-height: 0.3rem;
    border-radius: 0.07rem;
    font-size: 0.08rem;
  }
}

.c-section-interview__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-interview__heading-image {
  overflow: hidden;
}
.c-section-interview__heading-title {
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-section-interview__heading-note {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
}
.c-section-interview__heading-note::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.04rem;
  border-spacing: 0.2rem;
}
.c-section-interview__heading-information, .c-section-interview__heading-subtitle {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-section-interview__heading-subtitle {
  color: #c03;
}
@media print, (width >= 768px) {
  .c-section-interview {
    padding: 113px 0 100px;
  }
  .c-section-interview__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto 96px;
    gap: 30px;
  }
  .c-section-interview__heading-content {
    padding-top: 23px;
  }
  .c-section-interview__heading-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 375px;
    height: 270px;
    border-radius: 20px;
  }
  .c-section-interview__heading-title {
    margin-bottom: 4px;
    font-size: 0.22rem;
    line-height: 1.75;
  }
  .c-section-interview__heading-note, .c-section-interview__heading-information {
    font-size: 0.12rem;
    line-height: 1.5958333333;
  }
  .c-section-interview__heading-note {
    margin-bottom: 23px;
    padding-bottom: 25px;
  }
  .c-section-interview__heading-note::after {
    width: 260px;
    border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-section-interview__heading-information {
    margin-bottom: 6px;
  }
  .c-section-interview__heading-subtitle {
    font-size: 0.21rem;
  }
}
@media (768px <= width <= 800px) {
  .c-section-interview__heading-image {
    width: 300px;
    height: 216px;
  }
}
@media only screen and (width <= 767px) {
  .c-section-interview {
    padding-bottom: 0.55rem;
  }
  .c-section-interview__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.32rem;
  }
  .c-section-interview__heading-image {
    width: 2.3rem;
    height: 1.66rem;
    margin: 0 auto 0.19rem;
    border-radius: 0.1rem;
  }
  .c-section-interview__heading-title {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .c-section-interview__heading-note, .c-section-interview__heading-information {
    font-size: 0.14rem;
    line-height: 1.5725;
  }
  .c-section-interview__heading-note {
    margin-bottom: 0.17rem;
    padding-bottom: 0.21rem;
  }
  .c-section-interview__heading-note::after {
    width: 1.7rem;
    border-bottom: 0.02rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-section-interview__heading-information {
    margin-bottom: 0.03rem;
  }
  .c-section-interview__heading-subtitle {
    font-size: 0.2rem;
  }
}

@media print, (width >= 768px) {
  .c-section-jobs {
    padding-bottom: 140px;
  }
  .c-section-jobs .c-heading--quaternary {
    margin-bottom: 107px;
  }
}
@media print {
  .c-section-jobs {
    page-break-before: always;
  }
}
@media only screen and (width <= 767px) {
  .c-section-jobs {
    padding-bottom: 0.93rem;
  }
  .c-section-jobs .c-heading--quaternary {
    margin-bottom: 0.34rem;
  }
}

.c-section-schedule .c-list--tertiary {
  position: relative;
  z-index: 1;
  background-color: #f4e6ea;
}
.c-section-schedule .c-list__item-content {
  max-width: unset;
  padding-top: unset;
}
.c-section-schedule__banner-image {
  overflow: hidden;
}
@media print, (width >= 768px) {
  .c-section-schedule {
    padding-bottom: 98px;
    overflow: hidden;
  }
  .c-section-schedule__banner {
    position: relative;
    left: calc(50% - 959px);
    width: 94.1vw;
    max-width: 1434px;
  }
  .c-section-schedule .c-list--tertiary {
    max-width: 1060px;
    margin: -314px -81px -20px auto;
    padding: 82px 80px 93px;
    border-radius: 20px;
  }
  .c-section-schedule__banner-image {
    position: relative;
    padding-top: 48.8145048815%;
    border-radius: 0 20px 20px 0;
  }
  .c-section-schedule__banner-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-section-schedule .c-list__item-subtitle {
    background: linear-gradient(to right, #fff 52px, #c03 52px);
  }
  .c-section-schedule .c-block-schedule {
    margin-left: -81px;
  }
  .c-section-schedule .c-list__item-title::after {
    border-bottom: 4px dotted #fff;
  }
}
@media (768px <= width <= 1944px) {
  .c-section-schedule__banner {
    left: 0;
  }
}
@media (768px <= width <= 1390px) {
  .c-section-schedule .c-block-schedule {
    margin-left: 0;
  }
}
@media (768px <= width <= 1386px) {
  .c-section-schedule .c-list--tertiary {
    margin-right: -79px;
  }
}
@media (768px <= width <= 1280px) {
  .c-section-schedule .c-list--tertiary {
    margin-top: -180px;
  }
}
@media only screen and (width <= 767px) {
  .c-section-schedule {
    padding-bottom: 0.51rem;
  }
  .c-section-schedule .c-list--tertiary {
    margin: -0.32rem auto 0.76rem;
    padding: 0.45rem 0.31rem 0.32rem;
    border-radius: 0.14rem;
  }
  .c-section-schedule .c-list__item-subtitle {
    padding-left: 0.36rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.31rem, #fff), color-stop(0.31rem, #c03));
    background: linear-gradient(to right, #fff 0.31rem, #c03 0.31rem);
  }
  .c-section-schedule .c-list__item-title::after {
    width: 100%;
    border-bottom: 0.02rem dotted #fff;
  }
}

.c-block-schedule {
  position: relative;
  z-index: 2;
  background-color: #fcf7f9;
}
.c-block-schedule__title {
  position: absolute;
  margin-bottom: 0;
  color: #c03;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.c-block-schedule__subtitle {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, (width >= 768px) {
  .c-block-schedule {
    max-width: 920px;
    padding: 55px 93px 62px;
    border-radius: 20px;
  }
  .c-block-schedule__title {
    top: -33px;
    left: 93px;
    font-size: 0.63rem;
  }
  .c-block-schedule__subtitle {
    margin-bottom: 41px;
    font-size: 0.21rem;
  }
}
@media only screen and (width <= 767px) {
  .c-block-schedule {
    padding: 0.3rem 0.31rem 0.41rem;
    border-radius: 0.14rem;
  }
  .c-block-schedule__title {
    top: -0.15rem;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.33rem;
    text-align: center;
  }
  .c-block-schedule__subtitle {
    margin-bottom: 0.24rem;
    font-size: 0.1rem;
    text-align: center;
  }
}

@media print, (width >= 768px) {
  .c-section-voices {
    padding-bottom: 106px;
  }
  .c-section-voices .c-block-heading {
    margin-bottom: 16px;
  }
}
@media only screen and (width <= 767px) {
  .c-section-voices {
    padding-bottom: 0.87rem;
  }
  .c-section-voices .c-block-heading {
    margin-bottom: 0.13rem;
  }
}

.c-section-work__wrapper:last-child {
  margin: 0;
}
@media print, (width >= 768px) {
  .c-section-work {
    padding: 11px 0 136px;
  }
  .c-section-work__wrapper {
    margin-bottom: 66px;
  }
}
@media only screen and (width <= 767px) {
  .c-section-work {
    padding-bottom: 1rem;
  }
  .c-section-work__wrapper {
    margin-bottom: 0.3rem;
  }
}

.c-section-keyvisual {
  position: relative;
}
.c-section-keyvisual--primary .c-section-keyvisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-section-keyvisual--primary .c-section-keyvisual__title-english {
  color: rgba(204, 0, 51, 0.06);
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.c-section-keyvisual--primary .c-section-keyvisual__title-japanese {
  position: absolute;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.c-section-keyvisual--primary .c-section-keyvisual__title-japanese::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_circle_01.svg") center/100% auto no-repeat;
}
.c-section-keyvisual--secondary .c-section-keyvisual__title {
  margin-bottom: 0;
  color: rgba(204, 0, 51, 0.06);
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.c-section-keyvisual--secondary .c-section-keyvisual__title-serif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  color: rgba(204, 0, 51, 0.7);
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  line-height: 1;
}
.c-section-keyvisual--secondary .c-section-keyvisual__describe {
  position: relative;
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.c-section-keyvisual--secondary .c-section-keyvisual__subtitle {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-section-keyvisual--secondary .c-section-keyvisual__subtitle::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 0.04rem;
  border-spacing: 0.2rem;
}
.c-section-keyvisual--secondary .c-section-keyvisual__banner {
  position: absolute;
  overflow: hidden;
}
.c-section-keyvisual--secondary .c-section-keyvisual__wrapper {
  position: relative;
}
.c-section-keyvisual--secondary > .l-wrapper {
  position: relative;
}
@media print, (width >= 768px) {
  .c-section-keyvisual {
    padding: 21px 0 88px;
  }
  .c-section-keyvisual--primary {
    background: url("../img/common/decoration_keyvisual_01.svg") bottom center/cover no-repeat;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title {
    margin-bottom: 44px;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title-japanese {
    top: 50px;
    left: 0;
    margin-left: 2px;
    padding-left: 45px;
    font-size: 0.36rem;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title-japanese::before {
    top: 16px;
    left: 0;
    width: 29px;
    height: 29px;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title-english {
    font-size: 1.12rem;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__describe {
    margin-bottom: 58px;
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .c-section-keyvisual--primary .c-breadcrumb {
    margin-right: 4px;
    margin-bottom: 72px;
  }
  .c-section-keyvisual--secondary {
    overflow: hidden;
    background: url("../img/common/decoration_keyvisual_01.svg") bottom center/100% 100% no-repeat;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title {
    margin-bottom: 44px;
    font-size: 1.12rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title-serif {
    top: 53px;
    left: 32px;
    font-size: 0.42rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title-serif span:nth-child(2) {
    padding-left: 42px;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__describe {
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: 0.18rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__subtitle {
    max-width: 527px;
    padding-bottom: 14px;
    padding-left: 22px;
    font-size: 0.36rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__subtitle::after {
    left: 5px;
    border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-section-keyvisual--secondary .c-breadcrumb {
    margin-right: 4px;
    margin-bottom: 96px;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__banner {
    top: 78px;
    right: 0;
    width: 830px;
    height: 230px;
    border-radius: 20px;
  }
}
@media (768px <= width <= 1280px) {
  .c-section-keyvisual--secondary {
    background-size: cover;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__banner {
    top: 108px;
    right: -30px;
    width: 64.9vw;
    height: auto;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title-serif {
    top: 44px;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title {
    margin-bottom: 164px;
  }
  .c-section-keyvisual--secondary .c-breadcrumb {
    margin-bottom: 40px;
  }
}
@media only screen and (width <= 767px) {
  .c-section-keyvisual {
    padding: 0.1rem 0 0.3rem;
  }
  .c-section-keyvisual--primary {
    background: url("../img/common/sp/decoration_keyvisual_01.png") bottom 1.18rem center/100% auto no-repeat;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title {
    margin-bottom: 0.2rem;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title-japanese {
    top: 0.2rem;
    left: 0;
    padding-left: 0.23rem;
    font-size: 0.21rem;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title-japanese::before {
    top: 0.11rem;
    left: 0;
    width: 0.14rem;
    height: 0.14rem;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__title-english {
    font-size: 0.51rem;
  }
  .c-section-keyvisual--primary .c-section-keyvisual__describe {
    margin-bottom: 0.22rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .c-section-keyvisual--primary .c-breadcrumb {
    margin-right: 0.05rem;
    margin-bottom: 0.1rem;
  }
  .c-section-keyvisual--secondary {
    background: url("../img/common/sp/decoration_keyvisual_01.png") bottom 1.18rem center/100% auto no-repeat;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title {
    margin-bottom: 0.87rem;
    font-size: 0.51rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title-serif {
    top: 0.18rem;
    left: 0.06rem;
    font-size: 0.26rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__title-serif span:nth-child(2) {
    padding-left: 0.3rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__describe {
    margin-bottom: -0.03rem;
    padding-left: 0.18rem;
    font-size: 0.1rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__subtitle {
    padding-bottom: 0.08rem;
    padding-left: 0.18rem;
    font-size: 0.21rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__subtitle::after {
    left: 0;
    border-bottom: 0.02rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-section-keyvisual--secondary .c-breadcrumb {
    margin-bottom: 0.13rem;
  }
  .c-section-keyvisual--secondary .c-section-keyvisual__banner {
    top: 0.34rem;
    right: 0.2rem;
    width: 3.16rem;
    height: 0.88rem;
    border-radius: 0.07rem;
  }
  .c-section-keyvisual--sm .c-section-keyvisual__title-japanese {
    top: 0.07rem;
    font-size: 0.22rem;
  }
  .c-section-keyvisual--sm .c-section-keyvisual__title-english {
    margin-right: -0.05rem;
    font-size: 0.4rem;
    letter-spacing: 0;
  }
  .c-section-keyvisual--sm .c-breadcrumb {
    margin-bottom: 0.21rem;
  }
}

.c-section-introduction__describe {
  letter-spacing: 0.02em;
}
@media print, (width >= 768px) {
  .c-section-introduction {
    padding: 29px 0 0;
  }
  .c-section-introduction .l-wrapper {
    max-width: 916px;
  }
  .c-section-introduction .c-heading--secondary {
    margin-bottom: 37px;
  }
  .c-section-introduction__describe {
    line-height: 1.75;
  }
}
@media only screen and (width <= 767px) {
  .c-section-introduction {
    padding: 0.22rem 0 0.64rem;
  }
  .c-section-introduction .c-heading--secondary {
    margin-bottom: 0.15rem;
  }
  .c-section-introduction__describe {
    font-size: 0.15rem;
    line-height: 1.7;
  }
}

.c-breadcrumb {
  position: relative;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__list > li {
  position: relative;
}
.c-breadcrumb__list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.06rem;
  height: 0.07rem;
  background: url("../img/common/icn_arrow_01.svg") no-repeat center center/cover;
}
.c-breadcrumb__list > li:last-child {
  padding-right: 0;
}
.c-breadcrumb__list > li:last-child::after {
  content: none;
}
.c-breadcrumb__list a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .c-breadcrumb__list a:hover {
    opacity: 0.8;
  }
}
@media print, (width >= 768px) {
  .c-breadcrumb__list > li {
    padding-right: 25px;
    font-size: 0.13rem;
  }
  .c-breadcrumb__list > li::after {
    top: 8px;
    right: 9px;
  }
}
@media only screen and (width <= 767px) {
  .c-breadcrumb__list > li {
    display: inline;
    padding-right: 0.16rem;
    font-size: 0.08rem;
  }
  .c-breadcrumb__list > li::after {
    top: 0.03rem;
    right: 0.05rem;
  }
}

.c-block-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcf1f4;
}
.c-block-introduction__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-block-introduction__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #e57f99;
  background-color: #fff;
}
.c-block-introduction__list-link {
  display: block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}
.c-block-introduction__list-link::after, .c-block-introduction__list-link::before {
  content: "";
}
.c-block-introduction__list-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  background: url("../img/common/icn_arrow_down_01.svg") center/100% auto no-repeat;
}
.c-block-introduction__list-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-bottom: 0.02rem solid #c03;
  opacity: 0;
}
@media (hover: hover) {
  .c-block-introduction__list-link:hover::before {
    opacity: 1;
  }
}
.c-block-introduction__list-link.is-active {
  pointer-events: none;
}
.c-block-introduction__list-link.is-active::before {
  opacity: 1;
}
.c-block-introduction .c-heading--secondary {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .c-block-introduction {
    margin-bottom: 80px;
    padding: 91px 0 44px;
    border-radius: 20px;
  }
  .c-block-introduction--spacing {
    padding: 47px 0;
  }
  .c-block-introduction__list {
    gap: 68px;
  }
  .c-block-introduction__anchor {
    top: -39px;
    width: 560px;
    min-height: 80px;
    border-radius: 15px;
  }
  .c-block-introduction__anchor--spacing {
    width: 640px;
  }
  .c-block-introduction__list-link {
    padding: 19px 28px 18px;
    font-size: 0.24rem;
  }
  .c-block-introduction__list-link::after {
    width: 11px;
    height: 6px;
    margin-bottom: 6px;
    margin-left: 5px;
  }
  .c-block-introduction .c-label--primary {
    margin-bottom: 20px;
  }
}
@media only screen and (width <= 767px) {
  .c-block-introduction {
    margin-bottom: 0.3rem;
    padding: 0.47rem 0 0.23rem;
    border-radius: 0.09rem;
  }
  .c-block-introduction--spacing {
    padding: 0.23rem 0;
  }
  .c-block-introduction__list {
    gap: 0.1rem;
  }
  .c-block-introduction__anchor {
    top: -0.29rem;
    width: 2.2rem;
    min-height: 0.56rem;
    border-radius: 0.09rem;
  }
  .c-block-introduction__list-link {
    padding: 0.13rem 0.05rem 0.11rem;
    font-size: 0.18rem;
  }
  .c-block-introduction__list-link::after {
    width: 0.08rem;
    height: 0.04rem;
    margin-bottom: 0.05rem;
    margin-left: 0.05rem;
  }
  .c-block-introduction .c-label--primary {
    margin-bottom: 0.17rem;
  }
}

.c-block-anchor {
  border-radius: 0.2rem;
}
.c-block-anchor__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-block-anchor__link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.c-block-anchor__link::after, .c-block-anchor__link::before {
  pointer-events: none;
}
.c-block-anchor__link::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  background: url("../img/common/icn_arrow_down_01.svg") center/100% auto no-repeat;
}
@media print, (width >= 768px) {
  .c-block-anchor {
    padding: 27px 41px;
    background-color: rgba(204, 0, 51, 0.06);
  }
  .c-block-anchor__wrapper {
    gap: 36px;
  }
  .c-block-anchor__link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 0.14rem;
  }
  .c-block-anchor__link::after {
    width: 11px;
    height: 7px;
    margin-bottom: 2px;
    margin-left: 10px;
  }
  .c-block-anchor__link::before {
    content: "";
    position: absolute;
    right: 0.05rem;
    bottom: -10px;
    left: 0.05rem;
    height: 0.02rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    background-color: #c03;
  }
}
@media print and (hover: hover), (width >= 768px) and (hover: hover) {
  .c-block-anchor__link:hover {
    color: #c03;
  }
  .c-block-anchor__link:hover::before {
    opacity: 1;
  }
}
@media only screen and (width <= 767px) {
  .c-block-anchor__wrapper {
    gap: 0.2rem 0.09rem;
  }
  .c-block-anchor__link {
    padding: 0.13rem 0.16rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 0.06rem;
    background-color: rgba(204, 0, 51, 0.06);
    font-size: 0.11rem;
  }
  .c-block-anchor__link::after {
    width: 0.1rem;
    height: 0.06rem;
    margin-left: 0.03rem;
  }
}
@media only screen and (width <= 767px) and (hover: hover) {
  .c-block-anchor__link:hover {
    opacity: 0.8;
  }
}

.c-block-interview {
  position: relative;
}
.c-block-interview__slide:nth-child(even) .c-block-interview__slide-number {
  background: url("../img/common/circle_icn_04.png") center center/100% no-repeat;
}
.c-block-interview__slide-item {
  display: block;
  position: relative;
  text-decoration: none;
}
.c-block-interview__image {
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
  border: 0.02rem solid transparent;
  opacity: 1;
}
.c-block-interview__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-block-interview__slide-image {
  position: relative;
}
.c-block-interview__slide-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
  border: 0.04rem solid transparent;
  background-color: transparent;
}
.c-block-interview__slide-image::after {
  content: "Coming Soon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(153, 153, 153, 0.6);
  color: rgba(77, 77, 77, 0.78);
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.0358333333;
  text-align: center;
  pointer-events: none;
}
.c-block-interview .swiper-button-prev,
.c-block-interview .swiper-button-next {
  top: unset;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  background: url("../img/common/icn_arrow_04.svg") center/100% auto no-repeat;
}
@media (hover: hover) {
  .c-block-interview .swiper-button-prev:hover,
  .c-block-interview .swiper-button-next:hover {
    background: url("../img/common/icn_arrow_04_hover.svg") center/100% auto no-repeat;
  }
}
.c-block-interview .swiper-button-prev::after,
.c-block-interview .swiper-button-next::after {
  content: none;
}
.c-block-interview .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-block-interview__slide-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: url("../img/common/circle_icn_03.png") center center/100% no-repeat;
  color: #fff;
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.c-block-interview__card {
  position: relative;
  z-index: 2;
  background-color: #fcf7f9;
}
.c-block-interview__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/common/menu_decoration_02.svg") no-repeat 0 0/auto 100%;
  -webkit-filter: unset;
  filter: unset;
}
.c-block-interview__card-title {
  border-spacing: 0.2rem;
  border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
  color: #c03;
}
.c-block-interview__card-describe, .c-block-interview__card-name, .c-block-interview__card-title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-block-interview .swiper-button-disabled {
  opacity: 0.4;
}
.c-block-interview__slider {
  overflow: visible;
}
.c-block-interview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-block-interview .c-block-interview__slide-item--disabled {
  pointer-events: none;
}
.c-block-interview .c-block-interview__slide-item--disabled .c-block-interview__slide-image--default {
  opacity: 0.35;
}
.c-block-interview .c-block-interview__slide-item--disabled .c-block-interview__slide-image::after {
  opacity: 1;
}
.c-block-interview .c-block-interview__slide--white .c-block-interview__card {
  background-color: #fff;
}
.c-block-interview .c-block-interview__slide--white .c-block-interview__card::before {
  background: url("../img/common/menu_decoration_01.svg") no-repeat 0 0/auto 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-block-interview .c-block-interview__slide--white .c-block-interview__card-title {
  border-bottom: 0.04rem dotted rgba(247, 147, 30, 0.3);
  color: #e28444;
}
.c-block-interview .c-block-interview__slide--yellow .c-block-interview__card {
  background-color: #fffbf6;
}
.c-block-interview .c-block-interview__slide--yellow .c-block-interview__card::before {
  background: url("../img/common/menu_decoration_03.svg") no-repeat 0 0/auto 100%;
  -webkit-filter: unset;
  filter: unset;
}
.c-block-interview .c-block-interview__slide--yellow .c-block-interview__card .c-block-interview__card-title {
  border-bottom: 0.04rem dotted rgba(247, 147, 30, 0.3);
  color: #e28444;
}
@media print, (width >= 768px) {
  .c-block-interview__slide {
    width: 100%;
    max-width: 454px;
    padding: 0 27px;
  }
  .c-block-interview__slide:nth-child(odd) {
    margin-top: 50px;
  }
}
@media print and (hover: hover), (width >= 768px) and (hover: hover) {
  .c-block-interview__slide-item:hover .c-block-interview__slide-image::before {
    border-color: #c03;
  }
  .c-block-interview__slide-item:hover .c-block-interview__image--default {
    opacity: 0;
  }
  .c-block-interview__slide-item:hover .c-block-interview__image--hover {
    opacity: 1;
  }
}
@media print, (width >= 768px) {
  .c-block-interview__slide-image {
    width: 400px;
    height: 520px;
  }
  .c-block-interview__slide-image img {
    border-radius: 20px;
  }
  .c-block-interview__slide-image::before {
    border-radius: 20px;
  }
  .c-block-interview__slide-image::after {
    font-size: 0.72rem;
  }
  .c-block-interview .swiper-button-prev,
  .c-block-interview .swiper-button-next {
    width: 68px;
    height: 68px;
  }
  .c-block-interview .swiper-button-next {
    left: 88px;
  }
  .c-block-interview__slide-number {
    top: -34px;
    left: -22px;
    width: 103px;
    height: 103px;
    padding: 16px 20px 20px 21px;
    font-size: 0.36rem;
  }
  .c-block-interview__card {
    max-width: 330px;
    min-height: 220px;
    margin-top: -129px;
    margin-left: -30px;
    padding: 22px 24px;
    border-radius: 20px;
  }
  .c-block-interview__card::before {
    top: -30px;
    left: 25px;
    width: 31px;
    height: 38px;
  }
  .c-block-interview__card-title, .c-block-interview__card-name {
    font-size: 0.18rem;
  }
  .c-block-interview__card-describe {
    min-height: 44px;
    margin-bottom: 13px;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
  .c-block-interview__card-title {
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .c-block-interview__slider {
    padding-top: 35px;
    padding-bottom: 101px;
    overflow: visible;
  }
  .c-block-interview__wrapper {
    min-height: 690px;
  }
}
@media only screen and (width <= 767px) {
  .c-block-interview__slide-image {
    width: 2.4rem;
    height: 3.13rem;
  }
  .c-block-interview__slide-image img {
    border-radius: 0.14rem;
  }
  .c-block-interview__slide-image::after {
    font-size: 0.5rem;
  }
  .c-block-interview__slide-number {
    top: -0.22rem;
    left: -0.15rem;
    width: 0.62rem;
    height: 0.62rem;
    padding: 0.12rem 0.08rem 0.11rem 0.09rem;
    font-size: 0.27rem;
  }
  .c-block-interview__slide {
    max-width: 2.72rem;
    padding: 0 0.16rem;
  }
  .c-block-interview__slide:nth-child(odd) {
    margin-top: 0.3rem;
  }
  .c-block-interview__slider {
    padding-top: 0.19rem;
    padding-bottom: 0.56rem;
  }
  .c-block-interview__card {
    width: 1.98rem;
    min-height: 1.32rem;
    margin-top: -0.77rem;
    margin-left: -0.17rem;
    padding: 0.15rem;
    border-radius: 0.14rem;
  }
  .c-block-interview__card::before {
    top: -0.2rem;
    left: 0.19rem;
    width: 0.18rem;
    height: 0.23rem;
  }
  .c-block-interview__card-title, .c-block-interview__card-name {
    font-size: 0.1rem;
    line-height: 1.75;
  }
  .c-block-interview__card-title {
    margin-bottom: 0.09rem;
    padding-bottom: 0.06rem;
  }
  .c-block-interview__card-describe {
    margin-bottom: 0.06rem;
    font-size: 0.07rem;
    line-height: 1.6922094508;
  }
  .c-block-interview .swiper-button-prev,
  .c-block-interview .swiper-button-next {
    width: 0.44rem;
    height: 0.44rem;
  }
  .c-block-interview .swiper-button-next {
    left: 0.57rem;
  }
  .c-block-interview .c-button--primary {
    top: -0.45rem;
    right: -0.85rem;
    width: 1.9rem;
    margin-left: auto;
    padding: 0.05rem 0.36rem 0.05rem 0.14rem;
  }
}

.c-block-heading--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-block-heading--secondary .c-block-heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
.c-block-heading--secondary .c-block-heading__title-english {
  color: #f0b2c1;
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  letter-spacing: 0.039em;
}
.c-block-heading--secondary .c-block-heading__title-japanese {
  font-weight: 600;
  letter-spacing: 0;
}
@media print, (width >= 768px) {
  .c-block-heading--secondary {
    gap: 44px;
    margin-bottom: 53px;
  }
  .c-block-heading--secondary .c-block-heading__title-english {
    font-size: 0.2rem;
  }
  .c-block-heading--secondary .c-block-heading__title-japanese {
    margin-top: -3px;
    font-size: 0.3rem;
  }
  .c-block-heading--secondary .c-block-heading__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 127px;
  }
  .c-block-heading--secondary .c-block-heading__title {
    margin-bottom: 12px;
  }
  .c-block-heading--secondary .c-block-heading__title--spacing {
    margin-bottom: 18px;
  }
  .c-block-heading--image .c-block-heading__wrapper {
    padding-top: 35px;
  }
}
@media only screen and (width <= 767px) {
  .c-block-heading--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.22rem;
  }
  .c-block-heading--secondary .c-block-heading__image {
    width: 0.97rem;
    margin: 0 auto 0.1rem;
  }
  .c-block-heading--secondary .c-block-heading__title-english {
    font-size: 0.11rem;
  }
  .c-block-heading--secondary .c-block-heading__title-japanese {
    margin-top: -0.04rem;
    font-size: 0.19rem;
  }
  .c-block-heading--secondary .c-block-heading__title {
    margin-bottom: 0.08rem;
    gap: 0.03rem;
  }
  .c-block-heading--secondary .c-block-heading__title--spacing {
    margin-bottom: 0.2rem;
  }
}

.c-block-diversity__describe {
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .c-block-diversity {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
  }
  .c-block-diversity__describe {
    max-width: 830px;
    margin-right: auto;
    margin-bottom: 47px;
    margin-left: auto;
    padding-top: 12px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-block-diversity .c-heading--tertiary {
    pointer-events: none;
  }
  .c-block-diversity__wrapper,
  .c-block-diversity .c-list--disc {
    display: block;
  }
}
@media only screen and (width <= 767px) {
  .c-block-diversity {
    padding-top: 0.25rem;
  }
  .c-block-diversity .c-heading {
    margin-bottom: 0;
  }
  .c-block-diversity__describe {
    margin-bottom: 0.16rem;
    padding: 0.25rem 0.2rem;
    font-size: 0.13rem;
    line-height: 1.8846153846;
  }
  .c-block-diversity__wrapper, .c-block-diversity > .c-list--disc {
    display: none;
  }
  .c-block-diversity.is-active .c-heading--tertiary::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.c-block-special {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(204, 0, 51)), color-stop(50%, rgb(204, 0, 51)), to(rgb(217, 114, 57)));
  background: linear-gradient(90deg, rgb(204, 0, 51) 0%, rgb(204, 0, 51) 50%, rgb(217, 114, 57) 100%);
  cursor: pointer;
}
.c-block-special__title {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
}
.c-block-special__title-english, .c-block-special__title-japanese {
  display: block;
  font-weight: 600;
}
.c-block-special__title-english {
  color: #c03;
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  letter-spacing: 0.06em;
}
.c-block-special__title-japanese {
  letter-spacing: 0.22em;
  line-height: 1.3;
}
.c-block-special__image {
  position: relative;
}
.c-block-special__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-block-special__image-block {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .c-block-special:hover .c-block-special__image-block img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media print, (width >= 768px) {
  .c-block-special {
    max-width: 1020px;
    margin: 117px auto 78px;
    border-radius: 20px;
  }
  .c-block-special__title {
    top: 50%;
    width: 100%;
    max-width: 410px;
    padding: 16px 20px 15px 51px;
    border-radius: 0 20px 20px 0;
  }
  .c-block-special__image {
    top: -36px;
    width: 100%;
    max-width: 814px;
    margin-right: 36px;
    margin-left: auto;
  }
  .c-block-special__image-block {
    padding-top: 39.4348894349%;
    border-radius: 20px;
  }
  .c-block-special__image-block img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-block-special__title-english {
    margin-bottom: 5px;
    font-size: 0.24rem;
    line-height: 1.2293311176;
  }
  .c-block-special__title-japanese {
    font-size: 0.3rem;
  }
}
@media only screen and (width <= 767px) {
  .c-block-special {
    margin: 63px 0;
    padding-bottom: 0.07rem;
    border-radius: 0.14rem;
  }
  .c-block-special__image-block {
    top: -0.23rem;
    width: 3rem;
    height: 1.4rem;
    margin: 0 auto;
    border-radius: 0.14rem;
  }
  .c-block-special__title {
    top: calc(50% + 0.07rem);
    width: 2rem;
    min-height: 0.5rem;
    padding: 0.05rem 0.1rem 0.08rem 0.22rem;
    border-radius: 0 0.1rem 0.1rem 0;
  }
  .c-block-special__title-english {
    font-size: 0.11rem;
  }
  .c-block-special__title-japanese {
    font-size: 0.14rem;
  }
}

.c-block-hero__describe {
  margin-bottom: 0;
  color: #c03;
  font-weight: 600;
}
.c-block-hero .c-heading--primary {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (width >= 768px) {
  .c-block-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 37px;
    max-width: 1200px;
  }
  .c-block-hero__describe {
    padding-top: 7px;
    font-size: 0.15rem;
    line-height: 1.75;
  }
}
@media (768px <= width <= 1240px) {
  .c-block-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px;
  }
  .c-block-hero .c-heading--primary {
    margin-bottom: 0;
  }
}
@media only screen and (width <= 767px) {
  .c-block-hero .c-button--primary {
    margin-bottom: 0.09rem;
  }
  .c-block-hero .c-heading--primary {
    margin-bottom: 0.09rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@media only screen and (width <= 767px) {
  .u-fade-in--sp {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
  }
}

@-webkit-keyframes fade-slide-in {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-slide-in {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.u-fade-slide-in {
  -webkit-animation-name: fade-slide-in;
  animation-name: fade-slide-in;
}

.u-move-vertical {
  -webkit-animation-name: move-vertical;
  animation-name: move-vertical;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.u-move-vertical.u-move-vertical--faster {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.u-move-vertical.u-move-vertical--slowly {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes move-vertical {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.2rem, 0);
    transform: translate3d(0, -0.2rem, 0);
  }
}

@keyframes move-vertical {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.2rem, 0);
    transform: translate3d(0, -0.2rem, 0);
  }
}
.c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 99.99rem;
  background: #f7931e;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.c-button--primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(204, 0, 51)), color-stop(43%, rgb(204, 0, 51)), color-stop(80%, rgb(204, 25, 76)), to(rgb(217, 114, 57)));
  background: linear-gradient(90deg, rgb(204, 0, 51) 10%, rgb(204, 0, 51) 43%, rgb(204, 25, 76) 80%, rgb(217, 114, 57) 100%);
}
.c-button--primary::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
  pointer-events: none;
}
@media (hover: hover) {
  .c-button--primary:hover::before {
    opacity: 0;
  }
}
.c-button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 2px solid #fff;
  background-color: transparent;
  text-decoration: none;
}
.c-button--secondary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
.c-button--secondary .c-button__text-english {
  color: rgba(255, 255, 255, 0.6);
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-button--secondary .c-button__text-japanese {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-button--secondary .c-button__text-english,
.c-button--secondary .c-button__text-japanese {
  display: inline-block;
}
.c-button--secondary .c-button__content-detail {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (hover: hover) {
  .c-button--secondary:hover {
    background-color: #f7931e;
  }
  .c-button--secondary:hover .c-button__text-english {
    color: #fff;
  }
}
.c-button--tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.1rem 0.5rem 0.1rem 0.24rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 2px solid #fff;
  border-radius: 0.32rem;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
}
.c-button--tertiary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.17rem;
  bottom: 0;
  width: 0.16rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
@media (hover: hover) {
  .c-button--tertiary:hover {
    background-color: #f7931e;
  }
}
.c-button__text {
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.06em;
}
.c-button--md {
  text-align: center;
}
.c-button--md .c-button__text {
  letter-spacing: 0.1em;
}
.c-button--target::after {
  background: url("../img/common/target_icn_01.svg") center/100% auto no-repeat;
}
@media print, (width >= 768px) {
  .c-button--primary {
    width: 275px;
    min-height: 48px;
    padding: 10px 50px 10px 24px;
    font-size: 0.14rem;
  }
  .c-button--primary::after {
    right: 20px;
    width: 10px;
  }
  .c-button--primary.c-button--md {
    width: 300px;
    min-height: 68px;
    font-size: 0.16rem;
  }
  .c-button--primary.c-button--md::after {
    right: 23px;
    width: 13px;
  }
  .c-button--secondary {
    width: 470px;
    min-height: 110px;
    padding: 10px 40px 10px 24px;
    border-radius: 20px;
  }
  .c-button--secondary::after {
    right: 16px;
    width: 14px;
  }
  .c-button--secondary .c-button__text-english {
    margin-bottom: -2px;
    font-size: 0.16rem;
  }
  .c-button--secondary .c-button__text-japanese {
    font-size: 0.26rem;
  }
  .c-button--tertiary {
    width: 3.7rem;
    min-height: 0.68rem;
    font-size: 0.18rem;
  }
  .c-button--tertiary.c-button--target::after {
    right: 19px;
    width: 13px;
  }
}
@media only screen and (width <= 767px) {
  .c-button--primary {
    width: 2.11rem;
    min-height: 0.37rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.05rem 0.36rem 0.05rem 0.2rem;
    font-size: 0.1rem;
  }
  .c-button--primary::after {
    right: 0.17rem;
    width: 0.08rem;
  }
  .c-button--primary.c-button--md {
    width: 2.4rem;
    min-height: 0.48rem;
    font-size: 0.12rem;
  }
  .c-button--primary.c-button--md::after {
    right: 0.18rem;
    width: 0.13rem;
  }
  .c-button--secondary {
    width: 2.71rem;
    min-height: 0.64rem;
    padding: 0.05rem 0.4rem 0.05rem 0.24rem;
    border-radius: 0.11rem;
  }
  .c-button--secondary::after {
    right: 0.2rem;
    width: 0.12rem;
  }
  .c-button--secondary .c-button__text-english {
    font-size: 0.09rem;
  }
  .c-button--secondary .c-button__text-japanese {
    font-size: 0.15rem;
  }
  .c-button--tertiary {
    width: 3.12rem;
    min-height: 0.59rem;
    font-size: 0.15rem;
  }
  .c-button--tertiary.c-button--target::after {
    right: 0.2rem;
    width: 0.15rem;
  }
}

.c-list--primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--primary .c-list__wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fcf0f3;
}
.c-list--primary a.c-list__wrapper {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.c-list--primary a.c-list__wrapper::after, .c-list--primary a.c-list__wrapper::before {
  content: "";
  position: absolute;
  width: 0.26rem;
  height: 0.26rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.c-list--primary a.c-list__wrapper::before {
  background: url("../img/common/icn_arrow_02_small.png") center/100% auto no-repeat;
}
.c-list--primary a.c-list__wrapper::after {
  background: url("../img/common/icn_arrow_02.png") center/100% auto no-repeat;
}
@media (hover: hover) {
  .c-list--primary a.c-list__wrapper:hover {
    opacity: 0.8;
  }
  .c-list--primary a.c-list__wrapper:hover::after {
    opacity: 0;
  }
}
.c-list--primary .c-list__item-title {
  color: #c03;
  font-weight: 600;
}
.c-list--primary .c-list__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.c-list--primary .c-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-list--primary .c-list__item-subtitle {
  position: relative;
  font-weight: 600;
}
.c-list--primary .c-list__item-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/line_img_03.png") top left/auto 100% repeat-x;
}
.c-list--secondary > .c-list__wrapper, .c-list--quaternary > .c-list__wrapper, .c-list--quinary > .c-list__wrapper, .c-list--senary > .c-list__wrapper, .c-list--disc > .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--article .c-list__wrapper::after {
  display: none;
}
.c-list--article .c-list__item-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-list--article .c-list__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#c03), color-stop(50%, #c03), color-stop(50%, #f7931e), to(#f7931e));
  background: linear-gradient(90deg, #c03 0%, #c03 50%, #f7931e 50%, #f7931e 100%);
}
.c-list--secondary .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--secondary .c-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-color: #fcf7f9;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c-list--secondary .c-list__inner::after, .c-list--secondary .c-list__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-list--secondary .c-list__inner::before {
  opacity: 0;
  background: url("../img/common/icn_arrow_02_small.png") center/100% auto no-repeat;
}
.c-list--secondary .c-list__inner::after {
  opacity: 1;
  background: url("../img/common/icn_arrow_02.png") center/100% auto no-repeat;
}
@media (hover: hover) {
  .c-list--secondary .c-list__inner:hover {
    opacity: 0.8;
  }
  .c-list--secondary .c-list__inner:hover::before {
    opacity: 1;
  }
  .c-list--secondary .c-list__inner:hover::after {
    opacity: 0;
  }
}
.c-list--secondary .c-list__item-title {
  margin-bottom: 0;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0;
}
.c-list--secondary .c-list__item-image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.c-list--tertiary .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--tertiary .c-list__item-image {
  overflow: hidden;
}
.c-list--tertiary .c-list__item-heading {
  position: relative;
}
.c-list--tertiary .c-list__item-number {
  position: absolute;
  z-index: 1;
  left: 0;
}
.c-list--tertiary .c-list__item-subtitle {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.c-list--tertiary .c-list__item-title {
  position: relative;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-list--tertiary .c-list__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-spacing: 0.2rem;
}
.c-list--tertiary .c-list__item-text {
  letter-spacing: 0.1em;
}
.c-list--tertiary .c-list__item-text:last-child {
  margin-bottom: 0;
}
.c-list--tertiary .c-list__item:last-child {
  margin-bottom: 0;
}
.c-list--tertiary .c-list__subtitle-text {
  letter-spacing: 0.1em;
}
.c-list__item-child {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list__item-child > li {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-list__item-child > li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.02rem;
  border-bottom: 0.02rem solid #c03;
}
.c-list__item-child > li:nth-child(even)::before {
  border-color: #f7931e;
}
.c-list--quaternary .c-list__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.c-list--quaternary .c-list__image-inner {
  width: 0.58rem;
}
.c-list--quaternary .c-list__inner {
  background-color: #fcf0f3;
}
.c-list--quaternary .c-list__item-text {
  margin-bottom: 0;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-list--quaternary .c-list__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-spacing: 0.2rem;
  border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
}
.c-list--disc .c-list__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-list--disc .c-list__item-title {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.c-list--disc .c-list__item-title::before {
  content: "";
  position: absolute;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #c03;
}
.c-list--disc .c-list__item-title:last-child {
  margin-bottom: 0;
}
.c-list--disc .c-list__item-detail {
  letter-spacing: 0.06em;
}
.c-list--disc .c-list__item-detail:last-child {
  margin-bottom: 0;
}
.c-list--disc .c-list__item {
  border-bottom: 1px solid #ccc;
}
.c-list--disc .c-list__item:last-child {
  margin-bottom: 0;
}
.c-list--disc.c-list--sm .c-list__item-title {
  padding-left: 0;
}
.c-list--disc.c-list--sm .c-list__item-title::before {
  width: 0.1rem;
  height: 0.1rem;
}
.c-list--disc .c-list__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.36rem;
  overflow: hidden;
  border: 0.02rem solid #fcf0f3;
  border-radius: 0.14rem;
}
.c-list--disc .c-list__item-image img {
  display: block;
  width: 1.13rem;
  height: 1.23rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list--disc.c-list--lg .c-list__item-image,
.c-list--disc.c-list--lg .c-list__item {
  border: unset;
}
.c-list--disc.c-list--lg .c-list__item-image img {
  width: 100%;
  height: 100%;
}
.c-list--senary .c-list__child-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #c03;
  color: #fff;
  text-align: center;
}
.c-list--senary .c-list__child-title,
.c-list--senary .c-list__child-label {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.c-list--senary .c-list__child-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c03;
  text-align: center;
}
.c-list--senary .c-list__child-detail {
  color: #000;
  letter-spacing: 0.02em;
}
.c-list--senary .c-list__child-detail:last-child {
  margin-bottom: 0;
}
.c-list--senary .c-list__child {
  position: relative;
}
.c-list--senary .c-list__child::after {
  content: "";
  position: absolute;
  background: #c03;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.c-list--senary .c-list__child:last-child::after {
  content: none;
}
.c-list--senary .c-list--disc .c-list__item {
  padding: unset;
  border: unset;
}
.c-list--septenary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--septenary .c-list__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 0.14rem;
}
.c-list--septenary .c-list__title {
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-list--septenary .c-list__title--sm {
  font-weight: 400;
}
.c-list--septenary .c-list__title span {
  display: block;
  font-weight: 400;
}
.c-list--septenary.c-list--wrap .c-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}
.c-list--septenary.c-list--wrap .c-list__image img {
  position: relative;
}
.c-list--septenary.c-list--wrap .c-list__image img.u-image {
  width: auto;
  height: 100%;
}
.c-list--news {
  border: 0.06rem solid rgba(204, 0, 51, 0.1);
}
.c-list--news .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--news .c-list__item-time {
  display: block;
  color: #c03;
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.c-list--news .c-list__item-detail {
  margin-bottom: 0;
  letter-spacing: 0.06em;
}
.c-list--news .c-list__item {
  border-spacing: 0.2rem;
}
.c-list--news .c-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-list--news .c-list__item-link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .c-list--news .c-list__item-link:hover {
    opacity: 0.8;
  }
}
.c-list--schedule .c-list__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5ccd6;
  color: #c03;
  line-height: 1.2;
  text-align: center;
}
.c-list--schedule .c-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-list--schedule .c-list__inner::after {
  content: "";
  position: absolute;
  background: url("../img/common/line_img_02.png") top left/100% auto repeat-y;
}
.c-list--schedule .c-list__inner:last-child {
  padding-bottom: 0;
}
.c-list--schedule .c-list__inner:last-child::after {
  content: none;
}
.c-list--schedule .c-list__content,
.c-list--schedule .c-list__title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-list--schedule .c-list__content-note {
  display: block;
  font-weight: 400;
}
@media print, (width >= 768px) {
  .c-list--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
  }
  .c-list--primary .c-list__item {
    width: 50%;
    padding: 20px;
  }
  .c-list--primary .c-list__item-image {
    width: 120px;
    height: 120px;
    margin-top: 4px;
  }
  .c-list--primary .c-list__item-title {
    margin-bottom: 6px;
    font-size: 0.18rem;
  }
  .c-list--primary .c-list__wrapper {
    max-width: 580px;
    height: 100%;
    min-height: 285px;
    padding: 24px 26px 66px;
    border-radius: 20px;
  }
  .c-list--primary .c-text--primary {
    font-size: 0.16rem;
  }
  .c-list--primary a.c-list__wrapper::after, .c-list--primary a.c-list__wrapper::before {
    right: 36px;
    bottom: 31px;
  }
  .c-list--primary .c-list__item-content {
    gap: 23px;
  }
  .c-list--primary .c-list__item-subtitle {
    margin-top: 3px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    font-size: 0.2rem;
    letter-spacing: 0.06em;
  }
  .c-list--primary .c-list__item-subtitle::after {
    width: 243px;
    height: 4px;
  }
  .c-list--article .c-list__item {
    width: 100%;
  }
  .c-list--article .c-list__wrapper {
    max-width: 100%;
    padding: 41px 50px 39px 59px;
  }
  .c-list--article .c-list__item-title {
    margin: 0 5px 27px;
    padding-top: 13px;
    font-size: 0.26rem;
    letter-spacing: 0.06em;
  }
  .c-list--article .c-list__item-title::before {
    width: 56px;
    height: 3px;
  }
  .c-list--article .c-list__item-content {
    gap: 37px;
  }
  .c-list--article .c-list__item-image {
    width: 260px;
    height: 190px;
    margin-top: 9px;
    border-radius: 20px;
  }
  .c-list--article .c-text {
    margin-bottom: 30px;
    font-size: 0.18rem;
    letter-spacing: 0.06em;
    line-height: 1.640625;
  }
  .c-list--secondary .c-list__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 58px;
  }
  .c-list--secondary .c-list__inner {
    width: 360px;
    height: 100%;
    min-height: 346px;
    padding: 0 20px 74px;
    border-radius: 15px;
    -webkit-box-shadow: -10px 10px 10px rgba(204, 0, 51, 0.06);
    box-shadow: -10px 10px 10px rgba(204, 0, 51, 0.06);
  }
  .c-list--secondary .c-list__inner::after, .c-list--secondary .c-list__inner::before {
    bottom: 16px;
    width: 45px;
    height: 45px;
  }
  .c-list--secondary .c-list__item-title {
    font-size: 0.22rem;
  }
  .c-list--secondary .c-list__item-image {
    width: 198px;
    margin-top: -32px;
    margin-bottom: 19px;
  }
  .c-list--tertiary .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 57px;
    margin-bottom: 100px;
  }
  .c-list--tertiary .c-list__item--revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-list--tertiary .c-list__item--revert .c-list__item-number {
    bottom: 0;
    left: 7px;
  }
  .c-list--tertiary .c-list__item--revert .c-list__item-subtitle {
    padding-left: 69px;
    background: linear-gradient(to right, #fcf1f4 60px, #c03 60px);
  }
  .c-list--tertiary .c-list__item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 460px;
    height: 640px;
    border-radius: 20px;
  }
  .c-list--tertiary .c-list__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 26px;
  }
  .c-list--tertiary .c-list__item-number {
    bottom: 5px;
    width: 68px;
  }
  .c-list--tertiary .c-list__item-subtitle {
    min-width: 240px;
    margin-left: 17px;
    padding: 4px 18px 4px 60px;
    border-radius: 0 15px 15px 0;
    background: linear-gradient(to right, #fcf1f4 52px, #c03 52px);
    font-size: 0.14rem;
  }
  .c-list--tertiary .c-list__item-heading {
    margin-bottom: 0.28rem;
  }
  .c-list--tertiary .c-list__item-title {
    margin-bottom: 0.38rem;
    padding-bottom: 0.36rem;
    font-size: 0.28rem;
    line-height: 1.7142857143;
  }
  .c-list--tertiary .c-list__item-title::after {
    width: 2.6rem;
    height: 0.04rem;
    border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-list--tertiary .c-list__item-detail {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-list--quaternary {
    margin: -15px;
  }
  .c-list--quaternary .c-list__item {
    width: 33.3333333333%;
    max-width: 410px;
    padding: 15px;
  }
  .c-list--quaternary .c-list__inner {
    width: 100%;
    height: 100%;
    min-height: 330px;
    padding: 25px 42px;
    border-radius: 20px;
  }
  .c-list--quaternary .c-list__item-text {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .c-list--quaternary .c-list__item-child > li {
    padding-left: 14px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-list--quaternary .c-list__item-child > li::before {
    top: 13px;
    width: 5px;
  }
  .c-list--quaternary .c-list__item-heading {
    margin-bottom: 12px;
    padding: 0 9px 12px 19px;
    gap: 15px;
  }
  .c-list--quaternary .c-list__item-content {
    padding: 0 10px;
  }
  .c-list--quinary {
    margin: -22px;
  }
  .c-list--quinary .c-list__item {
    width: 33.3333333333%;
    max-width: 414px;
    padding: 22px;
  }
  .c-list--disc .c-list__item-title {
    margin-bottom: 6px;
    padding-left: 43px;
    font-size: 0.18rem;
    line-height: 1.625;
  }
  .c-list--disc .c-list__item-title::before {
    top: 7px;
    left: 16px;
  }
  .c-list--disc .c-list__item-content {
    padding-left: 43px;
  }
  .c-list--disc .c-list__item-detail {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-list--disc .c-list__item {
    padding: 11px 0 14px;
  }
  .c-list--disc .c-link--primary {
    font-size: 0.16rem;
  }
  .c-list--disc .c-link--primary::before {
    top: 9px;
    width: 14px;
    height: 13px;
  }
  .c-list--disc.c-list--sm .c-list__item-title {
    margin-bottom: 3px;
    padding-left: 25px;
    font-size: 0.14rem;
  }
  .c-list--disc.c-list--sm .c-list__item-title::before {
    top: 6px;
    left: 3px;
  }
  .c-list--disc.c-list--sm .c-list__item {
    margin-bottom: 10px;
  }
  .c-list--disc.c-list--image .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    padding: 39px 14px 39px 22px;
  }
  .c-list--disc.c-list--image .c-list__item-content {
    padding-left: 16px;
  }
  .c-list--disc.c-list--image .c-list__item-detail {
    margin-bottom: 1px;
  }
  .c-list--disc.c-list--image .c-list__inner {
    margin-top: -5px;
  }
  .c-list--disc.c-list--image .c-list__item-title {
    margin-bottom: 10px;
  }
  .c-list--disc.c-list--lg {
    margin-top: 40px;
  }
  .c-list--disc.c-list--lg .c-list__item-image {
    width: 260px;
    height: 190px;
    border-radius: 20px;
  }
  .c-list--disc.c-list--lg .c-list__item {
    padding: 0 8px;
  }
  .c-list--senary {
    max-width: 974px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-list--senary > .c-list__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -23px;
  }
  .c-list--senary .c-list__child-label {
    top: -22px;
    min-width: 152px;
    min-height: 37px;
    margin-bottom: -2px;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .c-list--senary .c-list__inner {
    height: 100%;
    min-height: 274px;
    padding: 0 33px 12px;
    border: 8px solid #fcf0f3;
    border-radius: 20px;
  }
  .c-list--senary .c-list__child {
    max-width: 340px;
    padding: 23px;
  }
  .c-list--senary .c-list__child::after {
    top: 50%;
    right: -15px;
    width: 33px;
    height: 73px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-list--senary .c-list__child-title {
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  .c-list--senary .c-list__child-detail {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .c-list--septenary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px 30px -12px 8px;
  }
  .c-list--septenary.c-list--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -6px 0 0;
    gap: 30px;
  }
  .c-list--septenary.c-list--wrap .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 120px;
    padding: 0;
    gap: 28px;
  }
  .c-list--septenary.c-list--wrap .c-list__image {
    width: 210px;
    height: 120px;
    margin-bottom: 0;
    padding: 16.5px 10px;
  }
  .c-list--septenary.c-list--wrap .c-list__image--sm {
    width: 150px;
    height: 150px;
    padding: 6.5px;
  }
  .c-list--septenary.c-list--wrap .c-list__title {
    margin-right: 0;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-list--septenary.c-list--wrap .c-list__title span {
    font-size: 0.12rem;
  }
  .c-list--septenary .c-list__item {
    width: 33.3333333333%;
    padding: 0 22px;
  }
  .c-list--septenary .c-list__image {
    position: relative;
    margin-bottom: 8px;
    padding-top: 78.8461538462%;
  }
  .c-list--septenary .c-list__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .c-list--septenary .c-list__title {
    margin-right: -6px;
    font-size: 0.12rem;
    line-height: 1.7333333333;
  }
  .c-list--news {
    padding: 34px 35px;
    border-radius: 33px;
  }
  .c-list--news .c-list__item-time {
    margin-bottom: 6px;
    font-size: 0.14rem;
  }
  .c-list--news .c-list__item-detail {
    line-height: 1.75;
  }
  .c-list--news .c-list__item {
    margin-bottom: 26px;
    padding-bottom: 18px;
    border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-list--schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7px;
  }
  .c-list--schedule .c-list__wrapper {
    min-width: 361px;
  }
  .c-list--schedule .c-list__inner {
    gap: 17px;
    padding-bottom: 37px;
  }
  .c-list--schedule .c-list__inner::after {
    top: 36px;
    bottom: 2px;
    left: 37px;
    width: 4px;
  }
  .c-list--schedule .c-list__title {
    width: 78px;
    height: 34px;
    padding: 4px 1px 1px 3px;
    border-radius: 17px;
    font-size: 0.14rem;
  }
  .c-list--schedule .c-list__content {
    padding-top: 6px;
    font-size: 0.15rem;
  }
  .c-list--schedule .c-list__content-note {
    font-size: 0.13rem;
  }
}
@media (1200px <= width <= 1280px) {
  .c-list--quaternary .c-list__item-heading {
    padding: 0 0 12px;
  }
}
@media (768px <= width <= 1200px) {
  .c-list--quaternary .c-list__item-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-list--quaternary .c-list__inner {
    padding: 25px;
  }
}
@media (768px <= width <= 1120px) {
  .c-list--septenary {
    margin-right: 0;
    margin-left: 0;
  }
  .c-list--septenary .c-list__item {
    padding: 0 10px;
  }
}
@media (768px <= width <= 1000px) {
  .c-list--schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-list--schedule .c-list__wrapper:first-child .c-list__inner:last-child {
    position: relative;
    padding-bottom: 37px;
  }
  .c-list--schedule .c-list__wrapper:first-child .c-list__inner:last-child::after {
    content: "";
  }
}
@media (768px <= width <= 980px) {
  .c-list--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-list--primary .c-list__item {
    width: 100%;
  }
  .c-list--primary .c-list__wrapper {
    margin: 0 auto;
  }
  .c-list--septenary.c-list--wrap .c-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (880px <= width <= 980px) {
  .c-list--tertiary .c-list__item {
    gap: 30px;
  }
  .c-list--tertiary .c-list__item-image {
    width: 47vw;
    height: auto;
  }
}
@media (768px <= width <= 880px) {
  .c-list--tertiary .c-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-list--senary .c-list__inner {
    padding: 0 15px 10px;
  }
  .c-list--senary .c-list__child {
    padding: 23px 15px;
  }
  .c-list--senary .c-list__child::after {
    right: -8px;
    width: 15px;
    height: 33px;
  }
}
@media only screen and (width <= 767px) {
  .c-list--primary .c-list__item-image {
    width: 1rem;
    height: 1rem;
    margin: 0 auto 0.14rem;
  }
  .c-list--primary .c-list__item-title {
    margin-bottom: 0.11rem;
    font-size: 0.17rem;
  }
  .c-list--primary .c-list__wrapper {
    padding: 0.26rem 0.26rem 0.7rem;
    border-radius: 0.14rem;
  }
  .c-list--primary a.c-list__wrapper::after, .c-list--primary a.c-list__wrapper::before {
    right: 0.12rem;
    bottom: 0.29rem;
  }
  .c-list--primary .c-list__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-list--primary .c-list__item {
    margin-bottom: 0.4rem;
  }
  .c-list--primary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--primary .c-list__item-subtitle {
    margin: 0 0.03rem 0.14rem;
    margin-bottom: 0.14rem;
    padding-bottom: 0.17rem;
    font-size: 0.17rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
  .c-list--primary .c-list__item-subtitle::after {
    width: 2.43rem;
    height: 0.04rem;
  }
  .c-list--secondary .c-list__wrapper {
    gap: 0.3rem 0.19rem;
  }
  .c-list--secondary .c-list__inner {
    width: 1.7rem;
    height: 100%;
    min-height: 1.6rem;
    padding: 0 0.1rem 0.46rem;
    border-radius: 0.15rem;
  }
  .c-list--secondary .c-list__inner::after, .c-list--secondary .c-list__inner::before {
    bottom: 0.16rem;
    width: 0.21rem;
    height: 0.21rem;
  }
  .c-list--secondary .c-list__item-title {
    font-size: 0.1rem;
  }
  .c-list--secondary .c-list__item-image {
    width: 0.9rem;
    margin-top: -0.15rem;
    margin-bottom: 0.11rem;
  }
  .c-list--tertiary .c-list__item {
    margin-bottom: 0.53rem;
  }
  .c-list--tertiary .c-list__item--revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-list--tertiary .c-list__item--revert .c-list__item-subtitle {
    padding: 0.025rem 0.15rem 0.025rem 0.35rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.3rem, #fcf1f4), color-stop(0.3rem, #c03));
    background: linear-gradient(to right, #fcf1f4 0.3rem, #c03 0.3rem);
  }
  .c-list--tertiary .c-list__item-image {
    width: 2.6rem;
    margin: 0 auto 0.44rem;
    border-radius: 0.1rem;
  }
  .c-list--tertiary .c-list__item-number {
    bottom: 0.07rem;
    width: 0.36rem;
  }
  .c-list--tertiary .c-list__item-subtitle {
    min-width: 1.53rem;
    margin-left: 0.09rem;
    padding: 0.025rem 0.15rem 0.025rem 0.3rem;
    border-radius: 0 0.16rem 0.16rem 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.25rem, #fcf1f4), color-stop(0.25rem, #c03));
    background: linear-gradient(to right, #fcf1f4 0.25rem, #c03 0.25rem);
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .c-list--tertiary .c-list__item-title {
    margin-bottom: 0.14rem;
    padding-bottom: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .c-list--tertiary .c-list__item-title::after {
    width: 1.38rem;
    height: 0.02rem;
    border-bottom: 0.02rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-list--tertiary .c-list__item-heading {
    margin-bottom: 0.11rem;
  }
  .c-list--tertiary .c-list__item-text {
    font-size: 0.14rem;
    line-height: 1.8757142857;
  }
  .c-list--article .c-list__wrapper {
    padding: 0.3rem 0.19rem 0.24rem;
  }
  .c-list--article .c-list__item-title {
    margin: 0 0.02rem 0.14rem;
    padding-top: 0.17rem;
    font-size: 0.17rem;
    letter-spacing: 0.02em;
  }
  .c-list--article .c-list__item-title::before {
    width: 0.56rem;
    height: 0.03rem;
  }
  .c-list--article .c-list__item-image {
    width: 2.2rem;
    height: 1.6rem;
    margin: 0 auto 0.13rem;
    border-radius: 0.17rem;
  }
  .c-list--article .c-text {
    padding: 0 0.02rem;
    font-size: 0.15rem;
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
  .c-list--quaternary {
    padding: 0 0.1rem;
  }
  .c-list--quaternary .c-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-list--quaternary .c-list__inner {
    width: 100%;
    min-height: 3.08rem;
    padding: 30px 23px;
    border-radius: 0.18rem;
  }
  .c-list--quaternary .c-list__item-text {
    font-size: 0.17rem;
  }
  .c-list--quaternary .c-list__item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .c-list--quaternary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--quaternary .c-list__item-child > li {
    padding-left: 0.11rem;
    font-size: 0.13rem;
    line-height: 1.75;
  }
  .c-list--quaternary .c-list__item-child > li::before {
    top: 0.1rem;
    width: 0.05rem;
  }
  .c-list--quaternary .c-list__item-heading {
    margin-bottom: 0.14rem;
    padding: 0 0.11rem 0.14rem;
    gap: 0.15rem;
  }
  .c-list--quaternary .c-list__item-content {
    padding: 0 0.07rem;
  }
  .c-list--disc .c-list__item-title {
    margin-bottom: 0.06rem;
    padding-left: 0.29rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .c-list--disc .c-list__item-title::before {
    top: 0.05rem;
    left: 0.05rem;
  }
  .c-list--disc .c-list__item-content {
    padding-left: 0.05rem;
  }
  .c-list--disc .c-list__item-detail {
    margin-bottom: 0.04rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .c-list--disc .c-list__item {
    padding: 0.15rem;
  }
  .c-list--disc .c-list__item-image {
    margin: 0 auto 0.16rem;
  }
  .c-list--disc.c-list--image .c-list__item {
    padding: 0.2rem 0.05rem;
  }
  .c-list--disc.c-list--sm .c-list__item-title {
    margin-bottom: 0.03rem;
    padding-left: 0.22rem;
  }
  .c-list--disc.c-list--sm .c-list__item-title::before {
    top: 0.06rem;
    left: 0.01rem;
  }
  .c-list--disc.c-list--sm .c-list__item-detail,
  .c-list--disc.c-list--sm .c-list__item-title {
    font-size: 0.13rem;
    line-height: 1.7142857143;
  }
  .c-list--disc.c-list--sm .c-list__item {
    margin-bottom: 0.13rem;
  }
  .c-list--disc.c-list--lg {
    padding-top: 0.2rem;
  }
  .c-list--disc.c-list--lg .c-list__item-image {
    width: 2.19rem;
    height: 1.59rem;
    border-radius: 0.17rem;
  }
  .c-list--disc.c-list--lg .c-list__item {
    padding: 0 0.05rem;
  }
  .c-list--senary > .c-list__wrapper {
    gap: 0.64rem;
  }
  .c-list--senary .c-list__child-label {
    top: -0.2rem;
    min-width: 1.5rem;
    min-height: 0.4rem;
    margin-bottom: 0.04rem;
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
  .c-list--senary .c-list__inner {
    height: 100%;
    min-height: 1.76rem;
    padding: 0 0.26rem 0.24rem;
    border: 0.04rem solid #fcf0f3;
    border-radius: 0.13rem;
  }
  .c-list--senary .c-list__child {
    max-width: 3.2rem;
    margin: 0 auto;
  }
  .c-list--senary .c-list__child::after {
    bottom: -0.54rem;
    left: 50%;
    width: 0.27rem;
    height: 0.6rem;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .c-list--senary .c-list__child-title {
    margin-bottom: 0.2rem;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .c-list--senary .c-list__child-detail {
    margin-bottom: 0.09rem;
    font-size: 0.13rem;
    line-height: 1.8461538462;
  }
  .c-list--quinary .c-list__wrapper {
    gap: 0.26rem;
  }
  .c-list--septenary .c-list__item {
    margin-bottom: 0.25rem;
  }
  .c-list--septenary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--septenary .c-list__image {
    width: 2rem;
    height: 1.6rem;
    margin: 0 auto 0.15rem;
  }
  .c-list--septenary .c-list__title {
    font-size: 0.12rem;
    line-height: 1.75;
    text-align: center;
  }
  .c-list--septenary.c-list--wrap .c-list__image {
    width: 2rem;
    height: 1.14rem;
    margin-bottom: 0.16rem;
    padding: 0.155rem 0.1rem;
  }
  .c-list--septenary.c-list--wrap .c-list__image--sm {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.06rem;
  }
  .c-list--news {
    padding: 0.27rem 0.27rem 0.24rem;
    border-radius: 0.24rem;
  }
  .c-list--news .c-list__item-time {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
  }
  .c-list--news .c-list__item-detail {
    font-size: 0.13rem;
    line-height: 1.8846153846;
  }
  .c-list--news .c-list__item {
    margin-bottom: 0.21rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.02rem dotted rgba(204, 0, 51, 0.3);
  }
  .c-list--schedule .c-list__inner {
    gap: 0.12rem;
    padding-bottom: 0.24rem;
  }
  .c-list--schedule .c-list__inner::after {
    top: 0.04rem;
    bottom: 0;
    left: 0.25rem;
    width: 0.02rem;
  }
  .c-list--schedule .c-list__title {
    width: 0.52rem;
    height: 0.23rem;
    padding: 0.01rem 0.01rem 0.01rem 0.03rem;
    border-radius: 0.11rem;
    font-size: 0.09rem;
  }
  .c-list--schedule .c-list__content {
    padding-top: 0.03rem;
    font-size: 0.11rem;
  }
  .c-list--schedule .c-list__content-note {
    font-size: 0.08rem;
    line-height: 1.3076036866;
  }
  .c-list--schedule .c-list__wrapper:first-child .c-list__inner:last-child {
    position: relative;
    padding-bottom: 0.24rem;
  }
  .c-list--schedule .c-list__wrapper:first-child .c-list__inner:last-child::after {
    content: "";
  }
}

.c-card--primary {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.06);
  box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.06);
}
.c-card--primary .c-card__content-title {
  position: relative;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-card--primary .c-card__content-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/common/icn_arrow_02.png") center/100% auto no-repeat;
}
.c-card--primary .c-card__content {
  background-color: #fff;
}
.c-card--primary .c-card__content-detail {
  font-weight: 600;
  letter-spacing: 0;
}
.c-card--tertiary {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.c-card--tertiary .c-card__title {
  display: block;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.c-card--tertiary .c-card__image-block {
  overflow: hidden;
  border-radius: 0.2rem;
}
.c-card--tertiary .c-card__image-block img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .c-card--tertiary:hover .c-card__image-block img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media print, (width >= 768px) {
  .c-card--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1095px;
  }
  .c-card--primary .c-card__content-title {
    margin-bottom: 20px;
    padding-right: 60px;
    font-size: 0.24rem;
  }
  .c-card--primary .c-card__content-title::after {
    width: 46px;
    height: 46px;
  }
  .c-card--primary .c-card__content {
    padding: 48px;
  }
  .c-card--primary .c-card__content-detail {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-card--primary .c-card__inner {
    width: 100%;
    max-width: 560px;
  }
  .c-card--primary .c-card__image {
    position: relative;
    min-height: 268px;
    padding-top: 66.0714285714%;
  }
  .c-card--primary .c-card__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-card--tertiary {
    display: block;
  }
  .c-card--tertiary .c-card__image {
    width: 100%;
    max-width: 370px;
    margin-bottom: 14px;
  }
  .c-card--tertiary .c-card__image-block {
    position: relative;
    padding-top: 71.3513513514%;
  }
  .c-card--tertiary .c-card__image-block img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-card--tertiary .c-card__title {
    font-size: 0.2rem;
    line-height: 1.75;
  }
}
@media only screen and (width <= 767px) {
  .c-card--primary .c-card__content-detail {
    margin-bottom: 0;
    font-size: 0.14rem;
    line-height: 1.875;
  }
  .c-card--primary .c-card__content-title {
    margin-bottom: 8px;
    padding-right: 0.4rem;
    font-size: 0.19rem;
  }
  .c-card--primary .c-card__content-title::after {
    width: 0.32rem;
    height: 0.32rem;
  }
  .c-card--primary .c-card__content {
    min-height: 1.47rem;
    padding: 0.14rem 0.29rem;
  }
  .c-card--primary .c-card__image {
    width: 3.6rem;
    height: 1.91rem;
    overflow: hidden;
    border-radius: 0.14rem 0.14rem 0 0;
  }
  .c-card--tertiary {
    display: block;
  }
  .c-card--tertiary .c-card__image {
    margin-bottom: 0.15rem;
  }
  .c-card--tertiary .c-card__image-block {
    width: 3.6rem;
    height: 2.56rem;
  }
  .c-card--tertiary .c-card__title {
    font-size: 0.15rem;
    line-height: 1.75;
  }
}

.c-heading--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-heading--primary .c-heading__english {
  color: #c03;
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.c-heading--primary .c-heading__japanese {
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.22em;
}
.c-heading--primary .c-heading__japanese::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_circle_01.svg") center/100% auto no-repeat;
}
.c-heading--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-heading--secondary .c-heading__text {
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-heading--secondary .c-heading__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.56rem;
  height: 0.03rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/common/line_img_01.svg") center/100% auto no-repeat;
}
.c-heading--secondary.c-heading--flexible {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-heading--secondary.c-heading--flexible .c-heading.c-heading__text::after {
  left: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.c-heading--tertiary {
  font-weight: 600;
}
.c-heading--tertiary .c-heading__text {
  position: relative;
  letter-spacing: 0.06em;
}
.c-heading--tertiary .c-heading__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.04rem;
  border-bottom: 0.04rem dotted rgba(204, 0, 51, 0.3);
}
.c-heading--quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.1rem;
}
.c-heading--quaternary .c-heading__english {
  color: #f0b2c1;
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.c-heading--quaternary .c-heading__japanese {
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media print, (width >= 768px) {
  .c-heading--primary {
    gap: 16px;
  }
  .c-heading--primary .c-heading__english {
    font-size: 0.6rem;
  }
  .c-heading--primary .c-heading__japanese {
    padding-left: 45px;
    font-size: 0.26rem;
  }
  .c-heading--primary .c-heading__japanese::before {
    top: 8px;
    left: 0;
    width: 29px;
    height: 29px;
  }
  .c-heading--secondary .c-heading__text {
    padding-bottom: 25px;
    font-size: 0.3rem;
  }
  .c-heading--tertiary {
    font-size: 0.22rem;
  }
  .c-heading--tertiary .c-heading__text {
    display: inline-block;
    padding-bottom: 12px;
  }
  .c-heading--tertiary .c-heading__text::after {
    width: 242px;
  }
  .c-heading--quaternary .c-heading__english {
    font-size: 0.2rem;
  }
  .c-heading--quaternary .c-heading__japanese {
    font-size: 0.3rem;
  }
}
@media only screen and (width <= 767px) {
  .c-heading--primary {
    gap: 0.11rem;
  }
  .c-heading--primary .c-heading__english {
    font-size: 0.36rem;
  }
  .c-heading--primary .c-heading__japanese {
    padding-left: 0.28rem;
    font-size: 0.19rem;
  }
  .c-heading--primary .c-heading__japanese::before {
    top: 0.06rem;
    left: 0;
    width: 0.18rem;
    height: 0.18rem;
  }
  .c-heading--secondary .c-heading__text {
    padding-bottom: 0.14rem;
    font-size: 0.19rem;
  }
  .c-heading--tertiary {
    position: relative;
    font-size: 0.17rem;
  }
  .c-heading--tertiary::after, .c-heading--tertiary::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.1rem);
    right: 0.13rem;
    width: 0.16rem;
    height: 0.02rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #c03;
  }
  .c-heading--tertiary::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .c-heading--tertiary .c-heading__text {
    display: block;
    padding: 0 0.4rem 0.16rem 0.1rem;
  }
  .c-heading--tertiary .c-heading__text::after {
    width: 100%;
  }
  .c-heading--quaternary .c-heading__english {
    font-size: 0.19rem;
  }
  .c-heading--quaternary .c-heading__japanese {
    font-size: 0.24rem;
  }
}

.c-text {
  display: block;
}
.c-text--note {
  letter-spacing: 0;
}
.c-text:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .c-text--note {
    font-size: 0.15rem;
  }
  .c-text--primary {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .c-text--secondary {
    margin-bottom: 33px;
    padding: 0 6px;
    font-size: 0.15rem;
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
}
@media only screen and (width <= 767px) {
  .c-text--note {
    font-size: 0.12rem;
  }
  .c-text--primary {
    font-size: 0.15rem;
    line-height: 1.7;
  }
  .c-text--secondary {
    margin-bottom: 0.33rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
}

.c-label.c-label--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c03;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
@media print, (width >= 768px) {
  .c-label.c-label--primary {
    min-width: 200px;
    min-height: 30px;
    padding: 6px 20px 5px;
    border-radius: 14px;
  }
}
@media only screen and (width <= 767px) {
  .c-label.c-label--primary {
    min-width: 1.6rem;
    min-height: 0.24rem;
    border-radius: 0.11rem;
    font-size: 0.11rem;
  }
}

.c-link {
  position: relative;
  opacity: 1;
  color: inherit;
  cursor: pointer;
}
.c-link--arrow {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #353535;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media (hover: hover) {
  .c-link--arrow:hover {
    opacity: 0.8;
  }
}
.c-link--arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 0.12rem;
  height: 0.11rem;
  margin-left: 0.08rem;
  background: url("../img/common/icn_arrow_03.svg") center/100% auto no-repeat;
}
.c-link--primary, .c-link--highlight {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  .c-link--primary:hover, .c-link--highlight:hover {
    text-decoration: underline;
    text-decoration-color: #c03;
  }
}
.c-link--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0;
}
.c-link--primary::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.12rem;
  height: 0.11rem;
  margin-right: 0.03rem;
  background: url("../img/common/target_icn_02.svg") center/100% auto no-repeat;
}
.c-link--highlight {
  color: #c03;
}
@media (hover: hover) {
  .c-link--highlight:hover {
    text-decoration-color: #c03;
  }
}
@media print, (width >= 768px) {
  .c-link--primary {
    font-size: 0.13rem;
  }
  .c-link--primary::before {
    top: 5px;
  }
  .c-link--arrow.c-link--spacing {
    margin-right: -20px;
  }
}
@media only screen and (width <= 767px) {
  .c-link--primary {
    font-size: 0.12rem;
  }
  .c-link--primary::before {
    top: 0.03rem;
  }
}

.c-table--secondary .c-table__information-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c03;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.c-table--secondary .c-table__information-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-table--secondary .c-table__information-content p:last-child {
  margin-bottom: 0;
}
.c-table--primary {
  overflow: hidden;
  border: 1px solid #f0b2c1;
}
.c-table--primary .c-table__heading {
  background-color: #f0b2c1;
  color: #fff;
  text-align: center;
}
.c-table--primary .c-table__wrapper {
  margin-bottom: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.c-table--primary caption,
.c-table--primary table th,
.c-table--primary table td {
  border: 1px solid #f0b2c1;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-table--primary .c-table__content-title {
  background-color: #fcf0f3;
}
.c-table--primary .c-table__content-title--sm {
  display: block;
}
@media print, (width >= 768px) {
  .c-table--secondary .c-table__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 26px 0 14px;
    border-bottom: 2px solid rgba(204, 0, 51, 0.06);
  }
  .c-table--secondary .c-table__information:first-child {
    padding-top: 0;
  }
  .c-table--secondary .c-table__information-heading {
    width: 310px;
    min-height: 51px;
    margin-top: 5px;
    margin-right: 47px;
    padding: 5px 46px;
    border-radius: 10px;
    font-size: 0.18rem;
  }
  .c-table--secondary .c-table__information-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.16rem;
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
  .c-table--primary {
    border-radius: 20px;
  }
  .c-table--primary caption,
  .c-table--primary table th,
  .c-table--primary table td {
    height: 40px;
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .c-table--primary .c-table__heading-title {
    padding: 12px 20px;
  }
  .c-table--primary .c-table__heading-title:first-child {
    width: 250px;
  }
  .c-table--primary .c-table__heading-title:last-child {
    width: 369px;
  }
  .c-table--primary .c-table__content-title,
  .c-table--primary .c-table__content-detail {
    padding: 11px 20px;
  }
  .c-table--primary .c-table__content-title--sm {
    font-size: 0.11rem;
  }
}
@media only screen and (width <= 767px) {
  .c-table--secondary {
    padding-bottom: 0.12rem;
    border-bottom: 0.02rem solid rgba(204, 0, 51, 0.06);
  }
  .c-table--secondary .c-table__information {
    margin-bottom: 0.16rem;
  }
  .c-table--secondary .c-table__information:last-child {
    margin-bottom: 0;
  }
  .c-table--secondary .c-table__information-heading {
    width: 100%;
    min-height: 0.4rem;
    margin-bottom: 0.15rem;
    padding: 0.05rem 0.2rem;
    border-radius: 0.15rem;
    font-size: 0.15rem;
  }
  .c-table--secondary .c-table__information-content {
    padding: 0 0.2rem;
    font-size: 0.13rem;
    letter-spacing: 0.02em;
    line-height: 1.7142857143;
  }
  .c-table--primary {
    border-radius: 0.1rem;
  }
  .c-table--primary caption,
  .c-table--primary table th,
  .c-table--primary table td {
    font-size: 0.09rem;
  }
  .c-table--primary .c-table__heading-title {
    padding: 0.03rem 0.1rem;
  }
  .c-table--primary .c-table__heading-title:first-child {
    width: 1.54rem;
  }
  .c-table--primary .c-table__content-title,
  .c-table--primary .c-table__content-detail {
    height: 0.22rem;
    padding: 0.02rem 0.1rem;
  }
  .c-table--primary .c-table__content-title--sm {
    font-size: 0.06rem;
  }
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .u-hover-trans:hover {
    opacity: 0.8;
  }
}

.u-load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.001;
}
html.wf-active .u-load {
  opacity: 1;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (width >= 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media (880px <= width <= 1280px) {
  .u-tb {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (width <= 767px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print, (width >= 884px) {
  .u-sp-header {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (width <= 883px) {
  .u-pc-header {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.u-mt-4 {
  margin-top: 0.4rem;
}

.p-section-top-news {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.p-section-top-news .c-list__item-link {
  pointer-events: none;
}
@media print, (width >= 768px) {
  .p-section-top-news {
    padding: 101px 0 105px;
  }
  .p-section-top-news .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .p-section-top-news .c-heading--primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-section-top-news .c-list--news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 883px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-news {
    padding: 0.6rem 0 0.92rem;
  }
  .p-section-top-news .c-heading--primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.23rem;
  }
  .p-section-top-news .c-heading--primary .c-heading__english {
    font-size: 0.31rem;
  }
}

.c-background {
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.c-background.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-background__decoration {
  position: absolute;
}
@media print, (width >= 768px) {
  .c-background {
    background: url("../img/top/keyvisual_bg_01.svg") top center/cover no-repeat;
  }
  .c-background__decoration--primary {
    top: 245px;
    left: 225px;
  }
  .c-background__decoration--secondary {
    top: 377px;
    left: 116px;
  }
  .c-background__decoration--tertiary {
    top: calc(50% - 1px);
    right: 109px;
  }
  .c-background__decoration--quaternary {
    top: 34px;
    left: calc(50% - 304px);
  }
  .c-background__decoration--quinary {
    top: 670px;
    left: 148px;
  }
  .c-background__decoration--senary {
    top: calc(50% + 112px);
    right: 247px;
  }
  .c-background__decoration--septenary {
    top: calc(50% - 265px);
    right: 94px;
  }
}
@media print, (width >= 884px) {
  .c-background {
    top: 100px;
  }
}
@media only screen and (width <= 883px) {
  .c-background {
    top: 0.68rem;
  }
}
@media only screen and (width <= 767px) {
  .c-background {
    background: url("../img/top/sp/keyvisual_bg_01.svg") top center/cover no-repeat;
  }
  .c-background__decoration--primary {
    top: 0.32rem;
    left: 0.91rem;
  }
  .c-background__decoration--primary img {
    width: 0.27rem;
    height: 0.27rem;
  }
  .c-background__decoration--secondary {
    top: 3.25rem;
    left: 0.15rem;
    -webkit-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }
  .c-background__decoration--secondary img {
    width: 0.27rem;
    height: 0.27rem;
  }
  .c-background__decoration--quaternary {
    top: 0.65rem;
    left: -0.53rem;
  }
  .c-background__decoration--quaternary img {
    width: 1.23rem;
    height: 1.23rem;
  }
  .c-background__decoration--quinary {
    top: 4.62rem;
    left: 0.07rem;
  }
  .c-background__decoration--quinary img {
    width: 0.61rem;
    height: 0.61rem;
  }
  .c-background__decoration--senary {
    top: 3.75rem;
    right: -0.06rem;
  }
  .c-background__decoration--senary img {
    width: 0.86rem;
    height: 0.86rem;
  }
  .c-background__decoration--septenary {
    top: 5.43rem;
    right: 0.23rem;
  }
  .c-background__decoration--septenary img {
    width: 0.43rem;
    height: 0.43rem;
  }
}

.p-section-top-keyvisual {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.p-section-top-keyvisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-section-top-keyvisual .l-wrapper {
  position: relative;
}
.p-section-top-keyvisual__title-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url("../img/top/keyvisual_decoration_01.jpg") top left/100% auto no-repeat;
}
.p-section-top-keyvisual__title-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-section-top-keyvisual__title-image--spacing {
  background: url("../img/top/keyvisual_decoration_02.jpg") top left/100% auto no-repeat;
}
.p-section-top-keyvisual__gallery-image {
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.06);
  box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.06);
}
.p-section-top-keyvisual .c-button-scroll {
  position: absolute;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, (width >= 768px) {
  .p-section-top-keyvisual {
    padding: 60px 0 10px;
  }
  .p-section-top-keyvisual .l-wrapper {
    padding: 212px 139px 212px 145px;
  }
  .p-section-top-keyvisual__title {
    gap: 35px;
  }
  .p-section-top-keyvisual__gallery-image {
    border-radius: 14px;
  }
  .p-section-top-keyvisual__gallery-image--primary {
    top: calc(50% + 104px);
    right: -23px;
    width: 16.7vw;
    max-width: 320px;
  }
  .p-section-top-keyvisual__gallery-image--secondary {
    top: -19px;
    right: -111px;
    width: 28.2vw;
    max-width: 540px;
  }
  .p-section-top-keyvisual__gallery-image--tertiary {
    top: calc(50% + 7px);
    right: calc(50% + 231px);
    width: 23.5vw;
    max-width: 450px;
  }
  .p-section-top-keyvisual__gallery-image--quaternary {
    top: 37px;
    right: calc(50% + 231px);
    width: 17.2vw;
    max-width: 330px;
  }
  .p-section-top-keyvisual__title-image {
    max-width: 784px;
    height: 143px;
    margin-right: 132px;
  }
  .p-section-top-keyvisual__title-image img {
    width: 784px;
    min-height: 86px;
  }
  .p-section-top-keyvisual__title-image--spacing {
    max-width: 820px;
    margin-right: unset;
    margin-left: 96px;
  }
  .p-section-top-keyvisual__title-image--spacing img {
    width: 820px;
  }
  .p-section-top-keyvisual .c-button-scroll {
    bottom: 53px;
    left: 50%;
    width: 0.74rem;
  }
}
@media (768px <= width <= 1440px) {
  .p-section-top-keyvisual__gallery-image--primary {
    right: 40px;
  }
  .p-section-top-keyvisual__gallery-image--secondary {
    right: 0;
  }
}
@media (980px <= width <= 1280px) {
  .p-section-top-keyvisual__title-image {
    height: 11.2vw;
  }
}
@media (768px <= width <= 980px) {
  .p-section-top-keyvisual__title-image {
    height: 105px;
    margin-right: 40px;
    background-size: 100% 100%;
  }
  .p-section-top-keyvisual__title-image--spacing {
    margin-right: unset;
    margin-left: 40px;
  }
  .p-section-top-keyvisual__gallery-image--primary {
    top: calc(50% + 121px);
  }
  .p-section-top-keyvisual__gallery-image--tertiary {
    top: calc(50% + 73px);
    right: unset;
    left: 20px;
  }
  .p-section-top-keyvisual__gallery-image--quaternary {
    right: unset;
    left: -8px;
  }
  .p-section-top-keyvisual .l-wrapper {
    padding: 177px 139px 228px 145px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-keyvisual {
    min-height: 5.9rem;
  }
  .p-section-top-keyvisual__gallery-image {
    border-radius: 10px;
  }
  .p-section-top-keyvisual__gallery-image--primary {
    z-index: 2;
    top: 4.46rem;
    right: 0.4rem;
    width: 1.4rem;
    height: 0.9rem;
  }
  .p-section-top-keyvisual__gallery-image--secondary {
    top: 0.47rem;
    right: 0.19rem;
    width: 2.4rem;
    height: 1.6rem;
  }
  .p-section-top-keyvisual__gallery-image--tertiary {
    top: 3.64rem;
    left: 0.36rem;
    width: 2rem;
    height: 1.3rem;
  }
  .p-section-top-keyvisual__gallery-image--quaternary {
    top: 1.36rem;
    left: 0.21rem;
    width: 1.45rem;
  }
  .p-section-top-keyvisual__title-image {
    width: 3.02rem;
    height: 0.55rem;
  }
  .p-section-top-keyvisual__title-image img {
    width: 3.02rem;
  }
  .p-section-top-keyvisual__title-image--spacing {
    width: 3.15rem;
    margin-left: auto;
  }
  .p-section-top-keyvisual__title-image--spacing img {
    width: 3.15rem;
  }
  .p-section-top-keyvisual .l-wrapper {
    padding-top: 2.37rem;
    padding-bottom: 2.38rem;
  }
  .p-section-top-keyvisual__title {
    gap: 0.13rem;
    padding: 0 0.02rem 0 0.05rem;
  }
  .p-section-top-keyvisual .c-button-scroll {
    bottom: 0;
    left: calc(50% + 0.03rem);
    width: 0.42rem;
  }
}

.p-section-top-about {
  position: relative;
  overflow: hidden;
}
.p-section-top-about::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/top/about_img_01.svg") center/100% auto no-repeat;
  pointer-events: none;
}
.p-section-top-about__detail {
  font-weight: 600;
  text-align: center;
}
.p-section-top-about__detail--highlight {
  color: #c03;
}
.p-section-top-about__detail:last-child {
  margin-bottom: 0;
}
.p-section-top-about__wrapper {
  position: relative;
}
.p-section-top-about .l-wrapper {
  position: relative;
  z-index: 1;
}
@media print, (width >= 768px) {
  .p-section-top-about {
    padding-bottom: 79px;
  }
  .p-section-top-about::after {
    top: 30px;
    right: calc(50% - 424px);
    width: 767px;
    height: 593px;
  }
  .p-section-top-about__wrapper {
    margin-bottom: 44px;
  }
  .p-section-top-about__detail {
    margin-bottom: 23px;
    font-size: 0.2rem;
    line-height: 2.3;
  }
  .p-section-top-about__detail--size {
    font-size: 0.22rem;
  }
  .p-section-top-about .c-button--primary {
    margin: 0 auto;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-about {
    padding: 0.54rem 0 0.39rem;
  }
  .p-section-top-about::after {
    top: 1.89rem;
    left: 0.24rem;
    width: 3.53rem;
    height: 2.73rem;
  }
  .p-section-top-about__wrapper {
    margin-bottom: 0.19rem;
  }
  .p-section-top-about__detail {
    margin-bottom: 0;
    font-size: 0.13rem;
    line-height: 2.5384615385;
  }
  .p-section-top-about .c-button--primary {
    margin: 0 auto;
  }
}

.p-section-top-movie {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.p-section-top-movie__title {
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
  color: #c03;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  letter-spacing: 0;
}
.p-section-top-movie__wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.p-section-top-movie .l-wrapper {
  position: relative;
}
.p-section-top-movie__video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media print, (width >= 768px) {
  .p-section-top-movie {
    padding: 85px 0 102px;
  }
  .p-section-top-movie .l-wrapper {
    max-width: 910px;
  }
  .p-section-top-movie__video {
    max-width: 910px;
    border-radius: 20px;
  }
  .p-section-top-movie__title {
    top: -55px;
    left: -109px;
    font-size: 0.78rem;
  }
}
@media (768px <= width <= 1140px) {
  .p-section-top-movie__title {
    left: -30px;
    font-size: 0.58rem;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-movie {
    padding: 0.24rem 0 0.6rem;
  }
  .p-section-top-movie__video {
    max-width: 3.2rem;
    margin: 0 auto;
    border-radius: 0.15rem;
  }
  .p-section-top-movie__title {
    top: -0.13rem;
    left: 0.07rem;
    font-size: 0.29rem;
  }
}

.p-section-top-interview {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #f9f4ed;
}
.p-section-top-interview .c-button--primary {
  position: relative;
  margin-left: auto;
}
@media print, (width >= 768px) {
  .p-section-top-interview {
    padding: 245px 0 29px;
    background: url("../img/top/about_bg_01.png") top center/cover no-repeat;
  }
  .p-section-top-interview .c-button--primary {
    top: -68px;
    right: 162px;
  }
  .p-section-top-interview .c-block-hero {
    margin-bottom: 3px;
  }
  .p-section-top-interview__wrapper .l-wrapper {
    position: relative;
    left: 80px;
    max-width: 1362px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-interview {
    padding: 0.89rem 0 0.15rem;
    background: url("../img/top/sp/about_bg_01.png") top left/100% 100% no-repeat;
  }
  .p-section-top-interview .c-button--primary {
    top: -0.47rem;
    width: 1.9rem;
    margin-right: unset;
    padding: 0.05rem 0.28rem 0.06rem 0.2rem;
  }
  .p-section-top-interview .c-button--primary::after {
    right: 0.1rem;
  }
}

.p-section-top-recruit {
  position: relative;
  z-index: 3;
  color: #fff;
}
.p-section-top-recruit .l-wrapper {
  position: relative;
}
.p-section-top-recruit__gallery-image {
  position: absolute;
}
.p-section-top-recruit__gallery-image img {
  overflow: hidden;
}
.p-section-top-recruit .c-heading--primary .c-heading__english {
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: 0;
}
.p-section-top-recruit .c-heading--primary .c-heading__japanese {
  position: absolute;
  left: 0;
}
.p-section-top-recruit .c-heading--primary .c-heading__japanese::before {
  background: url("../img/common/icn_circle_02.svg") center/100% auto no-repeat;
}
@media print, (width >= 768px) {
  .p-section-top-recruit {
    min-height: 745px;
    overflow: hidden;
    background: url("../img/top/recruit_bg_01.jpg") top left/cover no-repeat;
  }
  .p-section-top-recruit .l-wrapper {
    padding: 229px 0 184px;
  }
  .p-section-top-recruit__gallery-image img {
    border-radius: 14px;
  }
  .p-section-top-recruit__gallery-image--primary {
    top: 91px;
    left: 2px;
    width: 465px;
    height: 307px;
  }
  .p-section-top-recruit__gallery-image--primary::after {
    top: 0;
    right: -216px;
    width: 257px;
    height: 257px;
  }
  .p-section-top-recruit__gallery-image--secondary {
    top: 269px;
    left: 407px;
    width: 225px;
    height: 340px;
  }
  .p-section-top-recruit__gallery-image--tertiary {
    top: 466px;
    left: 116px;
    width: 327px;
    height: 216px;
  }
  .p-section-top-recruit__wrapper {
    max-width: 492px;
    margin-right: -16px;
    margin-left: auto;
  }
  .p-section-top-recruit .c-heading--primary {
    margin-bottom: 48px;
  }
  .p-section-top-recruit .c-heading--primary .c-heading__english {
    font-size: 0.94rem;
  }
  .p-section-top-recruit .c-heading--primary .c-heading__japanese {
    top: 33px;
  }
  .p-section-top-recruit .c-button--secondary {
    margin-bottom: 15px;
  }
  .p-section-top-recruit__content-detail {
    font-size: 0.13rem;
    line-height: 1.75;
  }
}
@media (768px <= width <= 1280px) {
  .p-section-top-recruit__gallery-image--primary {
    top: 91px;
    left: 2px;
    width: 36vw;
    height: auto;
  }
  .p-section-top-recruit__gallery-image--primary::after {
    top: 0;
    right: -216px;
    width: 257px;
    height: 257px;
  }
  .p-section-top-recruit__gallery-image--secondary {
    right: calc(50% + 50px);
    left: unset;
    width: 17.6vw;
    height: auto;
  }
  .p-section-top-recruit__gallery-image--tertiary {
    width: 25.6vw;
    height: auto;
  }
}
@media (768px <= width <= 980px) {
  .p-section-top-recruit .l-wrapper {
    padding: 100px 0 89px;
  }
  .p-section-top-recruit__wrapper {
    max-width: unset;
    margin-left: unset;
  }
  .p-section-top-recruit .c-heading--primary {
    margin-bottom: 500px;
  }
  .p-section-top-recruit .p-section-top-recruit__gallery-image--primary {
    top: 213px;
    left: 50px;
  }
  .p-section-top-recruit .p-section-top-recruit__gallery-image--secondary {
    top: 343px;
    right: calc(50% - 69px);
  }
  .p-section-top-recruit .p-section-top-recruit__gallery-image--tertiary {
    top: 476px;
    right: calc(50% - 69px);
  }
  .p-section-top-recruit__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-recruit {
    min-height: 6.7rem;
    background: url("../img/top/sp/recruit_bg_01.jpg") top left/cover no-repeat;
  }
  .p-section-top-recruit .l-wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.59rem;
  }
  .p-section-top-recruit__gallery-image img {
    border-radius: 0.08rem;
  }
  .p-section-top-recruit__gallery-image--primary {
    top: 1.41rem;
    left: 0.44rem;
    width: 2.19rem;
    height: 1.45rem;
  }
  .p-section-top-recruit__gallery-image--primary::after {
    top: 0;
    right: -10px;
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-section-top-recruit__gallery-image--secondary {
    top: 3.18rem;
    left: 0.98rem;
    width: 1.54rem;
    height: 1.02rem;
  }
  .p-section-top-recruit__gallery-image--tertiary {
    top: 2.25rem;
    right: 0.59rem;
    width: 1.06rem;
    height: 1.6rem;
  }
  .p-section-top-recruit .c-heading--primary {
    margin-bottom: 3.6rem;
  }
  .p-section-top-recruit .c-heading--primary .c-heading__english {
    font-size: 0.39rem;
  }
  .p-section-top-recruit .c-heading--primary .c-heading__japanese {
    top: 0.17rem;
  }
  .p-section-top-recruit .c-button--secondary {
    margin-bottom: 0.2rem;
  }
  .p-section-top-recruit__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 2.71rem;
    margin-left: auto;
  }
  .p-section-top-recruit__content-detail {
    font-size: 0.13rem;
    line-height: 1.8846153846;
  }
}

.p-section-top-environment {
  position: relative;
  z-index: 3;
}
.p-section-top-environment__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-top-environment__detail {
  font-weight: 600;
  letter-spacing: 0.06em;
}
.p-section-top-environment__list-item {
  border-radius: 0.2rem;
}
.p-section-top-environment__list-item:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-top-environment {
    padding: 81px 0 99px;
    background: #fff url("../img/top/keyvisual_bg_01.svg") top center/cover no-repeat;
  }
  .p-section-top-environment__list-item {
    margin-bottom: 60px;
  }
  .p-section-top-environment__list-item:nth-child(even) .c-card--primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .p-section-top-environment__detail {
    margin-bottom: 55px;
    font-size: 0.15rem;
  }
  .p-section-top-environment .c-heading--primary {
    margin-bottom: 27px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-environment {
    padding: 0.6rem 0 0.57rem;
    background: #fff url("../img/top/sp/keyvisual_bg_01.svg") top center/cover no-repeat;
  }
  .p-section-top-environment__list-item {
    margin-bottom: 0.44rem;
  }
  .p-section-top-environment__detail {
    margin-bottom: 0.36rem;
    font-size: 0.13rem;
  }
  .p-section-top-environment .c-heading--primary {
    margin-bottom: 0.08rem;
  }
}

.p-section-top-internship {
  position: relative;
  z-index: 3;
  background-color: #f9f4ed;
}
.p-section-top-internship__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: -0.15rem 0.15rem 0.1rem rgba(247, 147, 30, 0.06);
  box-shadow: -0.15rem 0.15rem 0.1rem rgba(247, 147, 30, 0.06);
}
.p-section-top-internship__contact-detail {
  font-weight: 700;
}
.p-section-top-internship__image {
  overflow: hidden;
}
.p-section-top-internship .c-heading--primary .c-heading__english {
  letter-spacing: 0.06em;
}
.p-section-top-internship__contact-content {
  position: relative;
  z-index: 2;
}
@media print, (width >= 768px) {
  .p-section-top-internship {
    padding: 123px 0 99px;
  }
  .p-section-top-internship__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
  }
  .p-section-top-internship__contact-image {
    width: 100%;
    max-width: 586px;
  }
  .p-section-top-internship__image {
    position: relative;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .p-section-top-internship__contact-content {
    width: 100%;
    max-width: 614px;
    padding: 0 50px 45px 53px;
  }
  .p-section-top-internship .c-heading--primary {
    top: -33px;
    margin-bottom: -2px;
  }
  .p-section-top-internship .c-heading--primary .c-heading__english {
    font-size: 0.44rem;
    line-height: 1.2065909091;
  }
  .p-section-top-internship .c-heading--primary .c-heading__english span {
    font-size: 0.36rem;
  }
  .p-section-top-internship .c-button--primary {
    width: 270px;
    margin-right: 8px;
    margin-left: auto;
  }
  .p-section-top-internship__contact-detail {
    margin-bottom: 37px;
  }
}
@media (768px <= width <= 1270px) {
  .p-section-top-internship__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 586px;
    margin: 0 auto;
  }
  .p-section-top-internship__image {
    border-radius: 20px 20px 0 0;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-internship {
    padding: 0.6rem 0 0.56rem;
  }
  .p-section-top-internship__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 0.14rem;
  }
  .p-section-top-internship__image {
    width: 3.6rem;
    height: 2.46rem;
    border-radius: 0.14rem 0.14rem 0 0;
  }
  .p-section-top-internship__contact-content {
    padding: 0 0.25rem 0.41rem 0.24rem;
  }
  .p-section-top-internship .c-heading--primary {
    margin-top: -0.25rem;
    margin-bottom: 0.1rem;
  }
  .p-section-top-internship .c-heading--primary .c-heading__english {
    line-height: 1.2286111111;
  }
  .p-section-top-internship .c-heading--primary .c-heading__english span {
    font-size: 0.3rem;
  }
  .p-section-top-internship .c-heading--primary .c-heading__japanese {
    font-size: 0.17rem;
  }
  .p-section-top-internship .c-heading--primary .c-heading__japanese::before {
    top: 0.05rem;
  }
  .p-section-top-internship__contact-detail {
    margin-bottom: 0.24rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .p-section-top-internship .c-button--primary {
    width: 1.9rem;
    margin-right: unset;
  }
}

.p-section-top-work {
  position: relative;
  z-index: 3;
}
.p-section-top-work__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-top-work__link {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .p-section-top-work__link:hover {
    opacity: 0.8;
  }
  .p-section-top-work__link:hover .p-section-top-work__list-subtitle::after {
    opacity: 0;
  }
}
.p-section-top-work__list-title {
  color: rgba(204, 0, 51, 0.15);
  font-family: "A-OTF タイプラボN Std", "TypelaboNStd", "A-OTF-TypelaboNStd", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-section-top-work__list-subtitle {
  position: relative;
  margin-bottom: 0;
  color: #c03;
  font-weight: 600;
  letter-spacing: 0;
}
.p-section-top-work__list-subtitle::after, .p-section-top-work__list-subtitle::before {
  content: "";
  position: absolute;
  top: -0.04rem;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.p-section-top-work__list-subtitle::before {
  background: url("../img/common/icn_arrow_02_yellow.png") center/100% auto no-repeat;
}
.p-section-top-work__list-subtitle::after {
  background: url("../img/common/icn_arrow_02_large.png") center/100% auto no-repeat;
}
.p-section-top-work__list-image {
  position: absolute;
}
.p-section-top-work__list-detail {
  border-spacing: 0.2rem;
  font-weight: 600;
}
.p-section-top-work__list-text {
  letter-spacing: 0.1em;
}
.p-section-top-work__list-item:last-child {
  margin-bottom: 0;
}
.p-section-top-work .l-wrapper {
  position: relative;
}
@media print, (width >= 768px) {
  .p-section-top-work {
    padding: 166px 0 99px;
    background: #fff url("../img/top/keyvisual_bg_01.svg") top center/cover no-repeat;
  }
  .p-section-top-work__list {
    margin-bottom: 62px;
  }
  .p-section-top-work__list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 164px;
    margin-bottom: 23px;
    font-size: 0.68rem;
    line-height: 1.2082352941;
    text-align: center;
  }
  .p-section-top-work__link {
    max-width: 560px;
    border-radius: 0.21rem;
    -webkit-box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.06);
    box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.06);
  }
  .p-section-top-work__list-item {
    margin-bottom: 87px;
  }
  .p-section-top-work__list-item--partner .p-section-top-work__list-image {
    top: -40px;
  }
  .p-section-top-work__list-item--network {
    position: absolute;
    top: 441px;
    right: 0;
  }
  .p-section-top-work__list-item--network .p-section-top-work__list-image {
    top: -53px;
  }
  .p-section-top-work__list-item--consulting .p-section-top-work__list-image {
    top: -44px;
  }
  .p-section-top-work__list-item--consulting .p-section-top-work__list-text {
    margin-right: -12px;
  }
  .p-section-top-work__list-image {
    left: 50%;
    width: 230px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-section-top-work__list-subtitle {
    font-size: 0.22rem;
  }
  .p-section-top-work__list-subtitle::after, .p-section-top-work__list-subtitle::before {
    width: 46px;
    height: 46px;
  }
  .p-section-top-work .c-block-hero {
    margin-bottom: 8px;
  }
  .p-section-top-work__list-head {
    padding: 21px 56px 17px;
  }
  .p-section-top-work__list-detail {
    margin: 0 36px;
    padding: 21px 22px 16px;
    border-top: 0.04rem dotted rgba(204, 0, 51, 0.3);
  }
  .p-section-top-work .c-button--primary {
    margin: 0 auto;
  }
}
@media (768px <= width <= 1280px) {
  .p-section-top-work__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-section-top-work__list-item--network {
    position: relative;
    top: unset;
  }
}
@media only screen and (width <= 767px) {
  .p-section-top-work {
    padding: 0.6rem 0 0.57rem;
    background: #fff url("../img/top/sp/keyvisual_bg_01.svg") top center/cover no-repeat;
  }
  .p-section-top-work__list {
    margin-bottom: 0.5rem;
  }
  .p-section-top-work__link {
    border-radius: 0.14rem;
    -webkit-box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.03);
    box-shadow: -0.15rem 0.15rem 0.1rem rgba(204, 0, 51, 0.03);
  }
  .p-section-top-work__list-title {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    line-height: 1.0520460866;
  }
  .p-section-top-work__list-subtitle {
    font-size: 0.17rem;
  }
  .p-section-top-work__list-subtitle::after, .p-section-top-work__list-subtitle::before {
    width: 0.32rem;
    height: 0.32rem;
  }
  .p-section-top-work__list-head {
    padding: 0.53rem 0.4rem 0.08rem;
  }
  .p-section-top-work__list-image {
    top: -0.21rem;
    right: 0.29rem;
    width: 1.29rem;
  }
  .p-section-top-work .c-block-hero {
    margin-bottom: 0.48rem;
  }
  .p-section-top-work__list-detail {
    margin: 0 0.23rem;
    padding: 0.14rem 0.14rem 0.03rem 0.11rem;
    border-top: 0.02rem dotted rgba(204, 0, 51, 0.3);
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .p-section-top-work__list-item {
    margin-bottom: 0.66rem;
  }
}

.c-block-interview--people .c-block-interview__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (width >= 768px) {
  .c-block-interview .c-block-interview__slide-item--disabled .c-block-interview__slide-image::after {
    border-radius: 0.2rem;
  }
  .c-block-interview--people .c-block-interview__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: unset;
    gap: 49px;
  }
  .c-block-interview--people .c-block-interview__slide-image {
    width: 360px;
    height: 467px;
  }
  .c-block-interview--people .c-block-interview__slide {
    max-width: 360px;
  }
  .c-block-interview--people .c-block-interview__slide:nth-child(odd) {
    margin-top: 0;
  }
  .c-block-interview--people .c-block-interview__slide:nth-child(3n+1),
  .c-block-interview--people .c-block-interview__slide:nth-child(3n+3) {
    margin-top: 39px;
  }
  .c-block-interview--people .c-block-interview__slide-number {
    width: 93px;
    height: 93px;
    padding: 6px 10px 10px 11px;
    font-size: 0.38rem;
  }
  .c-block-interview--people .c-block-interview__card {
    max-width: 333px;
    min-height: 220px;
    margin-top: -68px;
    padding: 23px 29px;
  }
  .c-block-interview--people .c-block-interview__slider {
    padding-bottom: 0;
  }
}
@media only screen and (width <= 767px) {
  .c-block-interview .c-block-interview__slide-item--disabled .c-block-interview__slide-image::after {
    border-radius: 0.14rem;
  }
  .c-block-interview--people .c-block-interview__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-block-interview--people .c-block-interview__slide-image {
    width: 3.35rem;
    height: 4.35rem;
    margin-left: 0.24rem;
  }
  .c-block-interview--people .c-block-interview__slide-image::after {
    font-size: 0.72rem;
  }
  .c-block-interview--people .c-block-interview__slide:nth-child(odd) {
    margin-top: unset;
  }
  .c-block-interview--people .c-block-interview__slide {
    max-width: unset;
    margin-bottom: 0.74rem;
    padding: 0;
  }
  .c-block-interview--people .c-block-interview__slide:last-child {
    margin-bottom: 0;
  }
  .c-block-interview--people .c-block-interview__slider {
    padding: 0;
  }
  .c-block-interview--people .c-block-interview__slide-number {
    left: 0;
    width: 0.73rem;
    height: 0.73rem;
    font-size: 0.32rem;
  }
  .c-block-interview--people .c-block-interview__slide:nth-child(odd) .c-block-interview__slide-number {
    top: -0.24rem;
  }
  .c-block-interview--people .c-block-interview__card-title {
    margin-bottom: 15px;
    padding-bottom: 11px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-block-interview--people .c-block-interview__card-name {
    font-size: 0.18rem;
  }
  .c-block-interview--people .c-block-interview__card-describe {
    margin-bottom: 0.09rem;
    font-size: 0.11rem;
    line-height: 1.8181818182;
  }
  .c-block-interview--people .c-block-interview__card {
    width: 3.08rem;
    min-height: 2.05rem;
    margin-top: -0.65rem;
    margin-left: 0;
    padding: 22px 0.29rem 0.15rem;
    border-radius: 21px;
  }
}

.p-section-people {
  overflow: hidden;
}
.p-section-people .l-wrapper {
  position: relative;
  z-index: 1;
}
.p-section-people .l-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
}
@media print, (width >= 768px) {
  .p-section-people {
    margin-top: -83px;
    padding-bottom: 143px;
  }
  .p-section-people .l-wrapper::before {
    top: 106px;
    left: -110px;
    width: 962px;
    height: 631px;
    background: url("../img/people/people_bg_01.svg") center/100% auto no-repeat;
  }
}
@media only screen and (width <= 767px) {
  .p-section-people {
    padding-top: 0.35rem;
    padding-bottom: 0.92rem;
  }
  .p-section-people .l-wrapper::before {
    top: 0.31rem;
    left: -0.43rem;
    width: 2rem;
    height: 2rem;
    background: url("../img/people/sp/people_bg_01.svg") center/100% auto no-repeat;
  }
}

@media print, (width >= 768px) {
  .p-section-career-policy {
    margin-bottom: 70px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-career-policy {
    padding-top: 0.06rem;
    padding-bottom: 0.4rem;
  }
}

.p-section-career-career__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-career-career__plan::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  background-color: #fcf0f3;
}
@media print, (width >= 768px) {
  .p-section-career-career {
    margin-bottom: 70px;
  }
  .p-section-career-career .c-block-heading {
    margin-bottom: 33px;
  }
  .p-section-career-career__plan {
    max-width: 870px;
    margin: 0 auto 53px;
    gap: 29px;
  }
  .p-section-career-career__plan::before {
    top: 78px;
    bottom: 57px;
    border-radius: 20px;
  }
  .p-section-career-career__plan-image {
    width: 301px;
  }
  .p-section-career-career__plan-flow {
    width: 373px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-career-career {
    margin-bottom: 0.35rem;
  }
  .p-section-career-career .c-block-heading {
    margin-bottom: 0.25rem;
  }
  .p-section-career-career__plan {
    max-width: 3.4rem;
    margin: 0 auto 0.3rem;
    gap: 0.04rem;
  }
  .p-section-career-career__plan::before {
    top: 0.36rem;
    bottom: 0.24rem;
    border-radius: 0.09rem;
  }
  .p-section-career-career__plan-image {
    width: 1.37rem;
  }
  .p-section-career-career__plan-flow {
    width: 1.71rem;
  }
}

.p-section-career-training__note {
  position: relative;
  background-color: #fcf0f3;
  text-align: center;
}
.p-section-career-training__note::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/common/close_icn_01.svg") center/100% auto no-repeat;
}
.p-section-career-training__note-title {
  color: #c03;
  font-weight: 600;
  letter-spacing: 0;
}
.p-section-career-training__note-text {
  letter-spacing: 0.1em;
}
@media print, (width >= 768px) {
  .p-section-career-training {
    margin-bottom: 72px;
  }
  .p-section-career-training__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1170px;
    margin: 0 auto 76px;
    gap: 38px;
  }
  .p-section-career-training .c-block-heading {
    margin-bottom: 32px;
  }
  .p-section-career-training .c-table:last-child {
    width: 510px;
  }
  .p-section-career-training__note {
    max-width: 1180px;
    margin: 0 auto;
    padding: 33px 33px 14px;
    border-radius: 20px;
  }
  .p-section-career-training__note::before {
    top: -54px;
    width: 35px;
    height: 35px;
  }
  .p-section-career-training__note-title {
    margin-bottom: 1px;
    font-size: 0.22rem;
  }
  .p-section-career-training__note-text {
    font-size: 0.14rem;
  }
}
@media only screen and (width <= 767px) {
  .p-section-career-training {
    padding-bottom: 0.37rem;
  }
  .p-section-career-training .c-block-heading {
    margin-bottom: 0.25rem;
  }
  .p-section-career-training .c-table {
    margin-bottom: 0.2rem;
  }
  .p-section-career-training__note {
    padding: 0.17rem 0.2rem 0.07rem;
    border-radius: 0.1rem;
  }
  .p-section-career-training__note::before {
    top: -0.26rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .p-section-career-training__note-title {
    margin-bottom: 0.03rem;
    font-size: 0.14rem;
  }
  .p-section-career-training__note-text {
    font-size: 0.09rem;
  }
  .p-section-career-training__wrapper {
    margin-bottom: 0.36rem;
  }
}

@media print, (width >= 768px) {
  .p-section-diversity-balance {
    margin-top: -6px;
    padding-bottom: 70px;
  }
  .p-section-diversity-balance .c-block-heading {
    margin-bottom: 18px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-diversity-balance {
    padding: 0.06rem 0 0.35rem;
  }
  .p-section-diversity-balance .c-block-heading {
    margin-bottom: 0.17rem;
  }
}

@media print, (width >= 768px) {
  .p-section-diversity-diversity {
    padding-bottom: 70px;
  }
  .p-section-diversity-diversity .c-block-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-diversity-diversity {
    padding-bottom: 0.36rem;
  }
  .p-section-diversity-diversity .c-block-heading {
    margin-bottom: 0.16rem;
  }
}

@media print, (width >= 768px) {
  .p-section-diversity-women {
    padding-bottom: 70px;
  }
  .p-section-diversity-women .c-block-heading {
    margin-bottom: 16px;
  }
  .p-section-diversity-women .c-heading--tertiary {
    margin-bottom: 1px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-diversity-women {
    padding-bottom: 0.5rem;
  }
  .p-section-diversity-women .c-block-heading {
    margin-bottom: 0.2rem;
  }
}

@media print, (width >= 768px) {
  .p-section-diversity-activities {
    padding-bottom: 70px;
  }
  .p-section-diversity-activities .c-block-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-diversity-activities {
    padding-bottom: 0.38rem;
  }
  .p-section-diversity-activities .c-block-heading {
    margin-bottom: 0.16rem;
  }
}

@media print, (width >= 768px) {
  .p-section-workstyle-benefits {
    padding-top: 39px;
  }
  .p-section-workstyle-benefits .c-block-heading {
    margin-bottom: 11px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-workstyle-benefits {
    padding-top: 0.38rem;
  }
  .p-section-workstyle-benefits .c-block-heading {
    margin-bottom: 0.16rem;
  }
}

@media print, (width >= 768px) {
  .p-section-workstyle-other {
    padding: 74px 0 173px;
  }
  .p-section-workstyle-other .c-block-heading {
    margin-bottom: 16px;
  }
  .p-section-workstyle-other .c-block-heading__wrapper {
    padding-top: 0;
  }
}
@media only screen and (width <= 767px) {
  .p-section-workstyle-other {
    padding: 0.38rem 0 0.93rem;
  }
  .p-section-workstyle-other .c-block-heading {
    margin-bottom: 0.16rem;
  }
}

@media print, (width >= 768px) {
  .p-section-workstyle-environment {
    margin-top: -17px;
    margin-bottom: 35px;
  }
  .p-section-workstyle-environment .c-block-heading--secondary {
    margin-bottom: 34px;
  }
}
@media only screen and (width <= 767px) {
  .p-section-workstyle-environment {
    padding-top: 0.06rem;
  }
  .p-section-workstyle-environment .c-block-heading--secondary {
    margin-bottom: 0.32rem;
  }
}
/*# sourceMappingURL=styles.css.map */