@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw

*/
.en {
  font-family: "Outfit", sans-serif;
}

body {
  color: #3F4649;
}

@media screen and (max-width: 768px) {
  .main > article {
    overflow: hidden;
  }
}
.main > article > section {
  position: relative;
  z-index: 1;
}

.section__title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 19px;
  line-height: 1.4;
}
.section__title::after {
  content: "";
  display: inline-block;
  width: 208px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22208%22%20height%3D%2211%22%20viewBox%3D%220%200%20208%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.9077V11C15.2185%209.04489%2058.7144%204.03813%20104.305%204.03813C148.25%204.03813%20192.295%209.04143%20208%2011V6.82127C191.798%204.65642%20151.474%200%20104.305%200C56.6411%200%2015.3002%204.8604%200%206.9077Z%22%20fill%3D%22url(%23paint0_linear_325_3221)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_325_3221%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%22208%22%20y2%3D%225.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2350318F%22%2F%3E%3Cstop%20offset%3D%220.153477%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.85%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A52024%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.72vw;
    padding-bottom: 4.87vw;
  }
  .section__title::after {
    width: 53.33vw;
    height: 2.82vw;
  }
}

.linkbtn {
  width: 374px;
  height: 73px;
  display: flex;
  background: linear-gradient(91.54deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  box-shadow: 0px 0px 16px rgba(40, 55, 168, 0.2);
  border-radius: 90px;
}
@media screen and (min-width: 1240px) {
  .linkbtn:hover i {
    transform: translateX(7px);
  }
}
.linkbtn > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 30px;
}
.linkbtn > a span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
.linkbtn > a i {
  display: inline-block;
  width: 12px;
  height: 20px;
  transition: transform 0.4s ease-out;
  transform-origin: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20viewBox%3D%220%200%2012%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.458965%200.440716C0.165091%200.722965%209.05341e-07%201.10574%208.87895e-07%201.50486C8.70449e-07%201.90398%200.165091%202.28676%200.458965%202.569L8.21764%2010.0192L0.458965%2017.4694C0.182427%2017.7546%200.0318939%2018.1317%200.0390369%2018.5214C0.0461799%2018.9111%200.210443%2019.2829%200.497264%2019.5586C0.784085%2019.8343%201.1711%2019.9924%201.57688%2019.9997C1.98266%2020.007%202.37557%2019.8629%202.67293%2019.5977L11.541%2011.0845C11.8349%2010.8023%2012%2010.4195%2012%2010.0204C12%209.62125%2011.8349%209.23847%2011.541%208.95622L2.67538%200.440716C2.38144%200.158527%201.98282%20-4.37865e-07%201.56717%20-4.56033e-07C1.15153%20-4.74202e-07%200.752902%200.158527%200.458965%200.440716Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .linkbtn {
    width: 89.74vw;
    height: 18.72vw;
  }
  .linkbtn > a {
    padding: 5.9vw 7.69vw;
  }
  .linkbtn > a span {
    font-size: 4.62vw;
  }
  .linkbtn > a i {
    width: 3.08vw;
    height: 5.13vw;
  }
}

.fix__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/img/linkshine/bg_intro.png") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.en {
  font-family: "Outfit", sans-serif;
}

body {
  color: #3F4649;
}

@media screen and (max-width: 768px) {
  .main > article {
    overflow: hidden;
  }
}
.main > article > section {
  position: relative;
  z-index: 1;
}

.section__title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 19px;
  line-height: 1.4;
}
.section__title::after {
  content: "";
  display: inline-block;
  width: 208px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22208%22%20height%3D%2211%22%20viewBox%3D%220%200%20208%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%206.9077V11C15.2185%209.04489%2058.7144%204.03813%20104.305%204.03813C148.25%204.03813%20192.295%209.04143%20208%2011V6.82127C191.798%204.65642%20151.474%200%20104.305%200C56.6411%200%2015.3002%204.8604%200%206.9077Z%22%20fill%3D%22url(%23paint0_linear_325_3221)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_325_3221%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%22208%22%20y2%3D%225.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2350318F%22%2F%3E%3Cstop%20offset%3D%220.153477%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.85%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A52024%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.72vw;
    padding-bottom: 4.87vw;
  }
  .section__title::after {
    width: 53.33vw;
    height: 2.82vw;
  }
}

.linkbtn {
  width: 374px;
  height: 73px;
  display: flex;
  background: linear-gradient(91.54deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  box-shadow: 0px 0px 16px rgba(40, 55, 168, 0.2);
  border-radius: 90px;
}
@media screen and (min-width: 1240px) {
  .linkbtn:hover i {
    transform: translateX(7px);
  }
}
.linkbtn > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 30px;
}
.linkbtn > a span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
.linkbtn > a i {
  display: inline-block;
  width: 12px;
  height: 20px;
  transition: transform 0.4s ease-out;
  transform-origin: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20viewBox%3D%220%200%2012%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.458965%200.440716C0.165091%200.722965%209.05341e-07%201.10574%208.87895e-07%201.50486C8.70449e-07%201.90398%200.165091%202.28676%200.458965%202.569L8.21764%2010.0192L0.458965%2017.4694C0.182427%2017.7546%200.0318939%2018.1317%200.0390369%2018.5214C0.0461799%2018.9111%200.210443%2019.2829%200.497264%2019.5586C0.784085%2019.8343%201.1711%2019.9924%201.57688%2019.9997C1.98266%2020.007%202.37557%2019.8629%202.67293%2019.5977L11.541%2011.0845C11.8349%2010.8023%2012%2010.4195%2012%2010.0204C12%209.62125%2011.8349%209.23847%2011.541%208.95622L2.67538%200.440716C2.38144%200.158527%201.98282%20-4.37865e-07%201.56717%20-4.56033e-07C1.15153%20-4.74202e-07%200.752902%200.158527%200.458965%200.440716Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .linkbtn {
    width: 89.74vw;
    height: 18.72vw;
  }
  .linkbtn > a {
    padding: 5.9vw 7.69vw;
  }
  .linkbtn > a span {
    font-size: 4.62vw;
  }
  .linkbtn > a i {
    width: 3.08vw;
    height: 5.13vw;
  }
}

