@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&family=Noto+Sans+JP:wght@500;700&family=Barlow+Semi+Condensed:wght@400;700&display=swap");
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-rel {
  position: relative !important;
}

.position-abs {
  position: absolute !important;
}

.position-fix {
  position: fixed !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.mg-left {
  margin-left: auto;
}

.mg-right {
  margin-right: auto;
}

.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.display-bl {
  display: block;
}

.display-ib {
  display: inline-block;
}

.display-in {
  display: inline;
}

.fade-in {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.fade-in.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}
.fade-in.fixed {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.fade-in.fixed.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.fixed.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.fixed.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}

section.space,
.container.space,
.container-fluid.space,
.content.space {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.min-space,
.container.min-space,
.container-fluid.min-space,
.content.min-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.top-space,
.container.top-space,
.container-fluid.top-space,
.content.top-space {
  padding-top: 160px;
}
section.bottom-space,
.container.bottom-space,
.container-fluid.bottom-space,
.content.bottom-space {
  padding-bottom: 160px;
}
section.min-top-space,
.container.min-top-space,
.container-fluid.min-top-space,
.content.min-top-space {
  padding-top: 80px;
}
section.min-bottom-space,
.container.min-bottom-space,
.container-fluid.min-bottom-space,
.content.min-bottom-space {
  padding-bottom: 80px;
}
section.large-top-space,
.container.large-top-space,
.container-fluid.large-top-space,
.content.large-top-space {
  padding-top: 200px;
}
section.large-bottom-space,
.container.large-bottom-space,
.container-fluid.large-bottom-space,
.content.large-bottom-space {
  padding-bottom: 200px;
}
@media (max-width: 600px) {
  section.space,
  .container.space,
  .container-fluid.space,
  .content.space {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  section.min-space,
  .container.min-space,
  .container-fluid.min-space,
  .content.min-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.top-space,
  .container.top-space,
  .container-fluid.top-space,
  .content.top-space {
    padding-top: 72px;
  }
  section.bottom-space,
  .container.bottom-space,
  .container-fluid.bottom-space,
  .content.bottom-space {
    padding-bottom: 72px;
  }
  section.min-top-space,
  .container.min-top-space,
  .container-fluid.min-top-space,
  .content.min-top-space {
    padding-top: 40px;
  }
  section.min-bottom-space,
  .container.min-bottom-space,
  .container-fluid.min-bottom-space,
  .content.min-bottom-space {
    padding-bottom: 40px;
  }
  section.large-top-space,
  .container.large-top-space,
  .container-fluid.large-top-space,
  .content.large-top-space {
    padding-top: 100px;
  }
  section.large-bottom-space,
  .container.large-bottom-space,
  .container-fluid.large-bottom-space,
  .content.large-bottom-space {
    padding-bottom: 100px;
  }
}

.container {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.container.narrow {
  max-width: 1200px;
}
.container.wide {
  max-width: 1440px;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding, .container.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.no-padding, .container-fluid.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.content.wide {
  max-width: 1280px;
}
.content.narrow {
  max-width: 960px;
}
.content.minimum-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content.minimum-top-space {
  padding-top: 40px;
}
.content.minimum-bottom-space {
  padding-bottom: 40px;
}
.content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container .content, .container-fluid .content {
  padding-left: 0;
  padding-right: 0;
}
.container.no-padding .content, .container-fluid.no-padding .content {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 600px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.no-padding, .content.no-padding-sp {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .content, .container-fluid .content {
    padding-left: 0;
    padding-right: 0;
  }
  .container.no-padding .content, .container-fluid.no-padding .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.no-padding-sp .content, .container-fluid.no-padding-sp .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.fs-1 {
  font-size: 3rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-min {
  font-size: 0.75rem !important;
}

@media (max-width: 600px) {
  .fs-1.fs-1-sp,
  .fs-2.fs-1-sp,
  .fs-3.fs-1-sp,
  .fs-4.fs-1-sp,
  .fs-5.fs-1-sp,
  .fs-6.fs-1-sp,
  .fs-sm.fs-1-sp,
  .fs-min.fs-1-sp {
    font-size: 2rem !important;
  }
  .fs-1.fs-2-sp,
  .fs-2.fs-2-sp,
  .fs-3.fs-2-sp,
  .fs-4.fs-2-sp,
  .fs-5.fs-2-sp,
  .fs-6.fs-2-sp,
  .fs-sm.fs-2-sp,
  .fs-min.fs-2-sp {
    font-size: 1.75rem !important;
  }
  .fs-1.fs-3-sp,
  .fs-2.fs-3-sp,
  .fs-3.fs-3-sp,
  .fs-4.fs-3-sp,
  .fs-5.fs-3-sp,
  .fs-6.fs-3-sp,
  .fs-sm.fs-3-sp,
  .fs-min.fs-3-sp {
    font-size: 1.5rem !important;
  }
  .fs-1.fs-4-sp,
  .fs-2.fs-4-sp,
  .fs-3.fs-4-sp,
  .fs-4.fs-4-sp,
  .fs-5.fs-4-sp,
  .fs-6.fs-4-sp,
  .fs-sm.fs-4-sp,
  .fs-min.fs-4-sp {
    font-size: 1.25rem !important;
  }
  .fs-1.fs-5-sp,
  .fs-2.fs-5-sp,
  .fs-3.fs-5-sp,
  .fs-4.fs-5-sp,
  .fs-5.fs-5-sp,
  .fs-6.fs-5-sp,
  .fs-sm.fs-5-sp,
  .fs-min.fs-5-sp {
    font-size: 1.125rem !important;
  }
  .fs-1.fs-6-sp,
  .fs-2.fs-6-sp,
  .fs-3.fs-6-sp,
  .fs-4.fs-6-sp,
  .fs-5.fs-6-sp,
  .fs-6.fs-6-sp,
  .fs-sm.fs-6-sp,
  .fs-min.fs-6-sp {
    font-size: 1rem !important;
  }
  .fs-1.fs-rg-sp,
  .fs-2.fs-rg-sp,
  .fs-3.fs-rg-sp,
  .fs-4.fs-rg-sp,
  .fs-5.fs-rg-sp,
  .fs-6.fs-rg-sp,
  .fs-sm.fs-rg-sp,
  .fs-min.fs-rg-sp {
    font-size: 0.875rem !important;
  }
  .fs-1.fs-sm-sp,
  .fs-2.fs-sm-sp,
  .fs-3.fs-sm-sp,
  .fs-4.fs-sm-sp,
  .fs-5.fs-sm-sp,
  .fs-6.fs-sm-sp,
  .fs-sm.fs-sm-sp,
  .fs-min.fs-sm-sp {
    font-size: 0.875rem !important;
  }
  .fs-1.fs-min-sp,
  .fs-2.fs-min-sp,
  .fs-3.fs-min-sp,
  .fs-4.fs-min-sp,
  .fs-5.fs-min-sp,
  .fs-6.fs-min-sp,
  .fs-sm.fs-min-sp,
  .fs-min.fs-min-sp {
    font-size: 0.75rem !important;
  }
}
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  body {
    font-size: 0.9375rem;
  }
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-black {
  font-weight: 900 !important;
}

.l-height-100 {
  line-height: 100% !important;
}

.l-height-125 {
  line-height: 125% !important;
}

.l-height-150 {
  line-height: 150% !important;
}

.l-height-175 {
  line-height: 175% !important;
}

.l-height-200 {
  line-height: 200% !important;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0.25em 0px;
  font-weight: 700;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  font-size: 60%;
  vertical-align: middle;
}
h1.min-space, h2.min-space, h3.min-space, h4.min-space, h5.min-space, h6.min-space {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
h1.top-space, h2.top-space, h3.top-space, h4.top-space, h5.top-space, h6.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
h1.bottom-space, h2.bottom-space, h3.bottom-space, h4.bottom-space, h5.bottom-space, h6.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
h1, h2 {
  line-height: 125%;
}

h3, h4, h5, h6 {
  line-height: 145%;
}

h1 {
  font-size: 2.25rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
}
h2.large {
  font-size: 2.5rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
  h2.large {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.75rem;
}
h3.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
  h3.large {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.5rem;
}
h4.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.125rem;
  }
  h4.large {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}
h5.large {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  h5 {
    font-size: 1.125rem;
  }
  h5.large {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.125rem;
}
h6.large {
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  h6 {
    font-size: 1.0625rem;
  }
  h6.large {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.85em;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
p.lead-text {
  font-size: 1.125rem;
  font-weight: 500;
}
p.sub-copy {
  font-size: 1.25rem;
  font-weight: 500;
}
p.large-space {
  margin-top: 3em;
  margin-bottom: 3em;
}
p.min-space {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
}
p.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
p.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
p.no-space {
  margin: 0;
}
p.small {
  font-size: 0.875rem;
}
p.large {
  font-size: 1.25rem;
}
p.bold {
  font-weight: 700;
}
@media (max-width: 600px) {
  p {
    line-height: 1.85em;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    font-size: 0.875rem;
  }
  p.lead-text {
    font-size: 1rem;
    font-weight: 500;
  }
  p.smaller {
    font-size: 13px;
  }
  p.large {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  p.large {
    font-size: 15px;
  }
}

span.underline {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.75;
}
sup, sub {
  font-size: 70%;
  letter-spacing: 0;
}
sub {
  vertical-align: baseline;
}

li, dt, dd {
  font-size: 1rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 600px) {
  li, dt, dd {
    font-size: 15px;
  }
}

ul.list {
  margin-top: 2.15em;
  margin-bottom: 2.15em;
}
ul.list li, ul.list dt, ul.list dd {
  line-height: 1.65;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  padding: 0 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  position: relative;
}
.button.large {
  height: 48px;
  width: 100%;
  max-width: 540px;
  font-size: 1.125rem;
}
.button.medium {
  height: 48px;
  width: 100%;
  max-width: 320px;
  font-size: 1rem;
}
.button.medium.long {
  min-width: 320px;
}
.button.center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .button {
    line-height: 1.25;
  }
  .button.medium {
    height: 48px;
    min-width: 200px;
    font-size: 0.9375rem;
  }
  .button.medium.long {
    min-width: 260px;
  }
  .button.medium.sp-large {
    height: 48px;
    min-width: 280px;
    font-size: 1rem;
  }
  .button.medium.sp-large.long {
    min-width: 300px;
  }
  .button.small {
    font-size: 13px;
    padding: 0 1rem;
  }
  .button.sp-full {
    min-width: none;
    width: 100%;
  }
}
.button.btn-primary {
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #54AA33), to(#97D05F));
  background-image: linear-gradient(90deg, #54AA33 15%, #97D05F 100%);
  border: none;
}
.button.btn-secondary {
  color: #54AA33;
  background-color: white;
  border: 2px solid #54AA33;
}
.button.btn-secondary[target=_blank] > i {
  background-image: url(../../assets/images/ic_blank_green.svg);
}
.button[target=_blank] > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  background-image: url(../../assets/images/ic_blank_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.disabled,
a[disabled],
button.disabled,
button[disabled] {
  pointer-events: none;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-6 {
  margin: 2.5rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-5 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.mx-6 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2.5rem;
}

.me-6 {
  margin-right: 3rem;
}

.me-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2.5rem;
}

.ms-6 {
  margin-left: 3rem;
}

.ms-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-5 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.px-6 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.pe-3 {
  padding-right: 1rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.pe-5 {
  padding-right: 2.5rem;
}

.pe-6 {
  padding-right: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.ps-5 {
  padding-left: 2.5rem;
}

.ps-6 {
  padding-left: 3rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 3rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.row-gap-5 {
  row-gap: 2.5rem;
}

.row-gap-6 {
  row-gap: 3rem;
}

.column-gap-0 {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.column-gap-3 {
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.column-gap-5 {
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.column-gap-6 {
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.ltb {
  display: block !important;
}

.ltbi {
  display: inline !important;
}

.smt {
  display: none !important;
}

.smti {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .ltb {
    display: none !important;
  }
  .ltbi {
    display: none !important;
  }
  .smt {
    display: block !important;
  }
  .smti {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

:focus {
  outline: 0;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

button, input[type=submit], input[type=reset] {
  cursor: pointer;
}

figure, picture {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}
figure img.auto-image, picture img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
figure figcaption, picture figcaption {
  margin-top: 0.5rem;
}
figure + figure {
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  figure + figure {
    margin-top: 1.25rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
img.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
img.fit-image.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain;";
}
img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

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

video {
  width: 100%;
  height: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100vw;
}
header .gucdh-inner {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #F8FFEC;
  -webkit-transition: background-color 0.325s ease-out, box-shadow 0.325s ease-out;
  -webkit-transition: background-color 0.325s ease-out, -webkit-box-shadow 0.325s ease-out;
  transition: background-color 0.325s ease-out, -webkit-box-shadow 0.325s ease-out;
  transition: background-color 0.325s ease-out, box-shadow 0.325s ease-out;
  transition: background-color 0.325s ease-out, box-shadow 0.325s ease-out, -webkit-box-shadow 0.325s ease-out;
}
@media (max-width: 600px) {
  header .gucdh-inner {
    height: 48px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
header .gucdh-logo {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
header .gucdh-logo img {
  width: 204px;
  height: auto;
}
@media (max-width: 600px) {
  header .gucdh-logo {
    z-index: 2;
  }
  header .gucdh-logo img {
    width: 80px;
  }
}
@media (max-width: 600px) {
  header .gucdh-navigation {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #54AA33;
    padding-top: 64px;
  }
  header .gucdh-navigation.init {
    display: block;
  }
  header .gucdh-navigation.show {
    opacity: 1;
  }
}
header .gucdh-navigation .gucdh-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .gucdh-navigation .gucdh-menu li {
  font-size: 1.125rem;
  margin: 0px 1rem 0.5rem;
}
header .gucdh-navigation .gucdh-menu li:first-child {
  margin-left: 0;
}
header .gucdh-navigation .gucdh-menu li:last-child {
  margin-right: 0;
}
header .gucdh-navigation .gucdh-menu li a {
  padding-bottom: 0.425rem;
  position: relative;
}
header .gucdh-navigation .gucdh-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.35s linear 0s;
  -webkit-transition: opacity 0.35s linear 0s, -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.35s linear 0s, -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.35s linear 0s;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.35s linear 0s, -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
header .gucdh-navigation .gucdh-menu li a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .gucdh-navigation .gucdh-menu li a.current {
  color: #54AA33;
}
header .gucdh-navigation .gucdh-menu li a.current::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 600px) {
  header .gucdh-navigation .gucdh-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4rem 1rem 1rem 2.5rem;
  }
  header .gucdh-navigation .gucdh-menu li {
    font-size: 2.25rem;
    margin: 0.25rem 0;
  }
  header .gucdh-navigation .gucdh-menu li a {
    padding-bottom: 0;
  }
  header .gucdh-navigation .gucdh-menu li a::after {
    display: none;
  }
  header .gucdh-navigation .gucdh-menu li a.current {
    color: black;
  }
  header .gucdh-navigation .gucdh-menu li a.current::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .gucdh-navigation .gucdh-menu-sp {
  padding-left: 2.5rem;
  margin-top: 2rem;
}
header .gucdh-navigation .gucdh-menu-sp .company-logo {
  max-width: 144px;
}
header .gucdh-navigation .gucdh-menu-sp .copyright p {
  margin-top: 1rem;
}
header .gucdh-company {
  position: absolute;
  right: 40px;
}
@media (max-width: 600px) {
  header .gucdh-company {
    display: none;
  }
}
header .gucdh-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  position: relative;
  z-index: 5;
  margin-right: 0.75rem;
  color: currentColor;
}
header .gucdh-menu-button .btn-hamburger, header .gucdh-menu-button .btn-hamburger:before, header .gucdh-menu-button .btn-hamburger:after {
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: currentColor;
}
header .gucdh-menu-button .btn-hamburger {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  background-color: transparent;
  -webkit-transition: background-color 0.15s linear 0s;
  transition: background-color 0.15s linear 0s;
}
header .gucdh-menu-button .btn-hamburger:before, header .gucdh-menu-button .btn-hamburger:after {
  content: "";
  left: 0;
  display: block;
  border-radius: 1px;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
header .gucdh-menu-button .btn-hamburger:before {
  top: -4px;
}
header .gucdh-menu-button .btn-hamburger:after {
  top: 4px;
}
header .gucdh-menu-button .btn-hamburger.active {
  background-color: transparent !important;
  -webkit-transition: background-color 0.25s linear 0.3s;
  transition: background-color 0.25s linear 0.3s;
}
header .gucdh-menu-button .btn-hamburger.active:before, header .gucdh-menu-button .btn-hamburger.active:after {
  top: 0px;
}
header .gucdh-menu-button .btn-hamburger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .gucdh-menu-button .btn-hamburger.active:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .gucdh-menu-button .btn-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (max-width: 600px) {
  header .gucdh-menu-button {
    display: block;
  }
}

footer.gucd-footer {
  background-color: white;
  padding: 2.5rem 0px;
}
footer.gucd-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.gucd-footer .footer-inner .footer-right {
  margin-left: auto;
}
footer.gucd-footer .footer-left {
  width: 50%;
}
footer.gucd-footer .footer-left img {
  width: 120px;
  height: auto;
}
footer.gucd-footer .footer-right {
  width: 50%;
}
@media (max-width: 600px) {
  footer.gucd-footer .footer-inner .footer-right {
    margin-left: 0;
  }
  footer.gucd-footer .footer-left {
    width: 100%;
    text-align: center;
  }
  footer.gucd-footer .footer-left img {
    width: 100px;
    height: auto;
  }
  footer.gucd-footer .footer-right {
    width: 100%;
  }
}
footer.gucd-footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer.gucd-footer .footer-nav ul li {
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid currentColor;
}
footer.gucd-footer .footer-nav ul li:last-child {
  padding-right: 0;
}
footer.gucd-footer .footer-nav ul.legal-link li {
  padding-top: 0.75rem;
  border-bottom: none;
}
@media (max-width: 600px) {
  footer.gucd-footer .footer-nav ul {
    display: block;
    margin-top: 40px;
  }
  footer.gucd-footer .footer-nav ul li {
    border-bottom: none;
    padding: 0;
    margin: 0.5rem 0px;
  }
  footer.gucd-footer .footer-nav ul li a {
    display: block;
    padding: 0.25rem 0px;
  }
  footer.gucd-footer .footer-nav ul.legal-link {
    border-top: 1px solid black;
    margin-top: 16px;
  }
  footer.gucd-footer .footer-nav ul.legal-link li {
    padding-top: 0.5rem;
    border-bottom: none;
  }
}
footer.gucd-footer .footer-tokyu-logo {
  margin-top: 2.5rem;
}
footer.gucd-footer .footer-tokyu-logo a {
  display: block;
  text-align: right;
}
footer.gucd-footer .footer-tokyu-logo img {
  width: 150px;
}
footer.gucd-footer .footer-copyright {
  text-align: right;
  margin-top: 1.05rem;
}
footer.gucd-footer .footer-copyright p {
  margin: 0;
}
.top-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-hero .content-area {
  width: calc(100% - 80px);
  padding-bottom: 120px;
}
.top-hero .side-area {
  width: 80px;
  position: relative;
}
@media (max-width: 600px) {
  .top-hero .content-area {
    width: calc(100% - 40px);
    padding-bottom: 64px;
  }
  .top-hero .side-area {
    width: 40px;
  }
}

.side-space {
  padding-right: 0px;
}
@media (max-width: 600px) {
  .side-space {
    padding-right: 0px;
  }
}

.wide-space {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 600px) {
  .wide-space {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.has-bg-text {
  position: relative;
  z-index: 1;
}
.has-bg-text > * {
  position: relative;
  z-index: 1;
}
.has-bg-text .bg-text {
  position: absolute;
  top: 5.5rem;
  z-index: 0;
  width: 100%;
  color: #EDF8DB;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 240px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.has-bg-text .bg-text.center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.has-bg-text .bg-text.green {
  color: #8DD76A;
}
@media (max-width: 600px) {
  .has-bg-text .bg-text {
    top: 1.25rem;
    font-size: 120px;
    line-height: 0.85;
  }
  .has-bg-text .bg-text.top-sp {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hero-inner {
  max-height: calc(100vh - 72px);
  overflow: hidden;
  position: relative;
}
.hero-inner picture, .hero-inner figure {
  height: 100%;
  position: relative;
}
.hero-inner picture::after, .hero-inner figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #0F3B00;
  opacity: 0.07;
}
.hero-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
.hero-inner .kv-corner {
  position: absolute;
  z-index: 3;
}
.hero-inner .kv-corner.top-right {
  width: 16%;
  max-width: 240px;
  top: -1px;
  right: -1px;
}
.hero-inner .kv-corner.bottom-left {
  width: 20%;
  max-width: 220px;
  bottom: -1px;
  left: -1px;
}
.hero-inner .kv-logo {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 3;
  width: 30%;
}
.hero-inner .kv-logo .kv-base,
.hero-inner .kv-logo .kv-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .hero-inner {
    height: calc(95vh - 72px);
  }
  .hero-inner .kv-corner.top-right {
    width: 24%;
  }
  .hero-inner .kv-corner.bottom-left {
    width: 32%;
  }
  .hero-inner .kv-logo {
    top: -4%;
    width: 48%;
  }
}
.hero-inner .kv-concept-text {
  position: absolute;
  z-index: 4;
  top: 0%;
  left: 16%;
  width: 84%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-inner .kv-concept-text h3 {
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
}
.hero-inner .kv-concept-text h3 strong {
  font-size: 3rem;
  font-weight: 700;
}
.hero-inner .kv-concept-text h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#50A957), to(#69B22C));
  background-image: linear-gradient(270deg, #50A957 0%, #69B22C 100%);
}
.hero-inner .kv-concept-text p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 165%;
  margin: 1.65rem 0px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.65);
}
.hero-inner .kv-concept-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .hero-inner .kv-concept-text {
    left: 0.5rem;
    width: 100%;
  }
  .hero-inner .kv-concept-text h3 {
    padding: 0.25rem;
    font-size: 1.5rem;
  }
  .hero-inner .kv-concept-text h3 strong {
    font-size: 1.5rem;
  }
  .hero-inner .kv-concept-text p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 155%;
    margin: 1.5rem 0px;
  }
}
.hero-inner #kv-animations {
  position: absolute;
  z-index: 2;
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero-inner #kv-animations .bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: floatUp 3.5s ease-out forwards;
          animation: floatUp 3.5s ease-out forwards;
}
.hero-inner #kv-animations .bubble.stroke {
  background: transparent;
  border: 12px solid white; /* デフォルトは白枠、JSで色変える */
}
@media (max-width: 600px) {
  .hero-inner #kv-animations {
    display: none;
  }
}

@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
}
.vertical-ticker-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 80px;
  overflow: hidden;
  pointer-events: none;
}
.vertical-ticker-wrapper .ticker-container {
  will-change: transform;
}
.vertical-ticker-wrapper .ticker-container .ticker-text {
  color: #54AA33;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0px;
  padding: 1rem 0px;
}
@media (max-width: 600px) {
  .vertical-ticker-wrapper {
    width: 40px;
  }
  .vertical-ticker-wrapper .ticker-container .ticker-text {
    font-size: 1.5rem;
  }
}

.concept-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.concept-image > figure {
  width: 56%;
}
.concept-image .about-images {
  width: calc(44% - 8px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.concept-image .about-images figure {
  width: calc(50% - 8px);
  margin: 0;
}
@media (max-width: 600px) {
  .concept-image > figure {
    width: 100%;
  }
  .concept-image .about-images {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    gap: 4px;
  }
  .concept-image .about-images figure {
    width: calc(50% - 2px);
  }
}

.concept-text {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.concept-text .text-block,
.concept-text .image-block {
  width: 50%;
}
.concept-text .image-block {
  padding-top: 40px;
}
.concept-text h3 {
  font-size: 2.5rem;
}
.concept-text h3 strong {
  color: #54AA33;
  font-size: 3rem;
}
.concept-text h4 {
  color: #54AA33;
  font-size: 2rem;
}
.concept-text h4 strong {
  color: #54AA33;
  font-size: 2.5rem;
}
@media (max-width: 600px) {
  .concept-text {
    padding-left: 8px;
    padding-right: 8px;
  }
  .concept-text .text-block {
    width: 100%;
  }
  .concept-text .image-block {
    width: 100%;
  }
  .concept-text h3 {
    font-size: 1.125rem;
    line-height: 1.75;
  }
  .concept-text h3 strong {
    color: #54AA33;
    font-size: 1.75rem;
  }
  .concept-text p.lead-text {
    font-size: 0.9375rem;
  }
}

.container.vision-space {
  padding-top: 250px;
}
@media (max-width: 600px) {
  .container.vision-space {
    padding-top: 180px;
  }
}

.news-list {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.news-list .news-item {
  margin: 24px 0px;
}
.news-list .news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}
.news-list .news-item .news-thumb {
  display: block;
  width: 160px;
  height: 120px;
}
.news-list .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
.news-list .news-item .news-meta {
  width: calc(100% - 160px);
  height: 120px;
  padding: 0.5rem 1.5rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-list .news-item .news-meta h6 {
  font-size: 1.125rem;
  font-weight: 500;
}
.news-list .news-item .news-meta span.news-date {
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  .news-list .news-item .news-thumb {
    width: 80px;
    height: auto;
  }
  .news-list .news-item .news-meta {
    width: calc(100% - 80px);
    height: auto;
    padding: 0.5rem 1rem;
  }
  .news-list .news-item .news-meta h6 {
    font-size: 0.9375rem;
  }
  .news-list .news-item .news-meta span.news-date {
    font-size: 0.75rem;
  }
}

.action-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .action-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.action-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  row-gap: 64px;
  margin-top: 64px;
  position: relative;
}
.action-container .action-line-h,
.action-container .action-line-v1,
.action-container .action-line-v2 {
  position: absolute;
  background-color: white;
}
.action-container .action-line-h {
  width: 90%;
  height: 1px;
  left: 5%;
  top: 50%;
}
.action-container .action-line-v1 {
  width: 1px;
  height: 90%;
  left: 33.33333%;
  top: 5%;
}
.action-container .action-line-v2 {
  width: 1px;
  height: 90%;
  left: 66.66666%;
  top: 5%;
}
@media (max-width: 600px) {
  .action-container {
    display: block;
    margin-top: 32px;
  }
  .action-container .action-line-h,
  .action-container .action-line-v1,
  .action-container .action-line-v2 {
    display: none;
  }
}
.action-container .action-item {
  background-color: white;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  padding: 1rem;
  text-align: center;
  border: 6px solid rgba(0, 128, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.action-container .action-item h5 {
  color: #4AA88A;
  font-size: 1.75rem;
  line-height: 120%;
}
.action-container .action-item p {
  margin: 0.5rem 0px 0px;
  font-size: 0.875rem;
}
.action-container .action-line {
  position: absolute;
}
@media (max-width: 600px) {
  .action-container .action-item {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .action-container .action-item h5 {
    font-size: 1.5rem;
  }
  .action-container .action-item p {
    font-size: 0.875rem;
  }
}

.action-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: -100px;
}
.action-images .scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; /* 画像間の余白 */
  position: relative;
  will-change: transform;
}
.action-images figure {
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35vw; /* 画像サイズを画面幅の25%に調整（適宜調整可能） */
}
.action-images figure.image01, .action-images figure.image04 {
  margin-top: 0;
}
.action-images figure.image02 {
  margin-top: 80px;
}
.action-images figure.image03 {
  margin-top: 48px;
}
.action-images figure.image05 {
  margin-top: 72px;
}
.action-images figure.image06 {
  margin-top: 32px;
}
.action-images img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .action-images {
    margin-top: -72px;
  }
  .action-images .scroll-wrapper {
    gap: 16px; /* 画像間の余白 */
  }
  .action-images figure {
    width: 50vw; /* 画像サイズを画面幅の25%に調整（適宜調整可能） */
  }
  .action-images figure.image01, .action-images figure.image04 {
    margin-top: 0;
  }
  .action-images figure.image02 {
    margin-top: 64px;
  }
  .action-images figure.image03, .action-images figure.image05 {
    margin-top: 32px;
  }
}

.fields-map {
  background-color: #F0F0F0;
  margin-top: 2rem;
}
.fields-map figure,
.fields-map picture {
  margin: 0;
  padding: 0;
  text-align: center;
}
.fields-map figure img,
.fields-map picture img {
  max-width: 1080px;
  height: auto;
}
@media (max-width: 600px) {
  .fields-map figure img,
  .fields-map picture img {
    width: 100%;
  }
}

.fields-map-description {
  margin-top: 5rem;
}
@media (max-width: 600px) {
  .fields-map-description {
    margin-top: 2.5rem;
  }
}

.fields-place-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
.fields-place-list .fields-item {
  width: 48.5%;
  margin-bottom: 3%;
  position: relative;
}
.fields-place-list .fields-item:nth-child(2n) {
  margin-left: auto;
}
.fields-place-list .fields-item picture,
.fields-place-list .fields-item figure {
  position: relative;
}
.fields-place-list .fields-item picture::after,
.fields-place-list .fields-item figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 80%);
}
.fields-place-list .fields-item .fields-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 1rem 1.5rem;
  color: white;
}
.fields-place-list .fields-item .fields-info h5 {
  font-size: 1.75rem;
}
.fields-place-list .fields-item .fields-info h5 span {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.fields-place-list .fields-item .fields-info p {
  margin: 1rem 0px;
}
@media (max-width: 600px) {
  .fields-place-list {
    margin-top: 2.5rem;
  }
  .fields-place-list .fields-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .fields-place-list .fields-item:nth-child(2n) {
    margin-left: 0;
  }
  .fields-place-list .fields-item .fields-info {
    padding: 0px 0.75rem 1.25rem;
  }
  .fields-place-list .fields-item .fields-info h5 {
    font-size: 1.5rem;
  }
  .fields-place-list .fields-item .fields-info h5 span {
    font-size: 2rem;
    margin-bottom: 0rem;
  }
  .fields-place-list .fields-item .fields-info p {
    margin: 0.5rem 0px;
    line-height: 1.65;
  }
}

.sustainable-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainable-block .sustainable-text {
  width: 50%;
}
.sustainable-block .sustainable-list {
  width: 50%;
  padding-left: 4%;
}
.sustainable-block .sustainable-list .sdgs-list {
  background-color: #D2F6BC;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 16px;
}
.sustainable-block .sustainable-list .sdgs-item {
  width: 30.66667%;
  max-width: 144px;
}
.sustainable-block .sustainable-list .sdgs-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .sustainable-block {
    display: block;
    padding-top: 140px;
  }
  .sustainable-block .sustainable-text {
    width: 100%;
  }
  .sustainable-block .sustainable-list {
    width: 100%;
    padding-left: 0;
  }
  .sustainable-block .sustainable-list .sdgs-list {
    row-gap: 10px;
  }
}

.banner {
  position: relative;
}
.banner picture,
.banner figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.banner picture img,
.banner figure img {
  width: 80%;
  max-width: 800px;
  height: auto;
}
.banner .banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner .banner-inner h6 {
  color: white;
  font-family: "Barlow Semi Condensed", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.5rem;
  margin: 0px 0px 0.5rem;
}
.banner .banner-inner h6 span {
  font-size: 3rem;
}
@media (max-width: 600px) {
  .banner picture img,
  .banner figure img {
    width: 88%;
    height: auto;
  }
  .banner .banner-inner {
    padding: 0px 2.25rem;
  }
  .banner .banner-inner h6 {
    color: white;
    font-family: "Barlow Semi Condensed", "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.125;
    margin: 0px 0px 0.75rem;
  }
  .banner .banner-inner h6 span {
    font-size: 2rem;
  }
}

.other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5%;
  margin-top: 2.5rem;
}
.other-links a {
  display: block;
  width: 18.8%;
  max-width: 240px;
  margin: 1% 0px;
}
.other-links a img {
  display: block;
}
.other-links a span {
  display: block;
  margin-top: 0.5rem;
  color: #4AA88A;
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 600px) {
  .other-links {
    gap: 2%;
  }
  .other-links a {
    display: block;
    width: 48%;
    margin: 2% 0px;
  }
}

@media (max-width: 600px) {
  .top-fields {
    padding-top: 104px !important;
  }
}
.top-midoritimes-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 64px;
  border-radius: 40px;
  background-color: white;
}
.top-midoritimes-block .block-image {
  width: 40%;
}
.top-midoritimes-block .block-image picture,
.top-midoritimes-block .block-image figure {
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.15);
}
.top-midoritimes-block .block-text {
  width: 60%;
  padding-left: 4%;
}
.top-midoritimes-block .block-text h4, .top-midoritimes-block .block-text h5 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #54AA33;
}
.top-midoritimes-block .block-text ul {
  list-style: disc;
  padding-left: 2rem;
}
.top-midoritimes-block .block-text li {
  margin: 0.25rem 0px;
}
@media (max-width: 600px) {
  .top-midoritimes-block {
    padding: 32px 24px;
    border-radius: 24px;
  }
  .top-midoritimes-block .block-image {
    width: 100%;
  }
  .top-midoritimes-block .block-image picture,
  .top-midoritimes-block .block-image figure {
    width: 80%;
    margin: 0px auto;
  }
  .top-midoritimes-block .block-text {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

.primary {
  color: #54AA33 !important;
}

.secondary {
  color: #4AA88A !important;
}

.tertiary {
  color: #48A79A !important;
}

.gray,
.sub {
  color: #7A7A7A !important;
}

.white {
  color: white !important;
}

.heading {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94C630), to(#30C66C));
  background-image: linear-gradient(180deg, #94C630 0%, #30C66C 100%);
}

.zoom-in-image {
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
  opacity: 0;
  overflow: hidden;
}
.zoom-in-image img {
  -webkit-transition: transform 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: -webkit-transform 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.zoom-in-image.show {
  opacity: 1;
}
.zoom-in-image.show img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.side-in {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.side-in.delay {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;
}
.side-in.delay1 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.side-in.delay2 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.side-in.sequence.seq1 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.side-in.sequence.seq2 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3;
}
.side-in.sequence.seq3 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.side-in.sequence.seq4 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.side-in.sequence.seq5 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.side-in.sequence.seq6 {
  -webkit-transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, -webkit-clip-path 1.35s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.side-in.quick {
  -webkit-transition: clip-path 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: -webkit-clip-path 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-clip-path 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: clip-path 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: clip-path 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-clip-path 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.side-in.quick.delay {
  -webkit-transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s, -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
}
.side-in.quick.delay1 {
  -webkit-transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.side-in.quick.delay2 {
  -webkit-transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  transition: -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s, -webkit-clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
}
.side-in.show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.fade-in {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -webkit-transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.fade-in.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}
.fade-in.delay {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1.25s, opacity 0.75s linear 1.25s;
  -webkit-transition: opacity 0.75s linear 1.25s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1.25s;
  transition: opacity 0.75s linear 1.25s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1.25s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1.25s, opacity 0.75s linear 1.25s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1.25s, opacity 0.75s linear 1.25s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1.25s;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.fade-in.delay.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fade-in.delay.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -webkit-transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s;
}
.fade-in.delay.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -webkit-transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s, -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}

a.text-link {
  color: #54AA33;
  border-bottom: 1px solid currentColor;
}
a.text-link:hover {
  opacity: 0.5;
}

body {
  background-color: #F8FFEC;
}

section {
  overflow-x: hidden;
}

.block {
  position: relative;
}

.container .container-inner,
.container-fluid .container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container.wide .container-inner,
.container-fluid.wide .container-inner {
  max-width: 1280px;
}
.container.wide .container-inner.narrow-inner,
.container-fluid.wide .container-inner.narrow-inner {
  max-width: 1200px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col {
  width: 50%;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.row.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  .row {
    display: block;
  }
  .row .col {
    width: 100%;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title h1, .title h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.title p {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 180%;
  margin: 0px 0px 0px 2.5rem;
}
.title.center {
  text-align: center;
}
.title.space, .title.bottom-space {
  margin-bottom: 80px;
}
.title.min-space, .title.min-bottom-space {
  margin-bottom: 48px;
}
.title.top-space {
  margin-top: 80px;
}
.title.min-top-space {
  margin-top: 48px;
}
@media (max-width: 600px) {
  .title {
    display: block;
  }
  .title h1, .title h3 {
    font-size: 2.5rem;
  }
  .title h4 {
    font-size: 1.5rem;
  }
  .title p {
    margin: 1.5rem 0px 0px;
  }
  .title.has-side-button {
    position: relative;
    padding-right: 0;
  }
  .title.has-side-button .side-button {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1rem;
  }
  .title.space, .title.bottom-space {
    margin-bottom: 48px;
  }
  .title.min-space, .title.min-bottom-space {
    margin-bottom: 24px;
  }
  .title.top-space {
    margin-top: 48px;
  }
  .title.min-top-space {
    margin-top: 24px;
  }
}

.description {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
}
@media (max-width: 600px) {
  .description {
    font-size: 1rem;
  }
}

.link-button.space {
  margin-top: 64px;
  margin-bottom: 64px;
}
.link-button.top-space {
  margin-top: 64px;
}
.link-button.bottom-space {
  margin-bottom: 64px;
}
.link-button .button {
  margin: 0px auto;
}

.button-link button {
  margin-left: auto;
  margin-right: auto;
}
.button-link button.space {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.button-link button.top-space {
  margin-top: 1rem;
}
.button-link button.bottom-space {
  margin-bottom: 1rem;
}
.news-content {
  margin-top: 64px;
}
.news-content h4 {
  color: #54AA33;
  font-size: 1.25rem;
  line-height: 1.8;
}
.news-content p img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 1rem 0px 1rem;
}
.news-content ol {
  list-style-type: decimal;
  padding-top: 4px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 4px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
.news-content ol li {
  margin: 0.5rem 0px;
}
.news-content ul {
  list-style-type: disc;
  padding-top: 4px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 4px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
.news-content ul li {
  margin: 0.5rem 0px;
}

.news-link {
  margin-top: 80px;
}

.sp-fluid {
  width: auto;
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.contact-form {
  width: 720px;
}
@media (max-width: 600px) {
  .contact-form {
    width: 100%;
  }
}

.form-inner {
  margin-top: 64px;
}
.form-inner .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.form-inner .form-item.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-inner .form-item p {
  width: 100%;
  font-weight: 700;
  margin: 0px 0px 0.5rem;
}
.form-inner .form-item p.note {
  margin-top: 0.75rem;
}
.form-inner .form-item span.required {
  color: #CE0000;
}
.form-inner .form-item .form-item-half {
  width: 48.5%;
}
.form-inner .form-item .form-item-half:nth-child(3n) {
  margin-left: auto;
}
.form-inner .form-item .select-type01 {
  width: 48.5%;
  position: relative;
}
.form-inner .form-item .select-type01::after {
  content: "";
  width: 8px;
  height: 6px;
  border: 6px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  top: calc(50% - 4px);
  right: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-inner .form-item .radio-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.form-inner .form-item .checkbox-list li.vertical-item {
  margin: 0.5rem 0px;
}
.form-inner .form-item > label {
  display: block;
  width: 25%;
  margin-top: 0.5rem;
  font-weight: 700;
}
.form-inner .form-item .form-item-half > label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.form-inner .form-item .item-right {
  width: 75%;
}
.form-inner .form-item .item-right input[type=text],
.form-inner .form-item .item-right input[type=email],
.form-inner .form-item .item-right input[type=tel],
.form-inner .form-item .item-right select, .form-inner .form-item .item-right textarea {
  width: 100%;
}
.form-inner .form-item input[type=text],
.form-inner .form-item input[type=email],
.form-inner .form-item input[type=tel],
.form-inner .form-item select, .form-inner .form-item textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 75%;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #DBDBDB;
  padding: 6px 12px;
  color: black;
  font-size: 16px;
  line-height: 1.75;
}
.form-inner .form-item input[type=text].error,
.form-inner .form-item input[type=email].error,
.form-inner .form-item input[type=tel].error,
.form-inner .form-item select.error, .form-inner .form-item textarea.error {
  border-color: #EE0000;
}
.form-inner .form-item input[type=text]:-moz-placeholder-shown, .form-inner .form-item input[type=email]:-moz-placeholder-shown, .form-inner .form-item input[type=tel]:-moz-placeholder-shown, .form-inner .form-item select:-moz-placeholder-shown, .form-inner .form-item textarea:-moz-placeholder-shown {
  color: #acacac;
}
.form-inner .form-item input[type=text]:-ms-input-placeholder, .form-inner .form-item input[type=email]:-ms-input-placeholder, .form-inner .form-item input[type=tel]:-ms-input-placeholder, .form-inner .form-item select:-ms-input-placeholder, .form-inner .form-item textarea:-ms-input-placeholder {
  color: #acacac;
}
.form-inner .form-item input[type=text]:placeholder-shown,
.form-inner .form-item input[type=email]:placeholder-shown,
.form-inner .form-item input[type=tel]:placeholder-shown,
.form-inner .form-item select:placeholder-shown, .form-inner .form-item textarea:placeholder-shown {
  color: #acacac;
}
.form-inner .form-item input[type=text]::-webkit-input-placeholder,
.form-inner .form-item input[type=email]::-webkit-input-placeholder,
.form-inner .form-item input[type=tel]::-webkit-input-placeholder,
.form-inner .form-item select::-webkit-input-placeholder, .form-inner .form-item textarea::-webkit-input-placeholder {
  color: #acacac;
}
.form-inner .form-item input[type=text]:-moz-placeholder,
.form-inner .form-item input[type=email]:-moz-placeholder,
.form-inner .form-item input[type=tel]:-moz-placeholder,
.form-inner .form-item select:-moz-placeholder, .form-inner .form-item textarea:-moz-placeholder {
  color: #acacac;
}
.form-inner .form-item input[type=text]::-moz-placeholder,
.form-inner .form-item input[type=email]::-moz-placeholder,
.form-inner .form-item input[type=tel]::-moz-placeholder,
.form-inner .form-item select::-moz-placeholder, .form-inner .form-item textarea::-moz-placeholder {
  color: #acacac;
}
.form-inner .form-item input[type=text]:-ms-input-placeholder,
.form-inner .form-item input[type=email]:-ms-input-placeholder,
.form-inner .form-item input[type=tel]:-ms-input-placeholder,
.form-inner .form-item select:-ms-input-placeholder, .form-inner .form-item textarea:-ms-input-placeholder {
  color: #acacac;
}
.form-inner .form-item input[type=text]::-ms-input-placeholder,
.form-inner .form-item input[type=email]::-ms-input-placeholder,
.form-inner .form-item input[type=tel]::-ms-input-placeholder,
.form-inner .form-item select::-ms-input-placeholder, .form-inner .form-item textarea::-ms-input-placeholder {
  color: #acacac;
}
.form-inner .form-item input[type=radio] {
  -webkit-appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  outline: none;
  margin-right: 0.25rem;
  vertical-align: -0.5rem;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
}
.form-inner .form-item input[type=radio]:checked {
  border-color: #54AA33;
}
.form-inner .form-item input[type=radio]:checked:before {
  content: "";
  position: absolute;
  left: 0.325rem;
  top: 0.325rem;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background: #54AA33;
}
.form-inner .form-item input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: -0.4rem;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
  margin-right: 0.5rem;
  border: 1px solid #D8D8D8;
  border-radius: 0.25rem;
  background: #FFFFFF;
}
.form-inner .form-item input[type=checkbox]:checked {
  border-color: #54AA33;
  background-color: #54AA33;
}
.form-inner .form-item input[type=checkbox]::before, .form-inner .form-item input[type=checkbox]::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
}
.form-inner .form-item input[type=checkbox]::before {
  left: 3px;
  top: 10px;
  width: 5px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-inner .form-item input[type=checkbox]::after {
  right: 7px;
  bottom: 3px;
  width: 2px;
  height: 10px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 600px) {
  .form-inner .form-item {
    margin: 1rem 0px;
  }
  .form-inner .form-item > label {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .form-inner .form-item .item-right {
    width: 100%;
  }
  .form-inner .form-item input[type=text],
  .form-inner .form-item input[type=email],
  .form-inner .form-item input[type=tel],
  .form-inner .form-item select, .form-inner .form-item textarea {
    width: 100%;
  }
  .form-inner .form-item .select-type01 {
    width: 100%;
  }
}
.form-inner .form-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-inner .form-agreement > label {
  display: block;
  width: 25%;
  margin-top: 0.5rem;
}
.form-inner .form-agreement .mwform-checkbox-field {
  width: 75%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .form-inner .form-agreement > label {
    width: 100%;
  }
  .form-inner .form-agreement .mwform-checkbox-field {
    width: 100%;
  }
}

.mw_wp_form_confirm p.description {
  display: none;
}

.form-inner .mw_wp_form_confirm .form-item {
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 1rem;
}
.form-inner .mw_wp_form_confirm .form-item .select-type01::after {
  display: none;
}
.form-inner .mw_wp_form_confirm .form-item p.note {
  display: none;
}
.form-inner .mw_wp_form_confirm .form-item .item-right {
  padding: 6px 0px;
}
.form-inner .mw_wp_form_confirm .form-privacy {
  display: none;
}
.form-inner .mw_wp_form_confirm .form-agreement {
  display: none;
}
.form-inner .mw_wp_form_confirm .form-agreement .form-item.center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}