:root {
  --green: #059c11;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --white: #fff;
  --black: #333;
  --walsh--walsh-dark-green-2: #204f58;
}

h2 {
  margin-top: 0;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  opacity: 0;
  height: 32px;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white {
  color: #333;
  border-radius: 8px;
  padding: 15px 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.walsh-nav-link-white:hover {
  background-color: #ffd30d8a;
}

.walsh-nav-link-white.w--current {
  color: var(--green);
}

.walsh-nav-wrapper-green {
  z-index: 40;
  height: 70px;
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hero {
  width: 100%;
  height: 100vh;
  margin-top: -70px;
  position: relative;
}

.hero.under {
  height: 60vh;
}

.hero-pic {
  background-image: url('../images/PC1280-big-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.header-bg {
  opacity: .76;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.fv-logo-box {
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  background-image: url('../images/logo-fv.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg-bage {
  background-image: url('../images/bg-bage-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.bg-orange {
  background-color: #faa316;
}

.section.voice {
  padding-top: 180px;
}

.section.bg-flow {
  background-image: linear-gradient(#0003, #0003), url('../images/bg-flow2-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
}

.section.bg-green {
  background-color: #81b94d;
  padding-top: 130px;
  padding-bottom: 190px;
}

.section.bg-bage-under {
  background-image: url('../images/bg-bage-min.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  flex-flow: column;
  padding-top: 170px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.bg-green-facility {
  background-color: #81b94d;
  padding-top: 80px;
  padding-bottom: 120px;
}

.vector {
  background-image: url('../images/Vector-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.vector._02 {
  background-image: url('../images/Vector2-min.png');
  inset: 0% 0% auto;
}

.vector._03 {
  background-image: url('../images/Vector3-min.png');
}

.vector._04 {
  background-image: url('../images/Vector4-min.png');
  background-position: 50% 0;
}

.vector._05 {
  background-image: url('../images/Vector5-min.png');
  background-position: 50% 100%;
  inset: 0% 0% auto;
}

.heading {
  color: var(--green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kirang Haerang, sans-serif;
  font-size: 117px;
  line-height: 90%;
}

.heading.white {
  color: var(--white);
}

.heading.white.small {
  font-size: 111px;
}

.heading.white.small-under {
  font-size: 100px;
}

.heading.white.small-message {
  font-size: 111px;
}

.text-block {
  font-size: 24px;
  line-height: 100%;
}

.ttl-box {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ttl-box.left {
  justify-content: center;
  align-items: flex-start;
}

.ttl-box.left.under {
  border-bottom: 6px dotted #ec7824;
  padding-bottom: 40px;
}

.ttl-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.decoration {
  background-image: url('../images/cloud.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 66px;
}

.decoration.sp-hide.u-02 {
  background-image: url('../images/decoration-u2.png');
}

.decoration._02 {
  background-image: url('../images/decoration02.png');
}

.decoration._02-1 {
  background-image: url('../images/decoration02-1.png');
}

.decoration._02-1.pc-hide {
  display: none;
}

.decoration._03 {
  background-image: url('../images/decoration03.png');
  width: 100px;
  height: 150px;
  position: absolute;
  inset: -36% auto auto -42%;
}

.decoration.u-01 {
  background-image: url('../images/decoration-u1.png');
}

.decoration.u-03 {
  background-image: url('../images/decoration-u2.png');
  display: none;
}

.max-wide {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-wide.section-orange {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.max-wide.sample {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.max-wide.gap30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.max-wide.voice {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-wrapper {
  background-color: #fff;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.about-pic {
  background-image: url('../images/about-pic-min.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  position: relative;
}

.about-box {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 90px 40px 60px;
  display: flex;
  position: relative;
}

.line-box {
  border-bottom: 3px dashed #059c11;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.line-box.white {
  border-bottom-color: #fff;
}

.line-box.blue {
  border-bottom: 6px dotted #7fcce8;
}

.text-30px {
  letter-spacing: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 31px;
}

.text-30px.center {
  text-align: center;
}

.text-30px.center.sp-only {
  display: none;
}

.h2-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.illust {
  background-image: url('../images/Frame-18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 315px;
  height: 151px;
}

.sub-ttl {
  background-image: url('../images/subttl-parts-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 130px;
  margin-right: 20px;
}

.logo-box-head {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo-image {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 35px;
  display: flex;
}

.nav-menu-all-box {
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-365 {
  align-items: stretch;
  padding-right: 20px;
  display: flex;
}

.container {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

._12px {
  color: #fff;
  letter-spacing: 1.6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

._12px.hide {
  display: none;
}

.navigation-shade {
  z-index: -1;
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.logo-image-header-sp {
  opacity: 0;
  background-image: url('../images/logo-small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 93px;
  display: flex;
}

.sns-instagram {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.sns-instagram.hide {
  display: none;
}

.nav-text-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.nav-contact-button {
  background-color: #fff0;
  background-image: linear-gradient(144deg, #ecc45b4d, #d3d3d34d);
  border-radius: 310px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 52px;
  transition: background-color .2s ease-in;
  display: flex;
}

.nav-contact-button:hover {
  opacity: 100;
  background-color: #ffffff75;
}

.sns-icon {
  flex: 1;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.nav-link-head {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  transition: opacity .2s ease-in;
  display: flex;
}

.nav-link-head:hover {
  opacity: .6;
}

.nav-link-head.contact {
  transition-property: none;
}

.nav-link-head.contact:hover {
  opacity: 100;
}

.brand {
  z-index: 0;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand:hover {
  opacity: .78;
}

.menu-button-inner, .link-block {
  display: none;
}

.nav-text-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.nav-bg-sp-2 {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.menu-link-all-box-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button {
  display: none;
}

.icon_insta {
  background-image: url('../images/insta_1insta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.hero-pic-sp {
  background-image: url('../images/PC1280-big-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.menu-logo {
  display: none;
}

.text-block-sub-ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-sub-ttl.white {
  color: var(--white);
}

.sub-pic {
  background-image: url('../images/abut-parts-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 324px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: -17% auto auto 0%;
}

.lineup-ttl-group-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 1080px;
  display: flex;
}

.lineup-pic {
  background-image: url('../images/Frame-118-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 602px;
  height: 418px;
  margin-right: 20px;
  position: relative;
}

.div-block-368 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div-block-369 {
  background-image: url('../images/hand_1hand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 64px;
}

.div-block-370 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.sub-ttl-pic {
  background-image: url('../images/subttl-parts-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 130px;
  margin-right: 20px;
  position: absolute;
  inset: -7% 0% auto auto;
}

.lneup-box {
  z-index: 10;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff3;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1080px;
  padding: 60px 10px;
  display: flex;
  position: relative;
}

.div-block-371 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-372 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 83%;
  display: grid;
}

.lineuo-pic-subject {
  background-image: url('../images/01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 264px;
  height: 249px;
  display: flex;
}

.lineuo-pic-subject._02 {
  background-image: url('../images/02-min.png');
}

.lineuo-pic-subject._03 {
  background-image: url('../images/03-min.png');
}

.lineuo-pic-subject._04 {
  background-image: url('../images/04-min.png');
}

.lineuo-pic-subject._05 {
  background-image: url('../images/06-min.png');
}

.lineuo-pic-subject._06 {
  background-image: url('../images/07-min.png');
}

.lineuo-pic-subject._06.comingsoon {
  opacity: .4;
}

.lineuo-pic-subject._07 {
  background-image: url('../images/08-min.png');
}

.lineuo-pic-subject._07.comingsoon {
  opacity: .5;
}

.lineuo-pic-subject._08 {
  background-image: url('../images/09-min.png');
}

.lineuo-pic-subject._08.coming-soon {
  opacity: .5;
  color: var(--black);
}

.lineuo-pic-subject._09 {
  background-image: url('../images/10-min.png');
}

.lineuo-pic-subject._09.coming-soon {
  opacity: .5;
  color: var(--black);
}

.subject {
  background-color: var(--white);
  border-left: 10px solid #fa0;
  width: auto;
  padding: 10px 25px 10px 30px;
  transform: rotate(-15deg);
  box-shadow: 4px 4px #00000026;
}

.subject.science {
  border-left-color: #ffd30d;
}

.subject._03 {
  border-left-color: #41c78d;
}

.subject._04 {
  border-left-color: #94d06c;
}

.subject._05 {
  border-left-color: #e19bef;
}

.subject._06 {
  border-left-color: #f68697;
}

.subject._08 {
  border-left-color: #ef6b6b;
}

.subject._07 {
  border-left-color: #91dde3;
}

.subject._09 {
  border-left-color: #41c78d;
}

.text-subject {
  letter-spacing: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
}

.text-subject.comingsoon {
  position: absolute;
  inset: 0%;
}

.link-lineup {
  color: #000;
  text-decoration: none;
  transition: color .2s, transform .2s;
}

.link-lineup:hover {
  color: var(--green);
  text-decoration: underline;
  transform: translate(14px);
}

.link-lineup.comingsoon {
  position: relative;
}

.link-lineup.comingsoon:hover {
  color: var(--black);
  text-decoration: none;
  transform: translate(0);
}

.max {
  background-color: #fff;
  flex-flow: row;
  display: flex;
}

.div-block-373 {
  background-color: var(--white);
  border-left: 11px solid #059c11;
  border-right: 11px solid #059c11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 40px;
  display: flex;
  position: relative;
}

.div-block-374 {
  background-image: url('../images/Group-27_1Group 27.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.div-block-375 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
}

.paragraph._16px {
  font-size: 16px;
  line-height: 180%;
}

.paragraph.white {
  color: var(--white);
}

.paragraph._16px-thin {
  font-size: 16px;
  font-weight: 500;
}

.div-block-376 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-377 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-378 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button {
  color: #fff;
  background-color: #ec7824;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 360px;
  padding: 20px 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px #0003;
}

.cta-button:hover {
  transform: translate(15px);
}

.text-block-2 {
  line-height: 31px;
}

.icon-cta {
  background-image: url('../images/icon-cta_1icon-cta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.div-block-379 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-380 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-381 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-382 {
  background-image: url('../images/Group-32.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 130px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-382-copy {
  background-image: url('../images/Group-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-383 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-30px-copy {
  letter-spacing: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 31px;
}

.text-30px-copy.center {
  text-align: center;
}

.text-30px-copy.center.sp-only {
  display: none;
}

.paragraph-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-box.sp-only {
  display: none;
}

.message-pic {
  background-image: url('../images/message-pic-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 360px;
  margin-right: -40px;
}

.message-left-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.message-ttl-group-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  display: flex;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.bg-bage {
  background-image: url('../images/bg-bage-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding-bottom: 180px;
  overflow: hidden;
}

.footer.bg-orange {
  background-color: #faa316;
}

.footer.voice {
  padding-top: 170px;
}

.footer.bg-flow {
  background-image: linear-gradient(#0003, #0003), url('../images/Frame-626860-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer.bg-green {
  background-color: #81b94d;
  padding-top: 130px;
  padding-bottom: 190px;
}

.footer-box {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1080px;
  display: flex;
}

.logo-footer {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 47px;
}

.div-block-384 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-2 {
  color: #333;
  text-decoration: none;
}

.footer-link {
  color: #333;
  border-radius: 10px;
  padding: 15px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.footer-link:hover {
  background-color: #ffd30d8a;
}

.footer-main-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copy {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.copy-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-under-section {
  width: 100%;
  margin-top: -70px;
  padding-top: 140px;
  padding-bottom: 220px;
  position: relative;
}

.hero-under-section.under {
  height: 60vh;
}

.text-block-sub-ttl-en {
  color: var(--green);
  text-transform: uppercase;
  font-family: Kirang Haerang, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-sub-ttl-en.white {
  color: var(--white);
}

.heading-jp {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 120%;
}

.heading-jp.white {
  color: var(--white);
}

.heading-jp.white.small {
  font-size: 111px;
}

.under-ttl-main-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.under-main-pic {
  background-image: url('../images/under-pic-06-min.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  max-width: 428px;
  height: 427px;
  max-height: 427px;
}

.under-main-pic._01 {
  background-image: url('../images/under-pic-01-min.png');
}

.under-main-pic._02 {
  background-image: url('../images/under-pic-02-min.png');
}

.under-main-pic._03 {
  background-image: url('../images/under-pic-03-min.png');
}

.under-main-pic._04 {
  background-image: url('../images/under-pic-04-min.png');
}

.under-main-pic._05 {
  background-image: url('../images/under-pic-05-min.png');
}

.under-main-pic._07 {
  background-image: url('../images/under-pic-07-min.png');
}

.under-main-pic._08 {
  background-image: url('../images/under-pic-08-min.png');
}

.under-main-pic._09 {
  background-image: url('../images/under-pic-09-min.png');
}

.under-ttl-group-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.facility-card {
  z-index: 1;
  flex-flow: row;
  width: 100%;
  max-width: 1080px;
  display: flex;
  position: relative;
}

.facility-text-box {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 60px 50px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px #0003;
}

.facility-pic {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px #0003;
}

.facility-pic.sp-only {
  display: none;
}

.facility-pic.pc-only {
  aspect-ratio: 1;
}

.facility-pic._01 {
  background-image: url('../images/01_KURKKU-FIELDS-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.facility-pic._11 {
  background-image: url('../images/11_いばらきフラワーパーク-min.jpg');
}

.facility-pic._10 {
  background-image: url('../images/10_ブルーベリー園のらりくらり-min.jpg');
}

.facility-pic._06 {
  background-image: url('../images/06_ダチョウ王国石岡ファーム-min.jpg');
}

.facility-pic._02 {
  background-image: url('../images/02_焼き工房-求楽（ぐらく）-min.jpg');
}

.facility-pic._02._03 {
  background-image: url('../images/03_航空科学博物館-min.jpg');
}

.facility-pic._05 {
  background-image: url('../images/05_小松沢レジャー農園-min.jpg');
}

.facility-pic._07 {
  background-image: url('../images/07_日本科学未来館_min.jpg');
}

.facility-pic._03 {
  background-image: url('../images/03_航空科学博物館_min.jpg');
}

.facility-pic._09 {
  background-image: url('../images/09_アクアワールド茨城県大洗水族館-min.jpg');
}

.facility-pic._04 {
  background-image: url('../images/04_東武動物公園-min.jpg');
}

.facility-pic._08 {
  background-image: url('../images/08_阿見町予科練平和記念館-min.jpg');
}

.facility-pic._13 {
  background-image: url('../images/13_那須ステンドグラス美術館.jpg');
}

.facility-pic._12 {
  background-image: url('../images/12_千本松牧場.jpg');
}

.facility-pic._15 {
  background-image: url('../images/15_大和サンプル製作所.jpg');
}

.facility-pic._14 {
  background-image: url('../images/14_東武ワールドスクウェア.jpg');
}

.heading2-jp {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 130%;
}

.card-text-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-right-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-385 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-pc {
  width: 100%;
  min-width: 400px;
  max-width: 400%;
  height: 100%;
}

.paragraph-left-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-left-box.sp-only {
  display: none;
}

.lineup-under-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 90%;
  display: grid;
}

.facility-max-wide {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.lineup-under-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  flex-flow: row;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px #0003;
}

.lineup-under-card:hover {
  transform: translate(15px);
}

.lineup-under-card.comingsoon {
  opacity: .66;
  position: relative;
}

.lineup-under-card.comingsoon:hover {
  transform: translate(0);
}

.lineup-card-pic {
  background-image: url('../images/square-01-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 162px;
}

.lineup-card-pic._02 {
  background-image: url('../images/square-02-min.jpg');
}

.lineup-card-pic._03 {
  background-image: url('../images/square-03-min.jpg');
}

.lineup-card-pic._04 {
  background-image: url('../images/square-04-min.jpg');
}

.lineup-card-pic._05 {
  background-image: url('../images/square-05-min.jpg');
}

.lineup-card-pic._06 {
  background-image: url('../images/square-06-min.jpg');
}

.lineup-card-pic._07 {
  background-image: url('../images/square-07-min.jpg');
}

.lineup-card-pic._08 {
  background-image: url('../images/square-08-min.jpg');
}

.lineup-card-pic._09 {
  background-image: url('../images/square-09-min.jpg');
}

.lineup-card-subject {
  border-left: 10px solid #fa0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 162px;
  padding: 40px 20px;
  display: flex;
}

.lineup-card-subject.science, .lineup-card-subject._02 {
  border-left-color: #ffd30d;
}

.lineup-card-subject._03 {
  border-left-color: #41c78d;
}

.lineup-card-subject._04 {
  border-left-color: #94d06c;
}

.lineup-card-subject._05 {
  border-left-color: #e3a1f0;
}

.lineup-card-subject._06 {
  border-left-color: #f68697;
}

.lineup-card-subject._07 {
  border-left-color: #91dde3;
}

.lineup-card-subject._08 {
  border-left-color: #ef6b6b;
}

.lineup-card-subject._09 {
  border-left-color: #7aafec;
}

.text-block-lineup-bold {
  text-align: center;
  letter-spacing: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 100%;
}

.text-block-lineup-bold.white {
  color: var(--white);
}

.div-block-386 {
  background-image: url('../images/decoration-u3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 195px;
  display: none;
}

.image-sp {
  width: 100%;
  min-width: 400px;
  max-width: 400%;
  height: 100%;
}

.div-block-387 {
  background-image: url('../images/Group-30.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: -5% -1% auto auto;
}

.bg-vector {
  background-image: url('../images/bg-vector-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95%;
  height: 100%;
}

.div-block-388 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.voice-pic {
  background-image: url('../images/about-pic-min.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 300px;
  position: relative;
}

.voice-box {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.voice-box.gap20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.voice-wrapper {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.voice-wrapper.child {
  border: 3px dashed #079c11;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  position: relative;
}

.voice-wrapper.child-02 {
  background-color: #faffe2;
  border-radius: 20px;
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 0;
}

.text-16px {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 160%;
}

.text-16px.center {
  text-align: center;
}

.voice-pic-02 {
  aspect-ratio: 3 / 2;
  background-image: url('../images/Frame-626871-min.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 330px;
  position: relative;
}

.voice-pic-02._01 {
  background-image: url('../images/Frame-626870-min.jpg');
}

.voice-pic-child {
  background-color: #ffd99a;
  background-image: url('../images/child02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 220px;
  width: 110px;
  height: 110px;
}

.voice-pic-child._02 {
  background-color: #ffd99a;
  background-image: url('../images/child.png');
  border-radius: 220px;
  inset: auto auto 0% -30%;
}

.div-block-389 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-box-voice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 37px;
  padding-right: 37px;
  display: flex;
}

.line-box-voice.white {
  border-bottom-color: #fff;
}

.line-box-voice.blue {
  border-bottom: 6px dotted #7fcce8;
}

.div-block-390 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
  overflow: hidden;
}

.div-block-391 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1080px;
  display: grid;
}

.div-block-392 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-393 {
  background-color: #faa316;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.div-block-394 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-395 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.voice-box-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/bg-bage-min.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  padding: 60px 40px;
  display: flex;
  position: relative;
  box-shadow: 8px 8px 17px -4px #00000017;
}

.voice-box-copy.gap20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.table-right {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 40px 10px 20px;
  display: flex;
}

.div-block-396 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.voice-child-pic-box {
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-394-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.facility-lineup-max-wide {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.coming-soon {
  color: #fff;
  font-family: Kirang Haerang, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 29px;
}

.coming-soon.comingsoon {
  position: absolute;
  inset: 0%;
}

.coming-soon-box {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image {
  width: 300px;
}

.coming-soon-box--under {
  z-index: 10;
  background-image: linear-gradient(#ca881f66, #ca881f66);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .heading {
    text-transform: uppercase;
  }

  .logo-box-head {
    justify-content: center;
    align-items: center;
  }

  .menu-button-inner, .menu-button {
    display: none;
  }

  .lineup-ttl-group-box {
    width: 1080px;
  }

  .div-block-383 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .message-ttl-group-box {
    width: 1080px;
  }

  .heading-jp {
    text-transform: uppercase;
  }

  .under-ttl-group-box {
    width: 1080px;
  }
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .walsh-main-nav {
    position: sticky;
  }

  .walsh-nav-link-white {
    color: #574137;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    font-weight: 700;
    display: flex;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-nav-wrapper-green {
    width: 100%;
    height: auto;
    position: fixed;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: #fff;
    background-color: #fff;
    border-radius: 120px;
    order: 1;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh--walsh-dark-green);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 140px 20px 100px;
    inset: 0%;
  }

  .hero {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .hero-pic {
    display: none;
  }

  .header-bg {
    inset: 0%;
  }

  .fv-logo-box {
    width: 100%;
    inset: auto 0% 0%;
  }

  .div-block-2 {
    width: 80%;
    height: 140px;
  }

  .section.bg-bage {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.bg-orange {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.voice {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.bg-flow {
    background-image: linear-gradient(#0003, #0003), url('../images/bg-flow-sp-min.jpg');
    background-position: 0 0, 100% 100%;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.bg-bage-under {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .vector {
    height: 40px;
  }

  .heading, .heading.white.small-message {
    font-size: 85px;
  }

  .ttl-box.left {
    justify-content: center;
    align-items: center;
  }

  .ttl-box.left.under {
    width: 100%;
  }

  .ttl-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .decoration.sp-hide, .decoration._02-1.hide {
    display: none;
  }

  .decoration._02-1.pc-hide {
    display: flex;
  }

  .decoration._03 {
    width: 80px;
    height: 130px;
    top: -60%;
    left: -29%;
  }

  .decoration.u-03 {
    display: flex;
  }

  .max-wide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .max-wide.gap-sp-60px {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .max-wide.under-lineup {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-pic {
    width: 100%;
    height: 431px;
  }

  .about-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-30px {
    font-size: 24px;
    line-height: 90%;
  }

  .h2-box {
    justify-content: center;
    align-items: center;
  }

  .sub-ttl {
    inset: -5% 0% auto auto;
  }

  .icon {
    color: #444;
  }

  .menu-logo-sp {
    background-image: url('../images/logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 75px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .logo-box-head {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-all-box {
    z-index: 5;
    opacity: 1;
    background-color: #205f24;
    background-image: url('../images/bg-bage-min.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 5px 5px 14px -12px #000;
  }

  .div-block-365 {
    justify-content: center;
    align-items: center;
    padding-right: 15px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  ._12px, ._12px.hide {
    display: block;
  }

  .navigation-shade {
    display: flex;
  }

  .logo-image-header-sp {
    opacity: 100;
    background-size: contain;
    width: 90px;
    height: 90px;
  }

  .sns-instagram {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-text-2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-contact-button {
    border-right-style: none;
  }

  .sns-icon {
    flex: 0 auto;
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
  }

  .nav-link-head {
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-head.contact {
    border-bottom-style: none;
    padding-top: 32px;
  }

  .brand {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-inner {
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px 12px 12px;
    display: flex;
    position: static;
  }

  .menu-button-inner.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .nav-text-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right-style: none;
  }

  .nav-bg-sp-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .menu-link-all-box-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-bottom: 70px;
    display: flex;
  }

  .menu-button {
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px 12px 12px;
    display: flex;
    position: static;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-in-header {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 15px;
    display: flex;
  }

  .hero-pic-sp {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .div-block-366 {
    background-image: url('../images/Frame-626859-min.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
  }

  .div-block-366-copy {
    background-image: url('../images/Frame-626860-min.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
  }

  .menu-logo {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .sub-pic {
    width: 188px;
    height: 188px;
    inset: -21% 0% auto auto;
  }

  .lineup-ttl-group-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .lineup-pic {
    width: 440px;
    height: 261px;
    inset: -5% 0% auto auto;
  }

  .div-block-368 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sub-ttl-pic {
    inset: -5% 0% auto auto;
  }

  .lneup-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-372 {
    grid-column-gap: 50px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .lineuo-pic-subject {
    width: 230px;
    height: 230px;
  }

  .text-subject {
    font-size: 24px;
    line-height: 90%;
  }

  .max {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-373 {
    z-index: 0;
    width: 90%;
  }

  .paragraph.white {
    text-align: center;
  }

  .cta-button {
    z-index: 10;
    position: relative;
  }

  .icon-cta {
    width: 30px;
  }

  .div-block-382, .div-block-382-copy {
    z-index: 1;
    width: 100px;
    height: 110px;
  }

  .text-30px-copy {
    font-size: 24px;
    line-height: 90%;
  }

  .paragraph-box {
    justify-content: center;
    align-items: center;
  }

  .message-pic {
    width: 80%;
    height: 380px;
    inset: -5% 0% auto auto;
  }

  .message-left-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 80%;
  }

  .message-ttl-group-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .footer.bg-bage {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .footer.bg-orange {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer.voice {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .footer.bg-flow {
    background-image: linear-gradient(#0003, #0003), url('../images/bg-flow-sp-min.jpg');
    background-position: 0 0, 100% 100%;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .footer-main-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .hero-under-section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
  }

  .heading-jp {
    font-size: 85px;
  }

  .under-ttl-main-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .under-main-pic {
    background-position: 50%;
    width: 100%;
    height: 430px;
    inset: -5% 0% auto auto;
  }

  .under-ttl-group-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-5-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .facility-card {
    flex-flow: column;
  }

  .facility-text-box {
    width: 100%;
  }

  .facility-pic {
    aspect-ratio: 3 / 2;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .facility-pic.sp-only {
    aspect-ratio: 2;
    height: auto;
    display: flex;
  }

  .facility-pic.pc-only {
    display: none;
  }

  .facility-pic._01 {
    aspect-ratio: 1;
    background-position: 50%;
  }

  .heading2-jp.facility {
    text-align: center;
  }

  .card-text-box, .card-right-box, .div-block-385 {
    justify-content: center;
    align-items: center;
  }

  .image-pc {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .paragraph-left-box {
    justify-content: center;
    align-items: flex-start;
  }

  .lineup-under-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 70%;
  }

  .facility-max-wide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .lineup-under-card {
    flex-flow: column;
  }

  .lineup-card-pic {
    width: 100%;
    height: 170px;
  }

  .lineup-card-subject {
    background-color: var(--white);
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-386 {
    display: flex;
  }

  .image-sp {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .div-block-387 {
    inset: -6% 0% auto auto;
  }

  .bg-vector {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .voice-pic {
    width: 100%;
    height: 431px;
  }

  .voice-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .voice-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .voice-wrapper.child {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-16px {
    font-size: 16px;
  }

  .voice-pic-02 {
    aspect-ratio: 2;
    width: 500px;
  }

  .voice-pic-child {
    flex: none;
  }

  .voice-pic-child._02 {
    left: auto;
    right: -19%;
  }

  .line-box-voice {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-390 {
    width: auto;
    max-width: none;
  }

  .div-block-395 {
    width: 100%;
  }

  .voice-box-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .facility-lineup-max-wide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .coming-soon {
    font-size: 24px;
    line-height: 90%;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-nav-link-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .fv-logo-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 100%;
  }

  .section.bg-flow {
    background-image: linear-gradient(#0003, #0003), url('../images/bg-flow-sp-min.jpg');
    background-position: 0 0, 50%;
  }

  .section.bg-green {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .section.bg-bage-under {
    padding-top: 90px;
  }

  .vector {
    height: 40px;
  }

  .ttl-box {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .decoration._03 {
    left: -15%;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-pic {
    width: 100%;
    height: 431px;
  }

  .about-box {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .line-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .line-box.blue {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .text-30px {
    letter-spacing: 0;
    line-height: 120%;
  }

  .text-30px.center.pc-only {
    display: none;
  }

  .text-30px.center.sp-only {
    display: flex;
  }

  .sub-ttl {
    width: 320px;
    height: 110px;
    top: -5%;
  }

  .icon {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .logo-box-head {
    z-index: 5;
  }

  .div-block-365 {
    padding-right: 15px;
  }

  .container {
    position: relative;
  }

  .navigation-shade {
    z-index: -1;
    display: flex;
  }

  .sns-icon {
    flex: 0 auto;
  }

  .nav-link-head {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button-inner {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .menu-link-all-box-2 {
    width: 60%;
    padding-bottom: 40px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .div-block-366 {
    background-position: 50%;
  }

  .div-block-366-copy {
    background-position: 100%;
  }

  .sub-pic {
    margin-right: -13px;
    top: -13%;
  }

  .lineup-pic {
    background-position: 50% 100%;
    width: 100%;
    height: 300px;
    margin-right: 0;
    top: -5%;
  }

  .sub-ttl-pic {
    width: 320px;
    height: 110px;
    top: -5%;
  }

  .lneup-box {
    flex-flow: column;
  }

  .div-block-372 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .lineuo-pic-subject {
    width: 100%;
  }

  .text-subject {
    letter-spacing: 0;
  }

  .link-lineup {
    width: 90%;
  }

  .max {
    flex-flow: column;
  }

  .div-block-373 {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-374 {
    width: 15px;
    height: 15px;
  }

  .div-block-375 {
    display: none;
  }

  .div-block-377 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button {
    width: 290px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .div-block-380 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-382 {
    background-image: url('../images/Group-32-sp_1Group 32-sp.png');
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-left: 10px;
    inset: 0% auto auto 0%;
  }

  .div-block-382-copy {
    background-image: url('../images/Group-40-sp_1Group 40-sp.png');
    width: 70px;
    height: 70px;
    bottom: 32%;
  }

  .text-30px-copy {
    letter-spacing: 0;
    line-height: 120%;
  }

  .text-30px-copy.center.pc-only {
    display: none;
  }

  .text-30px-copy.center.sp-only {
    display: flex;
  }

  .paragraph-box.pc-only {
    display: none;
  }

  .paragraph-box.sp-only {
    display: flex;
  }

  .message-pic {
    width: 100%;
    height: 320px;
    margin-right: 0;
    top: -5%;
  }

  .message-left-box {
    width: 90%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .footer.bg-flow {
    background-image: linear-gradient(#0003, #0003), url('../images/bg-flow-sp-min.jpg');
    background-position: 0 0, 50%;
  }

  .div-block-384 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .under-ttl-main-box {
    width: 100%;
  }

  .under-main-pic {
    width: 90%;
    height: 370px;
    margin-right: 0;
    top: -5%;
  }

  .div-block-5-copy {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .facility-text-box {
    width: 100%;
    padding: 40px 20px 30px;
  }

  .facility-pic {
    width: 100%;
  }

  .heading2-jp {
    font-size: 30px;
  }

  .heading2-jp.facility {
    font-size: 25px;
  }

  .paragraph-left-box {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-left-box.pc-only {
    display: none;
  }

  .paragraph-left-box.sp-only {
    display: flex;
  }

  .lineup-under-grid {
    width: 90%;
  }

  .facility-max-wide {
    flex-flow: column;
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-386 {
    background-image: url('../images/Frame-101.png');
  }

  .div-block-387 {
    inset: 0% 5% auto auto;
  }

  .bg-vector {
    opacity: .75;
    background-image: url('../images/bg-vector-min.png');
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
    width: 95%;
    height: 100%;
  }

  .voice-pic {
    width: 100%;
    height: 431px;
  }

  .voice-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .voice-wrapper {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .voice-wrapper.child {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-16px.center {
    text-align: left;
  }

  .voice-pic-02 {
    width: 100%;
  }

  .voice-pic-child {
    border-style: none;
    width: 80px;
    height: 80px;
    margin-top: -38px;
    position: static;
  }

  .voice-pic-child._02 {
    inset: auto -3% -7% auto;
  }

  .line-box-voice {
    padding-top: 15px;
  }

  .line-box-voice.blue {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-393 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .div-block-395 {
    padding-left: 0;
    padding-right: 0;
  }

  .voice-box-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 40px 15px;
  }

  .div-block-396 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .voice-child-pic-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-394-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .facility-lineup-max-wide {
    flex-flow: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-container-nav {
    padding-left: 5px;
    padding-right: 5px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-nav-link-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .section.bg-bage, .section.bg-bage-under {
    overflow: hidden;
  }

  .heading {
    font-size: 67px;
  }

  .heading.white.small-under {
    font-size: 85px;
  }

  .heading.white.small-message {
    font-size: 68px;
  }

  .decoration._02-1.pc-hide {
    width: 100%;
  }

  .decoration._03 {
    height: 100px;
    top: -98%;
    left: 0%;
  }

  .decoration.u-01 {
    width: 100%;
    height: 51px;
  }

  .max-wide, .max-wide.voice {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .max-wide.margin10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-pic {
    background-position: 100%;
    height: 330px;
  }

  .about-box {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .illust {
    width: 90%;
  }

  .sub-ttl {
    width: 270px;
    height: 90px;
    margin-right: 0;
    top: -3%;
  }

  .menu-logo-sp {
    width: 180px;
    height: 50px;
  }

  .div-block-11 {
    padding-top: 0;
  }

  .logo-image {
    width: 180px;
  }

  .nav-menu-all-box {
    z-index: 8;
    height: 100vh;
    margin-top: 0;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .div-block-365 {
    padding-right: 10px;
  }

  .container {
    position: relative;
  }

  .navigation-shade {
    display: flex;
  }

  .sns-icon {
    flex: 0 auto;
  }

  .nav-link-head {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brand {
    flex-direction: row;
    padding: 0 0 0 10px;
  }

  .menu-button-inner {
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-link-all-box-2 {
    width: 90%;
    display: flex;
  }

  .menu-button {
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-in-header {
    padding-right: 10px;
  }

  .div-block-366-copy {
    background-position: 50%;
  }

  .text-block-sub-ttl {
    font-size: 19px;
  }

  .sub-pic {
    width: 130px;
    height: 140px;
    margin-right: -12px;
    top: -8%;
  }

  .lineup-pic {
    width: 90%;
    height: 210px;
    margin-right: 0;
    top: -3%;
  }

  .sub-ttl-pic {
    width: 270px;
    height: 90px;
    margin-right: 0;
    top: -3%;
  }

  .lneup-box {
    border-radius: 0;
    padding-top: 33px;
    padding-bottom: 33px;
    overflow: hidden;
  }

  .lineuo-pic-subject {
    height: 160px;
  }

  .subject {
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-subject {
    font-size: 20px;
    line-height: 70%;
  }

  .link-lineup {
    width: 100%;
  }

  .div-block-373 {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.white {
    font-size: 17px;
  }

  .cta-button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }

  .icon-cta {
    width: 25px;
    height: 25px;
  }

  .div-block-380 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-382 {
    width: 50px;
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .div-block-382-copy {
    width: 50px;
    height: 40px;
    margin-bottom: 5px;
  }

  .message-pic {
    width: 110%;
    height: 230px;
    margin-right: 0;
    top: -3%;
  }

  .message-left-box {
    width: 90%;
  }

  .footer.bg-bage {
    overflow: hidden;
  }

  .div-block-384 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copy-box {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-under-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .text-block-sub-ttl-en {
    font-size: 19px;
  }

  .heading-jp {
    font-size: 67px;
  }

  .under-main-pic {
    width: 100%;
    height: 290px;
    margin-right: 0;
    top: -3%;
  }

  .facility-text-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .facility-pic {
    aspect-ratio: 1;
  }

  .lineup-under-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .facility-max-wide {
    width: 100%;
  }

  .lineup-card-pic {
    height: 120px;
  }

  .text-block-lineup-bold {
    font-size: 19px;
  }

  .div-block-386 {
    width: 100%;
    height: 140px;
  }

  .div-block-387 {
    width: 50px;
    height: 50px;
    inset: 0% -6% auto auto;
  }

  .bg-vector {
    background-image: url('../images/bg-vector-sp2-min.png');
    width: 100%;
  }

  .voice-pic {
    background-position: 100%;
    height: 330px;
  }

  .voice-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .voice-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .voice-wrapper.child {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .voice-pic-02 {
    aspect-ratio: auto;
    background-position: 100%;
    width: 100%;
    height: 170px;
  }

  .voice-pic-child {
    background-position: 50%;
    border-style: none;
    flex: none;
    margin-top: 0;
    position: static;
  }

  .line-box-voice {
    justify-content: center;
    align-items: center;
  }

  .div-block-391 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-392 {
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .div-block-393 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
  }

  .div-block-394 {
    width: 100%;
  }

  .voice-box-copy {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-right {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-396 {
    width: 100%;
  }

  .voice-child-pic-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .div-block-394-copy {
    width: 100%;
  }

  .coming-soon {
    font-size: 20px;
    line-height: 70%;
  }

  .utility-page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-d8d8e00c-daa0-99be-25cf-90e6b8743871-b8743825, #w-node-_849c0728-c94d-4fd1-add1-1a0142b723f5-42b723dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


