@charset "UTF-8";
.mg-0 {
  margin-top: 0 !important;
}

.mg-1 {
  margin-top: 0.5rem !important;
}

.mg-2 {
  margin-top: 0.75rem !important;
}

.mg-3 {
  margin-top: 1rem !important;
}

.mg-4 {
  margin-top: 1.25rem !important;
}

.mg-5 {
  margin-top: 1.875rem !important;
}

.mg-6 {
  margin-top: 2.8125rem !important;
}

.mg-7 {
  margin-top: 4.21875rem !important;
}

.mg-8 {
  margin-top: 6.328125rem !important;
}

.mg-9 {
  margin-top: 9rem !important;
}

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

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

.fs-s {
  font-size: 87.5%;
}

.fs-l {
  font-size: 112.5%;
}

.r1 {
  border-radius: 5px;
}

.r2 {
  border-radius: 30px;
}

.cl-alert {
  color: #e94322;
}

a.link-dark {
  color: #333333;
}

a.link-dark:hover {
  text-decoration: underline;
  color: #249003;
}

a.link-img:hover img {
  opacity: 0.6;
  transition: opacity, 0.15s;
}

a.link-external {
  padding-right: 1.75em;
  background: url("../imgs/icon/external.svg") right 0.4em center/0.9em no-repeat;
}

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