.fix__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/img/linkshine/bg_intro.png") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.header {
  width: 97.355%;
  height: 70px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .header {
    width: 94.87vw;
    height: 14.36vw;
    border-radius: 15.38vw;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  padding: 15px 26px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2.05vw 4.62vw;
  }
}
.header__title {
  width: 120px;
}
.header__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__title:hover {
  opacity: 0.7;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__title {
    width: clamp(4.375rem, -0.503rem + 10.16vw, 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .header__title {
    width: 25.13vw;
  }
}
.header__navigationarea {
  width: calc(100% - 120px - 52px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__navigationarea {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header__navigationarea {
    width: calc(100% - 34.62vw);
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__link {
  display: inline-block;
  margin-right: 16px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__link {
    font-size: clamp(0.625rem, 0.137rem + 1.02vw, 0.938rem);
    margin-right: clamp(0.438rem, -0.343rem + 1.63vw, 0.938rem);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__link--txt {
    display: none;
  }
}
.header__link--txt > span {
  position: relative;
}
.header__link--txt > span::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #3F4649;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
.header__link--txt:hover > span::after {
  width: 100%;
}
.header__link--contact {
  padding: 14px 24px;
  background: #3F4649;
  border-radius: 60px;
  color: #fff;
}
@media screen and (min-width: 1240px) {
  .header__link--contact {
    transition: background 0.3s ease, color 0.3s ease-in;
  }
  .header__link--contact:hover {
    background: #fff;
    color: #3F4649;
  }
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header__link--contact {
    padding-right: clamp(0.5rem, -1.061rem + 3.25vw, 1.5rem);
    padding-left: clamp(0.5rem, -1.061rem + 3.25vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .header__link--contact {
    display: none;
  }
}
.header__link--lang .lang__state {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #4D5356;
  font-family: "Outfit", sans-serif;
}
.header__link--lang .lang__state::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__link--lang .lang__state {
    width: 8.72vw;
    height: 8.72vw;
    font-size: 3.08vw;
  }
}
.header__link--lang .lang__list {
  display: none;
  position: absolute;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.07);
  opacity: 0;
  display: none;
  white-space: nowrap;
  top: -210px;
  left: -250%;
}
.header__link--lang .lang__list.active {
  top: 50px;
  left: -20px;
}
.header__link--lang .lang__list .lang-item {
  line-height: 1.9;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.header__link--lang .lang__list .lang-item .lang__switchbtn {
  position: relative;
  margin: 2px;
}
.header__link--lang .lang__list .lang-item .lang__switchbtn::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #8DC21F;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1240px) {
  .header__link--lang .lang__list .lang-item .lang__switchbtn:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__link--lang .lang__list {
    padding: 3.59vw 4.62vw;
    top: 66.15vw;
    left: 0;
    left: 200%;
  }
  .header__link--lang .lang__list.active {
    top: 11.54vw;
    left: 0;
  }
  .header__link--lang .lang__list .lang-item {
    font-size: 3.59vw;
    line-height: 2.4;
  }
}
.header .tgc__logo {
  padding-left: 18px;
  border-left: 1px solid #4D5356;
}
.header .tgc__logo > a {
  display: block;
  width: 157px;
}
@media screen and (min-width: 1240px) {
  .header .tgc__logo > a {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .header .tgc__logo > a:hover {
    opacity: 0.7;
  }
}
.header .tgc__logo > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 767px) and (max-width: 1260px) {
  .header .tgc__logo {
    padding-left: clamp(0.625rem, -0.155rem + 1.63vw, 1.125rem);
  }
  .header .tgc__logo > a {
    width: clamp(5.938rem, -0.111rem + 12.6vw, 9.813rem);
  }
}
@media screen and (max-width: 768px) {
  .header .tgc__logo {
    display: none;
  }
}
.header .menu__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .menu__btn {
    display: block;
    margin-left: 2.56vw;
    width: 6.92vw;
  }
  .header .menu__btn svg {
    width: 100%;
  }
  .header .menu__btn svg.open {
    display: none;
  }
  .header .menu__btn.active svg.close {
    display: none;
  }
  .header .menu__btn.active svg.open {
    display: block;
  }
}

.menu__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__nav {
    display: block;
    width: 100vw;
    padding-top: 29.74vw;
    border-bottom-left-radius: 10.26vw;
    border-bottom-right-radius: 10.26vw;
    background: #fff;
    position: absolute;
    top: -200%;
    left: 0;
    position: fixed;
    z-index: 99;
    overflow-x: scroll;
    overflow-y: scroll;
  }
  .menu__nav__bg {
    opacity: 0;
    content: "";
    display: block;
    width: 91.79vw;
    height: 182.05vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22358%22%20height%3D%22710%22%20viewBox%3D%220%200%20358%20710%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.08%22%3E%3Cpath%20d%3D%22M0%20375.915V279.146L48.3841%20272.913C279.128%20243.187%20419.034%20105.693%20432.228%20-104.312L435.287%20-153H532.663L529.604%20-98.1944C525.617%20-34.718%20511.918%2024.5818%20488.888%2078.059C465.825%20131.618%20433.417%20179.354%20392.568%20219.94C351.939%20260.306%20303.003%20293.542%20247.118%20318.724C191.521%20343.776%20128.851%20360.921%2060.8511%20369.682L0%20375.915Z%22%20fill%3D%22url(%23paint0_linear_589_13459)%22%2F%3E%3Cpath%20d%3D%22M0%20279.685V376.454L48.3841%20382.687C279.128%20412.413%20419.034%20549.907%20432.228%20759.912L435.287%20808.6H532.663L529.604%20753.794C525.617%20690.318%20511.918%20631.018%20488.888%20577.541C465.825%20523.982%20433.417%20476.246%20392.568%20435.66C351.939%20395.294%20303.003%20362.058%20247.118%20336.876C191.521%20311.824%20128.851%20294.679%2060.8511%20285.918L0%20279.685Z%22%20fill%3D%22url(%23paint1_linear_589_13459)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_589_13459%22%20x1%3D%22-9.54618e-06%22%20y1%3D%22376.12%22%20x2%3D%22532.873%22%20y2%3D%22-153%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2350318F%22%2F%3E%3Cstop%20offset%3D%220.153477%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.85%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A52024%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_589_13459%22%20x1%3D%22-2.88662e-06%22%20y1%3D%22280.053%22%20x2%3D%22532.873%22%20y2%3D%22808.423%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23A52024%22%2F%3E%3Cstop%20offset%3D%220.15%22%20stop-color%3D%22%23F4A31E%22%2F%3E%3Cstop%20offset%3D%220.32%22%20stop-color%3D%22%23FAE62A%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%2399C83A%22%2F%3E%3Cstop%20offset%3D%220.68%22%20stop-color%3D%22%232E758D%22%2F%3E%3Cstop%20offset%3D%220.846523%22%20stop-color%3D%22%23073F99%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2350318F%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu__nav__inner {
    width: 100%;
    padding-bottom: 16.67vw;
    text-align: center;
  }
  .menu__nav .header__nav {
    display: block;
    width: 63.33vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.36vw;
    letter-spacing: 0.06em;
    margin-bottom: 10.26vw;
  }
  .menu__nav .header__nav .header__link--txt {
    display: block;
    margin-bottom: 8.46vw;
  }
  .menu__nav .header__nav .header__link--contact {
    display: inline-block;
    width: 100%;
    padding: 3.59vw 0;
  }
}
.menu__nav__content {
  opacity: 0;
}

/* header */
.footer {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15.38vw 0 39.23vw;
  }
}
.footer__inner {
  max-width: 1492px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0;
    max-width: none;
    width: 89.74vw;
    display: block;
  }
}
.footer__linkshine__logo {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .footer__linkshine__logo {
    width: 44.1vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__linkshine__logo img {
  width: 100%;
}
.footer__linkshine__copyright {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #3F4649;
}
@media screen and (max-width: 768px) {
  .footer__linkshine__copyright {
    margin-top: 0;
    width: 89.74vw;
    font-size: 3.08vw;
    text-align: left;
    position: absolute;
    left: 5.13vw;
    bottom: 15.38vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__tgc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.footer__tgc__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer__tgc__logo__item {
  padding-right: 19px;
  margin-right: 19px;
  border-right: 1px solid #d9d9d9;
  height: 40px;
  display: flex;
  align-items: center;
}
.footer__tgc__logo__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media screen and (min-width: 1240px) {
  .footer__tgc__logo__item a:hover {
    opacity: 0.7;
  }
}
.footer__tgc__logo__item--jrtk img {
  width: 211px;
}
.footer__tgc__logo__item--tgc img {
  width: 75px;
}
.footer__tgc__logo__item--jr img {
  width: 50px;
}
.footer__tgc__logo__item--residence img {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .footer__tgc__logo {
    width: 100%;
    padding-top: 12.82vw;
    border-top: 1px solid #F1F0F0;
    display: block;
  }
  .footer__tgc__logo__item {
    margin-right: auto;
    padding-right: 0;
    margin-left: auto;
    border-right: none;
    margin-bottom: 6.15vw;
    justify-content: center;
  }
  .footer__tgc__logo__item:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
  .footer__tgc__logo__item--jrtk img {
    width: 69.23vw;
  }
  .footer__tgc__logo__item--residence img {
    width: 69.23vw;
  }
  .footer__tgc__logo__item--tgc img {
    width: 24.62vw;
  }
  .footer__tgc__logo__item--jr img {
    width: 19.49vw;
  }
}
.footer__tgc__link {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .footer__tgc__link {
    margin-top: 12.82vw;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.footer__tgc__link__item {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #3F4649;
  position: relative;
  text-decoration: none;
}
.footer__tgc__link__item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__tgc__link__item {
    font-size: 3.08vw;
    display: block;
    margin-bottom: 7.18vw;
  }
}
.footer__tgc__link__item--outer {
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__tgc__link__item--outer {
    padding-right: 3.85vw;
    display: inline-block;
  }
}
.footer__tgc__link__item--outer::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.09091%200C4.21146%200%204.32708%200.0478896%204.41232%200.133133C4.49757%200.218377%204.54545%200.333993%204.54545%200.454545C4.54545%200.575098%204.49757%200.690714%204.41232%200.775958C4.32708%200.861201%204.21146%200.909091%204.09091%200.909091H0.909091V9.09091H9.09091V5.90909C9.09091%205.78854%209.1388%205.67292%209.22404%205.58768C9.30929%205.50243%209.4249%205.45455%209.54545%205.45455C9.66601%205.45455%209.78162%205.50243%209.86687%205.58768C9.95211%205.67292%2010%205.78854%2010%205.90909V9.09091C10%209.33202%209.90422%209.56325%209.73373%209.73373C9.56325%209.90422%209.33202%2010%209.09091%2010H0.909091C0.667985%2010%200.436754%209.90422%200.266267%209.73373C0.0957789%209.56325%200%209.33202%200%209.09091V0.909091C0%200.667985%200.0957789%200.436754%200.266267%200.266267C0.436754%200.0957789%200.667985%200%200.909091%200H4.09091ZM9.54545%200C9.57576%200%209.60545%200.00272733%209.63455%200.00818188H9.63727C9.68988%200.0195513%209.74006%200.0401745%209.78545%200.0690909L9.81727%200.0927273C9.83061%200.101818%209.84333%200.112121%209.85545%200.123636L9.86727%200.132727L9.87727%200.146364C9.90975%200.18164%209.93645%200.221834%209.95636%200.265455L9.96727%200.287273C9.97394%200.305455%209.98%200.324545%209.98545%200.344545L9.99182%200.371818C9.99727%200.399091%2010%200.426667%2010%200.454545V3.18182C10%203.30237%209.95211%203.41799%209.86687%203.50323C9.78162%203.58847%209.66601%203.63636%209.54545%203.63636C9.4249%203.63636%209.30929%203.58847%209.22404%203.50323C9.1388%203.41799%209.09091%203.30237%209.09091%203.18182V1.55182L4.41273%206.23091C4.37047%206.27317%204.32029%206.30669%204.26508%206.32957C4.20986%206.35244%204.15068%206.36421%204.09091%206.36421C4.03114%206.36421%203.97196%206.35244%203.91674%206.32957C3.86152%206.30669%203.81135%206.27317%203.76909%206.23091C3.72683%206.18865%203.69331%206.13848%203.67043%206.08326C3.64756%206.02804%203.63579%205.96886%203.63579%205.90909C3.63579%205.84932%203.64756%205.79014%203.67043%205.73492C3.69331%205.67971%203.72683%205.62953%203.76909%205.58727L8.44818%200.909091H6.81818C6.69763%200.909091%206.58201%200.861201%206.49677%200.775958C6.41153%200.690714%206.36364%200.575098%206.36364%200.454545C6.36364%200.333993%206.41153%200.218377%206.49677%200.133133C6.58201%200.0478896%206.69763%200%206.81818%200H9.54545Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__tgc__link__item--outer::after {
    width: 2.56vw;
    height: 2.56vw;
  }
}
.footer-sub {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .footer-sub {
    padding: 7.69vw 0;
  }
}
.footer-sub__lists {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists {
    display: block;
  }
}
.footer-sub__lists__item {
  margin-right: 39px;
  padding-right: 39px;
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 7.69vw;
  }
}
.footer-sub__lists__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item:last-child {
    margin-bottom: 0;
  }
}
.footer-sub__lists__item p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item p {
    font-size: 3.08vw;
    margin-bottom: 3.59vw;
    text-align: center;
  }
}
.footer-sub__lists__item .logo--jr_tk {
  width: 377px;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item .logo--jr_tk {
    width: 89.74vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-sub__lists__item .logo--residence {
  width: 304px;
}
@media screen and (max-width: 768px) {
  .footer-sub__lists__item .logo--residence {
    width: 77.95vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-sub__lists__item .logo img {
  width: 100%;
}

.contact {
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 25.38vw 0;
  }
}
.contact__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.contact__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: 0 0 20px rgba(85, 35, 70, 0.8);
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 7.18vw;
    margin-bottom: 1.5em;
  }
}
.contact__desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 4.62vw;
  }
}
.contact__link {
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contact__link {
    margin-top: 7.18vw;
  }
}

.allcontents {
  padding: 65px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .allcontents {
    padding: 16.92vw 0 17.69vw;
  }
}
.allcontents__inner {
  max-width: 1372px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .allcontents__inner {
    padding: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.allcontents__title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #3F4649;
}
@media screen and (max-width: 768px) {
  .allcontents__title {
    font-size: 6.67vw;
  }
}
.allcontents__linklists {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .allcontents__linklists {
    margin-top: 7.69vw;
    gap: 1.54vw;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.allcontents__link {
  width: 19.36%;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .allcontents__link {
    width: 44.1vw;
    aspect-ratio: 1/1;
  }
}
.allcontents__link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1240px) {
  .allcontents__link a::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    border-radius: 12px;
    transition: width 0.4s ease-out;
  }
}
@media screen and (min-width: 1240px) and (max-width: 768px) {
  .allcontents__link a::after {
    border-radius: 3.08vw;
  }
}
@media screen and (min-width: 1240px) {
  .allcontents__link a:hover::after {
    width: 100%;
  }
}
.allcontents__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allcontents__link span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .allcontents__link span {
    font-size: 3.08vw;
    bottom: 3.59vw;
  }
}

.lower__article {
  width: 100%;
}
.lower-facilities {
  background: #ffffff;
}
.lower-nav {
  width: 100%;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .lower-nav {
    padding-top: 6.67vw;
    padding-bottom: 6.67vw;
    padding-left: 5.13vw;
    padding-right: 5.13vw;
    display: block;
  }
}
.lower-nav__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #3F4649;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-nav__item {
    padding-bottom: 2.56vw;
    margin-bottom: 10px;
  }
  .lower-nav__item:last-child {
    margin-bottom: 0;
  }
}
.lower-nav__item .floor {
  display: inline-block;
  padding: 6px 10px;
  background: #3F4649;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-nav__item .floor {
    padding: 1.54vw 2.56vw;
    font-size: 3.59vw;
    margin-right: 2.05vw;
  }
}
.lower-nav__item .name {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-nav__item .name {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.36vw;
  }
}
.lower-nav__item .ico {
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower-nav__item .ico svg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-nav__item .ico {
    width: 4.1vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.firstheading {
  padding-top: 162px;
  padding-bottom: 100px;
  background: linear-gradient(92deg, rgba(142, 143, 214, 0.7) 0%, rgba(227, 165, 206, 0.7) 60%, rgba(82, 205, 228, 0.7) 100%);
  text-align: center;
}
.firstheading__title {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .firstheading {
    padding-top: 27.95vw;
    padding-bottom: 15.38vw;
  }
  .firstheading__title {
    font-size: 7.95vw;
  }
}

.breadcrumb {
  width: 100%;
  padding: 13px 100px 13px;
  background: #ffffff;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 3.33vw 5.13vw 3.33vw;
  }
}
.breadcrumb-lists {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb-lists__item {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .breadcrumb-lists__item {
    font-size: 3.08vw;
  }
}
.breadcrumb-lists__item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-lists__item:not(:last-child) {
    margin-right: 2.56vw;
  }
}
.breadcrumb-lists__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 5px;
  height: 8px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L4%204L1%207%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-lists__item:not(:last-child)::after {
    width: 1.28vw;
    height: 2.05vw;
    margin-left: 2.56vw;
  }
}
.breadcrumb-lists__item a {
  text-decoration: underline;
}
.breadcrumb-lists__item a:hover {
  text-decoration: none;
}

.lower-about {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lower-about {
    padding-bottom: 15.38vw;
  }
}
.lower-about-vision {
  width: 100%;
  padding: 80px 0 100px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-about-vision {
    padding: 15.38vw 0;
  }
}
.lower-about-vision__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.lower-about-vision__title {
  margin-bottom: 60px;
  text-align: center;
}
.lower-about-vision__title--highlight {
  width: 4.2em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(91.54deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.lower-about-vision__title--main {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__title {
    margin-bottom: 6.41vw;
    text-align: left;
  }
  .lower-about-vision__title--highlight {
    margin-right: auto;
    margin-left: 0;
    width: 4.2em;
    margin-bottom: 5.13vw;
    font-size: 5.64vw;
  }
  .lower-about-vision__title--main {
    font-size: 6.67vw;
  }
}
.lower-about-vision__desc {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__desc {
    text-align: left;
    margin-top: 7.69vw;
    font-size: 4.1vw;
  }
}
.lower-about-vision__figure {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 746px;
  position: relative;
}
.lower-about-vision__figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__figure {
    margin-top: 15.38vw;
    width: 100%;
    z-index: 1;
  }
}
.lower-about-vision__list {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__list {
    margin-top: 5.13vw;
    display: block;
  }
}
.lower-about-vision__item {
  width: 33%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 52px 22px 32px 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item {
    width: 100%;
    padding: 5.64vw 4.62vw;
    margin-bottom: 5.13vw;
  }
  .lower-about-vision__item:last-child {
    margin-bottom: 0;
  }
}
.lower-about-vision__item:nth-child(1) .num, .lower-about-vision__item:nth-child(1) h3 {
  color: #C8113D;
}
.lower-about-vision__item:nth-child(1) figure {
  width: 187px;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item:nth-child(1) figure {
    width: 35.9vw;
  }
  .lower-about-vision__item:nth-child(1) figure img {
    width: 100%;
  }
}
.lower-about-vision__item:nth-child(2) .num, .lower-about-vision__item:nth-child(2) h3 {
  color: #006C20;
}
.lower-about-vision__item:nth-child(2) figure {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item:nth-child(2) figure {
    width: 35.9vw;
  }
  .lower-about-vision__item:nth-child(2) figure img {
    width: 26.67vw;
  }
}
.lower-about-vision__item:nth-child(3) .num, .lower-about-vision__item:nth-child(3) h3 {
  color: #003686;
}
.lower-about-vision__item:nth-child(3) figure {
  width: 117px;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item:nth-child(3) figure {
    width: 35.9vw;
  }
  .lower-about-vision__item:nth-child(3) figure img {
    width: 22.31vw;
  }
}
.lower-about-vision__item .num {
  font-size: 72px;
  font-weight: 600;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item .num {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    transform: none;
    font-size: 23.59vw;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item .figure {
    width: 35.9vw;
    display: inline-block;
    text-align: center;
    padding-left: 9.23vw;
    margin-left: 9.23vw;
    border-left: 1px solid #e8e8e8;
  }
}
.lower-about-vision__item figure {
  margin-right: auto;
  margin-left: auto;
}
.lower-about-vision__item figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item figure {
    display: inline-block;
    width: 35.9vw;
  }
}
.lower-about-vision__item h3 {
  margin-top: 26px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item h3 {
    margin-top: 6.15vw;
    font-size: 4.62vw;
  }
}
.lower-about-vision__item p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 26px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-about-vision__item p {
    margin-top: 6.15vw;
    font-size: 3.33vw;
  }
}
.lower-about-place {
  padding-top: 100px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .lower-about-place {
    padding-top: 0vw;
  }
}
.lower-about-place__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .lower-about-place__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.lower-about-place .box {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lower-about-place .box {
    display: block;
    margin-top: 10.26vw;
  }
}
.lower-about-place__figure {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .lower-about-place__figure {
    width: 100%;
    margin-bottom: 2.56vw;
  }
}
.lower-about-place__figure .viewer {
  width: 100%;
  aspect-ratio: 502/275;
  position: relative;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  touch-action: none;
}
.lower-about-place__figure .viewer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  user-select: none;
  pointer-events: none;
}
.lower-about-place__figure .iv-ui {
  position: absolute;
  right: 16px;
  bottom: 17px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .lower-about-place__figure .iv-ui {
    gap: 3.08vw;
  }
}
.lower-about-place__figure .iv-ui button {
  width: 36px;
  height: 36px;
  font-size: 40px;
  font-weight: 200;
  background: #ffffff;
  border: none;
  cursor: pointer;
  color: #4D5357;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lower-about-place__figure .iv-ui button:hover {
  background: #d3d3d3;
  color: #ffffff;
}
.lower-about-place__figure .iv-ui button.iv-plus::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%227.5%22%20x2%3D%2216%22%20y2%3D%227.5%22%20stroke%3D%22%234D5357%22%2F%3E%3Cline%20x1%3D%228.5%22%20y1%3D%222.18557e-08%22%20x2%3D%228.5%22%20y2%3D%2216%22%20stroke%3D%22%234D5357%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower-about-place__figure .iv-ui button.iv-minus::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #4D5357;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower-about-platform {
  padding-top: 100px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-about-platform {
    padding-top: 15.38vw;
  }
}
.lower-about-platform__target {
  margin-top: 60px;
  position: relative;
  max-width: 1532px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .lower-about-platform__target {
    max-width: 89.74vw;
    padding: 12.56vw 3.59vw;
    margin-top: 15.38vw;
  }
}
.lower-about-platform .title {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.lower-about-platform .title span {
  display: inline-block;
  padding: 9px 20px 10px;
  border-radius: 60px;
  background: #3F4649;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-about-platform .title {
    top: -px2vw(20);
  }
  .lower-about-platform .title span {
    padding: 2.56vw 5.13vw 2.56vw;
    font-size: 5.64vw;
  }
}
.lower-about-platform .desc {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.13em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-about-platform .desc {
    font-size: 4.36vw;
  }
}
.lower-about-platform .list {
  position: relative;
  max-width: 782px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.lower-about-platform .list .item {
  width: calc(25% - 9px);
  background: #fff;
  border-radius: 18px;
  padding: 12px 12px 12px 12px;
}
.lower-about-platform .list .item p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  height: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lower-about-platform .list {
    width: 100%;
    max-width: none;
    margin-top: 7.69vw;
  }
  .lower-about-platform .list .item {
    width: calc(50% - 1.54vw);
    padding: 3.08vw 3.08vw 3.08vw 3.08vw;
  }
  .lower-about-platform .list .item p {
    font-size: 3.33vw;
    height: 8.21vw;
  }
}
.lower-about-platform__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .lower-about-platform__bg {
    border-radius: 5.13vw;
  }
}
.lower-about__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .lower-about__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.lower-about__inner {
  position: relative;
  z-index: 1;
}
.lower-about .program {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .lower-about .program {
    padding-top: 15.38vw;
  }
}
.lower-about .program__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.lower-about .program__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .lower-about .program__title {
    font-size: 5.38vw;
    padding-bottom: 6.67vw;
    margin-bottom: 6.67vw;
  }
}
.lower-about .program__item {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .lower-about .program__item {
    padding-bottom: 3.59vw;
    margin-bottom: 3.59vw;
  }
}
.lower-about .program__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.lower-about .program__item > .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #99C83A;
  font-size: 17px;
  font-style: normal;
  color: #ffffff;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lower-about .program__item > .num {
    width: 5.9vw;
    height: 5.9vw;
    font-size: 4.36vw;
    margin-right: 2.56vw;
  }
}
.lower-about .program__item > .desc {
  width: calc(100% - 33px);
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-about .program__item > .desc {
    width: calc(100% - 8.46vw);
    font-size: 3.85vw;
  }
}
.lower-about .event {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lower-about .event {
    margin-top: 15.38vw;
  }
}
.lower-about .event__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.lower-about .event__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .lower-about .event__title {
    font-size: 5.38vw;
    padding-bottom: 6.67vw;
    margin-bottom: 6.67vw;
  }
}
.lower-about .event__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lower-about .event__list {
    gap: 4.1vw;
  }
}
.lower-about .event__item--double {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .lower-about .event__item--double {
    width: 100%;
  }
}
.lower-about .event__item--double .event__item__figure {
  width: 100%;
  display: flex;
  gap: 7px;
}
.lower-about .event__item--double .event__item__figure figure {
  width: calc(50% - 3.5px);
  aspect-ratio: 1/1;
}
.lower-about .event__item--double .event__item__figure figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-about .event__item--double .event__item__figure {
    gap: 1.79vw;
  }
  .lower-about .event__item--double .event__item__figure figure {
    width: calc(50% - 0.9vw);
  }
}
.lower-about .event__item--single {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .lower-about .event__item--single {
    width: calc(50% - 2.05vw);
  }
}
.lower-about .event__item__title {
  width: 100%;
  padding: 12px 16px;
  border-radius: 45px;
  background: linear-gradient(92deg, rgba(142, 143, 214, 0.24) 0%, rgba(227, 165, 206, 0.24) 60%, rgba(82, 205, 228, 0.24) 100%);
  box-shadow: 0 0 14px 0 rgba(7, 63, 153, 0.12);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .lower-about .event__item__title {
    padding: 3.08vw 4.1vw;
    font-size: 3.33vw;
    margin-bottom: 3.08vw;
  }
}
.lower-about .event__item__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .lower-about .event__item__figure img {
    border-radius: 3.08vw;
  }
}
.lower-about .event__desc {
  margin-top: 24px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-about .event__desc {
    margin-top: 6.15vw;
    font-size: 3.85vw;
  }
}
.lower-about .connections {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .lower-about .connections {
    padding-top: 15.38vw;
  }
}
.lower-about .connections__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.lower-about .connections__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .lower-about .connections__title {
    font-size: 5.38vw;
    padding-bottom: 6.67vw;
    margin-bottom: 6.67vw;
  }
}
.lower-about .connections__figure {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lower-about .connections__figure figure {
  width: calc(33.3333333333% - 13.33px);
  aspect-ratio: 328/242;
}
.lower-about .connections__figure figure img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower-about .connections__figure {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4.1vw;
  }
  .lower-about .connections__figure figure {
    width: calc(50% - 2.05vw);
    aspect-ratio: 167/123;
  }
  .lower-about .connections__figure figure img {
    border-radius: 3.08vw;
  }
}
.lower-about .connections__desc {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .lower-about .connections__desc {
    margin-top: 6.15vw;
    font-size: 3.85vw;
  }
}

