@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: 0;
  -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: "Shippori Mincho", serif;
}

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

a:not(.card):not(.horizon-card):not(.page-top):not(.view-more):not(.more) {
  color: #9A998E;
  cursor: pointer;
  text-decoration: none;
}
a:not(.card):not(.horizon-card):not(.page-top):not(.view-more):not(.more):hover {
  color: #B5B4A8;
}

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

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

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

b {
  font-weight: 500;
}

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

small {
  font-size: 13px;
}

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

strong {
  color: #222;
  font-weight: 500;
}

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

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

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

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

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

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

.is-font-size-2 {
  font-size: 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: 1143px) {
  .is-font-size-1-mobile {
    font-size: 32px !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: #B5B4A8 !important;
}

a.has-text-main:hover, a.has-text-main:focus {
  color: rgb(157.5590062112, 156.2422360248, 140.4409937888) !important;
}

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

.has-text-main-dark {
  color: #9A998E !important;
}

a.has-text-main-dark:hover, a.has-text-main-dark:focus {
  color: rgb(129.3691588785, 128.2242990654, 115.6308411215) !important;
}

.has-background-main-dark {
  background-color: #9A998E !important;
}

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

a.has-text-accent:hover, a.has-text-accent:focus {
  color: rgb(229.4838709677, 231.3064516129, 165.6935483871) !important;
}

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

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

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

.has-background-black {
  background-color: #222 !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: 1143px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1144px) {
  .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: #B5B4A8;
  border-width: 1px;
  color: #B5B4A8 !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: 1143px) {
  .button {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover, .button.is-hovered {
  opacity: 0.6;
  color: #fff;
}
.button:hover span, .button.is-hovered span {
  color: #fff;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #222 !important;
}
.button.is-text:hover, .button.is-text.is-hovered {
  color: #222 !important;
}
.button.is-text:hover span, .button.is-text.is-hovered span {
  color: #222 !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: #B5B4A8;
  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: #B5B4A8;
}
.button.is-main.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main.is-outlined {
  background-color: transparent;
  border-color: #B5B4A8;
  color: #B5B4A8 !important;
}
.button.is-main.is-outlined span {
  color: #B5B4A8 !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: #B5B4A8;
}
.button.is-main-dark {
  background-color: #9A998E;
  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: #9A998E;
}
.button.is-main-dark.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main-dark.is-outlined {
  background-color: transparent;
  border-color: #9A998E;
  color: #9A998E !important;
}
.button.is-main-dark.is-outlined span {
  color: #9A998E !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: #9A998E;
}
.button.is-accent {
  background-color: #F1F2CE;
  border-color: transparent;
  color: #222 !important;
}
.button.is-accent:hover, .button.is-accent.is-hovered {
  opacity: 0.5;
}
.button.is-accent.is-inverted {
  background-color: #222;
  color: #F1F2CE;
}
.button.is-accent.is-inverted:hover {
  opacity: 0.5;
}
.button.is-accent.is-outlined {
  background-color: transparent;
  border-color: #F1F2CE;
  color: #F1F2CE !important;
}
.button.is-accent.is-outlined span {
  color: #F1F2CE !important;
}
.button.is-accent.is-outlined:hover {
  opacity: 0.5;
}
.button.is-accent.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #222;
  color: #222;
}
.button.is-accent.is-inverted.is-outlined:hover {
  background-color: #222;
  color: #F1F2CE;
}
.button.is-black {
  background-color: #222;
  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: #222;
}
.button.is-black.is-inverted:hover {
  opacity: 0.5;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #222;
  color: #222 !important;
}
.button.is-black.is-outlined span {
  color: #222 !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: #222;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #222 !important;
}
.button.is-white:hover, .button.is-white.is-hovered {
  opacity: 0.5;
}
.button.is-white.is-inverted {
  background-color: #222;
  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: #222;
  color: #222;
}
.button.is-white.is-inverted.is-outlined:hover {
  background-color: #222;
  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: 1143px) {
  .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: 1143px) {
  .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;
}

input[type=button].button {
  height: auto;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1144px) {
  .container {
    max-width: 1120px;
    width: 1120px;
  }
  .container.is-fluid {
    margin-left: 12px;
    margin-right: 12px;
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width: 1144px) {
  .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: #222;
  font-weight: 500;
  line-height: 1.4;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.content h3:not(:first-child) {
  margin-top: 0.6666em;
}
.content h4 {
  font-size: 16px;
  margin-bottom: 16px !important;
  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(34, 34, 34, 0.1);
  border-left: 5px solid #e3e3e3;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul {
  margin-left: 0.5rem;
}
.content ul li {
  position: relative;
  padding-left: 1.3rem;
}
.content ul li::before {
  content: "●";
  color: #F1F2CE;
  position: absolute;
  top: 0;
  left: 0;
}
.content ul li ul {
  margin-top: 0.5em;
}
.content ul li ul li {
  position: relative;
  padding-left: 1.2rem;
}
.content ul li ul li::before {
  content: "・";
  color: #9A998E;
}
.content ul.is-check li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  color: #222;
}
.content ul.is-check li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/icon-check.svg) no-repeat left center;
  background-size: 16px auto;
  width: 17px;
  height: 16px;
  display: block;
}
.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: 1143px) {
  .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: 1143px) {
  .content ul.is-number {
    margin-left: 0.5rem;
  }
}
.content ul.is-number > li {
  padding-left: 6.5em;
}
@media screen and (max-width: 1143px) {
  .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: 1143px) {
  .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: #9A998E;
  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: 1143px) {
  .content table.is-font-size-normal-mobile td, .content table.is-font-size-normal-mobile th {
    font-size: 1rem;
  }
}
.content table th {
  color: #222;
  text-align: left;
  white-space: nowrap;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #222;
}
.content section:not(:last-child) {
  margin-bottom: 1.5em;
}
.content.is-small {
  font-size: 12px;
}
.content.is-medium {
  font-size: 16px;
}
.content.is-large {
  font-size: 18px;
}

