@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* html */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

/* body */
body {
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #424242;
  background-color: #ffffff;
  word-break: break-word;
  overflow-y: scroll;
}

html,
body {
  height: 100vh;
  margin: 0;
}

/* image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* link */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* list */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* paragraph */
p {
  margin: 0;
  color: #424242;
  line-height: 1.4;
}

/* =========================================
   Heading
   ========================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #6a004b;
}

.container__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.header {
  height: fit-content;
  max-height: 78px;
  background-color: #fff;
}
.header__container {
  padding: 1.6rem;
}
.header__logo {
  text-align: center;
}
.header__logo > img {
  width: 100%;
  max-width: 188px;
  display: inline-block;
}

.footer__container {
  text-align: center;
}
.footer__text {
  padding: 4rem 0 6rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #616161;
}

.layout__side--left {
  display: flex !important;
}
.layout__side--left > img {
  width: 80%;
  max-width: 280px;
}
.layout__side--right {
  position: relative;
}
.layout__side--right-content {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 165px;
}
.layout__side--right-content > img {
  width: 100%;
}
.layout__side--flex-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem;
}
.layout__side--flex-text > p {
  color: #6a004b;
  font-weight: 700;
  margin: 0 0.4rem 0 0;
}

.aboutus {
  position: relative;
}
.aboutus__container {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
}
.aboutus__title--en {
  font-size: 1.6rem !important;
  margin-bottom: 1.5rem;
}
.aboutus__title--ja {
  font-size: 2.6rem !important;
  font-weight: 900 !important;
  font-family: "Toppan Bunkyu Midashi Gothic", "Noto Sans CJK JP", sans-serif;
  line-height: 2 !important;
}
.aboutus__title--sub {
  font-size: 1.8rem !important;
  text-align: center;
  display: block;
  width: 100%;
}
.aboutus__text {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.aboutus__text--bold {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  color: #6a004b;
}
.aboutus__item--btn-wrap {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.aboutus__item--btn-wrap .cap--xxs span {
  text-decoration: underline;
}
.aboutus__bg-image {
  /*  --- 装飾画像 --- */
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: -webkit-fill-available; /* Chrome, Safari用 */
  height: -moz-available; /* Firefox用 */
  height: stretch;
  height: 100%; /* Firefox用 */
  height: stretch;
  height: stretch;
  z-index: -1;
}
.aboutus__bg-image img {
  width: 100%;
}
.aboutus__bg-image img:first-child {
  position: absolute;
  top: 0;
  max-width: 170px;
  right: 0;
}
.aboutus__bg-image img:last-child {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 430px;
}

