@charset "UTF-8";
.breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple)::after {
  width: 1em;
  height: 1em;
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(35%);
  transform-origin: center;
}

.breadcrumb:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table:not(:last-child), .content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.input,
.textarea, .select select, .file-cta,
.file-name, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.input:focus,
.textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .button:focus, .is-focused.input,
.is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.button, .input:active,
.textarea:active, .select select:active, .file-cta:active,
.file-name:active, .button:active, .is-active.input,
.is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.button {
  outline: none;
}
[disabled].input,
[disabled].textarea, .select select[disabled], [disabled].file-cta,
[disabled].file-name, [disabled].button {
  cursor: not-allowed;
}

html {
  background-color: #fff;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.714;
}

a:not(.card):not(.horizon-card):not(.page-top):not(.view-more):not(.more):not(.read-more):not(.read-more-circle):not(.arrow-button) {
  color: #00652F;
  cursor: pointer;
  text-decoration: none;
}
a:not(.card):not(.horizon-card):not(.page-top):not(.view-more):not(.more):not(.read-more):not(.read-more-circle):not(.arrow-button):hover {
  color: #00652F;
}

main a:not(.button):not(.card):not(.horizon-card):not(.banner):not(.item):not(.more):not(.read-more):not(.read-more-circle):not(.arrow-button) {
  position: relative;
  display: inline-block;
}
main a:not(.button):not(.card):not(.horizon-card):not(.banner):not(.item):not(.more):not(.read-more):not(.read-more-circle):not(.arrow-button)::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background: #00652F;
  transition: 0.3s all;
}
main a:not(.button):not(.card):not(.horizon-card):not(.banner):not(.item):not(.more):not(.read-more):not(.read-more-circle):not(.arrow-button):hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

hr {
  background-color: #959595;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5em 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 13px;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #604E00;
  font-weight: 500;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}
table th {
  color: #333;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-font-size-1 {
  font-size: 32px !important;
}

.is-font-size-2 {
  font-size: 28px !important;
}

.is-font-size-3 {
  font-size: 24px !important;
}

.is-font-size-4 {
  font-size: 20px !important;
}

.is-font-size-5 {
  font-size: 18px !important;
}

.is-font-size-6 {
  font-size: 14px !important;
}

.is-font-size-7 {
  font-size: 12px !important;
}