.input,
.textarea {
  background-color: #fff;
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  color: #222;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #B5B4A8;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #B5B4A8;
}
.input[disabled],
.textarea[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  border-color: #959595;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #959595;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.input.is-narrow,
.textarea.is-narrow {
  width: 8em;
}
.input.is-number,
.textarea.is-number {
  width: 5em;
}
.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input.is-main,
.textarea.is-main {
  border-color: #B5B4A8;
}
.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(181, 180, 168, 0.25);
          box-shadow: 0 rgba(181, 180, 168, 0.25);
}
.input.is-main-dark,
.textarea.is-main-dark {
  border-color: #9A998E;
}
.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(154, 153, 142, 0.25);
          box-shadow: 0 rgba(154, 153, 142, 0.25);
}
.input.is-accent,
.textarea.is-accent {
  border-color: #F1F2CE;
}
.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(241, 242, 206, 0.25);
          box-shadow: 0 rgba(241, 242, 206, 0.25);
}
.input.is-black,
.textarea.is-black {
  border-color: #222;
}
.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(34, 34, 34, 0.25);
          box-shadow: 0 rgba(34, 34, 34, 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: 50%;
}
@media screen and (max-width: 1143px) {
  .input.is-half,
  .textarea.is-half {
    width: 100%;
  }
}
.input.is-year,
.textarea.is-year {
  width: 8em;
}
@media screen and (max-width: 1143px) {
  .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 {
  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: #959595;
  cursor: not-allowed;
}
.checkbox.is-no-answer .wpcf7-list-item.first,
.radio.is-no-answer .wpcf7-list-item.first {
  display: none;
}

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

.select {
  width: 100%;
  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: #9A998E;
  right: 1em;
  z-index: 4;
  -webkit-transform: rotate(-45deg) translateY(-25%);
          transform: rotate(-45deg) translateY(-25%);
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #fff;
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  color: #222;
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.select select::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.select select:-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.select select:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.select select:hover, .select select.is-hovered {
  border-color: #B5B4A8;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #B5B4A8;
}
.select select[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  border-color: #959595;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #959595;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select.is-narrow {
  width: 8em;
}
.select select.is-number {
  width: 5em;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #959595;
}
.select select:not([multiple]) {
  padding-right: 1.75em;
}
.select select[multiple] {
  height: initial;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple)::after {
  border-color: #959595;
}
.select.is-main:not(:hover)::after {
  border-color: #B5B4A8;
}
.select.is-main select {
  border-color: #B5B4A8;
}
.select.is-main select:hover, .select.is-main select.is-hovered {
  border-color: rgb(169.2795031056, 168.1211180124, 154.2204968944);
}
.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(181, 180, 168, 0.25);
          box-shadow: 0 rgba(181, 180, 168, 0.25);
}
.select.is-main-dark:not(:hover)::after {
  border-color: #9A998E;
}
.select.is-main-dark select {
  border-color: #9A998E;
}
.select.is-main-dark select:hover, .select.is-main-dark select.is-hovered {
  border-color: rgb(141.964953271, 140.8457943925, 128.535046729);
}
.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(154, 153, 142, 0.25);
          box-shadow: 0 rgba(154, 153, 142, 0.25);
}
.select.is-accent:not(:hover)::after {
  border-color: #F1F2CE;
}
.select.is-accent select {
  border-color: #F1F2CE;
}
.select.is-accent select:hover, .select.is-accent select.is-hovered {
  border-color: rgb(235.2419354839, 236.6532258065, 185.8467741935);
}
.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(241, 242, 206, 0.25);
          box-shadow: 0 rgba(241, 242, 206, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #222;
}
.select.is-black select {
  border-color: #222;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: rgb(21.25, 21.25, 21.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(34, 34, 34, 0.25);
          box-shadow: 0 rgba(34, 34, 34, 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: #959595;
}
.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: #B5B4A8;
  border-color: transparent;
  color: #fff;
}
.file.is-main:hover .file-cta, .file.is-main.is-hovered .file-cta {
  background-color: rgb(175.1397515528, 174.0605590062, 161.1102484472);
  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(181, 180, 168, 0.25);
          box-shadow: 0 0 0.5em rgba(181, 180, 168, 0.25);
  color: #fff;
}
.file.is-main:active .file-cta, .file.is-main.is-active .file-cta {
  background-color: rgb(169.2795031056, 168.1211180124, 154.2204968944);
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark .file-cta {
  background-color: #9A998E;
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:hover .file-cta, .file.is-main-dark.is-hovered .file-cta {
  background-color: rgb(147.9824766355, 146.9228971963, 135.2675233645);
  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(154, 153, 142, 0.25);
          box-shadow: 0 0 0.5em rgba(154, 153, 142, 0.25);
  color: #fff;
}
.file.is-main-dark:active .file-cta, .file.is-main-dark.is-active .file-cta {
  background-color: rgb(141.964953271, 140.8457943925, 128.535046729);
  border-color: transparent;
  color: #fff;
}
.file.is-accent .file-cta {
  background-color: #F1F2CE;
  border-color: transparent;
  color: #222;
}
.file.is-accent:hover .file-cta, .file.is-accent.is-hovered .file-cta {
  background-color: rgb(238.1209677419, 239.3266129032, 195.9233870968);
  border-color: transparent;
  color: #222;
}
.file.is-accent:focus .file-cta, .file.is-accent.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(241, 242, 206, 0.25);
          box-shadow: 0 0 0.5em rgba(241, 242, 206, 0.25);
  color: #222;
}
.file.is-accent:active .file-cta, .file.is-accent.is-active .file-cta {
  background-color: rgb(235.2419354839, 236.6532258065, 185.8467741935);
  border-color: transparent;
  color: #222;
}
.file.is-black .file-cta {
  background-color: #222;
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: rgb(27.625, 27.625, 27.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(34, 34, 34, 0.25);
          box-shadow: 0 0 0.5em rgba(34, 34, 34, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: rgb(21.25, 21.25, 21.25);
  border-color: transparent;
  color: #fff;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #222;
}
.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: #222;
}
.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: #222;
}
.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: #222;
}
.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(220.625, 220.625, 220.625);
  color: #222;
}
.file-label:hover .file-name {
  border-color: rgba(142.625, 142.625, 142.625, 0.5);
}
.file-label:active .file-cta {
  background-color: rgb(214.25, 214.25, 214.25);
  color: #222;
}
.file-label:active .file-name {
  border-color: rgba(136.25, 136.25, 136.25, 0.5);
}

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

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

.file-cta {
  background-color: #e3e3e3;
  color: #222;
}

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