.facility__inner {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .facility__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.facility__inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .facility__inner {
    padding-top: 15.38vw;
  }
}
.facility__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .facility__title {
    margin-bottom: 10.26vw;
  }
}
.facility__title .floor {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 30px;
  background: #3F4649;
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .facility__title .floor {
    padding: 2.56vw 4.1vw;
    font-size: 5.13vw;
  }
}
.facility__title .name {
  display: block;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .facility__title .name {
    font-size: 7.69vw;
    margin-top: 5.13vw;
  }
}
.facility__item {
  margin-bottom: 80px;
}
.facility__item:last-child {
  margin-bottom: 0;
}
.facility__item--flex {
  display: flex;
  gap: 36px;
}
.facility__item--flex--rev .facility__figure {
  order: 2;
}
.facility__item--flex--rev .facility__desc {
  order: 1;
}
@media screen and (max-width: 768px) {
  .facility__item--flex {
    display: block;
  }
}
.facility__item--single {
  width: 100%;
}
.facility__item--single .item__singlefigure {
  width: 100%;
}
.facility__item--single .item__singlefigure img {
  width: 100%;
}
.facility__item--fig__double {
  display: flex;
  gap: 36px;
}
.facility__item--fig__double figure {
  width: calc(50% - 18px);
}
.facility__item--fig__double figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .facility__item--fig__double figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .facility__item--fig__double {
    display: block;
  }
  .facility__item--fig__double figure {
    width: 100%;
    margin-bottom: 5.13vw;
  }
  .facility__item--fig__double figure:last-child {
    margin-bottom: 0;
  }
}
.facility__figure {
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .facility__figure {
    width: 100%;
    margin-bottom: 5.13vw;
  }
}
.facility__figure .fig {
  width: 100%;
  aspect-ratio: 494/305;
}
.facility__figure .fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility__figure--slide .slider {
  width: 100%;
  aspect-ratio: 494/300;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.facility__figure--slide .slider .splide__track {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.facility__figure--slide .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.facility__figure--slide .slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  z-index: 0;
  border-radius: 12px;
}
.facility__figure--slide .slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider {
    aspect-ratio: 350/216;
    border-radius: 3.08vw;
  }
  .facility__figure--slide .slider .splide__track {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
  }
  .facility__figure--slide .slider::before {
    border-radius: 2.56vw;
  }
  .facility__figure--slide .slider::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    border-radius: 2.56vw;
  }
  .facility__figure--slide .slider img {
    border-radius: 2.56vw;
  }
}
.facility__figure--slide .slider--thumb {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider--thumb {
    margin-top: 2.05vw;
  }
}
.facility__figure--slide .slider--thumb .splide__list {
  justify-content: center;
}
.facility__figure--slide .slider--thumb .splide__slide {
  width: 116px;
  aspect-ratio: 116/74;
  position: relative;
}
@media screen and (min-width: 1240px) {
  .facility__figure--slide .slider--thumb .splide__slide {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .facility__figure--slide .slider--thumb .splide__slide:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider--thumb .splide__slide {
    aspect-ratio: 82/52;
  }
}
.facility__figure--slide .slider--thumb .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  z-index: 0;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider--thumb .splide__slide::before {
    border-radius: 3.08vw;
  }
}
.facility__figure--slide .slider--thumb .splide__slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider--thumb .splide__slide::after {
    border-radius: 2.56vw;
  }
}
.facility__figure--slide .slider--thumb .splide__slide img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider--thumb .splide__slide img {
    border-radius: 2.56vw;
  }
}
.facility__figure--slide .slider--thumb .splide__slide.is-active {
  border: none;
}
.facility__figure--slide .slider--thumb .splide__slide.is-active::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
}
.facility__figure--slide .slider--thumb .splide__slide.is-active img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .facility__figure--slide .slider--thumb .splide__slide.is-active img {
    border-radius: 2.05vw;
  }
}
.facility__figure--slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility__desc {
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .facility__desc {
    width: 100%;
  }
}
.facility__desc__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facility__desc__title {
    padding-bottom: 6.15vw;
    margin-bottom: 6.15vw;
  }
}
.facility__desc__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
}
.facility__desc__title .category {
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  border-radius: 45px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: linear-gradient(92deg, #8E8FD6 0%, #E3A5CE 60%, #52CDE4 100%);
  box-shadow: 0 0 14px 0 rgba(7, 63, 153, 0.12);
}
@media screen and (max-width: 768px) {
  .facility__desc__title .category {
    padding: 2.56vw 4.1vw;
    font-size: 4.87vw;
  }
}
.facility__desc__title .category__floor {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: #4D5356;
  padding: 10px 16px;
  border-radius: 45px;
}
@media screen and (max-width: 768px) {
  .facility__desc__title .category__floor {
    font-size: 4.87vw;
    padding: 2.56vw 4.1vw;
    border-radius: 11.54vw;
  }
}
.facility__desc__title > h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .facility__desc__title > h4 {
    margin-top: 5.13vw;
    font-size: 6.15vw;
  }
}
.facility__desc .desc p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .facility__desc .desc p {
    font-size: 3.85vw;
  }
}
.facility img {
  border-radius: 12px;
}
.facility__subfigure {
  width: 494px;
  aspect-ratio: 494/305;
  margin-right: auto;
  margin-left: auto;
}
.facility__subfigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .facility__subfigure {
    width: 100%;
    aspect-ratio: 350/216;
  }
}
.facility .caution {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .facility .caution {
    margin-top: 10.26vw;
    font-size: 3.33vw;
  }
}
.facility__guide {
  width: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .facility__guide {
    display: block;
  }
}
.facility__guide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
  border-top-right-radius: 40px;
}
@media screen and (max-width: 768px) {
  .facility__guide::before {
    border-top-right-radius: 10.26vw;
  }
}
.facility__guide::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-top-right-radius: 38px;
}
.facility__guide .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px;
  z-index: 2;
  gap: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facility__guide .wrapper {
    display: block;
    padding: 7.69vw;
  }
}
.facility__guide__photo {
  width: calc(32.7% - 18px);
  aspect-ratio: 315/195;
}
.facility__guide__photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .facility__guide__photo {
    width: 100%;
    aspect-ratio: 350/216;
  }
}
.facility__guide__text {
  width: calc(100% - (32.7% - 18px) - 18px);
}
@media screen and (max-width: 768px) {
  .facility__guide__text {
    width: 100%;
    margin-top: 6.67vw;
  }
}
.facility__guide__text h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facility__guide__text h4 {
    font-size: 6.15vw;
    margin-bottom: 6.15vw;
    padding-bottom: 6.15vw;
  }
}
.facility__guide__text h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(91.54deg, rgba(140, 141, 197, 0.3) 0%, rgba(233, 197, 221, 0.3) 60%, rgba(111, 200, 217, 0.3) 100%), rgba(255, 255, 255, 0.9);
}
.facility__guide__text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .facility__guide__text p {
    font-size: 3.85vw;
  }
}