@media screen and (max-width: 1139px) {
  .is-font-size-1-mobile {
    font-size: 32px !important;
  }
  .is-font-size-2-mobile {
    font-size: 28px !important;
  }
  .is-font-size-3-mobile {
    font-size: 24px !important;
  }
  .is-font-size-4-mobile {
    font-size: 20px !important;
  }
  .is-font-size-5-mobile {
    font-size: 18px !important;
  }
  .is-font-size-6-mobile {
    font-size: 14px !important;
  }
  .is-font-size-7-mobile {
    font-size: 12px !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

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

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

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

.is-italic {
  font-style: italic !important;
}

.has-text-main {
  color: #00652F !important;
}

a.has-text-main:hover, a.has-text-main:focus {
  color: rgb(0, 50, 23.2673267327) !important;
}

.has-background-main {
  background-color: #00652F !important;
}

.has-text-main-dark {
  color: #00652F !important;
}

a.has-text-main-dark:hover, a.has-text-main-dark:focus {
  color: rgb(0, 50, 23.2673267327) !important;
}

.has-background-main-dark {
  background-color: #00652F !important;
}

.has-text-accent {
  color: #604E00 !important;
}

a.has-text-accent:hover, a.has-text-accent:focus {
  color: rgb(45, 36.5625, 0) !important;
}

.has-background-accent {
  background-color: #604E00 !important;
}

.has-text-black {
  color: #333 !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.has-background-black {
  background-color: #333 !important;
}

.has-text-white {
  color: #fff !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.has-background-white {
  background-color: #fff !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 430px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 431px) {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}
.is-flex.is-centered {
  justify-content: center;
}
.is-flex.is-multiline {
  flex-wrap: wrap;
}

@media screen and (max-width: 430px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 431px) {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 430px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 431px) {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 430px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 431px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 430px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 431px) {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 430px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 431px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-padding-y {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.is-padding-y.is-medium {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.is-touch-device-padding-x {
  padding-left: 1rem;
  padding-right: 1rem;
}

.is-margin-bottom {
  margin-bottom: 1.5rem !important;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.button {
  background-color: #fff;
  border-color: #00652F;
  border-width: 1px;
  color: #00652F !important;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(1.3rem - 1px);
  padding-left: 1.8em;
  padding-right: 1.8em;
  padding-top: calc(1.3rem - 1px);
  text-align: center;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 8px;
}
@media screen and (max-width: 1139px) {
  .button {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover, .button.is-hovered {
  opacity: 0.6;
  color: #fff;
}
.button:hover span, .button.is-hovered span {
  color: #fff;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #333 !important;
}
.button.is-text:hover, .button.is-text.is-hovered {
  color: #333 !important;
}
.button.is-text:hover span, .button.is-text.is-hovered span {
  color: #333 !important;
}
.button.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.button.is-outlined:hover, .button.is-outlined.is-hovered {
  opacity: 0.5;
  color: #fff;
}
.button.is-outlined:hover span, .button.is-outlined.is-hovered span {
  color: #fff;
}
.button.is-more {
  font-style: italic;
}
.button.is-main {
  background-color: #00652F;
  border-color: transparent;
  color: #fff !important;
}
.button.is-main:hover, .button.is-main.is-hovered {
  opacity: 0.5;
}
.button.is-main.is-inverted {
  background-color: #fff;
  color: #00652F;
}
.button.is-main.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main.is-outlined {
  background-color: transparent;
  border-color: #00652F;
  color: #00652F !important;
}
.button.is-main.is-outlined span {
  color: #00652F !important;
}
.button.is-main.is-outlined:hover {
  opacity: 0.5;
}
.button.is-main.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-main.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #00652F;
}
.button.is-main-dark {
  background-color: #00652F;
  border-color: transparent;
  color: #fff !important;
}
.button.is-main-dark:hover, .button.is-main-dark.is-hovered {
  opacity: 0.5;
}
.button.is-main-dark.is-inverted {
  background-color: #fff;
  color: #00652F;
}
.button.is-main-dark.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main-dark.is-outlined {
  background-color: transparent;
  border-color: #00652F;
  color: #00652F !important;
}
.button.is-main-dark.is-outlined span {
  color: #00652F !important;
}
.button.is-main-dark.is-outlined:hover {
  opacity: 0.5;
}
.button.is-main-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-main-dark.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #00652F;
}
.button.is-accent {
  background-color: #604E00;
  border-color: transparent;
  color: #fff !important;
}
.button.is-accent:hover, .button.is-accent.is-hovered {
  opacity: 0.5;
}
.button.is-accent.is-inverted {
  background-color: #fff;
  color: #604E00;
}
.button.is-accent.is-inverted:hover {
  opacity: 0.5;
}
.button.is-accent.is-outlined {
  background-color: transparent;
  border-color: #604E00;
  color: #604E00 !important;
}
.button.is-accent.is-outlined span {
  color: #604E00 !important;
}
.button.is-accent.is-outlined:hover {
  opacity: 0.5;
}
.button.is-accent.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-accent.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #604E00;
}
.button.is-black {
  background-color: #333;
  border-color: transparent;
  color: #fff !important;
}
.button.is-black:hover, .button.is-black.is-hovered {
  opacity: 0.5;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: #333;
}
.button.is-black.is-inverted:hover {
  opacity: 0.5;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #333;
  color: #333 !important;
}
.button.is-black.is-outlined span {
  color: #333 !important;
}
.button.is-black.is-outlined:hover {
  opacity: 0.5;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #333;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #333 !important;
}
.button.is-white:hover, .button.is-white.is-hovered {
  opacity: 0.5;
}
.button.is-white.is-inverted {
  background-color: #333;
  color: #fff;
}
.button.is-white.is-inverted:hover {
  opacity: 0.5;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.button.is-white.is-outlined span {
  color: #fff !important;
}
.button.is-white.is-outlined:hover {
  opacity: 0.5;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.button.is-white.is-inverted.is-outlined:hover {
  background-color: #333;
  color: #fff;
}
.button.is-small {
  font-size: 12px;
}
.button.is-medium {
  font-size: 20px;
}
.button.is-large {
  font-size: 24px;
}
.button.is-wide {
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (max-width: 1139px) {
  .button.is-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .button.is-fullwidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.button.is-fullwidth .icon {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 1rem;
}
.buttons .button:not(:last-child) {
  margin-right: 1rem;
}
.buttons:last-child {
  margin-bottom: -1rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1140px) {
  .container {
    max-width: 1120px;
    width: 1120px;
  }
  .container.is-fluid {
    margin-left: 10px;
    margin-right: 10px;
    max-width: none;
    width: auto;
  }
  .container.is-narrow {
    max-width: 800px;
    width: 800px;
  }
}
@media screen and (min-width: 1140px) {
  .container {
    max-width: 1120px;
    width: 1120px;
  }
}

.content li + li {
  margin-top: 0.5em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1.5em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: normal;
}
.content h3:not(:first-child) {
  margin-top: 0.6666em;
}
.content h4 {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: normal;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.3em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: rgba(51, 51, 51, 0.1);
  border-left: 5px solid #DBDBDB;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul li {
  position: relative;
  padding-left: 1.3rem;
}
.content ul li::before {
  content: "●";
  color: #604E00;
  position: absolute;
  top: 0;
  left: 0;
}
.content ul li ul {
  margin-top: 0.5em;
}
.content ul li ul li {
  position: relative;
  padding-left: 1.2rem;
}
.content ul li ul li::before {
  content: "・";
  color: #00652F;
}
.content ul.is-check li {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  color: #00652F;
}
@media screen and (max-width: 1139px) {
  .content ul.is-check li {
    padding-left: 24px;
    font-size: 14px;
  }
}
.content ul.is-check li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/icon-check.svg) no-repeat left center;
  background-size: 30px auto;
  width: 30px;
  height: 25px;
  display: block;
}
@media screen and (max-width: 1139px) {
  .content ul.is-check li::before {
    background-size: 17px auto;
    width: 17px;
    height: 14px;
  }
}
.content ul.is-row {
  display: flex;
  flex-wrap: wrap;
}
.content ul.is-row li {
  margin-top: 0 !important;
  padding: 0.5em 0 0.5em 1.3rem;
}
.content ul.is-row li:not(:last-child) {
  margin-right: 40px;
}
.content ul.is-row li::before {
  top: 0.5em;
}
@media screen and (max-width: 1139px) {
  .content ul.is-row {
    display: block;
  }
  .content ul.is-row li {
    padding: 0 0 0 1.3rem;
  }
  .content ul.is-row li:not(:last-child) {
    margin-right: 0;
  }
  .content ul.is-row li::before {
    top: 0;
  }
  .content ul.is-row li + li {
    margin-top: 0.5em !important;
  }
}
.content ul.is-number {
  counter-reset: item-number;
}
@media screen and (max-width: 1139px) {
  .content ul.is-number {
    margin-left: 0.5rem;
  }
}
.content ul.is-number > li {
  padding-left: 6.5em;
}
@media screen and (max-width: 1139px) {
  .content ul.is-number > li {
    padding-left: 0;
    padding-top: 2em;
  }
}
.content ul.is-number > li + li {
  margin-top: 1em;
}
@media screen and (max-width: 1139px) {
  .content ul.is-number > li + li {
    margin-top: 1.2em;
  }
}
.content ul.is-number > li::before {
  counter-increment: item-number;
  content: "STEP." counter(item-number);
  font-size: 24px;
  color: #00652F;
  top: -0.3em;
  left: 0;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 1.5em;
}
.content figure:not(:last-child) {
  margin-bottom: 1.5em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  margin: 0.5em 0;
}
.content figure figcaption .sub {
  font-size: 12px;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: auto;
}
.content table td,
.content table th {
  vertical-align: top;
}
@media screen and (max-width: 1139px) {
  .content table.is-font-size-normal-mobile td, .content table.is-font-size-normal-mobile th {
    font-size: 1rem;
  }
}
.content table th {
  color: #333;
  text-align: left;
  white-space: nowrap;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #333;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content section:not(:last-child) {
  margin-bottom: 1.5em;
}
.content.is-small {
  font-size: 12px;
}
.content.is-medium {
  font-size: 20px;
}

.input,
.textarea {
  background-color: #fff;
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  color: #333;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #00652F;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #00652F;
}
.input[disabled],
.textarea[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  border-color: #959595;
  box-shadow: none;
  color: #959595;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input.is-narrow,
.textarea.is-narrow {
  width: 8em;
}
.input.is-number,
.textarea.is-number {
  width: 5em;
}
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
.input.is-main,
.textarea.is-main {
  border-color: #00652F;
}
.input.is-main:focus, .input.is-main.is-focused, .input.is-main:active, .input.is-main.is-active,
.textarea.is-main:focus,
.textarea.is-main.is-focused,
.textarea.is-main:active,
.textarea.is-main.is-active {
  box-shadow: 0 rgba(0, 101, 47, 0.25);
}
.input.is-main-dark,
.textarea.is-main-dark {
  border-color: #00652F;
}
.input.is-main-dark:focus, .input.is-main-dark.is-focused, .input.is-main-dark:active, .input.is-main-dark.is-active,
.textarea.is-main-dark:focus,
.textarea.is-main-dark.is-focused,
.textarea.is-main-dark:active,
.textarea.is-main-dark.is-active {
  box-shadow: 0 rgba(0, 101, 47, 0.25);
}
.input.is-accent,
.textarea.is-accent {
  border-color: #604E00;
}
.input.is-accent:focus, .input.is-accent.is-focused, .input.is-accent:active, .input.is-accent.is-active,
.textarea.is-accent:focus,
.textarea.is-accent.is-focused,
.textarea.is-accent:active,
.textarea.is-accent.is-active {
  box-shadow: 0 rgba(96, 78, 0, 0.25);
}
.input.is-black,
.textarea.is-black {
  border-color: #333;
}
.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  box-shadow: 0 rgba(51, 51, 51, 0.25);
}
.input.is-white,
.textarea.is-white {
  border-color: #fff;
}
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  box-shadow: 0 rgba(255, 255, 255, 0.25);
}
.input.is-small,
.textarea.is-small {
  font-size: 12px;
}
.input.is-medium,
.textarea.is-medium {
  font-size: 20px;
}
.input.is-large,
.textarea.is-large {
  font-size: 24px;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}
.input.is-half,
.textarea.is-half {
  width: 80%;
}
@media screen and (max-width: 1139px) {
  .input.is-half,
  .textarea.is-half {
    width: 80%;
  }
}
.input.is-year,
.textarea.is-year {
  width: 8em;
}
@media screen and (max-width: 1139px) {
  .input.is-year,
  .textarea.is-year {
    width: 11.25em;
  }
  .input.is-year.is-narrow,
  .textarea.is-year.is-narrow {
    width: 10em;
  }
}
.input.is-zip,
.textarea.is-zip {
  width: 8em;
}
.input.is-number,
.textarea.is-number {
  width: 8em;
}

.input {
  height: 3.55rem;
}
.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.textarea[rows] {
  height: 6em;
}
.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox[disabled],
.radio[disabled] {
  color: #959595;
  cursor: not-allowed;
}
.checkbox.is-no-answer .wpcf7-list-item.first,
.radio.is-no-answer .wpcf7-list-item.first {
  display: none;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select.is-time {
  margin-left: 1rem;
  width: 6em;
}
.select.is-time select {
  width: 6em;
}
.select:not(.is-multiple) {
  height: 2.25em;
}
.select:not(.is-multiple)::after {
  border-color: #00652F;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #fff;
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.select select::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.select select:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.select select:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  text-align: right;
}
.select select:hover, .select select.is-hovered {
  border-color: #00652F;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #00652F;
}
.select select[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  border-color: #959595;
  box-shadow: none;
  color: #959595;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select.is-narrow {
  width: 8em;
}
.select select.is-number {
  width: 5em;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #959595;
}
.select select:not([multiple]) {
  padding-right: 1.75em;
}
.select select[multiple] {
  height: initial;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple)::after {
  border-color: #959595;
}
.select.is-main:not(:hover)::after {
  border-color: #00652F;
}
.select.is-main select {
  border-color: #00652F;
}
.select.is-main select:hover, .select.is-main select.is-hovered {
  border-color: rgb(0, 75.5, 35.1336633663);
}
.select.is-main select:focus, .select.is-main select.is-focused, .select.is-main select:active, .select.is-main select.is-active {
  box-shadow: 0 rgba(0, 101, 47, 0.25);
}
.select.is-main-dark:not(:hover)::after {
  border-color: #00652F;
}
.select.is-main-dark select {
  border-color: #00652F;
}
.select.is-main-dark select:hover, .select.is-main-dark select.is-hovered {
  border-color: rgb(0, 75.5, 35.1336633663);
}
.select.is-main-dark select:focus, .select.is-main-dark select.is-focused, .select.is-main-dark select:active, .select.is-main-dark select.is-active {
  box-shadow: 0 rgba(0, 101, 47, 0.25);
}
.select.is-accent:not(:hover)::after {
  border-color: #604E00;
}
.select.is-accent select {
  border-color: #604E00;
}
.select.is-accent select:hover, .select.is-accent select.is-hovered {
  border-color: rgb(70.5, 57.28125, 0);
}
.select.is-accent select:focus, .select.is-accent select.is-focused, .select.is-accent select:active, .select.is-accent select.is-active {
  box-shadow: 0 rgba(96, 78, 0, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #333;
}
.select.is-black select {
  border-color: #333;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: rgb(38.25, 38.25, 38.25);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 rgba(51, 51, 51, 0.25);
}
.select.is-white:not(:hover)::after {
  border-color: #fff;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: rgb(242.25, 242.25, 242.25);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 rgba(255, 255, 255, 0.25);
}
.select.is-small {
  font-size: 12px;
}
.select.is-medium {
  font-size: 20px;
}
.select.is-large {
  font-size: 24px;
}
.select.is-disabled::after {
  border-color: #959595;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-main .file-cta {
  background-color: #00652F;
  border-color: transparent;
  color: #fff;
}
.file.is-main:hover .file-cta, .file.is-main.is-hovered .file-cta {
  background-color: rgb(0, 88.25, 41.0668316832);
  border-color: transparent;
  color: #fff;
}
.file.is-main:focus .file-cta, .file.is-main.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 101, 47, 0.25);
  color: #fff;
}
.file.is-main:active .file-cta, .file.is-main.is-active .file-cta {
  background-color: rgb(0, 75.5, 35.1336633663);
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark .file-cta {
  background-color: #00652F;
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:hover .file-cta, .file.is-main-dark.is-hovered .file-cta {
  background-color: rgb(0, 88.25, 41.0668316832);
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:focus .file-cta, .file.is-main-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 101, 47, 0.25);
  color: #fff;
}
.file.is-main-dark:active .file-cta, .file.is-main-dark.is-active .file-cta {
  background-color: rgb(0, 75.5, 35.1336633663);
  border-color: transparent;
  color: #fff;
}
.file.is-accent .file-cta {
  background-color: #604E00;
  border-color: transparent;
  color: #fff;
}
.file.is-accent:hover .file-cta, .file.is-accent.is-hovered .file-cta {
  background-color: rgb(83.25, 67.640625, 0);
  border-color: transparent;
  color: #fff;
}
.file.is-accent:focus .file-cta, .file.is-accent.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(96, 78, 0, 0.25);
  color: #fff;
}
.file.is-accent:active .file-cta, .file.is-accent.is-active .file-cta {
  background-color: rgb(70.5, 57.28125, 0);
  border-color: transparent;
  color: #fff;
}
.file.is-black .file-cta {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: rgb(44.625, 44.625, 44.625);
  border-color: transparent;
  color: #fff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(51, 51, 51, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: rgb(38.25, 38.25, 38.25);
  border-color: transparent;
  color: #fff;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: #333;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #333;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: #333;
}
.file.is-small {
  font-size: 12px;
}
.file.is-medium {
  font-size: 20px;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 24px;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: rgb(212.625, 212.625, 212.625);
  color: #333;
}
.file-label:hover .file-name {
  border-color: rgba(142.625, 142.625, 142.625, 0.5);
}
.file-label:active .file-cta {
  background-color: rgb(206.25, 206.25, 206.25);
  color: #333;
}
.file-label:active .file-name {
  border-color: rgba(136.25, 136.25, 136.25, 0.5);
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: #DBDBDB;
  color: #333;
}

.file-name {
  border-color: rgba(149, 149, 149, 0.5);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 12px;
}
.label.is-medium {
  font-size: 20px;
}
.label.is-large {
  font-size: 24px;
}
.label .is-require {
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 4px 6px;
  line-height: 1;
  background-color: #604E00;
  color: #fff;
  border-radius: 6px;
}

.help {
  display: block;
  font-size: 14px;
  margin-top: 0.25rem;
}
.help.is-main {
  color: #00652F;
}
.help.is-main-dark {
  color: #00652F;
}
.help.is-accent {
  color: #604E00;
}
.help.is-black {
  color: #333;
}
.help.is-white {
  color: #fff;
}

.field {
  padding: 1.5rem 0;
  border-bottom: 1px dashed rgba(149, 149, 149, 0.5);
}
.field:first-child {
  padding-top: 0;
}
.field:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.field p {
  margin-bottom: 0.5em !important;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}
.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
@media screen and (max-width: 1139px) {
  .field.is-grouped > .control:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1139px) {
  .field.is-grouped.is-grouped-multiline > .control {
    flex-basis: auto;
  }
  .field.is-grouped.is-grouped-multiline > .control:first-child {
    flex-basis: 32%;
  }
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 431px) {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label p {
  margin-bottom: 1em !important;
}
.field-label:not(:last-child) {
  margin-bottom: 0.5em;
}
.field-label .label {
  font-size: 15px;
}
@media screen and (min-width: 431px) {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .field-label.is-small {
    font-size: 12px;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 20px;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 24px;
    padding-top: 0.375em;
  }
}

.field-body:not(:last-child) {
  margin-bottom: 1em;
}
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 431px) {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 3.5rem;
    flex: initial;
  }
}

.control-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1139px) {
  .control-group {
    display: block;
  }
}
.control-group > .control {
  margin-bottom: 0.5em !important;
}
.control-group > .control:not(:last-child) {
  margin-right: 0.5em;
}
@media screen and (max-width: 1139px) {
  .control-group > .control:not(:last-child) {
    margin-right: 0;
  }
}

.control {
  clear: both;
  font-size: 14px;
  position: relative;
  text-align: left;
}
.control:not(:last-child) {
  margin-bottom: 1em;
}
.control.has-icon .icon {
  color: rgba(51, 51, 51, 0.5);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: #959595;
}
.control.has-icon .input.is-small + .icon {
  font-size: 12px;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 20px;
}
.control.has-icon .input.is-large + .icon {
  font-size: 24px;
}
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
  right: 0;
}
.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #959595;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 12px;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 20px;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 24px;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: rgba(51, 51, 51, 0.5);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0.25em;
  width: 2.25em;
  z-index: 4;
  text-align: center;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.has-sub-text {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.control.has-sub-text span {
  margin: 0 0.5em;
}

.wpcf7-form-control.wpcf7-radio.radio {
  padding-top: 2px;
}
@media screen and (max-width: 1139px) {
  .wpcf7-form-control.wpcf7-radio.radio {
    padding-top: 0;
  }
}
.wpcf7-form-control.wpcf7-radio.radio.has-na .first {
  display: none;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.wpcf7-spinner {
  display: block;
}

.wpcf7-list-item {
  margin: 0 1em 1em 0;
}
.wpcf7-list-item:not(:last-child) {
  margin-right: 2em;
}
.wpcf7-list-item.last {
  margin-right: 0;
}

input[type=submit].button {
  padding: 0 3rem;
}

.wpcf7-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wpcf7-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 0.5em;
  position: relative;
}
.wpcf7-radio label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label::before {
  margin-right: 0.3em;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #00652F;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #00652F;
  border-radius: 50%;
}
.wpcf7-radio label:hover .wpcf7-list-item-label::before {
  border-color: #00652F;
}

.wpcf7-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 0.5em;
  position: relative;
}
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  margin: 0 0.5em -3.5px 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #00652F;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #00652F;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
.wpcf7-checkbox label:hover .wpcf7-list-item-label::before {
  border-color: #00652F;
}

.table {
  background-color: transparent;
  color: #333;
}
.table.is-bg-transparent {
  background-color: transparent;
}
@media screen and (max-width: 1139px) {
  .table.is-mobile-font-small {
    font-size: 12px;
  }
}
.table caption {
  font-size: 15px;
  font-weight: bold;
  color: #00652F;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1139px) {
  .table caption {
    font-size: 14px;
  }
}
.table td,
.table th {
  border-bottom: 1px solid #604E00;
  padding: 15px 12px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
}
.table td.is-main,
.table th.is-main {
  background-color: #00652F;
  border-color: #00652F;
  color: #fff;
}
.table td.is-main-dark,
.table th.is-main-dark {
  background-color: #00652F;
  border-color: #00652F;
  color: #fff;
}
.table td.is-accent,
.table th.is-accent {
  background-color: #604E00;
  border-color: #604E00;
  color: #fff;
}
.table td.is-black,
.table th.is-black {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #00652F;
  color: findColorInvert(#00652F);
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
@media screen and (max-width: 1139px) {
  .table td.is-mobile-font-small,
  .table th.is-mobile-font-small {
    font-size: 12px;
  }
}
.table td.is-border-black,
.table th.is-border-black {
  border-bottom: 4px solid #333;
}
.table td.is-highlight,
.table th.is-highlight {
  background-color: #dfced5;
  color: #333;
}
.table td figure,
.table th figure {
  margin-top: 20px;
}
@media screen and (max-width: 1139px) {
  .table td figure,
  .table th figure {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.table td figure img,
.table th figure img {
  display: block;
  width: 180px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1139px) {
  .table td figure img,
  .table th figure img {
    width: 100%;
  }
}
.table th {
  color: #333;
  text-align: left;
  font-weight: 500;
}
.table th .sub {
  font-size: 12px;
}
@media screen and (max-width: 1139px) {
  .table th .sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 1139px) {
  .table th {
    white-space: nowrap;
  }
}
.table td .sub {
  font-size: 12px;
}
@media screen and (max-width: 1139px) {
  .table td .sub {
    font-size: 10px;
  }
}
.table td i {
  font-size: 20px;
  font-style: normal;
}
.table td i.strong {
  font-size: 28px;
  color: #00652F;
}
@media screen and (max-width: 1139px) {
  .table td i.strong {
    font-size: 14px;
  }
}
.table tr.is-selected {
  background-color: #00652F;
  color: findColorInvert(#00652F);
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: findColorInvert(#00652F);
  color: currentColor;
}
.table thead td,
.table thead th {
  border-width: 0 0 1px 0;
  color: #333;
  background-color: #604E00;
}
.table thead th {
  text-align: center;
  vertical-align: middle;
  white-space: normal !important;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #333;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table tbody tr td,
.table tbody tr th {
  vertical-align: middle;
}
.table.has-text-centered tbody tr td {
  text-align: center;
}
.table.has-text-right tbody tr td {
  text-align: right;
}
.table.is-bordered {
  border-bottom: 1px solid #604E00;
  border-width: 1px 0 1px 1px;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 0 1px 1px 0;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #DBDBDB;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #DBDBDB;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(odd) {
  background-color: #ddd;
}
@media screen and (max-width: 1139px) {
  .table.is-touch-nowrap-td th {
    white-space: normal;
  }
}
@media screen and (max-width: 1139px) {
  .table.is-touch-nowrap-td td {
    white-space: nowrap;
  }
}

.table-container {
  padding-bottom: 1rem;
}
.table-container .memo {
  display: none;
}
@media screen and (max-width: 1139px) {
  .table-container .memo {
    display: block;
    opacity: 0.75;
  }
}
@media screen and (max-width: 1139px) {
  .table-container {
    overflow-x: scroll;
  }
  .table-container .table {
    width: 100%;
    white-space: nowrap;
  }
  .table-container .table thead tr th {
    white-space: nowrap !important;
  }
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title {
  color: #00652F;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 32px;
}
.title.is-2 {
  font-size: 28px;
}
.title.is-3 {
  font-size: 24px;
}
.title.is-4 {
  font-size: 20px;
}
.title.is-5 {
  font-size: 18px;
}
.title.is-6 {
  font-size: 14px;
}
.title.is-7 {
  font-size: 12px;
}

.subtitle {
  color: #959595;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 32px;
}
.subtitle.is-2 {
  font-size: 28px;
}
.subtitle.is-3 {
  font-size: 24px;
}
.subtitle.is-4 {
  font-size: 20px;
}
.subtitle.is-5 {
  font-size: 18px;
}
.subtitle.is-6 {
  font-size: 14px;
}
.subtitle.is-7 {
  font-size: 12px;
}

.breadcrumb {
  font-size: 14px;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: #959595 !important;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
@media screen and (max-width: 1139px) {
  .breadcrumb a {
    font-size: 11.5px !important;
  }
}
.breadcrumb a:hover {
  color: #00652F;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #00652F;
  cursor: default;
}
.breadcrumb li + li::before {
  color: #959595;
  content: "-";
}
@media screen and (max-width: 1139px) {
  .breadcrumb li + li::before {
    font-size: 12px;
  }
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 12px;
}
.breadcrumb.is-medium {
  font-size: 20px;
}
.breadcrumb.is-large {
  font-size: 24px;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  max-width: 100%;
  position: relative;
}
.card figure img {
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 1139px) {
  .card.is-number {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 16px;
  }
  .card.is-number:nth-child(2n) figure {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .card.is-number:nth-child(2n) .title-block {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .card.is-number:nth-child(2n) p {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .card.is-number figure {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .card.is-number .title-block {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .card.is-number p {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.card.is-number figure {
  margin: 0;
}
.card.is-number .title-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px dashed #604E00;
  padding: 12px 0 4px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1139px) {
  .card.is-number .title-block {
    padding: 0;
    margin-bottom: 8px;
  }
}
.card.is-number .title-block .number {
  font-size: 28px;
  font-family: "Aboreto", system-ui;
  letter-spacing: 0.1em;
  margin-right: 16px;
  color: #00652F;
}
@media screen and (max-width: 1139px) {
  .card.is-number .title-block .number {
    font-size: 20px;
    margin-right: 8px;
  }
}
.card.is-number .title-block .title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #604E00;
  margin-bottom: 0;
}
@media screen and (max-width: 1139px) {
  .card.is-number .title-block .title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1139px) {
  .card.has-dot {
    display: grid;
    grid-template-columns: 126px 1fr;
    grid-template-rows: auto auto;
    gap: 0 16px;
  }
  .card.has-dot figure {
    margin: 0;
    grid-column: 1/2;
    grid-row: 1/3;
    overflow: hidden;
    aspect-ratio: 126/100;
  }
  .card.has-dot figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card.has-dot .title-block {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .card.has-dot p {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.card.has-dot .title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
@media screen and (max-width: 1139px) {
  .card.has-dot .title-block {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 8px;
  }
}
.card.has-dot .title-block::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #00652F;
  margin: 0 0 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1139px) {
  .card.has-dot .title-block::before {
    margin: 0 8px 0 0;
  }
}
.card.has-dot .title-block .title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #00652F;
  margin-bottom: 0;
}
@media screen and (max-width: 1139px) {
  .card.has-dot .title-block .title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

a.card {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s all;
}
a.card:hover {
  opacity: 0.75;
}

.menu {
  font-size: 14px;
}
.menu.is-small {
  font-size: 12px;
}
.menu.is-medium {
  font-size: 20px;
}
.menu.is-large {
  font-size: 24px;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 8px;
  color: #333;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: #DBDBDB;
  color: #333;
}
.menu-list a.is-active {
  background-color: #00652F;
  color: findColorInvert(#00652F);
}
.menu-list li ul {
  border-left: 1px solid #DBDBDB;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #959595;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 12px 8px;
}
@media screen and (min-width: 1140px) {
  .column {
    padding: 12px;
  }
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 430px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333% !important;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667% !important;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25% !important;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333% !important;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667% !important;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50% !important;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333% !important;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667% !important;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75% !important;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333% !important;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667% !important;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100% !important;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 431px) {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.column.has-separate-line {
  position: relative;
}
.column.has-separate-line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid #DBDBDB;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1139px) {
  .column.has-separate-line::after {
    width: 70%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
    top: auto;
    bottom: 5%;
    right: 15%;
  }
}

.columns {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -12px;
}
@media screen and (min-width: 1140px) {
  .columns {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.columns:last-child {
  margin-bottom: -10px;
}
.columns:not(:last-child) {
  margin-bottom: 10px;
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-marginless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .columns.is-mobile-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .columns.is-mobile-gapless > .column {
    margin: 0;
    padding: 0 !important;
  }
  .columns.is-mobile-gapless:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .columns.is-mobile-gapless:last-child {
    margin-bottom: 0;
  }
}
.columns.is-large-gap {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.columns.is-large-gap:last-child {
  margin-bottom: -20px;
}
.columns.is-large-gap:not(:last-child) {
  margin-bottom: 1rem;
}
.columns.is-large-gap .column {
  padding: 20px;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
.columns.is-toped {
  align-items: flex-start;
}
.columns.is-bottomed {
  align-items: flex-end;
}
.columns.is-reversed {
  flex-flow: row-reverse;
}
.columns.is-border {
  padding-bottom: _min(64px, 390);
  border-bottom: 1px solid #00652F;
  margin-bottom: _min(64px, 390);
}
.columns.is-two-one {
  margin: 0;
}
@media screen and (min-width: 1140px) {
  .columns.is-two-one > .column:first-child {
    padding: 40px;
  }
}
.columns.is-two-one > .column:last-child {
  padding: 0;
}
@media screen and (min-width: 431px) {
  .columns.is-two-one {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
  }
  .columns.is-two-one .img {
    height: 100%;
  }
  .columns.is-two-one .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.columns.is-one-two {
  margin: 0;
}
.columns.is-one-two > .column:first-child {
  padding: 0;
}
@media screen and (min-width: 1140px) {
  .columns.is-one-two > .column:last-child {
    padding: 40px;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-one-two {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
  }
  .columns.is-one-two .img {
    height: 100%;
  }
  .columns.is-one-two .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 430px) {
  .columns.is-gapsmallar > .column:not(:first-child) {
    padding-top: 0;
  }
}
@media screen and (min-width: 431px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 430px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 431px) {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

.section {
  padding: 80px 16px;
}
.section.is-gapless {
  padding-left: 0;
  padding-right: 0;
}
.section.is-tight {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1139px) {
  .section.is-tight {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section.has-top-padding {
  padding-top: 80px !important;
}
@media screen and (min-width: 1140px) {
  .section {
    padding: 64px 0;
  }
  .section.is-medium {
    padding: 100px 0;
  }
  .section.is-large {
    padding: 120px 0;
  }
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/* zen-kaku-gothic-new-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese_latin-regular.woff2") format("woff2");
}
/* zen-kaku-gothic-new-500 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese_latin-500.woff2") format("woff2");
}
/* aboreto-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Aboreto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/aboreto-v2-latin-regular.woff2") format("woff2");
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 1564px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}

.read-more {
  display: inline-block;
  font-size: 16px;
  font-family: "Aboreto", system-ui;
  color: #333 !important;
  padding: 0 0 0 32px;
  position: relative;
  text-decoration: none;
  transition: 0.4s all;
  letter-spacing: 0.1em;
}
.read-more:hover {
  letter-spacing: 0.25em;
}
.read-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.read-more-circle {
  display: inline-flex;
  align-items: center;
  height: 100px;
  font-size: 20px;
  font-family: "Aboreto", system-ui;
  color: #00652F !important;
  padding: 0 0 0 48px;
  position: relative;
  text-decoration: none;
  transition: 0.4s all;
  letter-spacing: 0.1em;
}
.read-more-circle:hover {
  letter-spacing: 0.25em;
}
.read-more-circle:hover:before {
  transform: scale(0.4);
}
.read-more-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #C7D9C9;
  border-radius: 50px;
  transition: 0.4s all;
}

.more {
  display: inline-block;
  font-size: 20px;
  font-family: "Aboreto", system-ui;
  color: #333 !important;
  padding: 0 48px 0 0;
  position: relative;
  text-decoration: none;
  transition: 0.4s all;
  letter-spacing: 0.1em;
}
.more:hover {
  letter-spacing: 0.25em;
}
.more::before, .more::after {
  content: "";
  position: absolute;
}
.more::before {
  top: 50%;
  right: 0;
  width: 24px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.more::after {
  top: calc(50% - 6px);
  right: 2px;
  width: 12px;
  height: 12px;
  border-right: 1px solid currentColor;
  transform: rotate(-45deg);
}

.arrow-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #00652F;
  border-radius: 8px;
  text-align: center;
  padding: 16px 14.7px 16px 0;
  text-decoration: none;
  width: 264px;
  position: relative;
  transition: 0.4s all;
}
.arrow-button:hover {
  opacity: 0.75;
}
.arrow-button::after {
  position: absolute;
  top: 50%;
  right: 16.5px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  background: url(../images/icon-arrow.svg) no-repeat center/contain;
}

.maker {
  background: linear-gradient(to bottom, transparent 60%, #C7D9C9 60%);
}

header {
  width: calc(100% - 48px);
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1139px) {
  header {
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
  }
}
header.is-active .logo, header.is-active .actions > .buttons {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1139px) {
  header.is-active .logo {
    opacity: 1;
    visibility: visible;
  }
}
header .logo {
  transition: 0.4s all;
}
header .logo img {
  width: 222px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1139px) {
  header .logo img {
    width: 212px;
  }
}
header .actions {
  display: flex;
  align-items: center;
}
header .actions .buttons {
  transition: 0.4s all;
  margin: 0;
}
@media screen and (max-width: 1139px) {
  header .actions .buttons {
    display: none;
  }
}
header .actions .buttons .button {
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .actions .buttons .button::before {
  content: "";
  display: block;
  margin-right: 7px;
}
header .actions .buttons .button:not(:last-child) {
  margin-right: 16px;
}
header .actions .buttons .button.tel::before {
  width: 10.26px;
  height: 10.26px;
  background: url(../images/icon-phone.svg) no-repeat center/cover;
}
header .actions .buttons .button.appointment::before {
  width: 10px;
  height: 11px;
  background: url(../images/icon-calendar.svg) no-repeat center/cover;
}
header .actions .buttons .button.interview::before {
  width: 8px;
  height: 11px;
  background: url(../images/icon-clipboard.svg) no-repeat center/cover;
}
header .actions .navbar-burger {
  margin-left: 40px;
  width: 40px;
  height: 24px;
}
header .actions .navbar-burger.is-active .bar span:nth-child(1) {
  transform: translateY(3px) rotate(30deg);
}
header .actions .navbar-burger.is-active .bar span:nth-child(2) {
  width: 40px;
  transform: translateY(-5px) rotate(-30deg);
}
header .actions .navbar-burger .bar {
  width: 40px;
  height: 26px;
  position: relative;
}
header .actions .navbar-burger .bar span {
  display: block;
  height: 1px;
  position: absolute;
  transform-origin: center;
  transition-duration: 0.5s;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  background-color: #333;
}
header .actions .navbar-burger .bar span:nth-child(1) {
  width: 40px;
  top: calc(50% - 4px);
  right: 0;
}
header .actions .navbar-burger .bar span:nth-child(2) {
  width: 24px;
  top: calc(50% + 4px);
  right: 0;
}

.nav-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  background: #FAF8F4;
  z-index: 10;
  transition: 0.4s all;
}
@media screen and (max-width: 1139px) {
  .nav-menu {
    overflow-y: scroll;
  }
}
.nav-menu.is-active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.nav-menu .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .nav-menu .container {
    display: block;
    padding: 104px 16px 80px;
  }
}

footer {
  background-color: #FAF8F4;
}
footer .clinic-info .content-block {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 470px;
  background-color: #fff;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block {
    flex-direction: column-reverse;
    height: auto;
  }
}
footer .clinic-info .content-block .gmap {
  width: 520px;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block .gmap {
    width: 100%;
    height: 240px;
  }
}
footer .clinic-info .content-block .gmap iframe {
  width: 100%;
  height: 100%;
  filter: saturate(150%);
}
footer .clinic-info .content-block .text {
  flex: 1;
  padding: 40px;
}
footer .clinic-info .content-block .text .logo {
  width: 336px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block .text .logo {
    width: 326px;
  }
}
footer .clinic-info .content-block .text p {
  font-size: 16px;
}
footer .clinic-info .content-block .text .calendar {
  margin-bottom: 8px;
  border: 1px solid #00652F;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block .text .calendar {
    padding: 24px 16px;
  }
}
footer .clinic-info .content-block .text .calendar .table th, footer .clinic-info .content-block .text .calendar .table td {
  border-color: #EBEBEB;
  background-color: transparent;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block .text .calendar .table th, footer .clinic-info .content-block .text .calendar .table td {
    padding: 12px 4px;
  }
}
footer .clinic-info .content-block .text .calendar .table tbody td {
  color: #00652F;
}
footer .sitemap .navigation-container .actions {
  display: none;
}
footer .copyright {
  padding: 6px 0;
  color: #fff;
  background-color: #00652F;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}

.footer-floating-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 16px 16px;
  width: 100%;
  z-index: 9;
}
.footer-floating-nav a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff !important;
  line-height: 1;
}
.footer-floating-nav .counseling {
  width: 100%;
  height: 48px;
  background: linear-gradient(75deg, #00652F 0%, #2E8D6D 50%, #5BB5AB 100%);
  border-radius: 24px;
  margin-bottom: 4px;
}
.footer-floating-nav .counseling::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url(../images/icon-tooth-white.svg) no-repeat center/contain;
  margin-right: 8px;
}
.footer-floating-nav .is-gradient {
  display: flex;
  width: 100%;
  height: 48px;
  background: linear-gradient(75deg, #00652F 0%, #2E8D6D 45%, #5BB5AB 100%);
  border-radius: 24px;
}
.footer-floating-nav .is-gradient .tel, .footer-floating-nav .is-gradient .web {
  width: 50%;
}
.footer-floating-nav .is-gradient .tel {
  border-right: 1px solid #E5EFE7;
}
.footer-floating-nav .is-gradient .tel::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-phone-white.svg) no-repeat center/contain;
  margin-right: 8px;
}
.footer-floating-nav .is-gradient .web::before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url(../images/icon-calendar-white.svg) no-repeat center/contain;
  margin-right: 8px;
}

.navigation-container nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto;
  grid-column-gap: 0;
  grid-row-gap: 40px;
  margin-left: -56px;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
    margin-left: 0;
  }
}
.navigation-container nav .col-3-4 {
  grid-column: 3/5;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .col-3-4 {
    grid-column: auto;
  }
}
.navigation-container nav .menu-item {
  padding: 0 0 0 56px;
}
.navigation-container nav .menu-item:nth-child(1) {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item:nth-child(1) {
    border-right: none;
  }
}
.navigation-container nav .menu-item:nth-child(2) {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item:nth-child(2) {
    border-right: none;
  }
}
.navigation-container nav .menu-item:nth-child(3) {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item:nth-child(3) {
    border-right: none;
  }
}
.navigation-container nav .menu-item:nth-child(5) {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item:nth-child(5) {
    border-right: none;
  }
}
.navigation-container nav .menu-item:nth-child(6) {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item:nth-child(6) {
    border-right: none;
  }
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item {
    padding: 16px 0;
    border-top: 1px solid #DBDBDB;
  }
}
.navigation-container nav .menu-item > a {
  font-size: 16px;
  color: #00652F;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navigation-container nav .menu-item > a::after {
    content: "";
    display: block;
    width: 16px;
    height: 9px;
    background: url(../images/icon-arrow-down-green.svg) no-repeat center/cover;
    transition: 0.4s all;
  }
  .navigation-container nav .menu-item > a.is-active::after {
    transform: rotate(180deg);
    transform-origin: center;
  }
}
.navigation-container nav .menu-item .submenu {
  margin: 24px 0 0 16px;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item .submenu {
    margin: 16px 0 0;
    padding: 24px;
    background-color: #fff;
    display: none;
  }
}
.navigation-container nav .menu-item .submenu ul.cols-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.navigation-container nav .menu-item .submenu ul.cols-2 li {
  min-width: 95px;
  margin-bottom: 0 !important;
}
.navigation-container nav .menu-item .submenu ul li {
  position: relative;
  padding-left: 16px;
  min-width: 100px;
}
.navigation-container nav .menu-item .submenu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.navigation-container nav .menu-item .submenu ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00652F;
  position: absolute;
  top: 8.5px;
  left: 0;
  border-radius: 4px;
}
.navigation-container nav .menu-item .submenu ul li a {
  color: #333 !important;
}
.navigation-container nav .menu-item .buttons {
  margin-top: 42px;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item .buttons {
    margin-top: 36px;
    justify-content: center;
  }
}
.navigation-container nav .menu-item .buttons .button {
  font-size: 16px;
  font-weight: 500;
  color: #00652F !important;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item .buttons .button {
    padding: 0;
    width: auto;
  }
}
.navigation-container .actions {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1139px) {
  .navigation-container .actions {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1139px) {
  .navigation-container .actions .logo {
    display: none;
  }
}
.navigation-container .actions .logo a img {
  display: block;
  width: 255px;
  height: auto;
}
.navigation-container .actions .buttons .button {
  font-size: 16px;
}
.navigation-container .actions .buttons .button::before {
  content: "";
  display: block;
  margin-right: 7px;
}
.navigation-container .actions .buttons .button.tel::before {
  width: 10.26px;
  height: 10.26px;
  background: url(../images/icon-phone-white.svg) no-repeat center/cover;
}
.navigation-container .actions .buttons .button.appointment::before {
  width: 10px;
  height: 11px;
  background: url(../images/icon-calendar-white.svg) no-repeat center/cover;
}
.navigation-container .actions .buttons .button.interview::before {
  width: 8px;
  height: 11px;
  background: url(../images/icon-clipboard-white.svg) no-repeat center/cover;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(../images/hero-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1139px) {
  .hero {
    background: url(../images/hero-sp.jpg) no-repeat center center/cover;
  }
}
.hero .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.hero .container .content-block {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1139px) {
  .hero .container .content-block {
    width: 100%;
    bottom: auto;
    top: 96px;
  }
}
.hero .container .content-block .text {
  color: #00652F;
  font-size: 64px;
  font-family: "Aboreto", system-ui;
  line-height: 1.4;
}
@media screen and (max-width: 1139px) {
  .hero .container .content-block .text {
    font-size: 40px;
    text-align: center;
  }
}
.hero .container .content-block .text span {
  margin: 0 10px;
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1139px) {
  .hero .container .content-block .text span {
    font-size: 24px;
  }
}
.hero .container .content-block .text b {
  font-size: 80px;
  font-weight: normal;
}
@media screen and (max-width: 1139px) {
  .hero .container .content-block .text b {
    font-size: 64px;
  }
}
.hero .container .content-block .logo {
  margin-top: 40px;
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 1139px) {
  .hero .container .content-block .logo {
    margin-top: 12px;
    width: 222px;
  }
}

.top-section-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1139px) {
  .top-section-title {
    margin-bottom: 46px;
  }
}
.top-section-title .subscript {
  display: block;
  margin-bottom: 12px;
  font-size: 64px;
  font-family: "Aboreto", system-ui;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  .top-section-title .subscript {
    margin-bottom: 4px;
    font-size: 40px;
    letter-spacing: 0;
  }
}
.top-section-title h2 {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0 !important;
}
@media screen and (max-width: 1139px) {
  .top-section-title h2 {
    font-size: 16px;
  }
}

.top-orthodontics {
  background: url(../images/top-orthodontics-bg.jpg) no-repeat center center/cover;
}
.top-orthodontics .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 0;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 16px;
  }
}
.top-orthodontics .items .item {
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item {
    display: grid;
    grid-template-columns: 163px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item figure {
    margin-bottom: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
.top-orthodontics .items .item figure img {
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.top-orthodontics .items .item .item-content {
  margin-top: 24px;
}
.top-orthodontics .items .item .item-content .heading {
  text-align: center;
  margin-bottom: 24px;
}
.top-orthodontics .items .item .item-content .heading .subscript {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #604E00;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .item-content .heading .subscript {
    font-size: 14px;
  }
}
.top-orthodontics .items .item .item-content .heading .title {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #604E00;
  font-weight: normal;
  margin: 0 !important;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .item-content .heading .title {
    font-size: 16px;
  }
}
.top-orthodontics .items .item .item-content .action {
  border-top: 1px solid #DBDBDB;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .item-content .action {
    padding-bottom: 0;
  }
}

.top-device {
  background: url(../images/top-device-bg1.png) no-repeat right -25px top -40px/880px auto;
}
@media screen and (max-width: 1139px) {
  .top-device {
    background-size: 400px auto;
    background-position: right -150px top -20px;
  }
}
.top-device .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1139px) {
  .top-device .container {
    display: block;
  }
}
.top-device .container .top-section-title {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  position: relative;
  right: -80px;
  z-index: 2;
}
@media screen and (max-width: 1139px) {
  .top-device .container .top-section-title {
    display: block;
    right: 0;
    margin-bottom: 46px;
  }
}
.top-device .container .top-section-title .subscript, .top-device .container .top-section-title h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #604E00;
}
@media screen and (max-width: 1139px) {
  .top-device .container .top-section-title .subscript, .top-device .container .top-section-title h2 {
    writing-mode: horizontal-tb;
  }
}
.top-device .container .top-section-title .subscript {
  margin-bottom: 0;
}
@media screen and (max-width: 1139px) {
  .top-device .container .top-section-title .subscript {
    line-height: 1.2;
    margin-bottom: 4px;
  }
}
.top-device .container .top-section-title h2 {
  margin: 10px 20px 0 0 !important;
}
@media screen and (max-width: 1139px) {
  .top-device .container .top-section-title h2 {
    margin: 0 !important;
  }
}
.top-device .container .items {
  margin-left: -30px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-right: 47px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1139px) {
  .top-device .container .items {
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    margin-right: 16px;
  }
}
.top-device .container .items::before {
  content: "";
  display: block;
  width: calc(100% + 80px + (100vw - 1120px) / 2);
  height: calc(100% - 160px);
  background-color: #E5EFE7;
  border-radius: 0 40px 40px 0/0 40px 40px 0;
  position: absolute;
  top: 160px;
  left: calc((1120px - 100vw) / 2);
  z-index: 0;
}
@media screen and (max-width: 1139px) {
  .top-device .container .items::before {
    width: calc(100% + 32px);
    height: calc(100% + 120px);
    left: -16px;
    top: -105px;
  }
}
.top-device .container .items::after {
  content: "";
  display: block;
  width: 556px;
  height: 625px;
  position: absolute;
  bottom: -80px;
  right: -200px;
  z-index: 1;
  background: url(../images/top-device-bg2.png) no-repeat center/cover;
}
@media screen and (max-width: 1139px) {
  .top-device .container .items::after {
    width: 250px;
    height: 459px;
    bottom: 0;
    right: -80px;
    background: url(../images/top-device-bg2-mobile.png) no-repeat center/cover;
  }
}
.top-device .container .items .item {
  position: relative;
  z-index: 1;
}
.top-device .container .items .item figure img {
  display: block;
  border-radius: 8px;
}
.top-device .container .items .item .item-content {
  margin-top: 16px;
}
.top-device .container .items .item .item-content .title {
  position: relative;
  margin: 0 0 16px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #604E00;
}
@media screen and (max-width: 1139px) {
  .top-device .container .items .item .item-content .title {
    font-size: 16px;
  }
}
.top-device .container .items .item .item-content .title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 16px;
  background-color: #00652F;
  border-radius: 4px;
}
.top-device .container .items .item .item-content .action {
  text-align: right;
}

.top-malo {
  padding: 0;
}
.top-malo .top-section-title {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1139px) {
  .top-malo .top-section-title {
    display: block;
    padding-left: 16px;
  }
}
.top-malo .top-section-title .subscript, .top-malo .top-section-title h2 {
  color: #00652F;
}
.top-malo .top-section-title .subscript {
  margin-bottom: 0;
  margin-right: 40px;
}
.top-malo .items {
  border: 1px solid #00652F;
  border-width: 1px 0;
}
.top-malo .items .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media screen and (max-width: 1139px) {
  .top-malo .items .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-malo .items .container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 24px;
  background-color: #fff;
  outline: 1px solid #00652F;
  position: relative;
  transition: 0.4s all;
}
.top-malo .items .container .item::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-right: 40px solid #00652F;
  border-top: 40px solid transparent;
  pointer-events: none;
  transform-origin: 100% 100%;
  transition: transform 0.4s ease;
  opacity: 1;
  z-index: 1;
}
.top-malo .items .container .item:hover {
  background-color: #E5EFE7;
}
.top-malo .items .container .item:hover::after {
  transform: scale(1.8);
  opacity: 0.5;
}
.top-malo .items .container .item figure {
  margin: 58px 0 40px;
}
@media screen and (max-width: 1139px) {
  .top-malo .items .container .item figure {
    margin: 40px 0 32px;
  }
}
.top-malo .items .container .item figure img {
  display: block;
  border-radius: 4px;
  width: auto;
  height: 100px;
}
@media screen and (max-width: 1139px) {
  .top-malo .items .container .item figure img {
    height: 80px;
  }
}
.top-malo .items .container .item .item-content .title {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #604E00;
}
@media screen and (max-width: 1139px) {
  .top-malo .items .container .item .item-content .title {
    font-size: 16px;
  }
}
.top-malo .items .container .item .item-content .title span {
  font-size: 14px;
}
.top-malo .items .container .item .item-content p {
  text-align: center;
  color: #333;
}

.top-feature {
  background: linear-gradient(180deg, #FAF8F4 0%, transparent 100%);
}
.top-feature .top-section-title .subscript, .top-feature .top-section-title h2 {
  color: #604E00;
}
.top-feature .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 1139px) {
  .top-feature .items {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.top-feature .items .item {
  border-bottom: 1px dashed #604E00;
}
.top-feature .items .item figure {
  margin-bottom: 0;
  position: relative;
}
.top-feature .items .item figure img {
  display: block;
  border-radius: 8px;
}
.top-feature .items .item figure figcaption {
  position: absolute;
  top: -0.5em;
  left: 16px;
  line-height: 1;
  font-size: 40px;
  font-family: "Aboreto", system-ui;
  letter-spacing: 0.1em;
  color: #604E00;
  margin: 0;
}
.top-feature .items .item .item-content {
  padding: 16px 0;
}
.top-feature .action {
  text-align: center;
}

.top-facility {
  margin-top: 40px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .top-facility {
    margin-top: 172px;
  }
}
.top-facility .title-block {
  width: 380px;
  height: 301px;
  background: #FAF8F4;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: calc((100vw - 1120px) / 2);
  z-index: 1;
}
@media screen and (max-width: 1139px) {
  .top-facility .title-block {
    width: 325px;
    height: 253px;
    top: -173px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-facility .title-block .top-section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1139px) {
  .top-facility .title-block .top-section-title {
    text-align: center;
  }
}
.top-facility .title-block .top-section-title .subscript {
  font-size: 32px;
}
.top-facility .title-block .top-section-title h2 {
  font-size: 16px;
}
@media screen and (max-width: 1139px) {
  .top-facility .slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.top-facility .slider .slick-slide {
  padding: 0 2px;
  min-width: 300px;
  max-width: 300px;
}
@media screen and (max-width: 1139px) {
  .top-facility .slider .slick-slide {
    min-width: 185px;
    max-width: 185px;
  }
}
.top-facility .slider .slick-slide img {
  display: block;
  border-radius: 4px;
}

.top-greeting {
  background: url(../images/top-greeting-bg.jpg) no-repeat center/cover;
}
.top-greeting .content-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
}
@media screen and (max-width: 1139px) {
  .top-greeting .content-block {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .top-greeting .content-block .text {
    order: 1;
  }
  .top-greeting .content-block figure {
    order: 2;
  }
}
.top-greeting .content-block .text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 1139px) {
  .top-greeting .content-block .text {
    grid-template-columns: 1fr 1fr;
  }
  .top-greeting .content-block .text > * {
    grid-column: 1/-1 !important;
  }
}
.top-greeting .content-block .text .top-section-title, .top-greeting .content-block .text .content {
  grid-column: 1/3;
}
.top-greeting .content-block .text .doctor {
  grid-column: 1/2;
  color: #604E00;
  letter-spacing: 0.1em;
}
.top-greeting .content-block .text .doctor .position {
  font-size: 16px;
}
.top-greeting .content-block .text .doctor .name {
  margin-right: 1em;
  font-size: 20px;
}
.top-greeting .content-block .text .doctor .is-latin {
  font-size: 12px;
}
.top-greeting .content-block .text .action {
  grid-column: 2/3;
  text-align: right;
}
@media screen and (max-width: 1139px) {
  .top-greeting .content-block .text .action {
    text-align: center;
    margin-top: 40px;
  }
}
.top-greeting .content-block .text .top-section-title {
  text-align: right;
}
.top-greeting .content-block .text .top-section-title .subscript, .top-greeting .content-block .text .top-section-title h2 {
  color: #604E00;
}

.top-counseling {
  background: url(../images/top-counseling-bg.jpg) no-repeat center/cover;
}
.top-counseling .box {
  margin: auto;
  width: 800px;
  padding: 48px 80px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #00652F;
}
@media screen and (max-width: 1139px) {
  .top-counseling .box {
    width: 100%;
    padding: 48px 24px;
  }
}
.top-counseling .box .top-section-title {
  text-align: center;
}
.top-counseling .box .top-section-title .subscript, .top-counseling .box .top-section-title h2 {
  color: #00652F;
}
.top-counseling .box .content p, .top-counseling .box .content .actions {
  text-align: center;
}
.top-counseling .box .content .actions {
  margin-top: 40px;
}

body:not(.home) {
  background: url(../images/lower-page-bg-pc.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1139px) {
  body:not(.home) {
    background: url(../images/lower-page-bg-sp.png) no-repeat 0 0/100% auto;
  }
}

.lower-page-title {
  padding-top: 210px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1139px) {
  .lower-page-title {
    padding: 160px 16px 0;
    letter-spacing: 0.05em;
  }
}
.lower-page-title .subscript {
  font-size: 80px;
  font-family: "Aboreto", system-ui;
  color: #00652F;
}
@media screen and (max-width: 1139px) {
  .lower-page-title .subscript {
    font-size: 40px;
  }
}
.lower-page-title h1 {
  font-size: 20px;
  color: #333;
}
@media screen and (max-width: 1139px) {
  .lower-page-title h1 {
    font-size: 16px;
  }
}

.breadcrumb {
  margin: 0 0 16px !important;
}
.breadcrumb .container {
  display: flex;
  justify-content: flex-end;
}
.breadcrumb .container .is-home a {
  color: #00652F !important;
}

.lower-page .lower-section-title-large {
  padding: 80px 0 64px;
  background-color: #fff;
  border-radius: 8px 8px 0 0/8px 8px 0 0;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title-large {
    padding: 80px 0 25px;
  }
}
.lower-page .lower-section-title-large .subscript {
  padding: 72px 0 8px;
  font-size: 64px;
  font-family: "Aboreto", system-ui;
  line-height: 1;
  color: #00652F;
  background: url(../images/lower-page-title-dot.png) no-repeat center top -24px/96px auto;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title-large .subscript {
    font-size: 32px;
  }
}
.lower-page .lower-section-title-large h2 {
  font-size: 18px;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title-large h2 {
    font-size: 16px;
  }
}
.lower-page .lower-section-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title {
    margin-bottom: 48px;
  }
}
.lower-page .lower-section-title .subscript {
  font-family: "Aboreto", system-ui;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #00652F;
  margin-bottom: 24px;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title .subscript {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.lower-page .lower-section-title .subscript::after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 40px;
  height: 1px;
  background: #00652F;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title .subscript::after {
    margin-top: 8px;
  }
}
.lower-page .lower-section-title .title {
  font-size: 32px;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title .title {
    font-size: 24px;
  }
}
.lower-page .section section:not(:last-child) {
  margin-bottom: 48px;
}
.lower-page .section section:not(:last-child).is-large {
  margin-bottom: 100px;
}
.lower-page .is-latin {
  font-family: "Aboreto", system-ui;
  letter-spacing: 0.1em;
}
.lower-page .spacer {
  height: 16px;
}
.lower-page .spacer.is-large {
  height: 48px;
}
.lower-page .bg-accent-light {
  background-color: #FAF8F4 !important;
}
.lower-page .bg-grey-light {
  background-color: #f4f4f4 !important;
}
.lower-page .bg-white {
  background-color: #fff !important;
}
.lower-page .bg-gradient {
  background: linear-gradient(to bottom, #FAF8F4 0%, #fff 100%);
}
.lower-page .bg-highlight {
  position: relative;
  z-index: 1;
}
.lower-page .bg-highlight::before {
  content: "";
  width: calc(100vw - (100vw - 1120px) / 2);
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #E5EFE7;
  border-radius: 0 40px 40px 0/0 40px 40px 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .bg-highlight::before {
    width: 100vw;
    border-radius: 0;
  }
}
.lower-page .has-border {
  border: 1px solid #00652F;
}
.lower-page .has-border-top {
  border-top: 1px solid #00652F;
}
.lower-page .is-font-size-16 {
  font-size: 16px !important;
}
.lower-page .grid {
  display: grid;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 1139px) {
  .lower-page .grid {
    gap: 32px;
  }
}
.lower-page .grid.is-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lower-page .grid.is-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lower-page .grid.is-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1139px) {
  .lower-page .grid {
    grid-template-columns: 1fr !important;
  }
}
.lower-page .wide-block {
  border-block: 1px solid #00652F;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1139px) {
  .lower-page .wide-block {
    grid-template-columns: 1fr;
  }
}
.lower-page .wide-block .text {
  padding-left: calc((100vw - 1120px) / 2);
  padding-right: 80px;
}
@media screen and (max-width: 1139px) {
  .lower-page .wide-block .text {
    padding: 40px 32px;
  }
}
.lower-page .wide-block figure img {
  display: block;
}
.lower-page .box {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1139px) {
  .lower-page .box {
    padding: 24px;
  }
}
.lower-page .pros-cons {
  padding-right: 80px;
}
@media screen and (max-width: 1139px) {
  .lower-page .pros-cons {
    padding-right: 0;
  }
}
.lower-page .pros-cons > div {
  border-radius: 8px;
}
.lower-page .pros-cons > div .title {
  padding: 16px 40px;
  border-bottom: 1px solid #C7D9C9;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1139px) {
  .lower-page .pros-cons > div .title {
    padding: 16px;
  }
}
.lower-page .pros-cons > div .title::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
}
.lower-page .pros-cons > div ul {
  margin: 32px;
}
@media screen and (max-width: 1139px) {
  .lower-page .pros-cons > div ul {
    margin: 32px 16px;
  }
}
.lower-page .pros-cons > div ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lower-page .pros-cons > div ul li:not(:last-child) {
  margin-bottom: 24px;
}
.lower-page .pros-cons > div ul li .sub-title {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.lower-page .pros-cons > div.merit {
  background: #fff;
}
.lower-page .pros-cons > div.merit .title {
  color: #00652F;
}
.lower-page .pros-cons > div.merit .title::before {
  width: 20px;
  height: 20px;
  background: url(../images/icon-maru.svg) no-repeat center/cover;
}
.lower-page .pros-cons > div.merit ul li .sub-title {
  background: #E5EFE7;
  color: #00652F;
}
.lower-page .pros-cons > div.demerit {
  background: #f4f4f4;
}
.lower-page .pros-cons > div.demerit .title {
  color: #333;
}
.lower-page .pros-cons > div.demerit .title::before {
  width: 22px;
  height: 20px;
  background: url(../images/icon-sankaku.svg) no-repeat center/cover;
}
.lower-page .pros-cons > div.demerit ul li .sub-title {
  background: #DBDBDB;
}
.lower-page .separate-block {
  display: grid;
  gap: 0;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1139px) {
  .lower-page .separate-block {
    grid-template-columns: 1fr;
  }
}
.lower-page .separate-block > div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1139px) {
  .lower-page .separate-block > div {
    padding: 0 !important;
    border-right: none !important;
  }
}
.lower-page .separate-block > div .lower-section-title {
  margin-bottom: 40px;
}
.lower-page .separate-block > div .box {
  padding-left: 48px;
  flex: 1;
}
.lower-page .separate-block > div .box ul li {
  padding-left: 0;
  position: relative;
}
.lower-page .separate-block > div .box ul li:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1139px) {
  .lower-page .separate-block > div .box ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.lower-page .separate-block > div .box ul li::before {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  position: absolute;
  top: 12px;
  left: -48px;
}
.lower-page .separate-block > div .box ul li .sub-title {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  font-weight: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 1139px) {
  .lower-page .separate-block > div .box ul li .sub-title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.lower-page .separate-block > div.left {
  padding: 0 80px 0 0;
  border-right: 1px solid #C7D9C9;
}
@media screen and (max-width: 1139px) {
  .lower-page .separate-block > div.left {
    margin-bottom: 80px;
  }
}
.lower-page .separate-block > div.left .box {
  background-color: #E5EFE7;
}
.lower-page .separate-block > div.left .box ul li::before {
  background: #C7D9C9;
}
.lower-page .separate-block > div.left .box ul li .sub-title {
  color: #00652F;
}
.lower-page .separate-block > div.right {
  padding: 0 0 0 80px;
}
.lower-page .separate-block > div.right .lower-section-title .subscript {
  color: #604E00;
}
.lower-page .separate-block > div.right .lower-section-title .subscript::after {
  background: #604E00;
}
.lower-page .separate-block > div.right .box {
  background-color: #FAF8F4;
}
.lower-page .separate-block > div.right .box ul li::before {
  background: #DED9C0;
}
.lower-page .separate-block > div.right .box ul li .sub-title {
  color: #604E00;
}
.lower-page .step-content {
  margin-left: -8px;
}
.lower-page .step-content > div {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 32px;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .step-content > div {
    column-gap: 8px;
  }
}
.lower-page .step-content > div::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #00652F;
  transform: translateX(-50%);
  z-index: 0;
}
.lower-page .step-content > div:first-child::before {
  top: 50%;
}
.lower-page .step-content > div:last-child::before {
  bottom: 50%;
}
.lower-page .step-content > div:only-child::before {
  display: none;
}
.lower-page .step-content > div .step {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: #E5EFE7;
  color: #00652F;
  font-size: 24px;
  font-family: "Aboreto", system-ui;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.lower-page .step-content > div .text .title {
  font-size: 20px;
  font-weight: normal;
  color: #00652F;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
}
@media screen and (max-width: 1139px) {
  .lower-page .step-content > div .text .title {
    font-size: 18px;
  }
}
.lower-page .faq-content > div {
  margin-bottom: 40px !important;
}
.lower-page .faq-content > div .q {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  color: #604E00;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.lower-page .faq-content > div .q::before {
  content: "Q";
  font-family: "Aboreto", system-ui;
  font-size: 48px;
  color: #00652F;
  line-height: 1;
  margin-right: 6px;
}
.lower-page .faq-content > div .q span {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #00652F;
  line-height: 1;
  margin-right: 20px;
}
.lower-page .faq-content > div .a {
  background: #FAF8F4;
  border-radius: 8px;
  padding: 32px 40px;
  display: flex;
}
@media screen and (max-width: 1139px) {
  .lower-page .faq-content > div .a {
    padding: 24px;
  }
}
.lower-page .faq-content > div .a::before {
  content: "A";
  font-family: "Aboreto", system-ui;
  font-size: 40px;
  color: #604E00;
  line-height: 1;
  margin-right: 20px;
}
.lower-page .faq-content > div .a .content {
  padding-top: 8px;
}
.lower-page .price-table {
  border-collapse: separate;
  border-spacing: 4px;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table {
    border-spacing: 0;
  }
}
.lower-page .price-table tbody th, .lower-page .price-table tbody td {
  padding: 16px 40px;
  border-width: 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table tbody th, .lower-page .price-table tbody td {
    padding: 16px 20px;
    display: block;
  }
}
.lower-page .price-table tbody th {
  width: 400px;
  background-color: #604E00;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table tbody th {
    width: 100%;
    text-align: left;
  }
}
.lower-page .price-table tbody td {
  background-color: #fff;
}
.lower-page .price-table tbody tr:first-child th {
  border-radius: 40px 0 0 0/40px 0 0 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table tbody tr:first-child th {
    border-radius: 24px 24px 0 0/24px 24px 0 0;
  }
}
.lower-page .price-table tbody tr:first-child td {
  border-radius: 0 40px 0 0/0 40px 0 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table tbody tr:first-child td {
    border-radius: 0;
  }
}
.lower-page .price-table tbody tr:last-child th {
  border-radius: 0 0 0 40px/0 0 0 40px;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table tbody tr:last-child th {
    border-radius: 0;
  }
}
.lower-page .price-table tbody tr:last-child td {
  border-radius: 0 0 40px 0/0 0 40px 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .price-table tbody tr:last-child td {
    border-radius: 0 0 24px 24px/0 0 24px 24px;
  }
}
.lower-page .is-list-blog {
  padding: 24px 0;
  border-bottom: 1px solid #959595;
}
.lower-page .is-list-blog:first-child {
  padding-top: 0;
}
.lower-page .is-list-blog:last-child {
  border-bottom: none;
}
.lower-page .is-list-blog .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.lower-page .is-list-blog .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1139px) {
  .lower-page .is-list-blog .button {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.lower-page .single-body #toc_container {
  margin: 40px 0 80px;
  background-color: #DBDBDB;
  border: 1px solid #959595;
  padding: 24px 40px;
  border-radius: 24px;
  min-width: 50%;
}
@media screen and (max-width: 1139px) {
  .lower-page .single-body #toc_container {
    padding: 16px 24px;
    min-width: 100%;
  }
}
.lower-page .single-body #toc_container:first-child {
  margin-top: 0;
}
.lower-page .single-body #toc_container ul li {
  padding: 4px 0;
}
.lower-page .single-body #toc_container ul li::before {
  display: none;
}
.lower-page .single-body #toc_container ul li .toc_number {
  margin-right: 1em;
  font-weight: 500;
}
.lower-page .single-body h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00652F;
  border-bottom: 2px solid #00652F;
  padding: 8px;
  margin-bottom: 24px;
}
.lower-page .single-body h1:not(:first-child) {
  margin-top: 80px;
}
.lower-page .single-body h2 {
  font-size: 24px;
  font-weight: 500;
  color: #00652F;
  border-left: 4px solid #00652F;
  padding: 8px 0 8px 16px;
  margin-bottom: 16px;
}
.lower-page .single-body h2:not(:first-child) {
  margin-top: 40px;
}
.lower-page .single-body h2 strong {
  color: #00652F;
}
.lower-page .single-body h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  background-color: #DBDBDB;
  padding: 8px;
  margin-bottom: 16px;
}
.lower-page .single-body h3:not(:first-child) {
  margin-top: 40px;
}
.lower-page .single-body h3 strong {
  color: #333;
}

/*# sourceMappingURL=base.css.map */
