@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%;
  -webkit-transform: rotate(-45deg) translateY(35%);
          transform: rotate(-45deg) translateY(35%);
  -webkit-transform-origin: center;
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

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

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

hr {
  background-color: #595757;
  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: #4B6343;
  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: 28px !important;
}

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

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

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

.is-font-size-5 {
  font-size: 16px !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: 28px !important;
  }
  .is-font-size-2-mobile {
    font-size: 24px !important;
  }
  .is-font-size-3-mobile {
    font-size: 20px !important;
  }
  .is-font-size-4-mobile {
    font-size: 18px !important;
  }
  .is-font-size-5-mobile {
    font-size: 16px !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: #94A28F !important;
}

a.has-text-main:hover, a.has-text-main:focus {
  color: rgb(121.4243902439, 138.7707317073, 115.2292682927) !important;
}

.has-background-main {
  background-color: #94A28F !important;
}

.has-text-main-dark {
  color: #4B6343 !important;
}

a.has-text-main-dark:hover, a.has-text-main-dark:focus {
  color: rgb(51.9578313253, 68.5843373494, 46.4156626506) !important;
}

.has-background-main-dark {
  background-color: #4B6343 !important;
}

.has-text-main-lighter {
  color: #CBD8C6 !important;
}

a.has-text-main-lighter:hover, a.has-text-main-lighter:focus {
  color: rgb(175.375, 195.28125, 167.71875) !important;
}

.has-background-main-lighter {
  background-color: #CBD8C6 !important;
}

.has-text-accent {
  color: #4E2E4A !important;
}

a.has-text-accent:hover, a.has-text-accent:focus {
  color: rgb(45.9193548387, 27.0806451613, 43.564516129) !important;
}

.has-background-accent {
  background-color: #4E2E4A !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.is-flex.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-flex.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 430px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 431px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 430px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 431px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1139px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1139px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1140px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          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: #94A28F;
  border-width: 1px;
  color: #94A28F !important;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0;
}
@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-width: 0 0 1px;
  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: #94A28F;
  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: #94A28F;
}
.button.is-main.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main.is-outlined {
  background-color: transparent;
  border-color: #94A28F;
  color: #94A28F !important;
}
.button.is-main.is-outlined span {
  color: #94A28F !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: #94A28F;
}
.button.is-main-dark {
  background-color: #4B6343;
  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: #4B6343;
}
.button.is-main-dark.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main-dark.is-outlined {
  background-color: transparent;
  border-color: #4B6343;
  color: #4B6343 !important;
}
.button.is-main-dark.is-outlined span {
  color: #4B6343 !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: #4B6343;
}
.button.is-main-lighter {
  background-color: #CBD8C6;
  border-color: transparent;
  color: #333 !important;
}
.button.is-main-lighter:hover, .button.is-main-lighter.is-hovered {
  opacity: 0.5;
}
.button.is-main-lighter.is-inverted {
  background-color: #333;
  color: #CBD8C6;
}
.button.is-main-lighter.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main-lighter.is-outlined {
  background-color: transparent;
  border-color: #CBD8C6;
  color: #CBD8C6 !important;
}
.button.is-main-lighter.is-outlined span {
  color: #CBD8C6 !important;
}
.button.is-main-lighter.is-outlined:hover {
  opacity: 0.5;
}
.button.is-main-lighter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.button.is-main-lighter.is-inverted.is-outlined:hover {
  background-color: #333;
  color: #CBD8C6;
}
.button.is-accent {
  background-color: #4E2E4A;
  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: #4E2E4A;
}
.button.is-accent.is-inverted:hover {
  opacity: 0.5;
}
.button.is-accent.is-outlined {
  background-color: transparent;
  border-color: #4E2E4A;
  color: #4E2E4A !important;
}
.button.is-accent.is-outlined span {
  color: #4E2E4A !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: #4E2E4A;
}
.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: 16px;
}
.button.is-large {
  font-size: 18px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: 16px;
  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 #ADADAD;
  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.2rem;
}
.content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #CBD8C6;
  border-radius: 4px;
  position: absolute;
  top: 0.65em;
  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: #4B6343;
}
.content ul.is-check.is-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 8px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: start;
}
@media screen and (max-width: 1139px) {
  .content ul.is-check.is-cols-2 {
    grid-template-columns: 1fr;
  }
  .content ul.is-check.is-cols-2 li + li {
    margin-top: 0.5em;
  }
}
.content ul.is-check.is-cols-2 li + li {
  margin-top: 0;
}
.content ul.is-check li {
  position: relative;
  padding-left: 34px;
  font-size: 16px !important;
}
.content ul.is-check li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/icon-check.svg) no-repeat left center/cover;
}
.content ul.is-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 20px;
  color: #4B6343;
  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: 16px;
}