.lower-facilities {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lower-facilities {
    padding-bottom: 15.38vw;
  }
}
.lower-facilities .floorguide {
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 89.74vw;
  }
}
.lower-facilities .floorguide {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide {
    margin-top: 20.51vw;
  }
}
.lower-facilities .floorguide__figurelist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide__figurelist {
    display: block;
  }
}
.lower-facilities .floorguide__figurelist .item {
  width: calc(33.3333333333% - 13.33px);
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide__figurelist .item {
    width: 100%;
    margin-bottom: 11.79vw;
  }
  .lower-facilities .floorguide__figurelist .item:last-child {
    margin-bottom: 0;
  }
}
.lower-facilities .floorguide__figurelist .item figure {
  width: 100%;
}
.lower-facilities .floorguide__figurelist .item figure figcaption {
  width: 100%;
  margin-bottom: 12px;
  height: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  border-radius: 45px;
  background: linear-gradient(92deg, rgba(142, 143, 214, 0.24) 0%, rgba(227, 165, 206, 0.24) 60%, rgba(82, 205, 228, 0.24) 100%);
  box-shadow: 0 0 14px 0 rgba(7, 63, 153, 0.12);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide__figurelist .item figure figcaption {
    height: 8.72vw;
    padding-left: 4.1vw;
    font-size: 3.33vw;
    border-radius: 11.54vw;
  }
}
.lower-facilities .floorguide__figurelist .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide__figurelist .item img {
    border-radius: 3.08vw;
  }
}
.lower-facilities .floorguide__figurelist .item__text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.lower-facilities .floorguide .subtext {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide .subtext {
    margin-top: 7.69vw;
    font-size: 3.85vw;
  }
}
.lower-facilities .floorguide .caution {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lower-facilities .floorguide .caution {
    margin-top: 4.1vw;
    font-size: 3.33vw;
  }
}