.file-icon {
  -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(34, 34, 34, 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: #F1F2CE;
  color: #fff;
  border-radius: 6px;
}

.help {
  display: block;
  font-size: 12px;
  margin-top: 0.25rem;
}
.help.is-main {
  color: #B5B4A8;
}
.help.is-main-dark {
  color: #9A998E;
}
.help.is-accent {
  color: #F1F2CE;
}
.help.is-black {
  color: #222;
}
.help.is-white {
  color: #fff;
}

.field:not(:last-child) {
  margin-bottom: 2rem;
}
.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: 1143px) {
  .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: 1143px) {
  .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 {
  clear: both;
  font-size: 14px;
  position: relative;
  text-align: left;
}
.control:not(:last-child) {
  margin-bottom: 1em;
}
.control.has-icon .icon {
  color: #e3e3e3;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: #959595;
}
.control.has-icon .input.is-small + .icon {
  font-size: 12px;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 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: #959595;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 12px;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 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: #e3e3e3;
  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;
}
.control.has-sub-text span {
  margin: 0 0.5em;
}

.wpcf7-form-control.wpcf7-radio.radio {
  padding-top: 2px;
}
@media screen and (max-width: 1143px) {
  .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 0.5em 0;
}
.wpcf7-list-item:not(:last-child) {
  margin-right: 2em;
}
.wpcf7-list-item.last {
  margin-right: 0;
}

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

.spot-form .label {
  display: block;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.spot-form .label span {
  margin-left: 0.5em;
}
.spot-form .control .input {
  padding: 1.75em 1em;
}
.spot-form .control .input:not(:last-child) {
  margin-bottom: 0.5em;
}
.spot-form .error-message {
  display: none;
  color: red;
}

.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 #9A998E;
  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: #9A998E;
  border-radius: 50%;
}
.wpcf7-radio label:hover .wpcf7-list-item-label::before {
  border-color: #9A998E;
}

.wpcf7-turnstile {
  margin-bottom: 1.5em;
}

.table {
  background-color: transparent;
  color: #222;
}
.table.is-bg-transparent {
  background-color: transparent;
}
@media screen and (max-width: 1143px) {
  .table.is-mobile-font-small {
    font-size: 12px;
  }
}
.table caption {
  font-size: 15px;
  font-weight: bold;
  color: #B5B4A8;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1143px) {
  .table caption {
    font-size: 14px;
  }
}
.table td,
.table th {
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 12px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
}
.table td.is-main,
.table th.is-main {
  background-color: #B5B4A8;
  border-color: #B5B4A8;
  color: #fff;
}
.table td.is-main-dark,
.table th.is-main-dark {
  background-color: #9A998E;
  border-color: #9A998E;
  color: #fff;
}
.table td.is-accent,
.table th.is-accent {
  background-color: #F1F2CE;
  border-color: #F1F2CE;
  color: #222;
}
.table td.is-black,
.table th.is-black {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #B5B4A8;
  color: findColorInvert(#B5B4A8);
}
.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: 1143px) {
  .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 #222;
}
.table td.is-highlight,
.table th.is-highlight {
  background-color: #dfced5;
  color: #222;
}
.table td figure,
.table th figure {
  margin-top: 20px;
}
@media screen and (max-width: 1143px) {
  .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: 1143px) {
  .table td figure img,
  .table th figure img {
    width: 100%;
  }
}
.table th {
  color: #222;
  text-align: left;
  font-weight: 500;
}
.table th .sub {
  font-size: 12px;
}
@media screen and (max-width: 1143px) {
  .table th .sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 1143px) {
  .table th {
    white-space: nowrap;
  }
}
.table td .sub {
  font-size: 12px;
}
@media screen and (max-width: 1143px) {
  .table td .sub {
    font-size: 10px;
  }
}
.table td i {
  font-size: 18px;
  font-style: normal;
}
.table td i.strong {
  font-size: 24px;
  color: #9A998E;
}
@media screen and (max-width: 1143px) {
  .table td i.strong {
    font-size: 14px;
  }
}
.table tr.is-selected {
  background-color: #B5B4A8;
  color: findColorInvert(#B5B4A8);
}
.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(#B5B4A8);
  color: currentColor;
}
.table thead td,
.table thead th {
  border-width: 0 0 1px 0;
  color: #222;
  background-color: #F1F2CE;
}
.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: #222;
}
.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 #e3e3e3;
  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: #f8f8f8;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #e3e3e3;
}
.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: 1143px) {
  .table.is-touch-nowrap-td th {
    white-space: normal;
  }
}
@media screen and (max-width: 1143px) {
  .table.is-touch-nowrap-td td {
    white-space: nowrap;
  }
}

.table-container {
  padding-bottom: 1rem;
}
.table-container .memo {
  display: none;
}
@media screen and (max-width: 1143px) {
  .table-container .memo {
    display: block;
    opacity: 0.75;
  }
}
@media screen and (max-width: 1143px) {
  .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: #B5B4A8;
  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: 32px;
}
.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: #959595;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 32px;
}
.subtitle.is-2 {
  font-size: 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: #9A998E !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: 1143px) {
  .breadcrumb a {
    font-size: 11.5px !important;
  }
}
.breadcrumb a:hover {
  color: #9A998E;
}
.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: #9A998E;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #9A998E;
  content: "♦︎";
}
@media screen and (max-width: 1143px) {
  .breadcrumb li + li::before {
    font-size: 11.5px;
  }
}
.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: "≻";
}