.layout {
  display: flex;
}
.layout__main {
  position: relative;
  z-index: 200;
  /*  width: 100%; */
  margin: 0 auto;
  background-image: linear-gradient(to right, #f8e5f2 0%, #fbf5f9 100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.layout__side {
  display: none;
  flex: 1;
  background: #f8e5f2;
}
.layout__side--left {
  align-items: center;
  justify-content: center;
}
.layout__side--left > img {
  width: 80%;
  max-width: 280px;
}
.layout__side--right-max-w {
  width: 100%;
  height: 100vh;
  max-width: 360px;
  margin: 0 auto 0 0;
  position: relative;
}
.layout__side--right-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  max-width: 150px;
}
.layout__side--right-content > img {
  width: 100%;
}
.layout__side--right--flex-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.6rem;
}
.layout__side--right--flex-text > p {
  color: #6a004b;
  font-weight: 700;
  margin: 0 0.4rem 0 0;
}
.layout__side--qr {
  position: relative;
  display: inline-block;
  /* margin: 1.6rem auto; */
}
.layout__side--qr-text {
  /* -----バナー支給後削除----- */
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.layout__side--qr-wrap::before {
  /* -----バナー支給後削除----- */
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  pointer-events: none;
}
.layout__side--music-container {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-right: calc(14% - 14vw);
}
.layout__side--music-container img {
  position: relative;
}
@media (min-width: 1024px) {
  .layout__side {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .layout__main {
    width: 430px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}

section {
  padding: 6rem 0;
}

.content__title {
  margin: 0 0 3rem;
}
.content__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b50080;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.content__title--ja {
  font-weight: 700;
  line-height: 1.4;
  color: #b50080;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}

/* caption text 13px以下の注意書きテキスト*/
.cap {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #212121;
}
.cap--xxs {
  font-size: 1.3rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.cap--xxxs {
  font-size: 1rem;
}

/* newtab button ボタンリンクのスタイル*/
.btn--new-tab {
  border: 1px solid #bdbdbd;
  border-radius: 0.4rem;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  gap: 0.5rem;
}

.hero {
  margin: 0;
  padding: 0;
}
.hero__wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) -10%, rgba(0, 0, 0, 0) 60%), url("../images/image-hero-koriyama-v2.jpg");
  background-size: cover;
  background-position: center;
}
.hero__container {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -2vh;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.hero__title {
  font-size: 4.2rem;
  color: #ffffff;
  margin: 0 0 1rem;
}
.hero__subtitle {
  display: inline-block;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1;
}
.hero__subtitle--lg {
  font-size: 2.8rem;
  display: inline-block;
  position: relative;
  top: 0.05rem;
}
.hero__subtitle--mid {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  top: -0.05rem;
}
.hero__subtitle--small {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
}
.hero__subtitle--ml-sm {
  top: -0.05rem;
  left: -0.4rem;
}
.hero__subtitle--ribbon {
  position: relative;
  padding: 0.4rem 5.2rem 0.8rem;
  background-color: #b50080;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 12px) 50%, 100% 100%, 0% 100%, 12px 50%);
}
.hero__bg-image {
  position: absolute;
  top: 0;
  height: -webkit-fill-available; /* Chrome, Safari用 */
  height: -moz-available; /* Firefox用 */
  height: stretch;
  height: 100%; /* Firefox用 */
  width: 100%;
}
.hero__bg-image img {
  width: 100%;
}
.hero__bg-image img:last-child {
  position: absolute;
  bottom: 0;
}

.recruit__title {
  margin: 0 0 3rem;
}
.recruit__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b50080;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.recruit__title--ja {
  font-weight: 700;
  line-height: 1.4;
  color: #b50080;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
.recruit__item {
  display: flex;
  flex-direction: column;
}
.recruit__item--bunner_link {
  display: block;
  width: fit-content;
  border-radius: 1rem;
  overflow: hidden;
}
.recruit__item--bunner_link img {
  margin: 0 auto;
}
.recruit__desc--left {
  font-weight: 500;
  text-align: left;
  font-size: 1.5rem;
  color: #212121;
}
.recruit__desc--center {
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  color: #212121;
  margin-bottom: 1.6rem;
}
.recruit__banner {
  position: relative;
  display: inline-block;
  margin: 1.6rem auto;
}

.access__title {
  margin: 0 0 3rem;
}
.access__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6a004b;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.access__title--ja {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6a004b;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}
.access__item--map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.access__item--map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access__item--address {
  font-style: normal;
  text-align: center;
  margin: 3rem 0 2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
.access__item--btn-wrap {
  text-align: center;
}

.share__title {
  margin: 0 0 3rem;
}
.share__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6a004b;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.share__title--ja {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6a004b;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}
.share__item {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.share__item > a {
  width: 44px;
  height: 44px;
  display: inline-block;
}
.share__item > a > img {
  width: 100%;
  height: auto;
}
.share__item--x {
  background-color: #000000;
  padding: 1rem;
  border-radius: 0.6rem;
}

.profile {
  display: block;
  background-color: #f4c5e5;
  padding: 6rem 2rem;
  position: relative;
}
.profile__title {
  margin: 0 0 3rem;
}
.profile__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b50080;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.profile__title--ja {
  font-weight: 700;
  line-height: 1.4;
  color: #b50080;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
.profile__container {
  background-color: #fff;
  padding: 4rem 2rem;
  border-radius: 1.6rem;
  position: relative;
  z-index: 1;
}
.profile__fade-image--container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.profile__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.profile__item > p {
  font-size: 1.8rem;
  font-weight: 500;
}
.profile__grid--container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2erm 0 0;
}
.profile__grid--item {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  padding-top: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.profile__grid--item .cap--xxxs {
  text-align: center;
  color: #757575;
  position: absolute;
  bottom: 0;
  line-height: 100%;
  width: 100%;
}
.profile__grid--image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.profile__bg-image {
  /*  --- 装飾画像 --- */
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: -webkit-fill-available; /* Chrome, Safari用 */
  height: -moz-available; /* Firefox用 */
  height: stretch;
  height: 100%; /* Firefox用 */
  height: stretch;
  overflow: hidden;
}
.profile__bg-image img {
  width: 100%;
}
.profile__bg-image img:first-child {
  position: absolute;
  top: 0;
  z-index: 2;
}
.profile__bg-image img:last-child {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .profile__bg-image img:first-child {
    top: -3%;
  }
}
@media (min-width: 1024px) {
  .profile__bg-image img:first-child {
    top: 0%;
  }
}

.img--note {
  text-align: center;
  color: #212121;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 1.2;
}

.image--charactor {
  width: 85%;
  height: auto;
}/*# sourceMappingURL=style.css.map */