.obj {
  position: absolute;
  z-index: -1;
}
.obj svg, .obj img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.obj img {
  height: 100%;
  object-fit: cover;
}

.floormap__obj--01 {
  width: 1634px;
  top: -713px;
  left: 0;
  opacity: 0.08;
}
@media screen and (max-width: 768px) {
  .floormap__obj--01 {
    width: 231.28vw;
    top: -46.15vw;
    left: -77.44vw;
  }
}
.floormap__obj--02 {
  width: 884px;
  height: 878px;
  bottom: -274px;
  left: 129px;
  opacity: 0.14;
  opacity: 0;
}
.floormap__obj--02 img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .floormap__obj--02 {
    width: 209.49vw;
    height: 208.21vw;
    bottom: -20.51vw;
    left: -20.51vw;
  }
}

.allcontents__obj--01 {
  width: 1179px;
  height: 1170px;
  top: -16px;
  left: -361px;
  opacity: 0.28;
  transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  .allcontents__obj--01 {
    transform: scale(-1, -1);
    width: 302.31vw;
    top: 0;
    left: -61.54vw;
  }
}

.about__obj--01 {
  transform: scale(-1, -1);
  width: 1399px;
  height: 1389px;
  top: -430px;
  right: -387px;
  opacity: 0.14;
}
@media screen and (max-width: 768px) {
  .about__obj--01 {
    display: none;
  }
}