.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: 0;
  color: #222;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: #f8f8f8;
  color: #222;
}
.menu-list a.is-active {
  background-color: #B5B4A8;
  color: findColorInvert(#B5B4A8);
}
.menu-list li ul {
  border-left: 1px solid #e3e3e3;
  margin: 0.75em;
  padding-left: 0.75em;
}

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

.column {
  display: block;
  -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: 1144px) {
  .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: 1144px) {
  .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: 1144px) {
  .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 #f8f8f8;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1143px) {
  .column.has-separate-line::after {
    width: 70%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
    top: auto;
    bottom: 5%;
    right: 15%;
  }
}

.columns {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -12px;
}
@media screen and (min-width: 1144px) {
  .columns {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.columns:last-child {
  margin-bottom: -12px;
}
.columns:not(:last-child) {
  margin-bottom: 12px;
}
.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: -36px;
  margin-right: -36px;
  margin-top: -36px;
}
@media screen and (max-width: 1143px) {
  .columns.is-large-gap {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }
}
.columns.is-large-gap:last-child {
  margin-bottom: -36px;
}
@media screen and (max-width: 1143px) {
  .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: 36px;
}
@media screen and (max-width: 1143px) {
  .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 #B5B4A8;
  margin-bottom: _min(64px, 390);
}
.columns.is-two-one {
  margin: 0;
}
@media screen and (min-width: 1144px) {
  .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: 1144px) {
  .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: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1144px) {
  .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: 1143px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1144px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

.section {
  padding: 80px 32px;
}
.section.is-gapless {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1144px) {
  .section {
    padding: 80px 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;
}

/* shippori-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-v16-japanese_latin-regular.woff2") format("woff2");
}
/* shippori-mincho-500 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-v16-japanese_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: inline-block;
  text-align: left;
  text-decoration: none;
}
.view-more.is-white .body {
  color: #fff;
  border-color: #fff;
  background-image: url(../images/icon-arrow-white.svg), -webkit-gradient(linear, left top, left bottom, color-stop(100%, transparent), to(#fff));
  background-image: url(../images/icon-arrow-white.svg), linear-gradient(to bottom, transparent 100%, #fff 100%);
}
.view-more:hover .body {
  letter-spacing: 0.25em;
  background-position: right 20px center, 0 0;
}
.view-more .headline {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  color: #222;
  padding-left: 10px;
}
.view-more .body {
  display: block;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #222;
  padding: 8px 10px;
  width: 210px;
  border-bottom: 1px solid #222;
  line-height: 1;
  background-image: url(../images/icon-arrow.svg), -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F0F0EA));
  background-image: url(../images/icon-arrow.svg), linear-gradient(to bottom, transparent 60%, #F0F0EA 60%);
  background-repeat: no-repeat;
  background-position: right 10px center, 0 0;
  background-size: 18px auto, auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.maker {
  background: #F1F2CE;
}

.maker-thin {
  font-style: normal !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F1F2CE));
  background: linear-gradient(to bottom, transparent 70%, #F1F2CE 70%);
}

.anim {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.anim._do_anim {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
          transform: none;
}

.header-logo {
  position: fixed;
  top: 32px;
  left: 40px;
  width: 265px;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .header-logo {
    width: 184px;
    top: 19px;
    left: 16px;
  }
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.home .header-logo {
  top: -50px;
  opacity: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.home .header-logo.is-active {
  top: 32px;
  opacity: 1;
}
@media screen and (max-width: 1143px) {
  .home .header-logo.is-active {
    top: 19px;
  }
}

.navbar-burger {
  position: fixed;
  top: 32px;
  right: 40px;
  width: 40px;
  height: 40px;
  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;
  z-index: 11;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 1143px) {
  .navbar-burger {
    top: 16px;
    right: 16px;
  }
}
.navbar-burger.is-active .bar span {
  background-color: #fff !important;
}
.navbar-burger.is-active .bar span:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(30deg);
          transform: translateY(3px) rotate(30deg);
}
.navbar-burger.is-active .bar span:nth-child(2) {
  -webkit-transform: translateY(-6.5px) rotate(-30deg);
          transform: translateY(-6.5px) rotate(-30deg);
}
.navbar-burger .bar {
  width: 40px;
  position: relative;
}
.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: #222;
}
.navbar-burger .bar span:nth-child(1) {
  width: 40px;
  top: calc(50% - 5px);
  left: 0;
}
.navbar-burger .bar span:nth-child(2) {
  width: 40px;
  top: calc(50% + 5px);
  left: 0;
}

.home .navbar-burger .bar span {
  background-color: #fff;
}

.page .navbar-burger .bar span {
  background-color: #959595;
}

.nav-menu {
  position: fixed;
  top: -100vh;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 523px;
  height: 100vh;
  padding: 40px;
  z-index: 10;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background-color: #B5B4A8;
  overflow-y: scroll;
}
@media screen and (max-width: 1143px) {
  .nav-menu {
    width: 100%;
    padding: 40px 32px;
  }
}
.nav-menu.is-active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.nav-menu .logo {
  width: 216px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1143px) {
  .nav-menu .logo {
    width: 184px;
  }
}
.nav-menu nav .row .has-submenu {
  padding: 16px 0;
  width: 326px;
  border-bottom: 1px solid #C7C7BC;
}
@media screen and (max-width: 1143px) {
  .nav-menu nav .row .has-submenu {
    width: 100%;
  }
}
.nav-menu nav .row .has-submenu > a {
  width: 100%;
  display: block;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.nav-menu nav .row .has-submenu > a::before, .nav-menu nav .row .has-submenu > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.nav-menu nav .row .has-submenu > a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.nav-menu nav .row .has-submenu > a.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.nav-menu nav .row .has-submenu .submenu {
  padding: 12px 0 0 16px;
  display: none;
}
.nav-menu nav .row .has-submenu .submenu ul li {
  position: relative;
  padding-left: 15px;
}
.nav-menu nav .row .has-submenu .submenu ul li:not(:last-child) {
  margin-bottom: 0.2em;
}
.nav-menu nav .row .has-submenu .submenu ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0.85em;
  left: 0;
}
.nav-menu nav .row .has-submenu .submenu ul li a {
  color: #fff !important;
}
.nav-menu .action {
  margin-top: 80px;
}
@media screen and (max-width: 1143px) {
  .nav-menu .action {
    margin-top: 64px;
  }
}
.nav-menu .action .button {
  margin: 0 0 8px;
  width: 343px;
  height: 56px;
  padding: 0;
  color: #222 !important;
  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;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1143px) {
  .nav-menu .action .button {
    font-size: 16px;
    width: 100%;
  }
}
.nav-menu .action .button.tel::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-phone.svg) no-repeat center/cover;
}
.nav-menu .action .button.counseling::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background: url(../images/icon-file.svg) no-repeat center/cover;
}
.nav-menu .action .button.appointment::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-plane.svg) no-repeat center/cover;
}
.nav-menu .action .button.contact::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url(../images/icon-mail.svg) no-repeat center/cover;
}
.nav-menu .action .button.line::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-line.svg) no-repeat center/cover;
}

footer .about-clinic {
  padding: 156px 0 128px;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic {
    padding: 120px 32px 80px;
  }
}
footer .about-clinic .box {
  position: relative;
  background: #FAFAF4;
  padding: 120px 80px 80px;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box {
    padding: 84px 24px 24px;
  }
}
footer .about-clinic .box::after {
  position: absolute;
  bottom: -86px;
  right: -105px;
  content: "";
  display: block;
  width: 478px;
  height: 268px;
  background: url(../images/paint.png) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box::after {
    width: 358px;
    height: 200px;
    bottom: auto;
    right: auto;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
footer .about-clinic .box .title {
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
}
footer .about-clinic .box .title .subscript {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
  color: #222;
  text-align: center;
}
footer .about-clinic .box .title h2 {
  color: #222;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 !important;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box .title h2 {
    font-size: 20px;
  }
}
footer .about-clinic .box .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer .about-clinic .box .content-block .figure {
  width: 509px;
  margin-right: 64px;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box .content-block .figure {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 1;
  }
}
footer .about-clinic .box .content-block .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
footer .about-clinic .box .content-block .text .logo {
  display: block;
  margin: auto auto 0 auto;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box .content-block .text .logo {
    width: 224px;
  }
}
footer .about-clinic .box .content-block .text table {
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 1143px) {
  footer .about-clinic .box .content-block .text table {
    margin: 48px 0 36px;
  }
}
footer .about-clinic .box .content-block .text table th {
  font-weight: normal;
  padding-right: 1em;
  white-space: nowrap;
}
footer .about-clinic .sns {
  text-align: center;
  margin: 24px 0 48px;
}
footer .about-clinic .sns .button.instagram {
  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;
  border-color: #222;
  color: #222 !important;
}
footer .about-clinic .sns .button.instagram::before {
  content: "";
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-instagram.svg) no-repeat 0/contain;
}
footer .about-clinic .sns .button.tiktok {
  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;
  border-color: #222;
  color: #222 !important;
}
footer .about-clinic .sns .button.tiktok::before {
  content: "";
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-tiktok.svg) no-repeat 0/contain;
}
footer .gmap {
  width: 100%;
}
footer .gmap iframe {
  display: block;
  width: 100%;
  height: 365px;
}
footer .sitemap {
  border-top: 1px solid #e3e3e3;
  padding: 85px 0 114px;
}
@media screen and (max-width: 1143px) {
  footer .sitemap {
    padding: 80px 32px;
  }
}
footer .sitemap .container .navigation {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1143px) {
  footer .sitemap .container .navigation {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    row-gap: 36px;
  }
}
footer .sitemap .container .navigation .row .has-submenu:not(:last-child) {
  margin-bottom: 36px;
}
footer .sitemap .container .navigation .row .has-submenu > a {
  color: #9A998E;
  font-size: 15px;
  font-weight: 500;
}
footer .sitemap .container .navigation .row .has-submenu .submenu {
  margin-top: 0.5em;
}
footer .sitemap .container .navigation .row .has-submenu .submenu ul li {
  position: relative;
  padding-left: 15px;
}
footer .sitemap .container .navigation .row .has-submenu .submenu ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
footer .sitemap .container .navigation .row .has-submenu .submenu ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  border-top: 1px solid #9A998E;
  position: absolute;
  top: 0.85em;
  left: 0;
}
footer .sitemap .container .navigation .row .has-submenu .submenu ul li a {
  color: #222;
}
footer .copyright {
  padding: 0;
  background-color: #222;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.site-loader {
  position: fixed;
  inset: 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;
  background: #F0F0EA;
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.site-loader .loader-inner {
  text-align: center;
}
.site-loader .loader-logo {
  display: block;
  width: 200px;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s ease-out;
  transition: -webkit-transform 1.2s ease-out;
  transition: transform 1.2s ease-out;
  transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
@media screen and (max-width: 1143px) {
  .site-loader .loader-logo {
    width: 124px;
  }
}

.site-loader.is-logo-scale .loader-logo {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.site-loader.is-fade-out {
  opacity: 0;
  pointer-events: none;
}

.body-no-scroll {
  overflow: hidden !important;
  height: 100%;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.hero .navigation {
  position: absolute;
  top: 40px;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .hero .navigation {
    display: none;
  }
}
.hero .navigation a {
  color: #fff !important;
  letter-spacing: 0.1em;
}
.hero .navigation a:not(:last-child) {
  margin-right: 16px;
}
.hero .container {
  padding-top: 85px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1143px) {
  .hero .container {
    padding: 32px;
  }
}
.hero .container .logo .text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.hero .container .logo .text::after {
  content: "";
  margin-top: 1em;
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
.hero .container .logo img {
  display: block;
  width: 260px;
  height: auto;
}
.hero .container .catchphrase {
  position: absolute;
  bottom: 100px;
  left: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 1143px) {
  .hero .container .catchphrase {
    left: 32px;
    bottom: 75px;
  }
}
.hero .scroll {
  position: absolute;
  right: 26px;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1143px) {
  .hero .scroll {
    right: 10px;
  }
}
.hero .scroll i {
  margin-top: 6px;
  display: block;
  position: relative;
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
}
.hero .scroll i:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
}

.top-section-title {
  margin-bottom: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1143px) {
  .top-section-title {
    display: block;
    margin-bottom: 48px;
    margin-left: 32px;
  }
}
.top-section-title .subscript {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #9A998E;
  margin-right: 40px;
  line-height: 1;
}
@media screen and (max-width: 1143px) {
  .top-section-title .subscript {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.top-section-title h2 {
  color: #9A998E;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 !important;
  line-height: 1;
}
@media screen and (max-width: 1143px) {
  .top-section-title h2 {
    font-size: 14px;
    margin-left: 0.25em !important;
  }
}

.top-greeting {
  padding: 90px 0 0;
}
.top-greeting .container {
  padding-bottom: 574px;
}
@media screen and (max-width: 1143px) {
  .top-greeting .container {
    padding-bottom: 240px;
  }
}
.top-greeting .container .figure1, .top-greeting .container .figure2 {
  position: absolute;
}
.top-greeting .container .figure1 img, .top-greeting .container .figure2 img {
  display: block;
}
.top-greeting .container .figure1 {
  width: 651px;
  bottom: 138px;
  right: calc((100vw - 1120px) / 2 * -1);
}
@media screen and (max-width: 1143px) {
  .top-greeting .container .figure1 {
    width: 56.41%;
    bottom: 90px;
    right: 0;
  }
}
.top-greeting .container .figure2 {
  width: 511px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1143px) {
  .top-greeting .container .figure2 {
    width: 39.487%;
  }
}
.top-greeting .top-section-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1143px) {
  .top-greeting .top-section-title {
    margin-bottom: 54px;
  }
}
.top-greeting .content {
  position: relative;
}
@media screen and (max-width: 1143px) {
  .top-greeting .content {
    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;
  }
}
.top-greeting .content figure {
  padding-top: 84px;
  width: 944px;
  position: relative;
  left: calc((100vw - 1120px) / 2 * -1);
}
@media screen and (max-width: 1143px) {
  .top-greeting .content figure {
    padding-top: 0;
    width: 100%;
    left: 0;
  }
}
.top-greeting .content figure figcaption {
  position: absolute;
  bottom: 24px;
  left: calc((100vw - 1120px) / 2);
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1143px) {
  .top-greeting .content figure figcaption {
    left: 32px;
    bottom: -30px;
  }
}
.top-greeting .content figure figcaption .name {
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
}
.top-greeting .content p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1143px) {
  .top-greeting .content p {
    position: static;
    font-size: 14px;
  }
}

.top-concept {
  padding: 120px 0 160px;
  background: url(../images/top-concept-bg.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1143px) {
  .top-concept {
    padding: 84px 0 128px;
  }
}
.top-concept .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview {
    display: block;
  }
}
.top-concept .overview .top-section-title {
  padding-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview .top-section-title {
    padding-top: 0;
    margin-left: 0;
  }
}
.top-concept .overview .top-section-title .subscript {
  font-size: 18px;
  margin-right: 0;
  margin-bottom: 24px;
}
.top-concept .overview .top-section-title h2 {
  font-size: 24px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top-concept .overview .text {
  margin-left: 80px;
  padding: 80px 80px 46px 0;
  border-bottom: 1px solid #959595;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview .text {
    margin-left: 32px;
    margin-bottom: 0;
    padding: 0 32px 38px;
    border-bottom: none;
    border-left: 1px solid #959595;
  }
}
.top-concept .overview figure {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview figure {
    margin-right: 32px;
  }
}
.top-concept .overview .symbol {
  position: absolute;
  display: block;
  height: auto;
}
.top-concept .overview .symbol.is-s {
  width: 331px;
  left: calc(50% - 49px);
  bottom: -37px;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview .symbol.is-s {
    width: 176px;
    left: auto;
    right: 8px;
    bottom: -40px;
  }
}
.top-concept .overview .symbol.is-o {
  width: 157px;
  top: -70px;
  left: calc(50% + 31px);
  z-index: 3;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview .symbol.is-o {
    width: 75px;
    left: auto;
    right: 12px;
    top: 542px;
  }
}
.top-concept .overview .symbol.is-c {
  width: 227px;
  top: 240px;
  left: -240px;
}
@media screen and (max-width: 1143px) {
  .top-concept .overview .symbol.is-c {
    width: 136px;
    left: -32px;
    top: 50px;
  }
}
.top-concept .features {
  width: 940px;
  margin: 80px auto;
}
@media screen and (max-width: 1143px) {
  .top-concept .features {
    padding: 0 32px;
    width: 100%;
  }
}
.top-concept .features .item {
  width: 100%;
  height: 240px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 24px;
}
@media screen and (max-width: 1143px) {
  .top-concept .features .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
  }
}
.top-concept .features .item:nth-child(1) {
  background: url(../images/top-concept2-pc_v2.jpg) no-repeat 0 0/cover;
}
@media screen and (max-width: 1143px) {
  .top-concept .features .item:nth-child(1) {
    background: url(../images/top-concept2-mobile_v2.jpg) no-repeat 0 0/cover;
  }
}
.top-concept .features .item:nth-child(2) {
  background: url(../images/top-concept3-pc_v2.jpg) no-repeat 0 0/cover;
}
@media screen and (max-width: 1143px) {
  .top-concept .features .item:nth-child(2) {
    background: url(../images/top-concept3-mobile_v2.jpg) no-repeat 0 0/cover;
  }
}
.top-concept .features .item:nth-child(3) {
  background: url(../images/top-concept4-pc_v2.jpg) no-repeat 0 0/cover;
}
@media screen and (max-width: 1143px) {
  .top-concept .features .item:nth-child(3) {
    background: url(../images/top-concept4-mobile_v2.jpg) no-repeat 0 0/cover;
  }
}
.top-concept .features .item .subscript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.top-concept .features .item .subscript::after {
  display: block;
  margin-left: 9px;
  content: "";
  width: 200px;
  height: 1px;
  border-top: 1px solid #fff;
}
.top-concept .features .item .subscript span {
  color: #fff;
  text-shadow: 0 0 6px black;
}
.top-concept .features .item .subscript span.number {
  display: inline-block;
  padding-right: 9px;
  margin-right: 9px;
  border-right: 1px solid #fff;
}
.top-concept .features .item .subscript span.text {
  font-size: 12px;
}
.top-concept .features .item h3, .top-concept .features .item p {
  color: #fff;
  text-shadow: 0 0 6px black;
}
.top-concept .features .item h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1143px) {
  .top-concept .features .item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1143px) {
  .top-concept .features .item p {
    font-size: 11px;
  }
}
.top-concept .features .action {
  text-align: center;
  margin-top: 80px;
}
.top-concept .counseling {
  background-color: #F0F0EA;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1143px) {
  .top-concept .counseling {
    display: block;
    padding: 26px 24px;
    margin: 0 32px;
  }
}
.top-concept .counseling div {
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 1143px) {
  .top-concept .counseling div {
    width: 100%;
  }
}
.top-concept .counseling div.list {
  background: url(../images/icon-arrow-big.svg) no-repeat right 30px center/24px auto;
}
@media screen and (max-width: 1143px) {
  .top-concept .counseling div.list {
    position: relative;
    background: none;
    padding-bottom: 96px;
  }
  .top-concept .counseling div.list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 96px;
    background: url(../images/icon-arrow-big.svg) no-repeat center/cover;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .top-concept .counseling div.list ul {
    margin-left: 0;
  }
}
.top-concept .counseling div.text p {
  line-height: 2;
  font-size: 20px;
}
@media screen and (max-width: 1143px) {
  .top-concept .counseling div.text p {
    font-size: 16px;
  }
}
.top-concept .counseling div.text p span {
  font-size: 24px;
}
@media screen and (max-width: 1143px) {
  .top-concept .counseling div.text p span {
    font-size: 20px;
  }
}

.parallax {
  position: relative;
  width: 100%;
  height: 480px;
  clip-path: inset(0);
}
@media screen and (max-width: 1143px) {
  .parallax {
    height: 240px;
  }
}
.parallax .img-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/top-parallax-bg_v2.jpg) no-repeat 0 0/cover;
}
@media screen and (max-width: 1143px) {
  .parallax .img-wrap {
    background: url(../images/top-parallax-bg_v2.jpg) no-repeat top left -270px/cover;
  }
}

.top-orthodontic-treatment {
  padding: 160px 0;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic-treatment .container section {
    padding: 0 32px;
  }
}
.top-orthodontic-treatment .container section:not(:last-child) {
  margin-bottom: 85px;
}
.top-orthodontic-treatment .container section h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #222;
  margin-bottom: 40px;
}
.top-orthodontic-treatment .container section .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic-treatment .container section .items {
    display: block;
  }
}
.top-orthodontic-treatment .container section .items .item {
  display: block;
  width: 50%;
  height: 338px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic-treatment .container section .items .item {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.top-orthodontic-treatment .container section .items .item:hover img {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.top-orthodontic-treatment .container section .items .item img {
  display: block;
  -webkit-filter: grayscale(100%) brightness(45%);
          filter: grayscale(100%) brightness(45%);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic-treatment .container section .items .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: grayscale(30%) brightness(50%);
            filter: grayscale(30%) brightness(50%);
  }
}
.top-orthodontic-treatment .container section .items .item .text {
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 16px;
  left: 16px;
  background-color: rgba(34, 34, 34, 0.5);
  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: 1143px) {
  .top-orthodontic-treatment .container section .items .item .text {
    padding: 16px;
  }
}
.top-orthodontic-treatment .container section .items .item .text .title, .top-orthodontic-treatment .container section .items .item .text p {
  color: #fff;
  text-align: center;
}
.top-orthodontic-treatment .container section .items .item .text .title {
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
.top-orthodontic-treatment .container section .items .item .text .subscript {
  text-align: center;
  font-size: #959595;
  margin-bottom: 30px;
}
.top-orthodontic-treatment .container section .items .item .text p {
  font-size: 16px;
  margin-bottom: 40px;
}
.top-orthodontic-treatment .container section .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic-treatment .container section .item-wrapper {
    display: block;
    margin: 0;
  }
}
.top-orthodontic-treatment .container section .item-wrapper .items-column {
  width: 33.333%;
  padding: 6px;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic-treatment .container section .item-wrapper .items-column {
    width: 100%;
    padding: 0;
  }
  .top-orthodontic-treatment .container section .item-wrapper .items-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.top-orthodontic-treatment .container section .item-wrapper .items-column h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-orthodontic-treatment .container section .item-wrapper .items-column h4::before {
  margin-right: 8px;
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  border-top: 1px solid #222;
}
.top-orthodontic-treatment .container section .item-wrapper .items-column .items {
  display: block;
}
.top-orthodontic-treatment .container section .item-wrapper .items-column .items .item {
  width: 100%;
  height: 320px;
}
.top-orthodontic-treatment .container section .item-wrapper .items-column .items .item:not(:last-child) {
  margin-bottom: 1px;
}

.top-counseling {
  padding: 160px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1143px) {
  .top-counseling {
    padding: 120px 0;
  }
}
.top-counseling .top-block {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr) 440px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1143px) {
  .top-counseling .top-block {
    grid-template-columns: 140px 1fr 188px;
    grid-template-rows: auto auto;
  }
  .top-counseling .top-block .top-section-title {
    margin-left: 0;
  }
  .top-counseling .top-block .top-section-title h2 {
    text-align: center;
  }
}
.top-counseling .top-block .figure:first-child {
  margin-top: 80px;
}
@media screen and (max-width: 1143px) {
  .top-counseling .top-block .figure:first-child {
    grid-column: 1;
    grid-row: 2;
    width: 140px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 1143px) {
  .top-counseling .top-block .figure:last-child {
    grid-column: 3;
    grid-row: 2;
    width: 188px;
    padding-right: 32px;
  }
}
.top-counseling .top-block .text {
  margin-top: 50px;
  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;
}
@media screen and (max-width: 1143px) {
  .top-counseling .top-block .text {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 48px;
  }
}
.top-counseling .top-block .text .top-section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-counseling .top-block .text .top-section-title .subscript, .top-counseling .top-block .text .top-section-title h2 {
  color: #222;
}
.top-counseling .top-block .text .top-section-title .subscript {
  margin-right: 0;
  margin-bottom: 16px;
}
.top-counseling .top-block .text p {
  text-align: center;
}
.top-counseling .top-block .text hr {
  width: 180px;
  margin: 40px auto;
}
.top-counseling .bottom-block {
  margin-top: 80px;
}
@media screen and (max-width: 1143px) {
  .top-counseling .bottom-block {
    padding: 0 32px;
  }
}
.top-counseling .bottom-block .container {
  display: grid;
  grid-template-columns: 224px 455px 377px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1143px) {
  .top-counseling .bottom-block .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 48px;
  }
}
.top-counseling .bottom-block .container .catchphrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 224px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 24px;
}
@media screen and (max-width: 1143px) {
  .top-counseling .bottom-block .container .catchphrase {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.top-counseling .bottom-block .container .text {
  width: 455px;
}
@media screen and (max-width: 1143px) {
  .top-counseling .bottom-block .container .text {
    width: 100%;
  }
}
.top-counseling .bottom-block .container .text p {
  font-size: 14px;
  line-height: 2;
}
.top-counseling .bottom-block .container .text .box {
  background-color: #fff;
  padding: 36px 30px;
  margin: 36px 0 64px;
}
@media screen and (max-width: 1143px) {
  .top-counseling .bottom-block .container .text .box {
    padding: 24px 16px;
  }
}
.top-counseling .bottom-block .container .figure {
  padding-left: 64px;
  width: 441px;
}
@media screen and (max-width: 1143px) {
  .top-counseling .bottom-block .container .figure {
    padding-left: 0;
    width: 100%;
  }
}

.clinic {
  position: relative;
}
.clinic .slider .slick-slide {
  min-width: 600px;
  max-width: 600px;
}
@media screen and (max-width: 1143px) {
  .clinic .slider .slick-slide {
    min-width: 450px;
    max-width: 450px;
  }
}
.clinic .top-section-title {
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
@media screen and (max-width: 1143px) {
  .clinic .top-section-title {
    left: -20px;
    bottom: 8px;
  }
}
.clinic .top-section-title .subscript {
  color: #fff;
}

.lower-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1143px) {
  .lower-page-title {
    display: block;
    padding-top: 100px;
  }
}
.lower-page-title figure, .lower-page-title .title-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-page-title .title-block {
  position: relative;
  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;
  background: url(../images/symbol.png) no-repeat right 40px bottom 44px/90px auto;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block {
    padding: 0 16px 60px 16px;
    background-size: 130px auto;
    background-position: bottom -8px left -16px;
  }
}
.lower-page-title .title-block .category {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  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: 16px;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block .category {
    font-size: 14px;
  }
}
.lower-page-title .title-block .category::after {
  margin-top: 16px;
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  border-left: 1px solid #B5B4A8;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block .category::after {
    height: 16px;
  }
}
.lower-page-title .title-block .subscript {
  color: #B5B4A8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block .subscript {
    font-size: 12px;
  }
}
.lower-page-title .title-block h1, .lower-page-title .title-block .h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block h1, .lower-page-title .title-block .h1 {
    font-size: 24px;
  }
}
.lower-page-title .title-block .breadcrumb {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block .breadcrumb {
    bottom: 8px;
    right: 4px;
  }
}
.lower-page-title figure img {
  display: block;
}

.lower-page .lower-section-title {
  margin-bottom: 40px;
}
.lower-page .lower-section-title .subscript {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #9A998E;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-section-title .subscript {
    font-size: 28px;
  }
}
.lower-page .lower-section-title .eyebrow {
  color: #9A998E;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-section-title .eyebrow {
    font-size: 20px;
  }
}
.lower-page .lower-section-title h2, .lower-page .lower-section-title h1 {
  color: #9A998E;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 !important;
  line-height: 1.3;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-section-title h2, .lower-page .lower-section-title h1 {
    font-size: 16px;
  }
}
.lower-page .lower-block-title {
  position: relative;
  padding-left: 56px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-block-title {
    padding-left: 40px;
    font-size: 18px;
  }
}
.lower-page .lower-block-title::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  border-radius: 2px;
  background-color: #222;
  display: block;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-block-title::before {
    width: 24px;
  }
}
.lower-page .lower-border-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #B5B4A8;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.lower-page .lower-border-title span {
  font-size: 14px;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
  padding: 8px 16px;
  background-color: #fff;
  color: #959595;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-border-title span {
    margin-left: 0;
    letter-spacing: 0;
    padding: 8px 12px;
  }
}
.lower-page .bg-grey {
  background-color: #f8f8f8 !important;
}
.lower-page .bg-accent {
  background-color: #F0F0EA !important;
}
.lower-page img.is-bordered {
  border: 4px solid #B5B4A8;
}
.lower-page .section section:not(:last-child) {
  margin-bottom: 36px;
}
.lower-page .spacer {
  height: 1.5em;
}
.lower-page .spacer.is-small {
  height: 0.5em;
}
.lower-page .spacer.is-large {
  height: 36px;
}
.lower-page .grid {
  display: grid;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lower-page .grid.is-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lower-page .grid.is-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1143px) {
  .lower-page .grid {
    grid-template-columns: 1fr !important;
  }
}
.lower-page .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-page .card .number {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 32px;
  font-weight: 500;
  color: #9A998E;
  letter-spacing: 0.1em;
  line-height: 1;
}
.lower-page .card .card-content {
  padding: 38px 24px 30px;
  background-color: #F0F0EA;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-page .card .card-content .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 16px;
}
.lower-page .box {
  padding: 38px 24px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.lower-page .box.has-shadow {
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
}
.lower-page .box.is-narrow {
  padding: 18px 24px;
  display: inline-block;
}
@media screen and (max-width: 1143px) {
  .lower-page .box.is-narrow {
    padding: 16px;
  }
}
.lower-page .box.is-narrow:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower-page .box .number {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 32px;
  font-weight: 500;
  color: #9A998E;
  letter-spacing: 0.1em;
  line-height: 1;
}
.lower-page .box .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 16px;
}
.lower-page .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F0F0EA;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box {
    display: block;
  }
}
.lower-page .number-box:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
.lower-page .number-box .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 33px 16px 33px 87px;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box .text-block {
    padding: 33px 16px 30px;
  }
}
.lower-page .number-box .text-block .number {
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  padding: 14px 16px 14px 24px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box .text-block .number {
    padding: 14px 16px;
  }
}
.lower-page .number-box .text-block .title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 33px;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box .text-block .title {
    font-size: 18px;
    padding-left: 55px;
  }
}
.lower-page .number-box figure {
  width: 278px;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box figure {
    width: 100%;
  }
}
.lower-page .number-box figure img {
  display: block;
}
@media screen and (min-width: 1144px) {
  .lower-page .number-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.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: #B5B4A8;
  -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: #222;
}
.lower-page .faq-box > section .is-a {
  margin-left: 30px;
  padding-left: 16px;
  border-left: 2px solid #B5B4A8;
}
.lower-page .price-table {
  border-bottom: 1px dotted #B5B4A8;
}
.lower-page .price-table tr.separator-line {
  border-top: 2px solid #B5B4A8;
}
.lower-page .price-table tbody tr td:last-child {
  font-weight: 500;
}
@media screen and (max-width: 1143px) {
  .lower-page .price-table th, .lower-page .price-table td {
    padding: 15px 0 !important;
  }
  .lower-page .price-table thead {
    display: none;
  }
  .lower-page .price-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lower-page .price-table tbody tr th {
    width: 100%;
    border-width: 0;
    font-size: 1.13rem;
  }
  .lower-page .price-table tbody tr td:not(:last-child) {
    width: 58%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.06vw;
  }
  .lower-page .price-table tbody tr td:last-child {
    font-weight: bold;
    width: 40%;
    font-size: 14px;
  }
  .lower-page .price-table tbody tr td .sub {
    display: block;
    font-size: 11.5px;
  }
}
.lower-page .koujo-calc-result {
  margin-top: 48px;
}
.lower-page .koujo-calc-result .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.lower-page .koujo-calc-result .value {
  font-size: 18px;
  padding: 8px 1em;
  border-bottom: 1px solid #222;
  position: relative;
}
.lower-page .koujo-calc-result .value::after {
  content: "円";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower-page .row-flow {
  background-color: #f8f8f8;
  padding: 40px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1143px) {
  .lower-page .row-flow {
    display: block;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1144px) {
  .lower-page .row-flow.is-middle {
    padding: 40px 80px;
  }
}
.lower-page .row-flow div {
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 1143px) {
  .lower-page .row-flow div {
    width: 100%;
  }
}
.lower-page .row-flow div.left-block {
  background: url(../images/icon-arrow-big.svg) no-repeat right 30px center/24px auto;
}
@media screen and (max-width: 1143px) {
  .lower-page .row-flow div.left-block {
    position: relative;
    background: none;
    padding-bottom: 96px;
  }
  .lower-page .row-flow div.left-block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 96px;
    background: url(../images/icon-arrow-big.svg) no-repeat center/cover;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .lower-page .row-flow div.left-block ul {
    margin-left: 0;
  }
}
.lower-page .row-flow div.right-block p {
  line-height: 2;
}
.lower-page .is-list-blog {
  padding: 24px 0;
  border-bottom: 1px solid #959595;
}
.lower-page .is-list-blog:first-child {
  padding-top: 0;
}
.lower-page .is-list-blog:last-child {
  border-bottom: none;
}
.lower-page .is-list-blog .title {
  font-size: 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: 1143px) {
  .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: #f8f8f8;
  border: 1px solid #959595;
  padding: 24px 40px;
  min-width: 50%;
}
@media screen and (max-width: 1143px) {
  .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: #B5B4A8;
  border-bottom: 2px solid #B5B4A8;
  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: #B5B4A8;
  border-left: 4px solid #B5B4A8;
  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: #B5B4A8;
}
.lower-page .single-body h3 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  background-color: #f8f8f8;
  padding: 8px;
  margin-bottom: 16px;
}
.lower-page .single-body h3:not(:first-child) {
  margin-top: 40px;
}
.lower-page .single-body h3 strong {
  color: #222;
}
.lower-page .author-block {
  padding: 40px;
  border: 1px solid #B5B4A8;
  border-radius: 8px;
}
@media screen and (max-width: 1143px) {
  .lower-page .author-block {
    padding: 24px 16px;
  }
}
.lower-page .author-block .author-info {
  display: grid;
  gap: 36px;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1143px) {
  .lower-page .author-block .author-info {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
}
.lower-page .author-block .author-info p {
  line-height: 1.6;
}
.lower-page .author-block .career {
  margin-top: 36px;
}
@media screen and (max-width: 1143px) {
  .lower-page .author-block .career .table tbody tr th, .lower-page .author-block .career .table tbody tr td {
    display: block;
  }
  .lower-page .author-block .career .table tbody tr th {
    opacity: 0.75;
    border-bottom: none;
    padding-bottom: 4px;
  }
  .lower-page .author-block .career .table tbody tr td {
    padding-top: 0;
  }
}
.lower-page .author-block .career .title {
  margin-bottom: 4px;
}
.lower-page table.normal-table {
  width: 100%;
}
.lower-page table.normal-table thead th {
  background-color: #F1F2CE;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e3e3e3;
  padding: 8px;
}
@media screen and (max-width: 430px) {
  .lower-page table.normal-table thead th {
    font-size: 14px;
  }
}
.lower-page table.normal-table thead th:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
@media screen and (max-width: 430px) {
  .lower-page table.normal-table thead th span {
    display: block;
    font-size: 0.75em;
  }
}
.lower-page table.normal-table tbody tr th, .lower-page table.normal-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}
.lower-page table.normal-table tbody tr th {
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1144px) {
  .lower-page table.normal-table tbody tr th {
    min-width: 225px;
  }
}
@media screen and (max-width: 430px) {
  .lower-page table.normal-table tbody tr th {
    font-size: 14px;
  }
}
.lower-page table.normal-table tbody tr td {
  border-left: 1px solid #e3e3e3;
}
@media screen and (max-width: 430px) {
  .lower-page table.normal-table.is-large tbody tr th {
    width: 80px;
  }
}
.lower-page dl.number-box-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .lower-page dl.number-box-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lower-page dl.number-box-list:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 430px) {
  .lower-page dl.number-box-list:not(:last-child) {
    margin-bottom: 24px;
  }
}
.lower-page dl.number-box-list dt {
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  padding: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .lower-page dl.number-box-list dt {
    width: 100%;
  }
}
.lower-page dl.number-box-list dd {
  width: 75%;
}
@media screen and (max-width: 430px) {
  .lower-page dl.number-box-list dd {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .lower-page .is-scroll-mobile {
    width: 100vw;
    overflow-x: scroll;
    margin-left: -32px;
    padding: 0 32px;
  }
  .lower-page .is-scroll-mobile > * {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.lower-page.lp .section .button {
  margin: 0 0 8px;
  height: 56px;
  padding: 0;
  color: #222 !important;
  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;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1143px) {
  .lower-page.lp .section .button {
    font-size: 16px;
    width: 100%;
  }
}
.lower-page.lp .section .button.tel::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-phone.svg) no-repeat center/cover;
}
.lower-page.lp .section .button.appointment::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-plane.svg) no-repeat center/cover;
}
.lower-page.lp .section .button.line::before {
  margin-right: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-line.svg) no-repeat center/cover;
}
@media screen and (max-width: 1143px) {
  .lower-page .table-schedule tr th, .lower-page .table-schedule tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.lower-page .is-case-box {
  background-color: #f8f8f8;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1143px) {
  .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: 1143px) {
  .lower-page .is-case-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
.lower-page .is-case-box .case-head__label {
  padding: 20px;
  height: 100%;
  background-color: #B5B4A8;
  color: #fff;
  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: 1143px) {
  .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 #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower-page .is-case-box .case-head__button.is-extraction {
  background-color: #959595;
  border-color: #959595;
  color: #FFF;
}
.lower-page .is-case-box hr {
  margin-bottom: 40px;
}
@media screen and (max-width: 1143px) {
  .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: 1143px) {
  .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 #B5B4A8;
  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: #f8f8f8;
  color: #9A998E;
  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;
}
.lower-page .is-case-box .table tr th {
  white-space: unset;
}
@media screen and (max-width: 430px) {
  .lower-page .is-case-box .table tr th {
    width: 9em;
  }
}
@media screen and (min-width: 1144px) {
  .lower-page .is-case-box .table tr th {
    width: 13em;
    font-size: 1.1em;
  }
}
.lower-page .is-case-box .table tr td {
  font-size: 1em;
}
.lower-page.case .search-condition h4.title {
  margin-bottom: 8px;
  color: #959595;
}
.lower-page.case .search-condition .select {
  width: 100%;
}
.lower-page.case .search-condition .select select {
  width: 100%;
}/*# sourceMappingURL=base.css.map */