.input,
.textarea {
  background-color: #fff;
  border-color: rgba(89, 87, 87, 0.5);
  border-radius: 3px;
  color: #333;
  -webkit-box-shadow: none;
          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: #94A28F;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #94A28F;
}
.input[disabled],
.textarea[disabled] {
  background-color: rgba(89, 87, 87, 0.5);
  border-color: #ADADAD;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ADADAD;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.input.is-narrow,
.textarea.is-narrow {
  width: 8em;
}
.input.is-number,
.textarea.is-number {
  width: 5em;
}
.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input.is-main,
.textarea.is-main {
  border-color: #94A28F;
}
.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 {
  -webkit-box-shadow: 0 rgba(148, 162, 143, 0.25);
          box-shadow: 0 rgba(148, 162, 143, 0.25);
}
.input.is-main-dark,
.textarea.is-main-dark {
  border-color: #4B6343;
}
.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 {
  -webkit-box-shadow: 0 rgba(75, 99, 67, 0.25);
          box-shadow: 0 rgba(75, 99, 67, 0.25);
}
.input.is-main-lighter,
.textarea.is-main-lighter {
  border-color: #CBD8C6;
}
.input.is-main-lighter:focus, .input.is-main-lighter.is-focused, .input.is-main-lighter:active, .input.is-main-lighter.is-active,
.textarea.is-main-lighter:focus,
.textarea.is-main-lighter.is-focused,
.textarea.is-main-lighter:active,
.textarea.is-main-lighter.is-active {
  -webkit-box-shadow: 0 rgba(203, 216, 198, 0.25);
          box-shadow: 0 rgba(203, 216, 198, 0.25);
}
.input.is-accent,
.textarea.is-accent {
  border-color: #4E2E4A;
}
.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 {
  -webkit-box-shadow: 0 rgba(78, 46, 74, 0.25);
          box-shadow: 0 rgba(78, 46, 74, 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 {
  -webkit-box-shadow: 0 rgba(51, 51, 51, 0.25);
          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 {
  -webkit-box-shadow: 0 rgba(255, 255, 255, 0.25);
          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: 16px;
}
.input.is-large,
.textarea.is-large {
  font-size: 18px;
}
.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;
  -webkit-box-shadow: none;
          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: #ADADAD;
  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: #4B6343;
  right: 1em;
  z-index: 4;
  -webkit-transform: rotate(-45deg) translateY(-40%);
          transform: rotate(-45deg) translateY(-40%);
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #fff;
  border-color: rgba(89, 87, 87, 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: #94A28F;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #94A28F;
}
.select select[disabled] {
  background-color: rgba(89, 87, 87, 0.5);
  border-color: #ADADAD;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ADADAD;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(173, 173, 173, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(173, 173, 173, 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: #ADADAD;
}
.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: #595757;
}
.select.is-main:not(:hover)::after {
  border-color: #94A28F;
}
.select.is-main select {
  border-color: #94A28F;
}
.select.is-main select:hover, .select.is-main select.is-hovered {
  border-color: rgb(134.6902439024, 150.4317073171, 129.0682926829);
}
.select.is-main select:focus, .select.is-main select.is-focused, .select.is-main select:active, .select.is-main select.is-active {
  -webkit-box-shadow: 0 rgba(148, 162, 143, 0.25);
          box-shadow: 0 rgba(148, 162, 143, 0.25);
}
.select.is-main-dark:not(:hover)::after {
  border-color: #4B6343;
}
.select.is-main-dark select {
  border-color: #4B6343;
}
.select.is-main-dark select:hover, .select.is-main-dark select.is-hovered {
  border-color: rgb(63.4789156627, 83.7921686747, 56.7078313253);
}
.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 {
  -webkit-box-shadow: 0 rgba(75, 99, 67, 0.25);
          box-shadow: 0 rgba(75, 99, 67, 0.25);
}
.select.is-main-lighter:not(:hover)::after {
  border-color: #CBD8C6;
}
.select.is-main-lighter select {
  border-color: #CBD8C6;
}
.select.is-main-lighter select:hover, .select.is-main-lighter select.is-hovered {
  border-color: rgb(189.1875, 205.640625, 182.859375);
}
.select.is-main-lighter select:focus, .select.is-main-lighter select.is-focused, .select.is-main-lighter select:active, .select.is-main-lighter select.is-active {
  -webkit-box-shadow: 0 rgba(203, 216, 198, 0.25);
          box-shadow: 0 rgba(203, 216, 198, 0.25);
}
.select.is-accent:not(:hover)::after {
  border-color: #4E2E4A;
}
.select.is-accent select {
  border-color: #4E2E4A;
}
.select.is-accent select:hover, .select.is-accent select.is-hovered {
  border-color: rgb(61.9596774194, 36.5403225806, 58.7822580645);
}
.select.is-accent select:focus, .select.is-accent select.is-focused, .select.is-accent select:active, .select.is-accent select.is-active {
  -webkit-box-shadow: 0 rgba(78, 46, 74, 0.25);
          box-shadow: 0 rgba(78, 46, 74, 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 {
  -webkit-box-shadow: 0 rgba(51, 51, 51, 0.25);
          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 {
  -webkit-box-shadow: 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 rgba(255, 255, 255, 0.25);
}
.select.is-small {
  font-size: 12px;
}
.select.is-medium {
  font-size: 16px;
}
.select.is-large {
  font-size: 18px;
}
.select.is-disabled::after {
  border-color: #ADADAD;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.file.is-main .file-cta {
  background-color: #94A28F;
  border-color: transparent;
  color: #fff;
}
.file.is-main:hover .file-cta, .file.is-main.is-hovered .file-cta {
  background-color: rgb(141.3451219512, 156.2158536585, 136.0341463415);
  border-color: transparent;
  color: #fff;
}
.file.is-main:focus .file-cta, .file.is-main.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(148, 162, 143, 0.25);
          box-shadow: 0 0 0.5em rgba(148, 162, 143, 0.25);
  color: #fff;
}
.file.is-main:active .file-cta, .file.is-main.is-active .file-cta {
  background-color: rgb(134.6902439024, 150.4317073171, 129.0682926829);
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark .file-cta {
  background-color: #4B6343;
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:hover .file-cta, .file.is-main-dark.is-hovered .file-cta {
  background-color: rgb(69.2394578313, 91.3960843373, 61.8539156627);
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:focus .file-cta, .file.is-main-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(75, 99, 67, 0.25);
          box-shadow: 0 0 0.5em rgba(75, 99, 67, 0.25);
  color: #fff;
}
.file.is-main-dark:active .file-cta, .file.is-main-dark.is-active .file-cta {
  background-color: rgb(63.4789156627, 83.7921686747, 56.7078313253);
  border-color: transparent;
  color: #fff;
}
.file.is-main-lighter .file-cta {
  background-color: #CBD8C6;
  border-color: transparent;
  color: #333;
}
.file.is-main-lighter:hover .file-cta, .file.is-main-lighter.is-hovered .file-cta {
  background-color: rgb(196.09375, 210.8203125, 190.4296875);
  border-color: transparent;
  color: #333;
}
.file.is-main-lighter:focus .file-cta, .file.is-main-lighter.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(203, 216, 198, 0.25);
          box-shadow: 0 0 0.5em rgba(203, 216, 198, 0.25);
  color: #333;
}
.file.is-main-lighter:active .file-cta, .file.is-main-lighter.is-active .file-cta {
  background-color: rgb(189.1875, 205.640625, 182.859375);
  border-color: transparent;
  color: #333;
}
.file.is-accent .file-cta {
  background-color: #4E2E4A;
  border-color: transparent;
  color: #fff;
}
.file.is-accent:hover .file-cta, .file.is-accent.is-hovered .file-cta {
  background-color: rgb(69.9798387097, 41.2701612903, 66.3911290323);
  border-color: transparent;
  color: #fff;
}
.file.is-accent:focus .file-cta, .file.is-accent.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(78, 46, 74, 0.25);
          box-shadow: 0 0 0.5em rgba(78, 46, 74, 0.25);
  color: #fff;
}
.file.is-accent:active .file-cta, .file.is-accent.is-active .file-cta {
  background-color: rgb(61.9596774194, 36.5403225806, 58.7822580645);
  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;
  -webkit-box-shadow: 0 0 0.5em rgba(51, 51, 51, 0.25);
          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;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          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: 16px;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 18px;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}
.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: rgb(166.625, 166.625, 166.625);
  color: #333;
}
.file-label:hover .file-name {
  border-color: rgba(82.5525568182, 80.6974431818, 80.6974431818, 0.5);
}
.file-label:active .file-cta {
  background-color: rgb(160.25, 160.25, 160.25);
  color: #333;
}
.file-label:active .file-name {
  border-color: rgba(76.1051136364, 74.3948863636, 74.3948863636, 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(89, 87, 87, 0.5);
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

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

.file-name {
  border-color: rgba(89, 87, 87, 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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 16px;
}
.label.is-large {
  font-size: 18px;
}
.label .is-require {
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 4px 6px;
  line-height: 1;
  background-color: #4E2E4A;
  color: #fff;
  border-radius: 6px;
}

.help {
  display: block;
  font-size: 14px;
  margin-top: 0.25rem;
}
.help.is-main {
  color: #94A28F;
}
.help.is-main-dark {
  color: #4B6343;
}
.help.is-main-lighter {
  color: #CBD8C6;
}
.help.is-accent {
  color: #4E2E4A;
}
.help.is-black {
  color: #333;
}
.help.is-white {
  color: #fff;
}

.field {
  padding: 1.5rem 0;
  border-bottom: 1px dashed rgba(89, 87, 87, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.field.is-grouped > .control {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .field.is-grouped.is-grouped-multiline > .control:first-child {
    -ms-flex-preferred-size: 32%;
        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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        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: 16px;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 18px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 3.5rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: #EBEBEB;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: #ADADAD;
}
.control.has-icon .input.is-small + .icon {
  font-size: 12px;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 16px;
}
.control.has-icon .input.is-large + .icon {
  font-size: 18px;
}
.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: #ADADAD;
}
.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: 16px;
}
.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: 18px;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #EBEBEB;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 0.5em;
  position: relative;
}
.wpcf7-radio label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #4B6343;
  border-radius: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #4B6343;
  border-radius: 50%;
}
.wpcf7-radio label:hover .wpcf7-list-item-label::before {
  border-color: #4B6343;
}

.wpcf7-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #4B6343;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  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 #4B6343;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.wpcf7-checkbox label:hover .wpcf7-list-item-label::before {
  border-color: #4B6343;
}

.form-table {
  width: 100% !important;
}
.form-table tbody tr th, .form-table tbody tr td {
  padding: 16px !important;
}
@media screen and (max-width: 1139px) {
  .form-table tbody tr th, .form-table tbody tr td {
    width: 100% !important;
    display: block;
  }
}
.form-table tbody tr th {
  width: 30%;
  background-color: rgba(163, 144, 161, 0.5);
  color: #94A28F;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .form-table tbody tr th {
    border-bottom: none;
  }
}
.form-table tbody tr th .required {
  display: inline-block;
  font-size: 14px;
  padding: 4px 6px;
  line-height: 1;
  background-color: #4E2E4A;
  color: rgba(163, 144, 161, 0.5);
  position: absolute;
  border-radius: 4px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-table tbody tr td {
  background-color: #fff;
}
.form-table tbody tr td input::-webkit-input-placeholder {
  text-align: left !important;
}
.form-table tbody tr td input::-moz-placeholder {
  text-align: left !important;
}
.form-table tbody tr td input:-ms-input-placeholder {
  text-align: left !important;
}
.form-table tbody tr td input::-ms-input-placeholder {
  text-align: left !important;
}
.form-table tbody tr td input::placeholder {
  text-align: left !important;
}

.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: #94A28F;
  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 #94A28F;
  padding: 15px 12px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 1139px) {
  .table td,
  .table th {
    padding: 15px 10px;
  }
}
.table td.is-main,
.table th.is-main {
  background-color: #94A28F;
  border-color: #94A28F;
  color: #fff;
}
.table td.is-main-dark,
.table th.is-main-dark {
  background-color: #4B6343;
  border-color: #4B6343;
  color: #fff;
}
.table td.is-main-lighter,
.table th.is-main-lighter {
  background-color: #CBD8C6;
  border-color: #CBD8C6;
  color: #333;
}
.table td.is-accent,
.table th.is-accent {
  background-color: #4E2E4A;
  border-color: #4E2E4A;
  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: #94A28F;
  color: findColorInvert(#94A28F);
}
.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 .note,
.table th .note {
  font-size: 8px;
  vertical-align: super;
}
.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: 18px;
  font-style: normal;
}
.table td i.strong {
  font-size: 24px;
  color: #4B6343;
}
@media screen and (max-width: 1139px) {
  .table td i.strong {
    font-size: 14px;
  }
}
.table tr.is-selected {
  background-color: #94A28F;
  color: findColorInvert(#94A28F);
}
.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(#94A28F);
  color: currentColor;
}
.table thead td,
.table thead th {
  border-width: 0 0 1px 0;
  color: #333;
  background-color: #CBD8C6;
}
.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 #94A28F;
  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: #ADADAD;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #ADADAD;
}
.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;
  }
}
@media screen and (max-width: 1139px) {
  .table.is-vertical-mobile th, .table.is-vertical-mobile td {
    display: block;
  }
  .table.is-vertical-mobile th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .table.is-vertical-mobile td {
    padding-top: 8px;
  }
}

.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: #94A28F;
  font-size: 24px;
  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: 28px;
}
.title.is-2 {
  font-size: 24px;
}
.title.is-3 {
  font-size: 20px;
}
.title.is-4 {
  font-size: 18px;
}
.title.is-5 {
  font-size: 16px;
}
.title.is-6 {
  font-size: 14px;
}
.title.is-7 {
  font-size: 12px;
}

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

.breadcrumb {
  font-size: 14px;
  white-space: nowrap;
}
.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ADADAD !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}
@media screen and (max-width: 1139px) {
  .breadcrumb a {
    font-size: 12px !important;
  }
}
.breadcrumb a:hover {
  color: #4B6343;
}
.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #4B6343;
  cursor: default;
}
.breadcrumb li + li::before {
  color: #ADADAD;
  content: "／";
}
@media screen and (max-width: 1139px) {
  .breadcrumb li + li::before {
    font-size: 12px;
  }
}
.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 12px;
}
.breadcrumb.is-medium {
  font-size: 16px;
}
.breadcrumb.is-large {
  font-size: 18px;
}
.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 {
  margin: 0 !important;
}
@media screen and (max-width: 1139px) {
  .card figure.narrow-mobile {
    width: 200px;
    margin: 0 auto !important;
  }
}
.card figure img {
  display: block;
  width: 100%;
  height: auto;
}
.card .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 28px !important;
  padding: 24px 0;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  position: relative;
}
.card .title::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #E0E0E0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px dashed #4E2E4A;
  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: 24px;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 16px;
  color: #94A28F;
}
@media screen and (max-width: 1139px) {
  .card.is-number .title-block .number {
    font-size: 18px;
    margin-right: 8px;
  }
}
.card.is-number .title-block .title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #4E2E4A;
  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%;
    -o-object-fit: cover;
       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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0;
}
@media screen and (max-width: 1139px) {
  .card.has-dot .title-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: #94A28F;
  margin: 0 0 16px;
  -ms-flex-negative: 0;
      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: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #94A28F;
  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;
  -webkit-transition: 0.4s all;
  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: 16px;
}
.menu.is-large {
  font-size: 18px;
}