.obj--common-contact {
  width: 1684px;
  height: 1672px;
  top: -303px;
  right: -349px;
  opacity: 0.14;
}
@media screen and (max-width: 768px) {
  .obj--common-contact {
    width: 311.28vw;
    height: 309.74vw;
    top: -115.13vw;
    right: auto;
    left: -19.74vw;
  }
}

.about-vision-obj-01, .obj--lower-line {
  z-index: 1;
  width: 1098px;
  height: 1090px;
  top: -100px;
  right: -362px;
  opacity: 0.14;
}

.obj--lower-line {
  z-index: 0;
}

.obj__lower_sq {
  width: 1200px;
  top: 198px;
  right: -690px;
  z-index: 1;
  opacity: 0.14;
}
.parent--obj--lower-line {
  overflow: hidden;
  position: relative;
}

.kv__obj_01 {
  width: 1423px;
  width: 94.113vw;
  top: -189px;
  left: 89px;
  opacity: 0.14;
  position: fixed;
}
.kv__obj_01.ab {
  position: absolute;
}
.kv__obj_02 {
  width: 1511px;
  width: 100vw;
  top: 0px;
  right: 0;
  opacity: 0.14;
  position: fixed;
}
.kv__obj_02.ab {
  position: absolute;
}

#introduction-logo {
  opacity: 0;
}

.site__catch span,
#kv-image-s01,
#kv-image-s02,
#kv-image-s03,
#kv-image-s04,
#kv-image-l01,
#kv-image-s05,
#kv-image-s06 {
  opacity: 0;
  transform: translateY(20px);
}