body {
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #101010;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body.-fixed {
  width: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, li, img, dl, dt, dd, blockquote, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

img, svg, video, canvas, audio, iframe, embed, object {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

p, li, dt, dd, h1, h2, h3, h4, h5, h6, th, td, blockquote {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

blockquote {
  font-style: italic;
}

ul {
  list-style-type: none;
}

strong {
  font-style: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1rem 0;
}

button, input, select, textarea {
  font: inherit;
}

input[type=text], input[type=password], input[type=email], textarea {
  border: 1px solid #999999;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #249003;
  transition: all, 0.15s;
}

a:hover {
  text-decoration: underline;
}

.stack.-s0 > * + * {
  margin-top: 0;
}

.stack.-s1 > * + * {
  margin-top: 0.5rem;
}

.stack.-s2 > * + * {
  margin-top: 0.75rem;
}

.stack.-s3 > * + * {
  margin-top: 1rem;
}

.stack.-s4 > * + * {
  margin-top: 1.25rem;
}

.stack.-s5 > * + * {
  margin-top: 1.875rem;
}

.stack.-s6 > * + * {
  margin-top: 2.8125rem;
}

.stack.-s7 > * + * {
  margin-top: 4.21875rem;
}

.stack.-s8 > * + * {
  margin-top: 6.328125rem;
}

.stack.-s9 > * + * {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .stack.-sp\:s0 > * + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s1 > * + * {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s2 > * + * {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s3 > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s4 > * + * {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s5 > * + * {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s6 > * + * {
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s7 > * + * {
    margin-top: 4.21875rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s8 > * + * {
    margin-top: 6.328125rem;
  }
}
@media screen and (max-width: 768px) {
  .stack.-sp\:s9 > * + * {
    margin-top: 9rem;
  }
}
.center {
  box-sizing: content-box;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .center {
    max-width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.center.full {
  max-width: 90rem;
}
@media screen and (max-width: 768px) {
  .center.full {
    max-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.icon {
  width: 1em;
  height: 1em;
}

.icon-l {
  width: 1.3em;
  height: 1.3em;
}

.icon-s {
  width: 0.75em;
  height: 0.75em;
}

.with-icon .icon {
  margin-right: 0.5rem;
  vertical-align: -0.1em;
}
.with-icon .icon-l {
  margin-right: 0.5rem;
  vertical-align: -0.2em;
}
.with-icon .icon-s {
  margin-right: 0.5rem;
  vertical-align: 0;
}

.with-icon.rtl .icon {
  margin-right: 0;
  margin-left: 0.5rem;
}
.with-icon.rtl .icon-l {
  margin-right: 0;
  margin-left: 0.5rem;
}
.with-icon.rtl .icon-s {
  margin-right: 0;
  margin-left: 0.5rem;
}

.grid > * {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.grid > * > * {
  width: 100%;
}

.grid.-col2 > * {
  margin: -2.109375rem;
}

.grid.-col2 > * > * {
  width: 50%;
  padding: 2.109375rem;
}

.grid.-col3 > * {
  margin: -1.40625rem;
}

.grid.-col3 > * > * {
  width: 33.3333333333%;
  padding: 1.40625rem;
}

@media screen and (max-width: 768px) {
  .grid > * {
    display: display;
  }
  .grid.-col2 > *, .grid.-col3 > * {
    margin: 0;
    margin-top: -2.8125rem;
  }
  .grid.-col2 > * > *, .grid.-col3 > * > * {
    width: auto;
    padding: 0;
    padding-top: 2.8125rem;
  }
}
.frame {
  position: relative;
}

.frame.aspect-4-3 {
  padding-bottom: 75%;
}

.frame.aspect-16-9 {
  padding-bottom: 56.25%;
}

.frame.aspect-21-9 {
  padding-bottom: 42.8571428571%;
}

.frame > * {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame > img, .frame > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cluster {
  display: block;
  overflow: hidden;
}

.cluster > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cluster.-sx0 > * {
  margin-left: 0;
  margin-right: 0;
}

.cluster.-sx0 > * > * {
  margin-left: 0;
  margin-right: 0;
}

.cluster.-sx1 > * {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.cluster.-sx1 > * > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.cluster.-sx2 > * {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.cluster.-sx2 > * > * {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.cluster.-sx3 > * {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.cluster.-sx3 > * > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.cluster.-sx4 > * {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.cluster.-sx4 > * > * {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.cluster.-sx5 > * {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.cluster.-sx5 > * > * {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.cluster.-sx6 > * {
  margin-left: -1.40625rem;
  margin-right: -1.40625rem;
}

.cluster.-sx6 > * > * {
  margin-left: 1.40625rem;
  margin-right: 1.40625rem;
}

.cluster.-sx7 > * {
  margin-left: -2.109375rem;
  margin-right: -2.109375rem;
}

.cluster.-sx7 > * > * {
  margin-left: 2.109375rem;
  margin-right: 2.109375rem;
}

.cluster.-sx8 > * {
  margin-left: -3.1640625rem;
  margin-right: -3.1640625rem;
}

.cluster.-sx8 > * > * {
  margin-left: 3.1640625rem;
  margin-right: 3.1640625rem;
}

.cluster.-sx9 > * {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.cluster.-sx9 > * > * {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.cluster.-sy0 > * {
  margin-top: 0;
  margin-bottom: 0;
}

.cluster.-sy0 > * > * {
  margin-top: 0;
  margin-bottom: 0;
}

.cluster.-sy1 > * {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.cluster.-sy1 > * > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.cluster.-sy2 > * {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.cluster.-sy2 > * > * {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.cluster.-sy3 > * {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.cluster.-sy3 > * > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cluster.-sy4 > * {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.cluster.-sy4 > * > * {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.cluster.-sy5 > * {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.cluster.-sy5 > * > * {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.cluster.-sy6 > * {
  margin-top: -1.40625rem;
  margin-bottom: -1.40625rem;
}

.cluster.-sy6 > * > * {
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
}

.cluster.-sy7 > * {
  margin-top: -2.109375rem;
  margin-bottom: -2.109375rem;
}

.cluster.-sy7 > * > * {
  margin-top: 2.109375rem;
  margin-bottom: 2.109375rem;
}

.cluster.-sy8 > * {
  margin-top: -3.1640625rem;
  margin-bottom: -3.1640625rem;
}

.cluster.-sy8 > * > * {
  margin-top: 3.1640625rem;
  margin-bottom: 3.1640625rem;
}

.cluster.-sy9 > * {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.cluster.-sy9 > * > * {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.cluster.justify-start > * {
  justify-content: flex-start;
}

.cluster.justify-end > * {
  justify-content: flex-end;
}

.cluster.justify-center > * {
  justify-content: center;
}

.cluster.justify-between > * {
  justify-content: space-between;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.site-header {
  position: relative;
  padding: 1.25rem 1.875rem 1rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .site-header {
    display: block;
    padding: 1.25rem 1rem 1rem 1rem;
  }
}
.site-title {
  margin-top: 5px;
}
.site-title_logo img {
  max-width: 45vw;
}

@media screen and (max-width: 768px) {
  .site-title {
    margin-top: 0;
  }
}
.header-nav {
  margin-top: 3px;
}

.menu-switcher {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-nav {
    margin-top: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
  }
  .menu-switcher {
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    z-index: 11;
    pointer-events: auto;
    cursor: pointer;
  }
  .menu-switcher > button {
    display: block;
  }
  .menu-drawer {
    height: 100vh;
    width: 100%;
    padding: 4.21875rem 1.875rem 0 1.875rem;
    background-color: #E4F8E4;
    transform: translateX(100%);
    pointer-events: auto;
    transition: translate, 0.25s;
  }
  .active .menu-drawer {
    transform: translateX(0);
  }
}
.gnav-secondary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-secondary > li {
  font-size: 81.25%;
  padding-left: 0.75rem;
  line-height: 1;
}
.gnav-secondary > li:first-child {
  padding-left: 0;
}
.gnav-secondary a {
  display: block;
  text-decoration: none;
  background-color: #249003;
  padding: 0.5em 1.2em;
  border-radius: 30px;
  color: #ffffff;
}
.gnav-secondary a:hover {
  background-color: #5fb145;
}
.gnav-secondary > li:last-child a {
  background-color: #86BE0B;
}
.gnav-secondary > li:last-child a:hover {
  background-color: #a4d23f;
}

.gnav-primary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  margin-right: 2px;
}
.gnav-primary > li {
  position: relative;
  font-size: 93.75%;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid #cccccc;
  line-height: 1;
}
.gnav-primary > li:first-child {
  margin-left: 0;
  border-left: 0;
}
.gnav-primary a {
  display: block;
  color: #101010;
  padding: 1px;
}
.gnav-primary a:hover {
  text-decoration: none;
  color: #249003;
}
.gnav-primary a::after {
  content: "";
  width: calc(100% - 1.25rem);
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 1.25rem;
  background: #249003;
  transform: scale(0, 0);
  transform-origin: left;
  transition: all 0.25s;
}
.gnav-primary a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .gnav-secondary {
    justify-content: flex-start;
  }
  .gnav-primary {
    display: block;
    margin-top: 1.875rem;
    border-bottom: 1px solid #999999;
  }
  .gnav-primary > li {
    font-size: 1rem;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid #999999;
  }
  .gnav-primary > li a {
    display: block;
    text-align: left;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .gnav-primary a::after {
    display: none;
  }
}
.site-footer {
  position: relative;
  margin-top: auto;
  padding: 2.8125rem 1.875rem 2.8125rem 1.875rem;
  background-color: #F4F1EC;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 2.8125rem 1.25rem 1.875rem 1.25rem;
  }
}
.backtotop {
  position: absolute;
  right: 2.8125rem;
  bottom: 2.8125rem;
}
.backtotop a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #999999;
  text-align: center;
}
.backtotop a:hover {
  border: 1px solid #249003;
  background-color: #249003;
}
.backtotop a img {
  margin-top: 8px;
}
.backtotop a:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .backtotop {
    top: 2.8125rem;
    right: 1.25rem;
    bottom: inherit;
  }
}
.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .footer-body {
    display: block;
  }
}
.footer-info p {
  font-size: 87.5%;
}

.footer-info ul li {
  padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
  .footer-info h2 img {
    max-width: 50vw;
  }
}
.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-nav > * {
  margin-left: 4.21875rem;
}
.footer-nav > * > li {
  font-size: 87.5%;
  margin-right: 1rem;
}
.footer-nav a {
  color: #101010;
}
.footer-nav a:hover {
  text-decoration: underline;
  color: #249003;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  .footer-nav > * {
    margin-left: 0;
    width: 45%;
  }
  .footer-nav > * > li {
    margin-right: 0;
  }
}
.footer-lower {
  margin-top: 4.21875rem;
}
.footer-lower p, .footer-lower li {
  font-size: 81.25%;
  color: #888888;
}

.main-content {
  margin-top: 1rem;
  margin-bottom: 6.328125rem;
}

.h-md {
  font-size: 125%;
  font-weight: bold;
}

.h-md::before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 4px;
  margin-bottom: 8px;
  background-color: #249003;
}

.l-top-hero {
  position: relative;
  background: #eee url("../imgs/home_hero.jpg") left top/cover no-repeat;
  border-radius: 30px;
  min-height: 450px;
}
.l-top-hero_message {
  writing-mode: vertical-rl;
  position: absolute;
  height: 300px;
  bottom: -1px;
  right: -1px;
  padding: 2.8125rem 1.875rem 0.75rem 2.8125rem;
  border-radius: 30px 0 0 0;
  background-color: #fff;
}
.l-top-hero_message * + * {
  margin-right: 1rem;
}
.l-top-hero h2 {
  color: #249003;
  letter-spacing: 0.25rem;
  font-size: 175%;
  line-height: 1.6;
}
.l-top-hero_button {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 1em 0.5em 1em 0.5em;
  border-radius: 5px;
  background-color: #249003;
  color: #fff;
}
.l-top-hero_button:hover {
  background-color: #5fb145;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-top-hero {
    border-radius: 0;
    background-size: auto 300px;
    background-position: center top;
    background-color: #fff;
    min-height: 250px;
    padding-top: 250px;
  }
  .l-top-hero_message {
    writing-mode: inherit;
    position: inherit;
    height: auto;
    bottom: 0;
    right: 0;
    padding: 1.875rem 1.25rem 0 1.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-radius: 30px 30px 0 0;
  }
  .l-top-hero_message * + * {
    margin-top: 1rem;
    margin-right: 0;
  }
  .l-top-hero h2, .l-top-hero p {
    text-align: center;
  }
  .l-top-hero_button {
    padding: 0.5em 1.5em 0.5em 1.5em;
  }
}
.l-top-news {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 90px;
}
.l-top-news > * {
  flex-grow: 1;
}
.l-top-news h2 {
  flex-grow: 0;
  width: 200px;
}
.l-top-news h2 img {
  height: 28px;
  width: auto;
}
.l-top-news_more {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 87.5%;
}

@media screen and (max-width: 768px) {
  .l-top-news {
    display: block;
    background: url("../imgs/line_dotted.svg") center top/85vw auto no-repeat;
    padding-top: 3.8125rem;
  }
  .l-top-news h2 {
    text-align: center;
    width: auto;
    margin-bottom: 1.875rem;
  }
  .l-top-news h2 img {
    height: 24px;
    width: auto;
  }
  .l-top-news_more {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.l-top-community {
  background: #E4F8E4 url("../imgs/bg_texture1.png") 0 0 repeat;
  padding-top: 4.21875rem;
  padding-bottom: 4.21875rem;
}
.l-top-community_inner {
  position: relative;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.l-top-community_message {
  position: absolute;
  top: -90px;
  left: -78px;
}
.l-top-community h2 {
  margin-bottom: 2.8125rem;
}
.l-top-community h2 img {
  height: 28px;
  width: auto;
}
.l-top-community_more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 87.5%;
}

@media screen and (max-width: 768px) {
  .l-top-community {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .l-top-community_inner {
    max-width: inherit;
  }
  .l-top-community_message {
    top: -17vw;
    left: 21vw;
  }
  .l-top-community_message img {
    width: 30vw;
    height: auto;
  }
  .l-top-community h2 {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .l-top-community h2 img {
    height: 24px;
    width: auto;
  }
  .l-top-community_more {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-top: 2.8125rem;
    text-align: center;
  }
}
.l-sns {
  background-color: #F4F1EC;
  padding: 1.875rem;
  border-radius: 30px;
}
.l-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-sns li {
  width: 200px;
  margin: 1rem 12px 0 12px;
}
.l-sns a {
  display: block;
  border-radius: 30px;
  background-color: #ccc;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
}
.l-sns a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity, 0.15s;
}
.l-sns .twitter a {
  background-color: #38A3E5;
}
.l-sns .x a {
  background-color: #151515;
}
.l-sns .instagram a {
  background-color: #D14B83;
}
.l-sns_message {
  font-size: 87.5%;
  text-align: center;
  color: #333;
}

.l-banner {
  border-top: 1px solid #e2deda;
  padding-top: 50px;
  margin-bottom: -50px;
}
.l-banner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-banner li {
  margin: 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .l-banner {
    padding-top: 0.5rem;
  }
  .l-banner ul {
    display: block;
  }
  .l-banner li {
    text-align: center;
    margin: 2.8125rem 0 0 0;
  }
}
.l-tour {
  min-height: 270px;
  padding: 2.8125rem 560px 2.8125rem 2.8125rem;
  border-radius: 30px;
  background: #e9f9bd url("../imgs/tour_bg.jpg") top right/520px no-repeat;
}
.l-tour h2 {
  letter-spacing: 0.1rem;
  font-size: 150%;
  font-weight: normal;
  color: #249003;
}
.l-tour p {
  font-size: 87.5%;
}

@media screen and (max-width: 768px) {
  .l-tour {
    padding: 1.875rem 1.875rem 60vw 1.875rem;
    background: #e7f9b7 url("../imgs/tour_bg.jpg") bottom left/contain no-repeat;
  }
}
.local-nav {
  padding-top: 1.25rem;
}
.local-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.local-nav li {
  padding: 0 1.25rem;
}
.local-nav a {
  color: #101010;
  display: block;
  padding-right: 28px;
  background: url("../imgs/icon/arrowhead_orange_down.svg") center right 2px/20px no-repeat;
}
.local-nav a:hover {
  color: #249003;
}

@media screen and (max-width: 768px) {
  .local-nav {
    margin-top: -0.75rem;
  }
  .local-nav li {
    margin-top: 0.5rem;
    padding: 0 0.75rem;
  }
}
.list-line {
  border-bottom: 1px solid #ccc;
}
.list-line_date {
  color: #1b5a01;
  text-align: center;
}

.list-line > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ccc;
}
.list-line > li *:first-child {
  width: 15%;
}
.list-line > li *:last-child {
  width: 80%;
}

.list-line > li.list-line_message {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-line_date {
    text-align: left;
  }
  .list-line > li {
    display: block;
  }
  .list-line > li *:first-child {
    width: auto;
  }
  .list-line > li *:last-child {
    width: auto;
  }
}
.list-community {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -48px;
  margin-left: -48px;
}
.list-community > * {
  width: 288px;
  flex-shrink: 0;
  margin-top: 48px;
  margin-left: 48px;
  position: relative;
}
.list-community_title {
  margin-top: 0.5rem;
}
.list-community img {
  border-radius: 5px;
}
.list-community a:hover img {
  opacity: 0.7;
  background-color: #fff;
  transition: opacity, 0.15s;
}

.list-community li.list-community_message {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-community {
    display: block;
    margin-top: 0;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .list-community > * {
    width: 100%;
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .list-community > *:first-child {
    margin-top: 0;
  }
  .list-community img {
    width: 100%;
    height: auto;
  }
}
.list-letters {
  border-bottom: 1px solid #ccc;
}

.list-letters > li {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 45px;
  background: url("../imgs/icon/pdf.svg") 10px center/18px no-repeat;
}

.list-letters > li span::after {
  content: "　/　";
}

.list-letters > li.list-letters_message {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-letters > li span {
    display: block;
  }
  .list-letters > li span::after {
    content: none;
  }
}
.badge {
  position: absolute;
  right: -0.5rem;
  top: 0.75rem;
  padding: 0.4em 0.6em;
  z-index: 2;
  font-size: 81.25%;
  line-height: 1;
  color: #fff;
  background-color: #e94322;
}

.single-bottom {
  padding-top: 1rem;
}

.back-list {
  text-align: center;
}

p.page-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  letter-spacing: 0;
}
p.page-nav span {
  display: block;
  text-align: center;
  margin: 0 4px;
  padding: 8px 12px;
  background-color: #249003;
  color: #fff;
  border-radius: 30px;
}
p.page-nav span.dots {
  color: #666666;
  background: none;
}
p.page-nav a {
  display: block;
  text-align: center;
  margin: 0 4px;
  padding: 8px 12px;
  background-color: #fff;
  text-decoration: none;
  color: #101010;
  border: 1px solid #999999;
  border-radius: 30px;
}
p.page-nav a:hover {
  background-color: #249003;
  border-color: #249003;
  color: #fff;
  text-decoration: none;
}
p.page-nav a.next, p.page-nav a.prev {
  background: none;
  border: 0;
  color: #333333;
  padding-top: 8px;
}
p.page-nav a.next:hover, p.page-nav a.prev:hover {
  color: #249003;
  text-decoration: underline;
}

.l-community-eyecatch {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.l-community-eyecatch img {
  border-radius: 30px;
}

.l-community-note {
  background-color: #F4F1EC;
  border-radius: 30px;
  padding: 1.875rem;
}
.l-community-note p {
  text-align: center;
}

.container-box {
  padding-top: 4.21875rem;
  padding-bottom: 6.328125rem;
}

@media screen and (max-width: 768px) {
  .container-box {
    padding-top: 2.8125rem;
    padding-bottom: 4.21875rem;
  }
}
.l-hoiku {
  margin-top: 4.21875rem;
  background: #E4F8E4 url("../imgs/bg_texture1.png") 0 0 repeat;
}
.l-hoiku_philosophy {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.l-hoiku_philosophy > * {
  text-align: center;
}

.l-hoiku-body {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 380px;
}
.l-hoiku-body_photo {
  position: absolute;
  height: 380px;
  width: 50vw;
  left: 0;
}
.l-hoiku-body_photo img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 30px 30px 0;
}
.l-hoiku-body_text {
  padding-top: 0.5rem;
  padding-left: 50%;
}
.l-hoiku-body_text p {
  padding-left: 2.8125rem;
  padding-right: 1.875rem;
  line-height: 2.2;
}

.l-hoiku-policy {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.l-hoiku-policy ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-hoiku-policy li {
  width: 33%;
  margin-top: 1.25rem;
  padding: 0 1.5rem;
}
.l-hoiku-policy li:nth-child(1) {
  margin-left: 16.5%;
}
.l-hoiku-policy li:nth-child(2) {
  margin-right: 16.5%;
}
.l-hoiku-policy li h3 {
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  color: #1b3919;
}
.l-hoiku-policy li p {
  margin-top: 0.5rem;
  text-align: left;
  font-size: 93.75%;
  color: #1b3919;
}
.l-hoiku-policy_photo {
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.l-hoiku-policy_photo img {
  border-radius: 50%;
  border: 7px solid #97bd92;
}

@media screen and (max-width: 768px) {
  .l-hoiku-body {
    padding: 0 1.25rem;
  }
  .l-hoiku-body_photo {
    position: relative;
    height: auto;
    width: auto;
    left: inherit;
  }
  .l-hoiku-body_photo img {
    border-radius: 30px;
  }
  .l-hoiku-body_text {
    padding-top: 1.875rem;
    padding-left: 0;
    line-height: 2;
  }
  .l-hoiku-body_text p {
    padding-left: 0;
    padding-right: 0;
  }
  .l-hoiku-policy {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .l-hoiku-policy li {
    width: 80%;
    padding: 0 0.5rem;
  }
  .l-hoiku-policy li:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
  }
  .l-hoiku-policy li:nth-child(2) {
    margin-right: 0;
  }
  .l-hoiku-policy_photo {
    padding: 0.75rem;
  }
}
.l-gallery ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -48px;
  margin-left: -48px;
}
.l-gallery li {
  width: 288px;
  height: 288px;
  flex-shrink: 0;
  margin-top: 48px;
  margin-left: 48px;
  cursor: pointer;
}
.l-gallery li:hover img {
  opacity: 0.6;
  background-color: #fff;
  transition: opacity, 0.15s;
}
.l-gallery_display {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.l-gallery_display.active {
  display: block;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.l-gallery_display.active img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-gallery ul {
    justify-content: space-around;
    margin-top: -6vw;
    margin-left: 0;
  }
  .l-gallery li {
    width: 41vw;
    height: 41vw;
    flex-shrink: 0;
    margin-top: 6vw;
    margin-left: 0;
  }
  .l-gallery_display.active img {
    max-width: 85%;
    max-height: 85%;
  }
}
.l-access {
  background-color: #F4F1EC;
}
.l-access_inner {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.l-access_info {
  background-color: #e8e4dd;
  padding: 1.875rem 1.875rem;
  color: #404040;
  border-radius: 30px;
}
.l-access_info p {
  padding-left: 24px;
  background: url("../imgs/icon/bullet.svg") 3px 10px/8px no-repeat;
}

@media screen and (max-width: 768px) {
  .l-access_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 10px solid #fff;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-outline {
  margin-bottom: -2.8125rem;
}
.l-outline_photo {
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.l-outline_photo li {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .l-outline_photo {
    padding-top: 0;
    display: block;
  }
  .l-outline_photo li {
    margin-top: 1.875rem;
    width: 100%;
  }
}
.l-disclosure ul {
  border-bottom: 1px solid #ccc;
}
.l-disclosure li {
  border-top: 1px solid #ccc;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
}

.l-food-attempt_box h2 {
  font-size: 112.5%;
  margin-top: 1rem;
}
.l-food-attempt_box p {
  margin-top: 0.75rem;
}

@media screen and (max-width: 768px) {
  .l-food-attempt_box > img {
    width: 100%;
    height: auto;
  }
}
.l-food-education {
  background: #E4F8E4 url("../imgs/bg_texture1.png") 0 0 repeat;
}
.l-food-education_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.l-food-education_illust1 {
  position: absolute;
  top: 8px;
  left: 300px;
}
.l-food-education_illust2 {
  position: absolute;
  top: 8px;
  left: 652px;
}

@media screen and (max-width: 768px) {
  .l-food-education_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .l-food-education_inner h2 {
    margin-top: 15vw;
  }
  .l-food-education_illust1 {
    top: 3px;
    left: 33vw;
  }
  .l-food-education_illust2 {
    top: 6px;
    left: inherit;
    right: 33vw;
  }
  .l-food-education_illust1 img, .l-food-education_illust2 img {
    width: 15vw;
    height: auto;
  }
}
.l-food-schedule {
  margin-top: 4.21875rem;
  margin-left: 6.328125rem;
  margin-right: 6.328125rem;
}
.l-food-schedule dl {
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed #90857f;
}
.l-food-schedule dl > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px dashed #90857f;
}
.l-food-schedule dt {
  font-weight: normal;
  flex-shrink: 0;
  width: 10em;
  padding-left: 52px;
  background: url("../imgs/food_schedule_circle.png") 24px 10px/12px no-repeat;
  font-size: 112.5%;
  color: #563c2c;
}
.l-food-schedule dd {
  margin-top: 0.1em;
  flex-grow: 1;
}
.l-food-schedule h4 {
  font-size: 100%;
  font-weight: normal;
}
.l-food-schedule_caption {
  font-size: 87.5%;
  color: #1b3919;
  margin-top: 1rem;
}
.l-food-schedule_photo {
  margin-top: 1rem;
}

.schedule-type {
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
  padding: 0.3em 0.4em;
  font-size: 87.5%;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
.schedule-type.-indoor {
  background-color: #765540;
}
.schedule-type.-outdoor {
  background-color: #249003;
}

@media screen and (max-width: 768px) {
  .l-food-schedule {
    margin-top: 2.8125rem;
    margin-left: 0;
    margin-right: 0;
  }
  .l-food-schedule dt {
    width: 6em;
    padding-left: 32px;
    background: url("../imgs/food_schedule_circle.png") 4px 9px/12px no-repeat;
    font-size: 100%;
  }
  .l-food-schedule dd {
    margin-top: 0;
  }
}
.l-food-comment {
  margin-top: 4.21875rem;
  padding: 2.8125rem;
  border: 2px dashed #249003;
  border-radius: 30px;
  background-color: #fff;
}
.l-food-comment h3 {
  text-align: center;
}
.l-food-comment_body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  margin-top: 1.25rem;
}
.l-food-comment_body > *:last-child {
  flex-shrink: 0;
  margin-right: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .l-food-comment {
    margin-top: 2.8125rem;
    padding: 1.875rem;
  }
  .l-food-comment_body {
    display: block;
    margin-top: 1.25rem;
  }
  .l-food-comment_body > *:last-child {
    margin-top: 1.875rem;
    margin-right: 0;
    text-align: center;
  }
  .l-food-comment_body > *:last-child img {
    width: 100%;
    height: auto;
  }
}
.note {
  font-size: 87.5%;
  color: #4a4a4a;
  margin-top: 1.25rem;
}

.l-recruit_box {
  background-color: #F4F1EC;
  border-radius: 5px;
  padding: 1.875rem;
  margin-top: 1.875rem;
}
.l-recruit_box:first-child {
  margin-top: 0;
}

dl.form-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}

dl.form-box > dt {
  box-sizing: content-box;
  width: 27%;
  flex-shrink: 0;
  border-top: 1px solid #ccc;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 3%;
}

dl.form-box > dd {
  width: 70%;
  flex-shrink: 0;
  border-top: 1px solid #ccc;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  dl.form-box > dt {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
  dl.form-box > dd {
    width: 100%;
    border-top: 0;
    padding-top: 0.75rem;
  }
}
.required::after {
  content: "必須";
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  margin-left: 0.5rem;
  text-align: center;
  background-color: #e94322;
  color: #fff;
  padding: 3px 5px;
}

.button-area {
  text-align: center;
}
.button-area > p {
  margin-top: -1rem;
}
.button-area button {
  margin-top: 1rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.page-title {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #249003 50%, #249003 100%);
}
.page-title_inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #eeeeee;
  margin-left: 13%;
  border-radius: 30px 0 0 30px;
  min-height: 270px;
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title_inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.96) 0, transparent 400px);
}

.page-title h1 {
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  background: url("../imgs/page_title_line.svg") left bottom no-repeat;
}

@media screen and (max-width: 768px) {
  .page-title_inner {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background-position: 50% 50%;
    margin-top: 150px;
    text-align: center;
    min-height: 240px;
  }
  .page-title_inner::after {
    display: none;
  }
  .page-title h1 {
    position: relative;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    top: -130px;
    left: inherit;
    transform: inherit;
    text-align: center;
    background: none;
    padding-bottom: 8px;
    border-bottom: 5px solid #249003;
  }
  .page-title h1 img {
    height: 36px;
    width: auto;
  }
}
.page-title.about .page-title_inner {
  background-image: url("../imgs/page_header_about.jpg");
}

.page-title.food_education .page-title_inner {
  background-image: url("../imgs/page_header_food_education.jpg");
}

.page-title.community .page-title_inner {
  background-image: url("../imgs/page_header_community.jpg");
}

.page-title.news .page-title_inner {
  background-image: url("../imgs/page_header_news.jpg");
}

.page-title.recruit .page-title_inner {
  background-image: url("../imgs/page_header_recruit.jpg");
}

.page-title.letters .page-title_inner {
  background-image: url("../imgs/page_header_letters.jpg");
}

.page-title-single {
  position: relative;
  background: #E4F8E4 url("../imgs/bg_texture1.png") 0 0 repeat;
  right: 1.625rem;
  border-radius: 0 30px 30px 0;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.page-title-single_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 60rem;
  left: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.page-title-single_date {
  color: #1b5a01;
  margin-bottom: 0.5rem;
}
.page-title-single_status {
  display: inline-block;
  margin-bottom: 0.75rem;
  border-radius: 5px;
  padding: 0.4em 0.6em;
  font-size: 87.5%;
  line-height: 1;
  color: #fff;
  background-color: #e94322;
}

.page-title-single h1 {
  font-size: 1.75rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page-title-single {
    right: inherit;
    border-radius: 0;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .page-title-single_inner {
    left: inherit;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .page-title-single h1 {
    font-size: 1.5rem;
  }
}
.btn-drawer, .btn-drawer span {
  display: inline-block;
  transition: all 0.2s;
}

.btn-drawer {
  position: relative;
  margin: 0;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 21px;
  background-color: #249003;
}

.btn-drawer span {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.btn-drawer.-invert span {
  background-color: #fff;
}

.btn-drawer span:nth-of-type(1) {
  top: 12px;
}

.btn-drawer span:nth-of-type(2) {
  top: 20px;
}

.btn-drawer span:nth-of-type(3) {
  bottom: 12px;
}

.active .btn-drawer span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.active .btn-drawer span:nth-of-type(2) {
  opacity: 0;
}

.active .btn-drawer span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.active .btn-drawer.-invert span {
  background-color: #101010;
}

.btn {
  display: inline-block;
  background-color: #249003;
  color: #fff;
  padding: 0.5em 4em 0.5em 4em;
  border: 0;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
  background-color: #5fb145;
}

.btn.gray {
  background-color: #999999;
}

.btn.gray:hover {
  background-color: #cccccc;
}

.btn.back {
  position: relative;
  border: 2px solid #249003;
  background-color: #fff;
  color: #249003;
}

.btn.back::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8em;
  background: url("../imgs/icon/arrowhead_back.svg") 0 0/1em no-repeat;
}

.btn.back:hover {
  border: 2px solid #249003;
  color: #fff;
  background-color: #249003;
}

.btn.back:hover::after {
  filter: brightness(0) invert(1);
}

/* .btn.fill {
	background-color: $color-theme;
	color: #ffffff;
}
.btn.fill:hover {
	background-color: $color-theme-light;
}

.btn.fill.gray {
	background-color: #777777;
}
.btn.fill.gray:hover {
	background-color: #999999;
} */
table.tb-line {
  width: 100%;
  border-bottom: 1px dashed #bbb;
}

table.tb-line th {
  border-top: 1px dashed #bbb;
  padding: 1.25rem 0.75rem;
  width: 25%;
  background-color: #f0fbdf;
  vertical-align: middle;
  font-weight: normal;
}

table.tb-line td {
  border-top: 1px dashed #bbb;
  padding: 1.25rem 0.75rem 1.25rem 1.25rem;
}

.content-body h2 {
  font-size: 150%;
  font-weight: bold;
  padding-top: 1.875rem;
}
.content-body h2::before {
  content: "";
  position: relative;
  display: block;
  width: 70px;
  height: 5px;
  margin-bottom: 9px;
  background-color: #249003;
}
.content-body h3 {
  font-size: 125%;
  font-weight: bold;
}
.content-body h4 {
  font-size: 100%;
  font-weight: bold;
}
.content-body ul {
  padding: 0;
}
.content-body ul li {
  margin-top: 4px;
  padding: 0 0 0 32px;
  background: url("../imgs/icon/bullet.svg") 15px 11px/7px no-repeat;
}
.content-body ul li:first-child {
  margin-top: 0;
}
.content-body ol li {
  margin-top: 5px;
}
.content-body ol li:first-child {
  margin-top: 0;
}
.content-body .wp-block-file {
  font-size: 1rem !important;
}
.content-body .wp-block-file .wp-block-file__button {
  background-color: #249003;
  font-size: 90%;
}
.content-body .wp-block-file .wp-block-file__button:hover, .content-body .wp-block-file .wp-block-file__button:active {
  background-color: #5fb145;
  color: #fff;
  text-decoration: none;
}