.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: #ADADAD;
  color: #333;
}
.menu-list a.is-active {
  background-color: #94A28F;
  color: findColorInvert(#94A28F);
}
.menu-list li ul {
  border-left: 1px solid #ADADAD;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #ADADAD;
  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;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 12px 8px;
}
@media screen and (min-width: 1140px) {
  .column {
    padding: 12px;
  }
}
.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 430px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333% !important;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667% !important;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25% !important;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333% !important;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667% !important;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50% !important;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333% !important;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667% !important;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75% !important;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333% !important;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667% !important;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 #EBEBEB;
  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 #ADADAD;
    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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.columns.is-toped {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.columns.is-bottomed {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.columns.is-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.columns.is-border {
  padding-bottom: _min(64px, 390);
  border-bottom: 1px solid #94A28F;
  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%;
    -o-object-fit: cover;
       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%;
    -o-object-fit: cover;
       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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1140px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    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-large {
  padding: 120px 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;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-regular.woff2") format("woff2");
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-500.woff2") format("woff2");
}
/* reddit-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Reddit Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/reddit-sans-v6-latin-regular.woff2") format("woff2");
}
/* reddit-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Reddit Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/reddit-sans-v6-latin-500.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;
}

.view-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: "Reddit Sans", sans-serif;
  color: #333 !important;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  letter-spacing: 0.1em;
  width: 200px;
  line-height: 1;
  border: 1px solid #333;
  border-radius: 999px;
}
@media screen and (max-width: 1139px) {
  .view-more {
    padding: 14px 0;
  }
}
.view-more:hover {
  background-color: #333;
  color: #fff !important;
  letter-spacing: 0.3em;
}
.view-more:hover::after {
  position: absolute;
  right: -20px;
}
.view-more::after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/icon-arrow.png) no-repeat center/cover;
}

.arrow-button {
  display: inline-block;
  width: 264px;
  padding: 18px 0;
  text-align: center;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.arrow-button:hover {
  background-color: rgba(148, 162, 143, 0.9);
  color: #fff;
}
.arrow-button::after {
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  background: url(../images/icon-arrow-green.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #CBD8C6));
  background: linear-gradient(to bottom, transparent 60%, #CBD8C6 60%);
}

.is-latin {
  font-family: "Reddit Sans", sans-serif;
}

header {
  width: calc(100% - 48px);
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
header .logo img {
  width: 260px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1139px) {
  header .logo img {
    width: 194px;
  }
}
header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .actions .navbar-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .actions .navbar-burger.is-active .bar span:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(30deg);
          transform: translateY(3px) rotate(30deg);
}
header .actions .navbar-burger.is-active .bar span:nth-child(2) {
  width: 40px;
  -webkit-transform: translateY(-5px) rotate(-30deg);
          transform: translateY(-5px) rotate(-30deg);
}
header .actions .navbar-burger .bar {
  width: 40px;
  height: 26px;
  position: relative;
  margin-bottom: 4px;
}
header .actions .navbar-burger .bar span {
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: #fff;
  width: 40px;
  right: 0;
  -webkit-box-shadow: 0 0 3px #333;
          box-shadow: 0 0 3px #333;
}
header .actions .navbar-burger .bar span:nth-child(1) {
  top: calc(50% - 4px);
}
header .actions .navbar-burger .bar span:nth-child(2) {
  top: calc(50% + 4px);
}
header .actions .navbar-burger span {
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Reddit Sans", sans-serif;
  text-shadow: 0 0 3px #333;
}

.nav-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  background: url(../images/nav-bg.jpg) no-repeat center center/cover;
  z-index: 10;
  -webkit-transition: 0.4s all;
  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 .logo {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 1139px) {
  .nav-menu .logo {
    display: none;
  }
}
.nav-menu .logo a img {
  display: block;
  width: 260px;
}
.nav-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .nav-menu .container {
    display: block;
    padding: 104px 16px 80px;
  }
}

footer .clinic-info {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info {
    padding-bottom: 60px !important;
  }
}
footer .clinic-info .logo {
  width: 416px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .logo {
    width: 90%;
  }
}
footer .clinic-info .logo a {
  display: block;
}
footer .clinic-info .logo a img {
  width: 100%;
  display: block;
}
footer .clinic-info .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block {
    display: block;
  }
}
footer .clinic-info .content-block .info .table {
  border-collapse: separate;
  border-spacing: 0 16px;
}
footer .clinic-info .content-block .info .table tbody tr th, footer .clinic-info .content-block .info .table tbody tr td {
  border-bottom: none;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
footer .clinic-info .content-block .info .table tbody tr th {
  border-right: 1px solid #333;
}
footer .clinic-info .content-block .info .table tbody tr td a {
  font-size: 24px;
  font-family: "Reddit Sans", sans-serif;
}
footer .clinic-info .content-block .time {
  width: 480px;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block .time {
    width: 100%;
    margin-top: 24px;
  }
}
footer .clinic-info .content-block .time .table, footer .clinic-info .content-block .time p {
  font-size: 16px;
}
@media screen and (max-width: 1139px) {
  footer .clinic-info .content-block .time .table, footer .clinic-info .content-block .time p {
    font-size: 14px;
  }
}
footer .clinic-info .content-block .time .table {
  border-bottom: 1px solid #595757;
}
footer .clinic-info .content-block .time .table thead tr th, footer .clinic-info .content-block .time .table thead tr td {
  background-color: transparent;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
footer .clinic-info .content-block .time .table tbody tr th, footer .clinic-info .content-block .time .table tbody tr td {
  border: none;
}
footer .clinic-info .content-block .time .table tbody tr td {
  color: #94A28F;
}
footer .clinic-info .content-block .time .googleCalendar {
  text-align: center;
}
footer .clinic-info .content-block .time .googleCalendar iframe {
  width: 100%;
  max-width: 800px;
  height: 300px;
}
footer .clinic-info .content-block .time .googleCalendar .Sp1EOc {
  display: none !important;
}
footer .gmap {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 1139px) {
  footer .gmap {
    height: 240px;
  }
}
footer .gmap iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(0.9) contrast(1.1);
          filter: grayscale(100%) brightness(0.9) contrast(1.1);
}
footer .copyright {
  padding: 12px 0;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  footer .copyright {
    padding: 20px 0;
  }
}

.navigation-container nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-left: -50px;
}
@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 {
  padding-left: 0 !important;
  grid-column: 3/5;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .col-3-4 {
    grid-column: auto;
  }
}
.navigation-container nav .col-3-4 .buttons {
  margin-top: 0 !important;
}
.navigation-container nav .col-3-4 .buttons .button {
  color: #fff !important;
  border-color: #fff !important;
}
.navigation-container nav .col-3-4 .buttons .button.is-text:not(:last-child) {
  margin-right: 2rem;
}
.navigation-container nav .menu-item {
  padding: 48px 0 48px 50px;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item {
    padding: 16px 0;
    border-top: 1px solid #ADADAD;
  }
  .navigation-container nav .menu-item.col-3-4 {
    padding-top: 36px;
  }
}
.navigation-container nav .menu-item:nth-child(5), .navigation-container nav .menu-item:nth-child(6), .navigation-container nav .menu-item:nth-child(7) {
  border-top: 1px solid #fff;
}
.navigation-container nav .menu-item > button {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .navigation-container nav .menu-item > button::after {
    content: "";
    display: block;
    width: 16px;
    height: 9px;
    background: url(../images/icon-arrow-down.svg) no-repeat center/cover;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  .navigation-container nav .menu-item > button.is-active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.navigation-container nav .menu-item .submenu {
  margin: 24px 0 0 4px;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item .submenu {
    margin: 0;
    padding: 24px 16px;
    display: none;
  }
}
.navigation-container nav .menu-item .submenu ul.cols-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #fff;
  position: absolute;
  top: 8.5px;
  left: 0;
  border-radius: 4px;
}
.navigation-container nav .menu-item .submenu ul li a {
  color: #fff !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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navigation-container nav .menu-item .buttons .button {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1139px) {
  .navigation-container nav .menu-item .buttons .button {
    padding: 0;
    width: auto;
  }
}
.navigation-container .actions {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1139px) {
  .navigation-container .actions {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1139px) {
  .navigation-container .actions .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.navigation-container .actions .buttons .button {
  font-size: 16px;
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1139px) {
  .navigation-container .actions .buttons .button {
    width: 210px !important;
  }
}
.navigation-container .actions .buttons .button::before {
  content: "";
  display: block;
  margin-right: 7px;
}
.navigation-container .actions .buttons .button::after {
  content: "";
  display: block;
  margin-left: 7px;
  width: 24px;
  height: 8px;
  background: url(../images/icon-arrow-white.png) no-repeat center/cover;
}
.navigation-container .actions .buttons .button.tel::before {
  width: 10.26px;
  height: 10.26px;
  background: url(../images/icon-phone.svg) no-repeat center/cover;
}
.navigation-container .actions .buttons .button.appointment::before {
  width: 10px;
  height: 11px;
  background: url(../images/icon-calendar.svg) no-repeat center/cover;
}
.navigation-container .actions .buttons .button.interview::before {
  width: 8px;
  height: 11px;
  background: url(../images/icon-clipboard.svg) no-repeat center/cover;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(../images/hero-pc_v2.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1139px) {
  .hero {
    background: url(../images/hero-sp_v2.jpg) no-repeat bottom -50px center/cover;
  }
}
.hero .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.hero .container .symbol {
  position: absolute;
  bottom: 280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 322px;
  display: block;
}
@media screen and (max-width: 1139px) {
  .hero .container .symbol {
    width: 240px;
    bottom: 200px;
  }
}
.hero .container .text-block {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .hero .container .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero .container .text-block .has-text-main-lighter {
  display: inline-block;
  margin-top: 6px;
  font-size: 88px;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 1139px) {
  .hero .container .text-block .has-text-main-lighter {
    font-size: 40px;
  }
}
.hero .container .text-block .has-text-main-lighter span {
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 16px;
  font-weight: 500;
}
@media screen and (max-width: 1139px) {
  .hero .container .text-block .has-text-main-lighter span {
    font-size: 28px;
  }
}
.hero .container .text-block .has-text-white {
  margin-left: 24px;
  font-size: 110px;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (max-width: 1139px) {
  .hero .container .text-block .has-text-white {
    display: block;
    margin-left: 0;
    font-size: 60px;
    line-height: 1;
  }
}

.top-section-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1139px) {
  .top-section-title {
    margin-bottom: 46px;
  }
}
.top-section-title .subscript {
  display: block;
  font-size: 50px;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
  color: #94A28F;
  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;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 12px !important;
}
@media screen and (max-width: 1139px) {
  .top-section-title h2 {
    font-size: 18px;
  }
}

.top-age {
  background: url(../images/top-age-bg.jpg) no-repeat center center/cover;
  position: relative;
}
.top-age .display-text {
  position: absolute;
  top: 74px;
  right: -40px;
  font-size: 200px;
  font-family: "Reddit Sans", sans-serif;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1139px) {
  .top-age .display-text {
    font-size: 160px;
    top: 16px;
  }
}
.top-age .top-section-title {
  margin-bottom: 36px;
}
.top-age .top-section-title h2 {
  color: #fff;
}
.top-age .top-section-title .subscript {
  color: #ADADAD;
}
.top-age .items {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1139px) {
  .top-age .items {
    grid-template-columns: 1fr;
  }
}
.top-age .items::before, .top-age .items::after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #6C6C6C;
  left: calc((100vw - 1120px) / 2 * -1);
  z-index: 0;
}
@media screen and (max-width: 1139px) {
  .top-age .items::before, .top-age .items::after {
    left: -16px;
  }
}
.top-age .items::before {
  top: 0;
}
.top-age .items::after {
  bottom: 0;
}
.top-age .items .item {
  position: relative;
  display: block;
  padding: 8px 8px 54px;
  border-left: 1px solid #6C6C6C;
}
@media screen and (max-width: 1139px) {
  .top-age .items .item {
    padding: 8px 8px 88px;
    border-right: 1px solid #6C6C6C;
  }
  .top-age .items .item:not(:last-child) {
    border-bottom: 1px solid #6C6C6C;
  }
}
.top-age .items .item:hover .more {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-50%) scale(1.3);
          transform: translateX(-50%) scale(1.3);
}
.top-age .items .item:last-child {
  border-right: 1px solid #6C6C6C;
}
.top-age .items .item figure {
  width: 100%;
}
.top-age .items .item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.top-age .items .item .title {
  padding-top: 27px;
}
.top-age .items .item .title span, .top-age .items .item .title h3 {
  text-align: center;
}
.top-age .items .item .title span {
  font-size: 14px;
  font-family: "Reddit Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
}
.top-age .items .item .title span::before, .top-age .items .item .title span::after {
  content: "-";
  margin: 0 8px;
}
.top-age .items .item .title h3 {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
.top-age .items .item .more {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border: 1px solid #707070;
  background-color: #404040;
  border-radius: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 1139px) {
  .top-age .items .item .more {
    bottom: 24px;
  }
}

.top-orthodontics {
  position: relative;
  background: linear-gradient(45deg, #fff 0%, #E0E0E0 100%);
  padding-bottom: 420px !important;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 120px !important;
  }
}
.top-orthodontics .display-text {
  position: absolute;
  top: -10px;
  left: -24px;
  font-size: 180px;
  font-family: "Reddit Sans", sans-serif;
  line-height: 1;
  color: rgba(148, 162, 143, 0.2);
  z-index: 0;
  letter-spacing: -0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .display-text {
    font-size: 120px;
  }
}
.top-orthodontics .top-section-title {
  text-align: center;
}
.top-orthodontics .items {
  margin-left: 280px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items {
    margin-left: 32px;
  }
}
.top-orthodontics .items .item {
  padding: 64px 140px 64px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ADADAD;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 16px 40px 0;
  }
}
.top-orthodontics .items .item:last-child {
  border-bottom: 1px solid #ADADAD;
}
.top-orthodontics .items .item .title-block {
  width: 325px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .title-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    margin-right: 24px;
  }
}
.top-orthodontics .items .item .title-block .title {
  margin-bottom: 30px;
}
.top-orthodontics .items .item .title-block .title .subscript {
  font-size: 12px;
  font-family: "Reddit Sans", sans-serif;
  color: #ADADAD;
  letter-spacing: 0.2em;
  line-height: 1;
}
.top-orthodontics .items .item .title-block .title h3 {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .title-block .title h3 {
    letter-spacing: 0;
  }
}
.top-orthodontics .items .item .title-block .title h3 span {
  font-size: 16px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .title-block .title h3 span {
    font-size: 15px;
  }
}
.top-orthodontics .items .item .text {
  width: 457px;
  padding-right: 64px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item .text {
    margin-top: 24px;
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-orthodontics .items .item .text p {
  font-size: 16px;
}
.top-orthodontics .items .item figure {
  width: 160px;
}
@media screen and (max-width: 1139px) {
  .top-orthodontics .items .item figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100px;
  }
}
.top-orthodontics .items .item figure img {
  display: block;
  width: 100%;
}

.top-malocclusion {
  position: relative;
  margin-top: -300px;
  padding: 0;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion {
    margin-top: 0;
  }
}
.top-malocclusion .content-block {
  padding: 80px 140px 80px 80px;
  margin-left: calc((100vw - 1120px) / 2);
  background: url(../images/top-malocclusion-bg.jpg) no-repeat center center/cover;
  border-radius: 8px 0 0 8px/8px 0 0 8px;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block {
    padding: 120px 16px;
    margin-left: 0;
    border-radius: 0;
  }
}
.top-malocclusion .content-block .top-section-title .subscript {
  font-size: 80px;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .top-section-title .subscript {
    font-size: 10.5vw;
  }
}
.top-malocclusion .content-block .top-section-title h2 {
  color: #fff;
  margin-bottom: 0 !important;
}
.top-malocclusion .content-block .items {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-malocclusion .content-block .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px 0 8px;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .items .item {
    padding: 24px 8px 16px;
  }
}
.top-malocclusion .content-block .items .item figure {
  width: 142px;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .items .item figure {
    width: 100px;
  }
}
.top-malocclusion .content-block .items .item figure img {
  display: block;
  width: 100%;
}
.top-malocclusion .content-block .items .item .title {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .items .item .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-malocclusion .content-block .items .item .title h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .items .item .title h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.top-malocclusion .content-block .items .item .title .tag {
  margin-top: 2px;
  display: block;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #595757;
  color: #fff;
  margin-left: 8px;
  font-size: 12px;
  line-height: 1.2;
}
.top-malocclusion .content-block .items .item p {
  text-align: center;
  color: #333;
}
.top-malocclusion .content-block .items .item .view-more {
  margin-top: 24px;
  padding: 0;
  border: none;
  color: #fff !important;
}
@media screen and (max-width: 1139px) {
  .top-malocclusion .content-block .items .item .view-more {
    width: 100%;
  }
}
.top-malocclusion .content-block .items .item .view-more::after {
  background: url(../images/icon-arrow-white.png) no-repeat center/cover;
}

.top-features .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-features .title-block .view-more {
  margin-top: 16px;
}
@media screen and (max-width: 1139px) {
  .top-features .title-block .view-more {
    display: none;
  }
}
.top-features .items {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 1139px) {
  .top-features .items {
    margin: 0 -16px 40px;
    grid-template-columns: 1fr;
  }
}
.top-features .items .item {
  padding: 40px;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1139px) {
  .top-features .items .item {
    display: block;
    padding: 40px 16px;
  }
}
.top-features .items .item:nth-child(odd) {
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 1139px) {
  .top-features .items .item:nth-child(odd) {
    border-right: none;
  }
}
.top-features .items .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 197px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1139px) {
  .top-features .items .item .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: auto;
  }
}
.top-features .items .item .title h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1139px) {
  .top-features .items .item .title h3 {
    margin-bottom: 0;
  }
}
.top-features .items .item .title .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #F5F5F5;
  color: #E0E0E0;
  border-radius: 50%;
}
.top-features .items .item .text {
  margin-left: 36px;
}
@media screen and (max-width: 1139px) {
  .top-features .items .item .text {
    margin-top: 24px;
    margin-left: 0;
  }
}

.top-facility {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .top-facility {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.top-facility .slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.top-greeting {
  padding-top: 160px !important;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .top-greeting {
    padding-top: 180px;
  }
}
.top-greeting::before {
  content: "";
  background-color: #F5F5F5;
  width: 905px;
  height: 325px;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1139px) {
  .top-greeting::before {
    width: 300px;
    height: 200px;
  }
}
.top-greeting .container {
  position: relative;
}
.top-greeting .container .top-section-title {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 2;
  text-align: right;
}
.top-greeting .container .top-section-title h2 {
  color: #94A28F;
}
.top-greeting .container .top-section-title .subscript {
  font-size: 80px;
  color: #94A28F;
  margin-right: -87px;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .top-section-title .subscript {
    font-size: 60px;
    margin-right: 0;
  }
}
.top-greeting .container .content-block {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 412px 1fr;
  gap: 48px;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.top-greeting .container .content-block .text {
  position: relative;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 310px;
  }
}
.top-greeting .container .content-block .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 20px 0 36px;
}
.top-greeting .container .content-block .text figure {
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 1;
}
.top-greeting .container .content-block .text figure img {
  display: block;
  width: 100%;
}
.top-greeting .container .content-block .text figure.figure1 {
  width: 161px;
  left: 0;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .text figure.figure1 {
    width: 42%;
    bottom: 50px;
  }
}
.top-greeting .container .content-block .text figure.figure2 {
  width: 210px;
  right: 0;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .text figure.figure2 {
    width: 54%;
  }
}
.top-greeting .container .content-block .text .display-text {
  position: absolute;
  display: block;
  width: 640px;
  max-width: 640px;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .figures {
    margin-right: -16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-greeting .container .content-block .figures figure {
  position: relative;
}
.top-greeting .container .content-block .figures figure::after {
  content: "";
  width: 600px;
  height: 325px;
  background-color: #EBEBEB;
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 0;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .figures figure::after {
    width: 285px;
    height: 211px;
    bottom: -24px;
    right: 0;
  }
}
.top-greeting .container .content-block .figures figure img, .top-greeting .container .content-block .figures figure figcaption {
  position: relative;
  z-index: 1;
}
.top-greeting .container .content-block .figures figure figcaption {
  display: block;
  padding: 16px 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .figures figure figcaption {
    padding: 8px 12px 8px 0;
  }
}
.top-greeting .container .content-block .figures figure figcaption .has-text-main {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
.top-greeting .container .content-block .figures figure figcaption .is-latin {
  font-size: 14px;
  color: #ADADAD;
  letter-spacing: 0.1em;
}
.top-greeting .container .content-block .figures figure img {
  display: block;
}
.top-greeting .container .content-block .figures .action {
  margin-top: 100px;
  text-align: right;
}
@media screen and (max-width: 1139px) {
  .top-greeting .container .content-block .figures .action {
    display: none;
  }
}

.cta-counseling {
  padding: 150px 0;
  background: url(../images/cta-bg-pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1139px) {
  .cta-counseling {
    padding: 120px 0 268px;
    background: url(../images/cta-bg-sp.jpg) no-repeat center/cover;
  }
}
.cta-counseling .content-block {
  width: 526px;
}
@media screen and (max-width: 1139px) {
  .cta-counseling .content-block {
    width: 90%;
    margin: auto;
  }
}
.cta-counseling .content-block .top-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.cta-counseling .content-block .top-section-title .subscript, .cta-counseling .content-block .top-section-title h2 {
  color: #fff;
}
.cta-counseling .content-block .top-section-title .subscript {
  margin-bottom: 12px;
}
.cta-counseling .content-block .top-section-title h2 {
  margin-bottom: 0;
}
.cta-counseling .content-block p {
  color: #fff;
  font-size: 16px;
}
.cta-counseling .content-block .action {
  text-align: center;
  margin-top: 40px;
}

.lower-page-title {
  margin-top: 113px;
  width: 100%;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .lower-page-title {
    padding: 0 16px;
    margin-top: 98px;
    height: auto;
  }
}
.lower-page-title .display-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 120px;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #F5F5F5;
  text-align: right;
}
@media screen and (max-width: 1139px) {
  .lower-page-title .display-text {
    font-size: 12vw;
  }
}
.lower-page-title .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-page-title .container .category {
  font-size: 16px;
}
.lower-page-title .container h1, .lower-page-title .container .h1 {
  margin-top: 4px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1139px) {
  .lower-page-title .container h1, .lower-page-title .container .h1 {
    font-size: 32px;
  }
}
.lower-page-title .container .breadcrumb {
  margin-top: 16px;
}

.lower-page {
  border-bottom: 1px solid #E0E0E0;
}
.lower-page .lower-section-title {
  margin-bottom: 40px;
}
.lower-page .lower-section-title.is-white .subscript, .lower-page .lower-section-title.is-white h2 {
  color: #fff;
}
.lower-page .lower-section-title.is-white h2:after {
  background: #fff;
}
.lower-page .lower-section-title .subscript {
  font-family: "Reddit Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #94A28F;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title .subscript {
    font-size: 12px;
  }
}
.lower-page .lower-section-title .subscript::after {
  content: "：";
}
.lower-page .lower-section-title h2, .lower-page .lower-section-title h1 {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.lower-page .lower-section-title h2::after, .lower-page .lower-section-title h1::after {
  content: "";
  display: block;
  margin-top: 24px;
  width: 48px;
  height: 1px;
  background: #94A28F;
}
@media screen and (max-width: 1139px) {
  .lower-page .lower-section-title h2::after, .lower-page .lower-section-title h1::after {
    margin-top: 8px;
  }
}
.lower-page .lower-section-title2 {
  font-size: 18px;
  display: inline-block;
  padding: 8px 24px;
  line-height: 1.25;
  color: #FFF;
  background-color: #94A28F;
  margin-bottom: 1em;
}
.lower-page .content p, .lower-page .content ul li {
  font-size: 16px;
}
.lower-page .section section:not(:last-child) {
  margin-bottom: 48px;
}
.lower-page .section section:not(:last-child).is-large {
  margin-bottom: 80px;
}
.lower-page .spacer {
  height: 24px;
}
.lower-page .spacer.is-large {
  height: 48px;
}
.lower-page .bg-main-light {
  background-color: #CBD8C6 !important;
}
.lower-page .bg-accent-light {
  background-color: rgba(163, 144, 161, 0.5) !important;
}
.lower-page .bg-grey-light {
  background-color: #f5f5f5 !important;
}
.lower-page .bg-white {
  background-color: #fff !important;
}
.lower-page .bg-abstract-dark {
  background: url(../images/bg-abstract-dark.jpg) no-repeat center/cover;
}
.lower-page .bg-abstract-light {
  background: url(../images/bg-abstract-light.jpg) no-repeat center/cover;
}
.lower-page .bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E0E0E0));
  background: linear-gradient(to bottom, #fff 0%, #E0E0E0 100%);
}
.lower-page .has-border {
  border: 1px solid #94A28F;
}
.lower-page .grid {
  display: grid;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1139px) {
  .lower-page .grid {
    gap: 30px;
  }
}
.lower-page .grid.is-large-gap {
  gap: 80px;
}
@media screen and (max-width: 1139px) {
  .lower-page .grid.is-large-gap {
    gap: 40px;
  }
}
.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 .box {
  padding: 24px;
}
.lower-page .about-block {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 120px;
}
@media screen and (max-width: 1139px) {
  .lower-page .about-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.lower-page .about-block figure {
  position: relative;
}
@media screen and (max-width: 1139px) {
  .lower-page .about-block figure {
    width: 254px;
    margin: auto;
  }
}
.lower-page .about-block figure::after {
  content: "";
  display: block;
  width: calc(400px + (100vw - 1120px) / 2);
  height: 400px;
  background-color: #F5F5F5;
  position: absolute;
  top: 80px;
  left: 40px;
  z-index: 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .about-block figure::after {
    width: 342px;
    height: 244px;
    left: -20px;
    top: unset;
    bottom: -40px;
  }
}
.lower-page .about-block figure img {
  position: relative;
  display: block;
  -webkit-box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.05);
          box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.05);
  z-index: 1;
}
.lower-page .caution-block {
  position: relative;
  border: 1px solid #94A28F;
  padding: 48px 40px 40px;
}
@media screen and (max-width: 1139px) {
  .lower-page .caution-block {
    padding: 51px 26px 24px;
  }
}
.lower-page .caution-block.is-white .title {
  color: #fff;
  background-color: #333;
}
.lower-page .caution-block.is-white p, .lower-page .caution-block.is-white ul li {
  color: #fff;
}
.lower-page .caution-block .title {
  display: inline-block;
  padding: 8px 24px;
  background-color: #fff;
  border: 1px solid #94A28F;
  border-width: 0 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
}
@media screen and (max-width: 1139px) {
  .lower-page .caution-block .title {
    max-width: 85%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
}
.lower-page .note-block {
  border: 1px solid #F5F5F5;
  border-width: 24px 0;
  display: grid;
  gap: 0;
  grid-template-columns: 404px 1fr;
}
@media screen and (max-width: 1139px) {
  .lower-page .note-block {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
.lower-page .note-block .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1139px) {
  .lower-page .note-block .title-block {
    padding: 40px 0;
  }
}
.lower-page .note-block .title-block .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.lower-page .note-block .title-block .subscript {
  font-size: 12px;
  color: #94A28F;
  letter-spacing: 0.3em;
}
.lower-page .note-block .content-block {
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .note-block .content-block {
    padding: 0 0 40px;
  }
}
.lower-page .number-box {
  padding: 40px 24px;
  border: 1px solid #ADADAD;
}
.lower-page .number-box.is-dark .title, .lower-page .number-box.is-dark p {
  color: #333;
}
.lower-page .number-box .number {
  font-size: 12px;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.3em;
  color: #ADADAD;
}
.lower-page .number-box .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 16px 0 24px;
}
.lower-page .number-box p, .lower-page .number-box ul li {
  color: #fff;
}
.lower-page .faq-box > section {
  margin-bottom: 36px !important;
}
.lower-page .faq-box > section .is-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.lower-page .faq-box > section .is-q .head {
  margin-right: 16px;
  line-height: 1;
  font-size: 32px;
  color: #94A28F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lower-page .faq-box > section .is-q .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.35em;
  color: #333;
}
.lower-page .faq-box > section .is-a {
  margin-left: 30px;
  padding-left: 16px;
  border-left: 2px solid #94A28F;
}
.lower-page .step-content {
  margin-left: -8px;
}
.lower-page .step-content > div {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 1139px) {
  .lower-page .step-content > div {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.lower-page .step-content > div::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #94A28F;
  -webkit-transform: translateX(-50%);
          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: #94A28F;
  font-size: 20px;
  font-family: "Reddit Sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.lower-page .step-content > div .text .title {
  font-size: 18px;
  font-weight: normal;
  color: #94A28F;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
}
@media screen and (max-width: 1139px) {
  .lower-page .step-content > div .text .title {
    font-size: 16px;
  }
}
.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: 16px;
  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: #4E2E4A;
  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 #94A28F;
}
.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: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.lower-page .is-list-blog .date {
  font-weight: 500;
  font-size: 16px;
  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: #EBEBEB;
  border: 1px solid #595757;
  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: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #94A28F;
  border-bottom: 2px solid #94A28F;
  padding: 8px;
  margin-bottom: 24px;
}
.lower-page .single-body h1:not(:first-child) {
  margin-top: 80px;
}
.lower-page .single-body h2 {
  font-size: 20px;
  font-weight: 500;
  color: #94A28F;
  border-left: 4px solid #94A28F;
  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: #94A28F;
}
.lower-page .single-body h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background-color: #EBEBEB;
  padding: 8px;
  margin-bottom: 16px;
}
.lower-page .single-body h3:not(:first-child) {
  margin-top: 40px;
}
.lower-page .single-body h3 strong {
  color: #333;
}
.lower-page .gmap {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1139px) {
  .lower-page .gmap {
    height: 360px;
  }
}
.lower-page .gmap iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(0.9) contrast(1.1);
          filter: grayscale(100%) brightness(0.9) contrast(1.1);
}

.lower-page .is-case-box {
  background-color: #f8f8f8;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .lower-page .is-case-box {
    padding: 1rem 1rem 2rem;
  }
}
.lower-page .is-case-box:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1139px) {
  .lower-page .is-case-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
.lower-page .is-case-box .case-head__label {
  padding: 20px;
  height: 100%;
  border: 1px solid #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1139px) {
  .lower-page .is-case-box .case-head__label {
    font-size: 18px;
    padding: 16px;
  }
}
.lower-page .is-case-box .case-head__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lower-page .is-case-box .case-head__buttons {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.lower-page .is-case-box .case-head__button {
  padding: 2px 1em;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #FFF;
  border: 1px solid #ADADAD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower-page .is-case-box .case-head__button.is-extraction {
  background-color: #595757;
  border-color: #595757;
  color: #FFF;
}
.lower-page .is-case-box hr {
  margin-bottom: 40px;
}
@media screen and (max-width: 1139px) {
  .lower-page .is-case-box hr {
    margin-bottom: 1.5em;
  }
}
.lower-page .is-case-box .images {
  padding: 1em 0;
  background-color: #FFF;
}
@media screen and (max-width: 1139px) {
  .lower-page .is-case-box .images {
    margin: 0 1em;
  }
}
.lower-page .is-case-box .images figure {
  position: relative;
  margin-right: 1em;
  margin-left: 1em;
}
.lower-page .is-case-box .images figure:not(:last-child) {
  margin-bottom: 48px;
}
.lower-page .is-case-box .images figure:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 16px solid #94A28F;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -32px;
}
.lower-page .is-case-box .images figure img {
  display: block;
}
.lower-page .is-case-box .images figure figcaption {
  display: block;
  padding: 10px 24px 8px;
  font-style: normal !important;
  background-color: #EBEBEB;
  color: #4B6343;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
}
.lower-page .is-case-box .table {
  background-color: transparent !important;
}
.lower-page .is-case-box .table tr th, .lower-page .is-case-box .table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1em;
  border-color: #ADADAD !important;
}
.lower-page .is-case-box .table tr th {
  width: 7em;
  white-space: unset;
  font-weight: 500;
}
.lower-page.case .search-condition h4.title {
  margin-bottom: 8px;
  color: #ADADAD;
}
.lower-page.case .search-condition .select {
  width: 100%;
}
.lower-page.case .search-condition .select select {
  width: 100%;
}/*# sourceMappingURL=base.css.map */