@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 {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

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

.file-cta,
.file-name, .select select, .input,
.textarea, .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;
}
.file-cta:focus,
.file-name:focus, .select select:focus, .input:focus,
.textarea:focus, .button:focus, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.input,
.is-focused.textarea, .is-focused.button, .file-cta:active,
.file-name:active, .select select:active, .input:active,
.textarea:active, .button:active, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.input,
.is-active.textarea, .is-active.button {
  outline: none;
}
[disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].input,
[disabled].textarea, [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: "Zen Kaku Gothic New", sans-serif;
}

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

a:not(.card):not(.horizon-card):not(.page-top):not(.not-hover) {
  color: #0858A0;
  cursor: pointer;
  text-decoration: none;
}
a:not(.card):not(.horizon-card):not(.page-top):not(.not-hover):hover {
  color: #0858A0;
}

.not-hover {
  cursor: pointer;
  text-decoration: none;
}

main a:not(.button):not(.read-more-button):not(.more-button):not(.card):not(.horizon-card):not(.banner):not(.item):not(.not-hover) {
  position: relative;
  display: inline-block;
}
main a:not(.button):not(.read-more-button):not(.more-button):not(.card):not(.horizon-card):not(.banner):not(.item):not(.not-hover)::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0858A0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
main a:not(.button):not(.read-more-button):not(.more-button):not(.card):not(.horizon-card):not(.banner):not(.item):not(.not-hover):hover::after {
  bottom: 0;
  opacity: 1;
}

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

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

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

small {
  font-size: 0.857rem;
}

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

strong {
  color: #0858A0;
  font-weight: 500;
}

b {
  font-weight: 500;
}

em {
  opacity: 0.75;
}

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: 2.285rem !important;
}

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

.is-font-size-3 {
  font-size: 1.428rem !important;
}

.is-font-size-4 {
  font-size: 1.285rem !important;
}

.is-font-size-5 {
  font-size: 1.142rem !important;
}

.is-font-size-6 {
  font-size: 1rem !important;
}

.is-font-size-7 {
  font-size: 0.857rem !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: #0858A0 !important;
}

a.has-text-main:hover, a.has-text-main:focus {
  color: #063d6f !important;
}

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

.has-text-main-dark {
  color: #0858A0 !important;
}

a.has-text-main-dark:hover, a.has-text-main-dark:focus {
  color: #063d6f !important;
}

.has-background-main-dark {
  background-color: #0858A0 !important;
}

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

a.has-text-accent:hover, a.has-text-accent:focus {
  color: #c69700 !important;
}

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

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

a.has-text-black:hover, a.has-text-black:focus {
  color: #090909 !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: #e6e6e6 !important;
}

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

.has-text-red {
  color: #A10F08 !important;
}

a.has-text-red:hover, a.has-text-red:focus {
  color: #700a06 !important;
}

.has-background-red {
  background-color: #A10F08 !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: 1151px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@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: 1151px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) {
  .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: 400;
}

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: #0858A0;
  border-width: 1px;
  color: #0858A0 !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;
}
@media screen and (max-width: 1151px) {
  .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 {
  background-color: #bcbcbc;
  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-main {
  background-color: #0858A0;
  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: #0858A0;
}
.button.is-main.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main.is-outlined {
  background-color: transparent;
  border-color: #0858A0;
  color: #0858A0 !important;
}
.button.is-main.is-outlined span {
  color: #0858A0 !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: #0858A0;
}
.button.is-main-dark {
  background-color: #0858A0;
  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: #0858A0;
}
.button.is-main-dark.is-inverted:hover {
  opacity: 0.5;
}
.button.is-main-dark.is-outlined {
  background-color: transparent;
  border-color: #0858A0;
  color: #0858A0 !important;
}
.button.is-main-dark.is-outlined span {
  color: #0858A0 !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: #0858A0;
}
.button.is-accent {
  background-color: #f9be00;
  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: #f9be00;
}
.button.is-accent.is-inverted:hover {
  opacity: 0.5;
}
.button.is-accent.is-outlined {
  background-color: transparent;
  border-color: #f9be00;
  color: #f9be00 !important;
}
.button.is-accent.is-outlined span {
  color: #f9be00 !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: #f9be00;
}
.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-red {
  background-color: #A10F08;
  border-color: transparent;
  color: #fff !important;
}
.button.is-red:hover, .button.is-red.is-hovered {
  opacity: 0.5;
}
.button.is-red.is-inverted {
  background-color: #fff;
  color: #A10F08;
}
.button.is-red.is-inverted:hover {
  opacity: 0.5;
}
.button.is-red.is-outlined {
  background-color: transparent;
  border-color: #A10F08;
  color: #A10F08 !important;
}
.button.is-red.is-outlined span {
  color: #A10F08 !important;
}
.button.is-red.is-outlined:hover {
  opacity: 0.5;
}
.button.is-red.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-red.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #A10F08;
}
.button.is-small {
  font-size: 0.857rem;
}
.button.is-medium {
  font-size: 1.142rem;
}
.button.is-large {
  font-size: 1.285rem;
}
.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .button.is-fullwidth {
    width: auto;
  }
}
.button.is-fullwidth .icon {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

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

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

.content li + li {
  margin-top: 0.25em;
}
.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: 28px;
  margin-bottom: 1em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
@media screen and (max-width: 1151px) {
  .content h2 {
    font-size: 24px;
  }
}
.content h3 {
  font-size: 1.142rem;
  margin-bottom: 0.6666em;
  font-weight: 500;
}
.content h3:not(:first-child) {
  margin-top: 0.6666em;
}
.content h4 {
  font-size: 1.066rem;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.content h5 {
  font-size: 1rem;
  margin-bottom: 0.3em;
  font-weight: 500;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: rgba(34, 34, 34, 0.1);
  border-left: 5px solid #bcbcbc;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul {
  margin-left: 0.5rem;
  margin-top: 1em;
}
.content ul li::before {
  content: "◎";
  color: #0858A0;
  margin-right: 0.5em;
}
.content ul li ul {
  margin-top: 0.5em;
}
.content ul li ul li {
  position: relative;
  padding-left: 1rem;
}
.content ul li ul li::before {
  content: "";
  position: absolute;
  top: calc(1em - 4.5px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  display: block;
}
.content ul.is-check li {
  padding-left: 1.5rem;
}
.content ul.is-check li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 1.5px;
  left: 0;
  color: #0858A0;
  background-color: transparent;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  text-align: center;
}
.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: 0.857rem;
}
.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 {
  padding: 0.5em 0.75em;
  vertical-align: top;
}
@media screen and (max-width: 1151px) {
  .content table td,
  .content table th {
    font-size: 12px;
  }
}
@media screen and (max-width: 1151px) {
  .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 thead td,
.content table thead th {
  border-width: 0;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #222;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content section:not(:last-child) {
  margin-bottom: 1.5em;
}
.content.is-small {
  font-size: 0.857rem;
}
.content.is-medium {
  font-size: 1.142rem;
}
.content.is-large {
  font-size: 1.285rem;
}

.input,
.textarea {
  background-color: #fff;
  border-color: #bcbcbc;
  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: #0858A0;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #0858A0;
}
.input[disabled],
.textarea[disabled] {
  background-color: rgba(188, 188, 188, 0.5);
  border-color: #bcbcbc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bcbcbc;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(188, 188, 188, 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: #0858A0;
}
.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(8, 88, 160, 0.25);
          box-shadow: 0 rgba(8, 88, 160, 0.25);
}
.input.is-main-dark,
.textarea.is-main-dark {
  border-color: #0858A0;
}
.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(8, 88, 160, 0.25);
          box-shadow: 0 rgba(8, 88, 160, 0.25);
}
.input.is-accent,
.textarea.is-accent {
  border-color: #f9be00;
}
.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(249, 190, 0, 0.25);
          box-shadow: 0 rgba(249, 190, 0, 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-red,
.textarea.is-red {
  border-color: #A10F08;
}
.input.is-red:focus, .input.is-red.is-focused, .input.is-red:active, .input.is-red.is-active,
.textarea.is-red:focus,
.textarea.is-red.is-focused,
.textarea.is-red:active,
.textarea.is-red.is-active {
  -webkit-box-shadow: 0 rgba(161, 15, 8, 0.25);
          box-shadow: 0 rgba(161, 15, 8, 0.25);
}
.input.is-small,
.textarea.is-small {
  font-size: 0.857rem;
}
.input.is-medium,
.textarea.is-medium {
  font-size: 1.142rem;
}
.input.is-large,
.textarea.is-large {
  font-size: 1.285rem;
}
.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: 48%;
}
@media screen and (max-width: 1151px) {
  .input.is-half,
  .textarea.is-half {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.input.is-year,
.textarea.is-year {
  width: 8em;
}
@media screen and (max-width: 1151px) {
  .input.is-year,
  .textarea.is-year {
    width: 11.25em;
  }
  .input.is-year.is-narrow,
  .textarea.is-year.is-narrow {
    width: 10em;
  }
}
.input.is-zip,
.textarea.is-zip {
  width: 8em;
}

.input.is-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: #bcbcbc;
  cursor: not-allowed;
}
.checkbox.is-no-answer .wpcf7-list-item.first,
.radio.is-no-answer .wpcf7-list-item.first {
  display: none;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select.is-time {
  margin-left: 1rem;
  width: 6em;
}
.select.is-time select {
  width: 6em;
}
.select:not(.is-multiple) {
  height: 2.25em;
}
.select:not(.is-multiple)::after {
  border-color: #0858A0;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #fff;
  border-color: #bcbcbc;
  border-radius: 3px;
  color: #222;
  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: #0858A0;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #0858A0;
}
.select select[disabled] {
  background-color: rgba(188, 188, 188, 0.5);
  border-color: #bcbcbc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bcbcbc;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(188, 188, 188, 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: #bcbcbc;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: initial;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple)::after {
  border-color: #bcbcbc;
}
.select.is-main:not(:hover)::after {
  border-color: #0858A0;
}
.select.is-main select {
  border-color: #0858A0;
}
.select.is-main select:hover, .select.is-main select.is-hovered {
  border-color: #074b88;
}
.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(8, 88, 160, 0.25);
          box-shadow: 0 rgba(8, 88, 160, 0.25);
}
.select.is-main-dark:not(:hover)::after {
  border-color: #0858A0;
}
.select.is-main-dark select {
  border-color: #0858A0;
}
.select.is-main-dark select:hover, .select.is-main-dark select.is-hovered {
  border-color: #074b88;
}
.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(8, 88, 160, 0.25);
          box-shadow: 0 rgba(8, 88, 160, 0.25);
}
.select.is-accent:not(:hover)::after {
  border-color: #f9be00;
}
.select.is-accent select {
  border-color: #f9be00;
}
.select.is-accent select:hover, .select.is-accent select.is-hovered {
  border-color: #e0ab00;
}
.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(249, 190, 0, 0.25);
          box-shadow: 0 rgba(249, 190, 0, 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: #151515;
}
.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: #f2f2f2;
}
.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-red:not(:hover)::after {
  border-color: #A10F08;
}
.select.is-red select {
  border-color: #A10F08;
}
.select.is-red select:hover, .select.is-red select.is-hovered {
  border-color: #890d07;
}
.select.is-red select:focus, .select.is-red select.is-focused, .select.is-red select:active, .select.is-red select.is-active {
  -webkit-box-shadow: 0 rgba(161, 15, 8, 0.25);
          box-shadow: 0 rgba(161, 15, 8, 0.25);
}
.select.is-small {
  font-size: 0.857rem;
}
.select.is-medium {
  font-size: 1.142rem;
}
.select.is-large {
  font-size: 1.285rem;
}
.select.is-disabled::after {
  border-color: #bcbcbc;
}
.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: #0858A0;
  border-color: transparent;
  color: #fff;
}
.file.is-main:hover .file-cta, .file.is-main.is-hovered .file-cta {
  background-color: #075194;
  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(8, 88, 160, 0.25);
          box-shadow: 0 0 0.5em rgba(8, 88, 160, 0.25);
  color: #fff;
}
.file.is-main:active .file-cta, .file.is-main.is-active .file-cta {
  background-color: #074b88;
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark .file-cta {
  background-color: #0858A0;
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:hover .file-cta, .file.is-main-dark.is-hovered .file-cta {
  background-color: #075194;
  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(8, 88, 160, 0.25);
          box-shadow: 0 0 0.5em rgba(8, 88, 160, 0.25);
  color: #fff;
}
.file.is-main-dark:active .file-cta, .file.is-main-dark.is-active .file-cta {
  background-color: #074b88;
  border-color: transparent;
  color: #fff;
}
.file.is-accent .file-cta {
  background-color: #f9be00;
  border-color: transparent;
  color: #222;
}
.file.is-accent:hover .file-cta, .file.is-accent.is-hovered .file-cta {
  background-color: #ecb400;
  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(249, 190, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(249, 190, 0, 0.25);
  color: #222;
}
.file.is-accent:active .file-cta, .file.is-accent.is-active .file-cta {
  background-color: #e0ab00;
  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: #1c1c1c;
  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: #151515;
  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: #f9f9f9;
  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: #f2f2f2;
  border-color: transparent;
  color: #222;
}
.file.is-red .file-cta {
  background-color: #A10F08;
  border-color: transparent;
  color: #fff;
}
.file.is-red:hover .file-cta, .file.is-red.is-hovered .file-cta {
  background-color: #950e07;
  border-color: transparent;
  color: #fff;
}
.file.is-red:focus .file-cta, .file.is-red.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(161, 15, 8, 0.25);
          box-shadow: 0 0 0.5em rgba(161, 15, 8, 0.25);
  color: #fff;
}
.file.is-red:active .file-cta, .file.is-red.is-active .file-cta {
  background-color: #890d07;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.857rem;
}
.file.is-medium {
  font-size: 1.142rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.285rem;
}
.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: #b6b6b6;
  color: #222;
}
.file-label:hover .file-name {
  border-color: rgba(182, 182, 182, 0.5);
}
.file-label:active .file-cta {
  background-color: #afafaf;
  color: #222;
}
.file-label:active .file-name {
  border-color: rgba(175, 175, 175, 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(188, 188, 188, 0.5);
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

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

.file-name {
  border-color: rgba(188, 188, 188, 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.75);
  display: block;
  font-size: 1.142rem;
  font-weight: 500;
}
.label::before {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #0858A0;
  margin-right: 0.5em;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.857rem;
}
.label.is-medium {
  font-size: 1.142rem;
}
.label.is-large {
  font-size: 1.285rem;
}
.label .is-require {
  margin-left: 10px;
  display: inline-block;
  font-size: 0.857rem;
  padding: 4px 6px;
  line-height: 1;
  background-color: #A10F08;
  color: #fff;
  border-radius: 6px;
}

.help {
  display: block;
  font-size: 0.857rem;
  margin-top: 0.25rem;
}
.help.is-main {
  color: #0858A0;
}
.help.is-main-dark {
  color: #0858A0;
}
.help.is-accent {
  color: #f9be00;
}
.help.is-black {
  color: #222;
}
.help.is-white {
  color: #fff;
}
.help.is-red {
  color: #A10F08;
}

.field:not(:last-child) {
  margin-bottom: 1rem;
}
.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: 1151px) {
  .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: 1151px) {
  .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: 100%;
        flex-basis: 100%;
  }
}
.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: 0.5em !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: 0.857rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.142rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.285rem;
    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: 1rem;
  position: relative;
  text-align: left;
}
.control:not(:last-child) {
  margin-bottom: 1em;
}
.control.has-icon .icon {
  color: #f4f4f4;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: #bcbcbc;
}
.control.has-icon .input.is-small + .icon {
  font-size: 0.857rem;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 1.142rem;
}
.control.has-icon .input.is-large + .icon {
  font-size: 1.285rem;
}
.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: #bcbcbc;
}
.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: 0.857rem;
}
.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: 1.142rem;
}
.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: 1.285rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #f4f4f4;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0.5em;
  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;
}
.control.is-flex > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control.is-flex > p input {
  margin: 0 0.5em;
}
.control.is-flex > p .wpcf7-form-control-wrap:not(:last-child) {
  margin-right: 0;
}
.control.is-flex .select {
  margin: 0 0.5em;
}
.control.is-flex .select > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control p {
  line-height: 2.5;
}
.control .wpcf7-form-control-wrap:not(:last-child) {
  margin-right: 1em;
}

fieldset {
  border: none;
}

.wpcf7-form-control.wpcf7-radio.radio {
  padding-top: 2px;
}
@media screen and (max-width: 1151px) {
  .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;
}

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

.table {
  background-color: transparent;
  color: #222;
}
.table.is-bg-transparent {
  background-color: transparent;
}
@media screen and (max-width: 1151px) {
  .table.is-mobile-font-small {
    font-size: 0.857rem;
  }
}
.table caption {
  font-size: 15px;
  font-weight: 500;
  color: #0858A0;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1151px) {
  .table caption {
    font-size: 1rem;
  }
}
.table td,
.table th {
  border: 1px solid #bcbcbc;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: middle;
  line-height: 1.5;
}
.table td.is-main,
.table th.is-main {
  background-color: #0858A0;
  border-color: #0858A0;
  color: #fff;
}
.table td.is-main-dark,
.table th.is-main-dark {
  background-color: #0858A0;
  border-color: #0858A0;
  color: #fff;
}
.table td.is-accent,
.table th.is-accent {
  background-color: #f9be00;
  border-color: #f9be00;
  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-red,
.table th.is-red {
  background-color: #A10F08;
  border-color: #A10F08;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #0858A0;
  color: #fff;
}
.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: 1151px) {
  .table td.is-mobile-font-small,
  .table th.is-mobile-font-small {
    font-size: 0.857rem;
  }
}
.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: 1151px) {
  .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: 1151px) {
  .table td figure img,
  .table th figure img {
    width: 100%;
  }
}
.table th {
  color: #222;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.table th .sub {
  font-size: 0.857rem;
}
@media screen and (max-width: 1151px) {
  .table th .sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 1151px) {
  .table th {
    white-space: nowrap;
  }
}
.table td .sub {
  font-size: 0.857rem;
}
@media screen and (max-width: 1151px) {
  .table td .sub {
    font-size: 10px;
  }
}
.table td i {
  font-size: 1.285rem;
  font-style: 400;
}
.table td i.strong {
  font-size: 2rem;
  color: #0858A0;
}
@media screen and (max-width: 1151px) {
  .table td i.strong {
    font-size: 1rem;
  }
}
.table tr.is-selected {
  background-color: #0858A0;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead td,
.table thead th {
  border: 3px double #bcbcbc !important;
  border-width: 0 0 3px 0 !important;
  color: #222;
  background-color: transparent;
}
.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:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table tbody tr td,
.table tbody tr th {
  vertical-align: middle;
}
.table.has-text-centered tbody tr td {
  text-align: center;
}
.table.has-text-right tbody tr td {
  text-align: right;
}
.table.is-bordered {
  border: 1px solid #bcbcbc;
  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: #bcbcbc;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #F0FBFF;
}
.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: #F0FBFF;
}
@media screen and (max-width: 1151px) {
  .table.is-touch-nowrap-td th {
    white-space: normal;
  }
}
@media screen and (max-width: 1151px) {
  .table.is-touch-nowrap-td td {
    white-space: nowrap;
  }
}

.table-container {
  padding-bottom: 1rem;
}
.table-container .memo {
  display: none;
}
@media screen and (max-width: 1151px) {
  .table-container .memo {
    display: block;
    opacity: 0.75;
  }
  .table-container .memo i {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1151px) {
  .table-container {
    overflow-x: scroll;
  }
  .table-container .table {
    width: 100%;
    white-space: nowrap;
  }
}

.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: #222;
  font-size: 1.428rem;
  font-weight: 500;
  line-height: 1.125;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 2.285rem;
}
.title.is-2 {
  font-size: 2rem;
}
.title.is-3 {
  font-size: 1.428rem;
}
.title.is-4 {
  font-size: 1.285rem;
}
.title.is-5 {
  font-size: 1.142rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.857rem;
}

.subtitle {
  color: #bcbcbc;
  font-size: 1.142rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 2.285rem;
}
.subtitle.is-2 {
  font-size: 2rem;
}
.subtitle.is-3 {
  font-size: 1.428rem;
}
.subtitle.is-4 {
  font-size: 1.285rem;
}
.subtitle.is-5 {
  font-size: 1.142rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.857rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222 !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: 1151px) {
  .breadcrumb a {
    font-size: 11.5px !important;
  }
}
.breadcrumb a:hover {
  color: #0858A0;
}
.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: #222;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #bcbcbc;
  content: "/";
}
@media screen and (max-width: 1151px) {
  .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: 0.857rem;
}
.breadcrumb.is-medium {
  font-size: 1.142rem;
}
.breadcrumb.is-large {
  font-size: 1.285rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: #fff;
  color: #222;
  max-width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0;
  padding-bottom: 0.5rem;
}
.card.has-padding {
  padding: 16px;
}
@media screen and (max-width: 1151px) {
  .card.is-touch-device-direction-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card.is-touch-device-direction-row .card-image {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  .card.is-touch-device-direction-row .card-image .is-circle {
    width: 120px;
    height: 120px;
  }
  .card.is-touch-device-direction-row .card-content {
    padding: 1.5rem 0 1.5rem 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

a.card {
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.card:hover .card-footer.action .more-button {
  background-color: #222;
  color: #fff !important;
}

.card-header {
  background-color: transparent;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  padding: 0.75rem;
}
.card-header-title.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image figure.is-circle {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.card-image figure.is-circle img {
  display: block;
}
.card-image figure:not(.is-circle) img {
  display: block;
}
.card-image .caption {
  position: absolute;
  bottom: 0px;
  left: 10px;
  font-size: 1.285rem;
  font-weight: 500;
  padding: 0.5em 10px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
@media screen and (max-width: 1151px) {
  .card-image .caption {
    font-size: 16px;
  }
}
.card-image .arrow {
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #0858A0;
  border-radius: 50%;
  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;
}
.card-image .arrow i {
  font-size: 1.28rem;
}
.card-image .number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #0858A0;
  border-radius: 50%;
  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;
  font-size: 1.28rem;
}

.card-content {
  background-color: transparent;
  padding: 16px 0 0 0;
}
.card-content .label {
  font-size: 0.857rem;
  font-family: "Josefin Sans", sans-serif;
  color: #0858A0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
.card-content .label::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #0858A0;
  margin-left: 1em;
}
.card-content .title {
  margin-bottom: 0.75em;
  font-size: 1.142rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0858A0;
}
.card-content .title .sub {
  font-size: 0.857rem;
}
.card-content p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1151px) {
  .card-content p {
    font-size: 13px;
  }
}

.card-footer {
  padding: 24px 0 0 0;
}
.card-footer.action {
  text-align: center;
}

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.horizon-card {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #222;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #F7F7F7;
}
.horizon-card:hover {
  opacity: 0.75;
}
.horizon-card .horizon-card-image {
  width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.horizon-card .horizon-card-image figure img {
  display: block;
  border-radius: 10px 0 0 10px/10px 0 0 10px;
}
.horizon-card .horizon-card-image figure.has-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px/10px 0 0 10px;
}
.horizon-card .horizon-card-content {
  padding: 1rem 1rem 0;
  font-size: 0.857rem;
  position: relative;
}
.horizon-card .horizon-card-content .title {
  font-weight: 500;
  margin: 0.2rem 0 1.2rem;
  font-size: 1rem;
}
.horizon-card .horizon-card-content .sub {
  color: #bcbcbc;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
}

.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.857rem;
}
.menu.is-medium {
  font-size: 1.142rem;
}
.menu.is-large {
  font-size: 1.285rem;
}

.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: #bcbcbc;
  color: #222;
}
.menu-list a.is-active {
  background-color: #0858A0;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #bcbcbc;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #bcbcbc;
  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;
}
.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: 1152px) {
  .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: 1152px) {
  .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 #f4f4f4;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1151px) {
  .column.has-separate-line::after {
    width: 70%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #f4f4f4;
    top: auto;
    bottom: 5%;
    right: 15%;
  }
}

.columns {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
.columns:last-child {
  margin-bottom: -12px;
}
.columns:not(:last-child) {
  margin-bottom: 1rem;
}
.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
}
.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-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (min-width: 431px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1152px) {
  .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: 1151px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1152px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

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

body {
  max-width: 1564px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 1151px) {
  body {
    padding-top: 58px;
  }
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: -1;
}
body.is-overlay::after {
  opacity: 1;
  z-index: 2;
  -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
          animation: fadeIn 0.3s ease-in 0s forwards;
}
@media screen and (max-width: 1151px) {
  body {
    overflow-x: hidden;
  }
}

@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v16-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v16-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/josefin-sans-v32-latin-regular.woff2") format("woff2");
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    z-index: -1;
  }
  1% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    z-index: -1;
  }
  1% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}
.is-latin {
  font-family: "Josefin Sans", sans-serif;
}

.is-radius, .lower-page .is-radius-box, .lower-page .has-shadow.is-radius-box::after, .lower-page .is-ordered-box figure.is-radius-box::after, .lower-page .has-shadow.is-radius-box img, .lower-page .is-ordered-box figure.is-radius-box img, .lower-page .about-container .text.is-radius-box::after, .lower-page .about-container .text.is-radius-box img, .has-shadow.is-radius::after, .lower-page .is-ordered-box figure.is-radius::after, .lower-page .has-shadow.is-radius-box img.has-shadow::after, .lower-page .is-ordered-box figure.is-radius-box img.has-shadow::after, .lower-page .about-container .text.is-radius-box img.has-shadow::after, .lower-page .about-container .is-radius.text::after, .lower-page .about-container .has-shadow.is-radius-box img.text::after, .lower-page .about-container .is-ordered-box figure.is-radius-box img.text::after, .lower-page .is-ordered-box .about-container figure.is-radius-box img.text::after, .lower-page .has-shadow.is-radius-box .about-container img.text::after, .lower-page .is-ordered-box figure.is-radius-box .about-container img.text::after, .lower-page .about-container .text.is-radius-box img.text::after, .has-shadow.is-radius img, .lower-page .is-ordered-box figure.is-radius img, .lower-page .has-shadow.is-radius-box::after img, .lower-page .is-ordered-box figure.is-radius-box::after img, .lower-page .about-container .is-radius.text img, .lower-page .about-container .text.is-radius-box::after img {
  border-radius: 50px 0 50px 0/50px 0 50px 0;
}
@media screen and (max-width: 1151px) {
  .is-radius, .lower-page .is-radius-box, .lower-page .has-shadow.is-radius-box::after, .lower-page .is-ordered-box figure.is-radius-box::after, .lower-page .has-shadow.is-radius-box img, .lower-page .is-ordered-box figure.is-radius-box img, .lower-page .about-container .text.is-radius-box::after, .lower-page .about-container .text.is-radius-box img, .has-shadow.is-radius::after, .lower-page .is-ordered-box figure.is-radius::after, .lower-page .has-shadow.is-radius-box img.has-shadow::after, .lower-page .is-ordered-box figure.is-radius-box img.has-shadow::after, .lower-page .about-container .text.is-radius-box img.has-shadow::after, .lower-page .about-container .is-radius.text::after, .lower-page .about-container .has-shadow.is-radius-box img.text::after, .lower-page .about-container .is-ordered-box figure.is-radius-box img.text::after, .lower-page .is-ordered-box .about-container figure.is-radius-box img.text::after, .lower-page .has-shadow.is-radius-box .about-container img.text::after, .lower-page .is-ordered-box figure.is-radius-box .about-container img.text::after, .lower-page .about-container .text.is-radius-box img.text::after, .has-shadow.is-radius img, .lower-page .is-ordered-box figure.is-radius img, .lower-page .has-shadow.is-radius-box::after img, .lower-page .is-ordered-box figure.is-radius-box::after img, .lower-page .about-container .is-radius.text img, .lower-page .about-container .text.is-radius-box::after img {
    border-radius: 30px 0 30px 0/30px 0 30px 0;
  }
}

.is-radius-reverse, .has-shadow.is-radius-reverse::after, .lower-page .is-ordered-box figure.is-radius-reverse::after, .lower-page .about-container .is-radius-reverse.text::after, .has-shadow.is-radius-reverse img, .lower-page .is-ordered-box figure.is-radius-reverse img, .lower-page .about-container .is-radius-reverse.text img {
  border-radius: 0 50px 0 50px/0 50px 0 50px;
}
@media screen and (max-width: 1151px) {
  .is-radius-reverse, .has-shadow.is-radius-reverse::after, .lower-page .is-ordered-box figure.is-radius-reverse::after, .lower-page .about-container .is-radius-reverse.text::after, .has-shadow.is-radius-reverse img, .lower-page .is-ordered-box figure.is-radius-reverse img, .lower-page .about-container .is-radius-reverse.text img {
    border-radius: 0 30px 0 30px/0 30px 0 30px;
  }
}

.is-caption-image {
  width: 200px;
  height: auto;
  margin: 6px auto;
  display: block;
  border-radius: 0 20px 0 20px/0 20px 0 20px;
}
@media screen and (max-width: 1151px) {
  .is-caption-image {
    width: 150px;
    border-radius: 0 10px 0 10px/0 10px 0 10px;
  }
}

.has-shadow, .lower-page .is-ordered-box figure, .lower-page .about-container .text {
  position: relative;
  z-index: 0;
}
.has-shadow.is-radius-reverse::after, .lower-page .is-ordered-box figure.is-radius-reverse::after, .lower-page .about-container .is-radius-reverse.text::after, .has-shadow.is-radius-reverse img.has-shadow::after, .lower-page .is-ordered-box figure.is-radius-reverse img.has-shadow::after, .lower-page .about-container .is-radius-reverse.text img.has-shadow::after, .has-shadow.is-radius-reverse .lower-page .about-container img.text::after, .lower-page .is-ordered-box figure.is-radius-reverse .lower-page .about-container img.text::after, .lower-page .about-container .has-shadow.is-radius-reverse img.text::after, .lower-page .about-container .is-ordered-box figure.is-radius-reverse img.text::after, .lower-page .is-ordered-box .about-container figure.is-radius-reverse img.text::after, .lower-page .about-container .is-radius-reverse.text img.text::after {
  right: auto;
  left: -10px;
  background: linear-gradient(121deg, #FFEAA8 0%, #C7E8F5 100%) 0 0 no-repeat;
}
.has-shadow::after, .lower-page .is-ordered-box figure::after, .lower-page .about-container .text::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(238deg, #FFEAA8 0%, #C7E8F5 100%) 0 0 no-repeat;
  z-index: -1;
}

.read-more-button {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.142rem;
  color: #222 !important;
  position: relative;
  background: url(../images/arrow-yellow.png) no-repeat right bottom 6px;
  background-size: 80px auto;
  padding: 0 16px 0 12px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.read-more-button.is-white {
  color: #fff !important;
}
.read-more-button.is-white::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.read-more-button:hover {
  padding-right: 24px;
}
.read-more-button:hover::before {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.read-more-button::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  background-color: rgba(249, 190, 0, 0.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.more-button {
  font-size: 1rem;
  display: inline-block;
  border: 1px solid #222;
  border-width: 1px 0;
  padding: 8px 0;
  width: 100px;
  text-align: center;
  color: #222 !important;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.more-button-hover, .top-malocclusion .items .item .card:hover .card-content .has-text-centered .more-button, .top-device .items .item:hover .action .more-button, .top-age .items .item:hover .action .more-button, .more-button:hover {
  background-color: #222;
  color: #fff !important;
}

.has-bg-light-blue {
  background-color: #F0FBFF;
}

.has-bg-light-grey {
  background-color: #f4f4f4;
}

.gmap.is-fullwidth {
  height: 370px;
}
@media screen and (max-width: 1151px) {
  .gmap.is-fullwidth {
    height: 300px;
  }
}
.gmap.is-fullwidth iframe {
  width: 100%;
  height: 360px;
  border-radius: 0;
}
@media screen and (max-width: 1151px) {
  .gmap.is-fullwidth iframe {
    height: 300px;
  }
}
.gmap iframe {
  width: 100%;
  height: 330px;
  border-radius: 0;
}
@media screen and (max-width: 1151px) {
  .gmap iframe {
    height: 320px;
  }
}

.gcal {
  height: 360px;
  overflow-y: scroll;
}
.gcal iframe {
  width: 100%;
  height: 340px;
}

.youtube, .is-post-box .is-post-content .is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe, .is-post-box .is-post-content .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lazy-bg {
  background-size: cover;
  background-position: center;
}
.lazy-bg[data-bg] {
  background-color: #fff;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.angle-down {
  content: "";
  background-image: url("../images/icon/angle-down.svg");
}
.icon.angle-right {
  content: "";
  background-image: url("../images/icon/angle-right.svg");
}
.icon.angle-right-blue {
  content: "";
  background-image: url("../images/icon/angle-right-blue.svg");
}
.icon.angle-right-white {
  content: "";
  background-image: url("../images/icon/angle-right-white.svg");
}
.icon.calendar-check-blue {
  content: "";
  background-image: url("../images/icon/calendar-check-blue.svg");
}
.icon.calendar-check-white {
  content: "";
  background-image: url("../images/icon/calendar-check-white.svg");
}
.icon.clipboard-list-blue {
  content: "";
  background-image: url("../images/icon/clipboard-list-blue.svg");
}
.icon.clipboard-list-white {
  content: "";
  background-image: url("../images/icon/clipboard-list-white.svg");
}
.icon.phone-blue {
  content: "";
  background-image: url("../images/icon/phone-blue.svg");
}
.icon.phone-white {
  content: "";
  background-image: url("../images/icon/phone-white.svg");
}
.icon.handshake-white {
  content: "";
  background-image: url("../images/icon/handshake-white.svg");
}

.nav-menu {
  position: fixed;
  right: 0;
  top: -100vh;
  width: 700px;
  background-color: #0858A0;
  border-radius: 0 50px 0 50px/0 50px 0 50px;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 10;
}
@media screen and (max-width: 1151px) {
  .nav-menu {
    width: calc(100% - 16px);
    border-radius: 0 0 0 30px/0 0 0 30px;
    padding: 16px;
  }
}
.nav-menu.is-active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.nav-menu .logo img {
  display: block;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 1151px) {
  .nav-menu .logo img {
    width: 250px;
  }
}
.nav-menu .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 32px;
}
@media screen and (max-width: 1151px) {
  .nav-menu .cta {
    margin: 32px 0 24px;
  }
}
.nav-menu .cta a {
  font-size: 1.142rem;
  font-weight: 500;
  color: #fff !important;
}
@media screen and (max-width: 1151px) {
  .nav-menu .cta a {
    font-size: 1rem;
  }
}
.nav-menu .cta a:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 1151px) {
  .nav-menu .cta a:not(:last-child) {
    margin-right: 24px;
  }
}
.nav-menu .cta a i {
  margin-right: 8px;
}
.nav-menu nav {
  padding: 24px 36px;
  background-color: #fff;
  border-radius: 0 50px 0 50px/0 50px 0 50px;
}
@media screen and (max-width: 1151px) {
  .nav-menu nav {
    padding: 24px 16px;
    border-radius: 0 30px 0 30px/0 30px 0 30px;
    background-color: #F0FBFF;
  }
}

.navigation-style .columns, footer .footer-content .sitemap nav .columns, .nav-menu nav .columns {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns, footer .footer-content .sitemap nav .columns, .nav-menu nav .columns {
    margin-top: 0;
  }
  .navigation-style .columns:first-child .column .title::after, footer .footer-content .sitemap nav .columns:first-child .column .title::after, .nav-menu nav .columns:first-child .column .title::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background: url("../images/icon/angle-right.svg") no-repeat center/contain;
  }
}
.navigation-style .columns .column, footer .footer-content .sitemap nav .columns .column, .nav-menu nav .columns .column {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  width: 33.333%;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column, footer .footer-content .sitemap nav .columns .column, .nav-menu nav .columns .column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navigation-style .columns .column .title, footer .footer-content .sitemap nav .columns .column .title, .nav-menu nav .columns .column .title {
  font-weight: 500;
  font-size: 1rem !important;
  color: #222 !important;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column .title, footer .footer-content .sitemap nav .columns .column .title, .nav-menu nav .columns .column .title {
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 1.142rem !important;
    border-bottom: 1px solid #bcbcbc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation-style .columns .column .title::after, footer .footer-content .sitemap nav .columns .column .title::after, .nav-menu nav .columns .column .title::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background: url("../images/icon/angle-down.svg") no-repeat center/contain;
  }
}
.navigation-style .columns .column .title::before, footer .footer-content .sitemap nav .columns .column .title::before, .nav-menu nav .columns .column .title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #f9be00;
  border-radius: 4px;
  margin: 0 4px 1px 0;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column .title::before, footer .footer-content .sitemap nav .columns .column .title::before, .nav-menu nav .columns .column .title::before {
    display: none;
  }
}
.navigation-style .columns .column ul, footer .footer-content .sitemap nav .columns .column ul, .nav-menu nav .columns .column ul {
  margin-left: 12px;
}
.navigation-style .columns .column ul:not(:last-child), footer .footer-content .sitemap nav .columns .column ul:not(:last-child), .nav-menu nav .columns .column ul:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column ul:not(:last-child), footer .footer-content .sitemap nav .columns .column ul:not(:last-child), .nav-menu nav .columns .column ul:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 431px) {
  .navigation-style .columns .column ul, footer .footer-content .sitemap nav .columns .column ul, .nav-menu nav .columns .column ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .navigation-style .columns .column ul, footer .footer-content .sitemap nav .columns .column ul, .nav-menu nav .columns .column ul {
    display: none;
    margin-left: 0;
    background-color: #fff;
  }
}
@media screen and (min-width: 431px) {
  .navigation-style .columns .column ul li, footer .footer-content .sitemap nav .columns .column ul li, .nav-menu nav .columns .column ul li {
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column ul li, footer .footer-content .sitemap nav .columns .column ul li, .nav-menu nav .columns .column ul li {
    padding: 0 16px;
  }
  .navigation-style .columns .column ul li:not(:last-child) a, footer .footer-content .sitemap nav .columns .column ul li:not(:last-child) a, .nav-menu nav .columns .column ul li:not(:last-child) a {
    border-bottom: 1px solid #D3D3D3;
  }
}
.navigation-style .columns .column ul li a, footer .footer-content .sitemap nav .columns .column ul li a, .nav-menu nav .columns .column ul li a {
  color: #222 !important;
  display: inline-block;
  font-size: 0.857rem;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column ul li a, footer .footer-content .sitemap nav .columns .column ul li a, .nav-menu nav .columns .column ul li a {
    font-size: 1rem;
    padding: 10px 0;
    display: block;
    position: relative;
  }
  .navigation-style .columns .column ul li a::before, footer .footer-content .sitemap nav .columns .column ul li a::before, .nav-menu nav .columns .column ul li a::before {
    content: "-";
    margin-right: 0.5em;
  }
  .navigation-style .columns .column ul li a::after, footer .footer-content .sitemap nav .columns .column ul li a::after, .nav-menu nav .columns .column ul li a::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background: url("../images/icon/angle-right.svg") no-repeat center/contain;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
  }
}
.navigation-style .columns .column ul li a .sub, footer .footer-content .sitemap nav .columns .column ul li a .sub, .nav-menu nav .columns .column ul li a .sub {
  font-size: 10px;
}
@media screen and (max-width: 1151px) {
  .navigation-style .columns .column ul li a .sub, footer .footer-content .sitemap nav .columns .column ul li a .sub, .nav-menu nav .columns .column ul li a .sub {
    font-size: 1rem;
  }
}

.navbar-burger {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #0858A0;
  border-radius: 0 0 0 20px/0 0 0 20px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 1151px) {
  .navbar-burger {
    width: 48px;
    height: 48px;
    border-radius: 0 0 0 10px/0 0 0 10px;
  }
}
.navbar-burger.is-active .bar span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
@media screen and (max-width: 1151px) {
  .navbar-burger.is-active .bar span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}
.navbar-burger.is-active .bar span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.navbar-burger.is-active .bar span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
@media screen and (max-width: 1151px) {
  .navbar-burger.is-active .bar span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
.navbar-burger .bar {
  width: 48px;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .navbar-burger .bar {
    width: 26px;
  }
}
.navbar-burger .bar span {
  display: block;
  height: 1px;
  left: calc(50% - 24px);
  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;
  width: 48px;
  background-color: #fff;
}
@media screen and (max-width: 1151px) {
  .navbar-burger .bar span {
    width: 26px;
    left: calc(50% - 13px);
  }
}
.navbar-burger .bar span:nth-child(1) {
  top: calc(50% - 10px);
}
@media screen and (max-width: 1151px) {
  .navbar-burger .bar span:nth-child(1) {
    top: calc(50% - 7px);
  }
}
.navbar-burger .bar span:nth-child(2) {
  top: 50%;
}
.navbar-burger .bar span:nth-child(3) {
  top: calc(50% + 10px);
}
@media screen and (max-width: 1151px) {
  .navbar-burger .bar span:nth-child(3) {
    top: calc(50% + 7px);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  z-index: 2;
}
@media screen and (max-width: 1151px) {
  header {
    padding-left: 16px;
    padding-top: 12px;
  }
}
header.in-scroll .logo {
  opacity: 0;
  visibility: hidden;
}
header.in-scroll .actions .cta a {
  background-color: #0858A0;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff !important;
}
header.in-scroll .actions .cta a:not(:last-child) {
  margin-right: 8px;
}
header.in-scroll .actions .cta a i {
  color: #fff !important;
}
header.in-scroll .actions .cta a i.phone-blue {
  background-image: url("../images/icon/phone-white.svg");
}
header.in-scroll .actions .cta a i.calendar-check-blue {
  background-image: url("../images/icon/calendar-check-white.svg");
}
header.in-scroll .actions .cta a i.clipboard-list-blue {
  background-image: url("../images/icon/clipboard-list-white.svg");
}
header .logo {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .logo img {
  display: block;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 1151px) {
  header .logo img {
    width: 216px;
  }
}
header .actions {
  position: relative;
  padding-right: 148px;
}
@media screen and (max-width: 1151px) {
  header .actions {
    display: none;
  }
}
header .actions .cta {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .actions .cta a {
  font-size: 1.142rem;
  font-weight: 500;
  color: #222 !important;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .actions .cta a:not(:last-child) {
  margin-right: 32px;
}
header .actions .cta a i {
  margin-right: 8px;
  color: #0858A0;
}

footer .footer-content {
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .clinic-info {
  padding: 0;
  width: 460px;
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
footer .footer-content .clinic-info .logo {
  margin-bottom: 32px;
  width: 100%;
}
footer .footer-content .clinic-info .logo img {
  display: block;
}
footer .footer-content .clinic-info .info table tr th {
  text-align: center;
}
footer .footer-content .clinic-info .info .time-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .clinic-info .cta-items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items {
    display: block;
  }
}
footer .footer-content .clinic-info .cta-items .item {
  display: block;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer-content .clinic-info .cta-items .item:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
footer .footer-content .clinic-info .cta-items .item figure {
  position: relative;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items .item figure {
    width: 140px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
footer .footer-content .clinic-info .cta-items .item figure img {
  display: block;
  border-radius: 0 20px 0 0/0 20px 0 0;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items .item figure img {
    border-radius: 0;
  }
}
footer .footer-content .clinic-info .cta-items .item figure figcaption {
  padding: 2px 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0858A0;
  color: #c7e8f5 !important;
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items .item figure figcaption {
    display: none;
  }
}
footer .footer-content .clinic-info .cta-items .item figure figcaption i {
  margin-left: 8px;
}
footer .footer-content .clinic-info .cta-items .item p {
  height: 73px;
  background-color: #0858A0;
  color: #fff !important;
  text-align: center;
  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-weight: 500;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .clinic-info .cta-items .item p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    border-radius: 0 20px 0 0/0 20px 0 0;
  }
  footer .footer-content .clinic-info .cta-items .item p .more-button {
    width: 60px;
    font-size: 10px;
    background-color: #fff;
    color: #0858A0 !important;
    border: none;
    margin-top: 8px;
    padding: 6px 0;
  }
}
footer .footer-content .sitemap {
  width: 620px;
  -ms-flex-preferred-size: 620px;
      flex-basis: 620px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 48px;
  background-color: #F0FBFF;
  border-radius: 0 50px 0 50px/0 50px 0 50px;
}
@media screen and (max-width: 1151px) {
  footer .footer-content .sitemap {
    margin-top: 48px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 24px 16px;
    border-radius: 0 30px 0 30px/0 30px 0 30px;
    background-color: #F0FBFF;
  }
}
.footer-floating-menu {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.footer-floating-menu.is-active {
  bottom: 0;
}
.footer-floating-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  width: 33.333%;
  background-color: #0858A0;
  color: #fff !important;
  font-weight: 500;
}
.footer-floating-menu a:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer-floating-menu a i {
  font-size: 1rem;
  margin-right: 5px;
}

body.home figure img {
  width: 100%;
}

.hero {
  position: relative;
}
.hero .main {
  position: relative;
  width: 1200px;
  height: 644px;
  margin: auto;
  padding: 40px;
}
@media screen and (max-width: 1151px) {
  .hero .main {
    padding: 24px 0 0 0;
    width: 84%;
    height: 764px;
  }
}
.hero .main .back-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .main .back-image img {
  display: block;
  aspect-ratio: 1200/644;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 0 20px/0 20px 0 20px;
}
@media screen and (max-width: 1151px) {
  .hero .main .back-image img {
    aspect-ratio: 328/764;
  }
}
.hero .main .catch {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.hero .main .catch .bg {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  background-color: #0858A0;
  margin-bottom: 8px;
  padding: 8px 10px;
  line-height: 1;
}
@media screen and (max-width: 1151px) {
  .hero .main .catch .bg {
    font-size: 5.3vw;
    margin-left: -16px;
  }
}
.hero .main .catch .lead {
  margin-top: 24px;
  font-size: 1.285rem;
  color: #fff;
  text-shadow: 0 0 4px #222;
}
@media screen and (max-width: 1151px) {
  .hero .main .catch .lead {
    padding-left: 16px;
  }
}
.hero .main .hero-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hero .main .hero-cta a {
  display: block;
  padding: 24px 32px;
  background-color: #fff;
  color: #0858A0 !important;
  font-weight: 500;
  font-size: 1.428rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 1151px) {
  .hero .main .hero-cta a {
    padding: 16px 24px;
    font-size: 1.285rem;
  }
}
.hero .main .hero-cta a:hover {
  background-color: #0858A0;
  color: #fff !important;
}
.hero .main .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  position: absolute;
  right: -100px;
  top: 24px;
  font-weight: 500;
  font-size: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1151px) {
  .hero .main .info {
    width: 8%;
    right: -8.5%;
    font-size: 0.857rem;
  }
}
.hero .main .info span {
  text-combine-upright: all;
}
.hero .main .info span:first-child {
  margin-right: 4px !important;
}
.hero .main .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  position: absolute;
  left: -100px;
  bottom: 0;
  color: #bcbcbc;
  font-size: 0.857rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1151px) {
  .hero .main .copyright {
    width: 8%;
    left: -8.5%;
    font-size: 10px;
  }
}

.top-section-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 1151px) {
  .top-section-title {
    margin-bottom: 24px;
  }
}
.top-section-title.has-border {
  border-bottom: 1px solid #0858A0;
}
.top-section-title.is-horizon {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1151px) {
  .top-section-title.is-horizon {
    display: block;
  }
}
.top-section-title.is-horizon .is-latin {
  margin: 0 0 0.5em 1rem;
}
@media screen and (max-width: 1151px) {
  .top-section-title.is-horizon .is-latin {
    margin: 0;
  }
}
.top-section-title.is-white .is-latin {
  color: #c7e8f5;
}
.top-section-title.is-white h2 {
  color: #fff;
}
.top-section-title.is-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.top-section-title.is-reverse h2 {
  margin-bottom: 0.25em;
}
.top-section-title .is-latin {
  font-size: 0.857rem;
  color: #bcbcbc;
  letter-spacing: 0.1em;
}
.top-section-title h2 {
  margin-top: 0 !important;
  font-size: 2rem;
  font-weight: 500;
}
.top-section-title h2 span {
  color: #0858A0;
}

.top-pickup .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1151px) {
  .top-pickup .item {
    display: block;
  }
}
.top-pickup .item .text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1151px) {
  .top-pickup .item .text {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 32px;
  }
}
.top-pickup .item .figure {
  position: relative;
}
.top-pickup .item .figure figure {
  width: 788px;
}
@media screen and (max-width: 1151px) {
  .top-pickup .item .figure figure {
    width: 100%;
  }
}
.top-pickup .item .figure figure img {
  display: block;
}
.top-pickup .item .figure .symbol {
  position: absolute;
  bottom: -20px;
  left: -225px;
  width: 325px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1151px) {
  .top-pickup .item .figure .symbol {
    bottom: auto;
    left: auto;
    top: -240px;
    right: 0;
    width: 224px;
  }
}

.top-age {
  padding: 0 0 100px !important;
  position: relative;
  background: url(../images/top-age-bg.jpg) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 1151px) {
  .top-age {
    padding: 48px 1.5rem 180px !important;
    margin-right: 1rem;
    background: url(../images/top-age-bg-mobile.jpg) no-repeat right bottom;
    background-size: cover;
  }
  .top-age .top-section-title {
    text-align: left !important;
  }
  .top-age .top-section-title .is-latin {
    color: #fff;
  }
}
.top-age .latin-title {
  position: absolute;
  left: 40px;
  bottom: 0;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #F0FBFF;
  opacity: 0.7;
}
.top-age .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -12px;
}
@media screen and (max-width: 1151px) {
  .top-age .items {
    display: block;
    margin: 0;
  }
}
.top-age .items .item {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 12px;
  width: 232px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1151px) {
  .top-age .items .item {
    width: 100%;
    margin: 0;
  }
  .top-age .items .item:not(:last-child) {
    margin-bottom: 42px;
  }
}
.top-age .items .item::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(212deg, #C7E8F5 0%, #FFE591 100%) 0 0 no-repeat;
  z-index: -1;
}
.top-age .items .item figure {
  margin-bottom: 0;
}
.top-age .items .item figure img {
  display: block;
}
.top-age .items .item .item-content {
  background-color: #fff;
  padding: 24px 16px;
}
.top-age .items .item .item-content .title {
  text-align: center;
  margin: 0 0 12px;
  font-size: 1.142rem;
  font-weight: 500;
}
.top-age .items .item .item-content p {
  color: #222 !important;
}
.top-age .items .item .item-content p:not(.action) {
  min-height: 6.8em;
}
@media screen and (max-width: 1151px) {
  .top-age .items .item .item-content p:not(.action) {
    min-height: auto;
  }
}
.top-age .items .item .item-content .action {
  text-align: center;
}

.top-device {
  padding: 100px 0 136px !important;
  position: relative;
  background-size: auto 674px !important;
  background-repeat: no-repeat !important;
  background-position: right 100px !important;
}
@media screen and (max-width: 1151px) {
  .top-device {
    padding: 48px 1.5rem 180px !important;
    margin: 80px 0 0 1rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
  }
  .top-device .top-section-title .is-latin {
    color: #fff;
  }
}
.top-device .latin-title {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #F0FBFF;
  opacity: 0.7;
}
@media screen and (max-width: 1151px) {
  .top-device .latin-title {
    right: 16px;
    font-size: 90px;
  }
}
.top-device .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -12px;
}
@media screen and (max-width: 1151px) {
  .top-device .items {
    display: block;
    margin: 0;
  }
}
.top-device .items .item {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 12px;
  width: 232px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1151px) {
  .top-device .items .item {
    width: 100%;
    margin: 0;
  }
  .top-device .items .item:not(:last-child) {
    margin-bottom: 42px;
  }
}
.top-device .items .item::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(212deg, #C7E8F5 0%, #FFE591 100%) 0 0 no-repeat;
  z-index: -1;
}
.top-device .items .item figure {
  margin-bottom: 0;
}
.top-device .items .item figure img {
  display: block;
}
.top-device .items .item .item-content {
  background-color: #fff;
  padding: 24px 16px;
}
.top-device .items .item .item-content .title {
  text-align: center;
  margin: 0 0 12px;
  font-size: 1.142rem;
  font-weight: 500;
}
.top-device .items .item .item-content p {
  color: #222 !important;
}
.top-device .items .item .item-content p:not(.action) {
  min-height: 10.3em;
}
@media screen and (max-width: 1151px) {
  .top-device .items .item .item-content p:not(.action) {
    min-height: auto;
  }
}
.top-device .items .item .item-content .action {
  text-align: center;
}

.top-malocclusion {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .top-malocclusion {
    background-size: auto 700px !important;
  }
}
.top-malocclusion .latin-title {
  position: absolute;
  left: 0;
  bottom: -48px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #F0FBFF;
  width: 100%;
  text-align: center;
  opacity: 0.7;
}
@media screen and (max-width: 1151px) {
  .top-malocclusion .latin-title {
    font-size: 11.5vw;
    bottom: 0;
  }
}
.top-malocclusion .items {
  width: 642px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1151px) {
  .top-malocclusion .items {
    width: 100%;
  }
}
.top-malocclusion .items .item {
  width: 33.333%;
  padding: 0.5px;
}
@media screen and (max-width: 1151px) {
  .top-malocclusion .items .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-malocclusion .items .item .card {
  padding: 24px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1151px) {
  .top-malocclusion .items .item .card {
    width: 100%;
  }
}
.top-malocclusion .items .item .card:hover {
  opacity: 1;
}
.top-malocclusion .items .item .card .card-image figure {
  width: 100px;
  margin: auto;
}
.top-malocclusion .items .item .card .card-image figure img {
  display: block;
}
.top-malocclusion .items .item .card .card-content {
  padding: 16px 0 0 0;
}
.top-malocclusion .items .item .card .card-content .title {
  font-size: 1.142rem;
  text-align: center;
}
.top-malocclusion .items .item .card .card-content p {
  text-align: center;
}
.top-malocclusion .items .item .card .card-content p:not(.has-text-centered) {
  position: relative;
}
.top-malocclusion .items .item .card .card-content p:not(.has-text-centered)::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 1px;
  border-top: 1px solid #bcbcbc;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lower-page.lingual .top-case.is-lower-banner {
  padding-top: 100px !important;
}
@media screen and (max-width: 1151px) {
  .lower-page.lingual .top-case.is-lower-banner {
    padding-top: 80px;
  }
}

.top-case.is-lower-banner {
  padding-top: 0 !important;
}
.top-case.is-lower-banner .banner {
  background-image: url(../images/top-case-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1151px) {
  .top-case.is-lower-banner .banner {
    background-image: url(../images/top-case-bg-mobile.jpg);
  }
}
.top-case .container .content {
  position: relative;
  padding: 0 0 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 256px;
}
@media screen and (max-width: 1151px) {
  .top-case .container .content {
    height: 415px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top-case .container .content::after {
    content: "";
    width: 207px;
    height: 244px;
    border-radius: 0 0 0 30px/0 0 0 30px;
    background-color: #0858A0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
.top-case .container .content .text {
  margin-right: 16px;
}
@media screen and (max-width: 1151px) {
  .top-case .container .content .text {
    width: 207px;
    margin: 24px 0 0 0;
    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;
    z-index: 1;
  }
}
.top-case .container .content .text .top-section-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1151px) {
  .top-case .container .content .text .top-section-title {
    margin-bottom: 8px;
  }
  .top-case .container .content .text .top-section-title .is-latin {
    display: none;
  }
}
.top-case .container .content .text p {
  color: #fff;
}
@media screen and (max-width: 1151px) {
  .top-case .container .content .action {
    margin-top: 24px;
    width: 207px;
    position: relative;
    z-index: 1;
    text-align: center;
  }
}
.top-case .container .content .latin-title {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #F0FBFF;
  opacity: 0.8;
}

.top-feature {
  padding-top: 0 !important;
}
.top-feature .top-section-title .latin-title {
  font-size: 72px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #f4f4f4;
}
@media screen and (max-width: 1151px) {
  .top-feature .top-section-title .latin-title {
    font-size: 18vw;
  }
}
.top-feature .top-section-title h2 {
  margin-top: -1.5em !important;
}

.top-greeting {
  position: relative;
}
@media screen and (max-width: 1151px) {
  .top-greeting {
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
}
.top-greeting .text {
  margin-top: 12px;
  padding: 0 48px 36px;
  margin-left: calc((100% - 1120px) / 2);
  border-radius: 50px 0 0 0/50px 0 0 0;
  background: linear-gradient(109deg, #C7E8F5 0%, #E3D06B 84%, #F9BE00 100%) 0 0 no-repeat;
}
@media screen and (max-width: 1151px) {
  .top-greeting .text {
    padding: 0 16px 444px;
    margin-left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#C7E8F5), color-stop(84%, #E3D06B), to(#F9BE00)) 0 0 no-repeat;
    background: linear-gradient(180deg, #C7E8F5 0%, #E3D06B 84%, #F9BE00 100%) 0 0 no-repeat;
  }
}
.top-greeting .text .top-section-title {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-bottom: 12px;
}
.top-greeting .text .top-section-title .latin-title {
  font-size: 80px;
  color: #F0FBFF;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1151px) {
  .top-greeting .text .top-section-title .latin-title {
    font-size: 17vw;
  }
}
.top-greeting .text .top-section-title .latin-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 16px;
}
.top-greeting .text .text-footer {
  border-top: 1px dashed #fff;
  padding-top: 1.5rem;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1151px) {
  .top-greeting .text .text-footer {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1151px) {
  .top-greeting .text .text-footer .doctor {
    text-align: left;
    margin-bottom: 36px;
  }
}
.top-greeting .text .text-footer .doctor .name {
  font-size: 1.142rem;
  font-weight: 500;
}
.top-greeting .text .text-footer .doctor .name::after {
  content: "Yosuke Ujii";
  color: #fff;
  font-size: 0.857rem;
  margin-left: 16px;
  letter-spacing: 0.05em;
}
.top-greeting figure {
  width: 548px;
  position: absolute;
  top: 0;
  right: calc((100% - 1120px) / 2);
}
@media screen and (max-width: 1151px) {
  .top-greeting figure {
    width: calc(100% - 16px);
    top: auto;
    right: 16px;
    bottom: 0;
  }
}

.top-facility {
  padding-bottom: 181px !important;
}
@media screen and (max-width: 1151px) {
  .top-facility {
    padding-bottom: 88px !important;
  }
}
.top-facility .container .head {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-facility .container .head .top-section-title {
  margin: 0 32px 0 0;
}
.top-facility .images {
  position: relative;
}
.top-facility .images div {
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-facility .images div figure {
  width: 256px;
  margin: 0 6px;
}
@media screen and (max-width: 1151px) {
  .top-facility .images div figure {
    width: 124px;
  }
}

.top-counseling .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1151px) {
  .top-counseling .item {
    display: block;
  }
  .top-counseling .item .top-section-title {
    text-align: left !important;
  }
}
.top-counseling .item .text {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1151px) {
  .top-counseling .item .text {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 32px;
  }
  .top-counseling .item .text .has-text-right {
    text-align: left !important;
  }
}
.top-counseling .item .figure {
  position: relative;
}
.top-counseling .item .figure figure {
  width: 788px;
}
@media screen and (max-width: 1151px) {
  .top-counseling .item .figure figure {
    width: 100%;
  }
}
.top-counseling .item .figure figure img {
  display: block;
}
.top-counseling .item .figure .symbol {
  position: absolute;
  bottom: -20px;
  right: -225px;
  width: 325px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1151px) {
  .top-counseling .item .figure .symbol {
    bottom: auto;
    left: auto;
    top: -240px;
    right: 0;
    width: 224px;
  }
}

.top-blog .top-section-title .latin-title {
  font-size: 80px;
  color: #0858A0;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
.top-blog ul li {
  padding: 16px 0;
}
@media screen and (max-width: 1151px) {
  .top-blog ul li {
    padding: 12px 0;
  }
}
.top-blog ul li:not(:last-child) {
  border-bottom: 1px solid #bcbcbc;
}
.top-blog ul li a {
  color: #222 !important;
}
.top-blog ul li a::after {
  background: #0858A0 !important;
}
.top-blog ul li a:hover {
  color: #0858A0 !important;
}
.top-blog ul li .date {
  margin-right: 32px;
}
@media screen and (max-width: 1151px) {
  .top-blog ul li .date {
    margin-right: 0;
    display: block;
  }
}
.top-blog .banners {
  padding-top: 48px;
}

.lower-page-title {
  background: url(../images/common-head.jpg) no-repeat 0 0;
  background-size: cover;
  border-radius: 0 50px 0 0/0 50px 0 0;
  width: 90vw;
  height: 400px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1151px) {
  .lower-page-title {
    background: url(../images/common-head-mobile.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 0 30px 0 0/0 30px 0 0;
    height: auto;
    padding-top: 220px;
    margin-bottom: 0;
  }
}
.lower-page-title .text {
  padding: 24px 32px;
  background-color: #0858A0;
  position: absolute;
  bottom: -80px;
  left: 80px;
}
@media screen and (max-width: 1151px) {
  .lower-page-title .text {
    padding: 16px;
    position: static;
  }
}
.lower-page-title .text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1151px) {
  .lower-page-title .text h1 {
    font-size: 26px;
  }
}
.lower-page-title .text p {
  color: #c7e8f5;
  font-size: 1.142rem;
}
@media screen and (max-width: 1151px) {
  .lower-page-title .text p {
    font-size: 0.857rem;
  }
}
.lower-page-title .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10vw;
  position: absolute;
  right: -10vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bcbcbc;
  font-size: 0.857rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

.lower-page .section-h2 {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 48px;
  background: url(../images/title-symbol.png) no-repeat center top;
  background-size: 100px auto;
}
.lower-page .section-h2.is-white {
  background: url(../images/title-symbol-white.png) no-repeat center top;
  background-size: 100px auto;
}
.lower-page .section-h2 h2 {
  color: #0858A0;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1151px) {
  .lower-page .section-h2 h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.lower-page .section-h2 .is-latin {
  color: #bcbcbc;
  font-size: 1.142rem;
}
@media screen and (max-width: 1151px) {
  .lower-page .section-h2 .is-latin {
    font-size: 1rem;
  }
}
.lower-page .is-line-title {
  color: #0858A0;
  border-bottom: 1px solid #0858A0;
  padding-bottom: 0.5em;
}
.lower-page .is-box-title {
  color: #0858A0;
  border: 1px solid #0858A0;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.lower-page .spacer {
  height: 1.5rem;
}
.lower-page .spacer.is-medium {
  height: 48px;
}
.lower-page .section.is-paddingless-top {
  padding-top: 0 !important;
}
.lower-page .section section:not(:last-child) {
  margin-bottom: 48px;
}
.lower-page .about-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1151px) {
  .lower-page .about-container {
    display: block;
  }
}
.lower-page .about-container .text {
  position: absolute;
  width: 631px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1151px) {
  .lower-page .about-container .text {
    position: relative;
    width: calc(100% - 10px);
    -webkit-transform: none;
            transform: none;
  }
}
.lower-page .about-container figure {
  width: 548px;
}
@media screen and (max-width: 1151px) {
  .lower-page .about-container figure {
    width: 100%;
  }
}
.lower-page .about-container figure img {
  display: block;
}
.lower-page .is-box {
  padding: 32px;
  background-color: #fff;
}
.lower-page .is-box.has-bg-light-grey {
  background-color: #f4f4f4;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-box {
    padding: 16px;
  }
}
.lower-page .is-radius-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-radius-box {
    display: block;
  }
}
.lower-page .is-radius-box:not(:last-child) {
  margin-bottom: 32px;
}
.lower-page .is-radius-box .text {
  padding: 32px 48px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-radius-box .text {
    padding: 24px 16px;
  }
}
.lower-page .is-radius-box .figure {
  width: 448px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-radius-box .figure {
    width: 100%;
  }
}
.lower-page .is-radius-box .figure img {
  display: block;
  border-radius: 0 0 50px 0/0 0 50px 0;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-radius-box .figure img {
    border-radius: 0 0 30px 0/0 0 30px 0;
  }
}
.lower-page .is-ordered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-ordered-box {
    display: block;
  }
}
.lower-page .is-ordered-box:not(:last-child) {
  margin-bottom: 32px;
}
.lower-page .is-ordered-box figure {
  width: 548px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-ordered-box figure {
    width: calc(100% - 10px);
    margin-right: 0;
    margin-bottom: 0;
  }
}
.lower-page .is-ordered-box figure img {
  display: block;
}
.lower-page .is-ordered-box .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lower-page .is-ordered-box .text .order {
  font-size: 32px;
  color: #bcbcbc;
  line-height: 1;
  margin-bottom: 16px;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-ordered-box .text .order {
    font-size: 24px;
    margin-bottom: 0;
    padding: 26px 16px 0;
    background-color: #fff;
  }
}
.lower-page .is-ordered-box .text .order::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #bcbcbc;
  margin-right: 0.5em;
}
.lower-page .is-ordered-box .text .is-box {
  background-color: #fff;
  border-radius: 0 0 50px 0/0 0 50px 0;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-ordered-box .text .is-box {
    border-radius: 0 0 30px 0/0 0 30px 0;
  }
}
.lower-page .is-ordered-box .text .is-box .title {
  color: #0858A0;
}
.lower-page .is-faq-box > section {
  padding: 32px 0;
  margin-bottom: 0 !important;
}
.lower-page .is-faq-box > section:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.lower-page .is-faq-box > section:first-child {
  padding-top: 0;
}
.lower-page .is-faq-box > section:last-child {
  padding-bottom: 0;
}
.lower-page .is-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: 16px;
  position: relative;
}
.lower-page .is-faq-box > section .is-q .head {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #0858A0;
  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: 2rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lower-page .is-faq-box > section .is-q h3 {
  font-size: 1.142rem;
  font-weight: 500;
  line-height: 1.4;
}
.lower-page .is-faq-box > section .is-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.lower-page .is-faq-box > section .is-a .head {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #bcbcbc;
  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: 2rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lower-page .is-faq-box > section .is-a .text {
  padding-top: 8px;
}
.lower-page .is-case-box {
  border: 1px solid #bcbcbc;
  border-radius: 0 50px 0 50px/0 50px 0 50px;
  padding: 80px 48px 48px;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-case-box {
    border-radius: 0 30px 0 30px/0 30px 0 30px;
    padding: 68px 1rem 1rem;
  }
}
.lower-page .is-case-box:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-case-box:not(:last-child) {
    margin-bottom: 32px;
  }
}
.lower-page .is-case-box .label {
  width: 130px;
  height: 58px;
  background-color: #0858A0;
  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;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.428rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 0 0 20px 0/0 0 20px 0;
}
.lower-page .is-case-box .label::before {
  display: none;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-case-box .label {
    width: 108px;
    height: 53px;
    font-size: 1.285rem;
  }
}
.lower-page .is-case-box .outlines figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.285rem;
  font-weight: 500;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-case-box .outlines figure figcaption {
    font-size: 1.142rem;
  }
}
.lower-page .is-case-box .images {
  margin: 24px 0 64px;
}
.lower-page .is-case-box .images figure img {
  display: block;
}
.lower-page .is-case-box .images figure figcaption {
  display: block;
  padding: 10px 24px;
  background-color: #0858A0;
  color: #fff;
  font-size: 1.142rem;
  line-height: 1;
}
.lower-page .is-case-box .price .price-container {
  padding: 24px;
  background-color: #f4f4f4;
  border-radius: 50px 0 50px 0/50px 0 50px 0;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-case-box .price .price-container {
    border-radius: 0 0 0 30px/0 0 0 30px;
  }
}
.lower-page .is-case-box .price .price-container .title {
  text-align: center;
  color: #0858A0;
}
.lower-page.case .search-condition h4.title {
  margin-bottom: 8px;
  color: #bcbcbc;
}
.lower-page.case .search-condition .select {
  width: 100%;
}
.lower-page.case .search-condition .select select {
  width: 100%;
}
.lower-page .is-number-topics .is-number-topics-box.is-grey .is-number-topic-content {
  background-color: #bcbcbc;
}
.lower-page .is-number-topics .is-number-topics-box.is-grey .is-number-topic-content::before {
  background: #bcbcbc;
  background: linear-gradient(45deg, #fff 0%, #fff 49%, #bcbcbc 50%, #bcbcbc 100%);
}
.lower-page .is-number-topics .is-number-topics-box.is-grey .is-number-topic-content::after {
  background: #bcbcbc;
  background: linear-gradient(45deg, #bcbcbc 0%, #bcbcbc 49%, #fff 50%, #fff 100%);
}
.lower-page .is-number-topics .is-number-topics-box.is-grey .is-number-topic-content .title, .lower-page .is-number-topics .is-number-topics-box.is-grey .is-number-topic-content p {
  color: #222;
}
.lower-page .is-number-topics .is-number-topics-box.is-grey .is-number-topic-content .title {
  border-color: #222;
}
.lower-page .is-number-topics .is-number-topics-box.is-narrow .is-number-topic-content {
  min-height: 160px;
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-header .number {
  line-height: 1.2;
  font-size: 56px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-number-topics .is-number-topics-box .is-number-topic-header .number {
    font-size: 50px;
  }
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-header .number span {
  font-size: 40px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-number-topics .is-number-topics-box .is-number-topic-header .number span {
    font-size: 32px;
  }
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-content {
  position: relative;
  min-height: 220px;
  padding: 40px;
  background-color: #0858A0;
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #0858A0;
  background: linear-gradient(45deg, #fff 0%, #fff 49%, #0858A0 50%, #0858A0 100%);
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-content::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #0858A0;
  background: linear-gradient(45deg, #0858A0 0%, #0858A0 49%, #fff 50%, #fff 100%);
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-content .title, .lower-page .is-number-topics .is-number-topics-box .is-number-topic-content p, .lower-page .is-number-topics .is-number-topics-box .is-number-topic-content li, .lower-page .is-number-topics .is-number-topics-box .is-number-topic-content li::before {
  color: #fff;
}
.lower-page .is-number-topics .is-number-topics-box .is-number-topic-content .title {
  font-weight: 400;
  text-align: center;
  font-size: 1.428rem;
  border-bottom: 1px dashed #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-number-topics .is-number-topics-box .is-number-topic-content .title {
    font-size: 1.285rem;
  }
}
.lower-page .is-number-box .is-number-box-title {
  position: relative;
  padding: 20px 0 10px 120px;
}
.lower-page .is-number-box .is-number-box-title .order {
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 25px;
  width: 75px;
  height: 110px;
  background-color: #0858A0;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  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;
}
.lower-page .is-number-box .is-number-box-title .order span {
  display: block;
  font-size: 18px;
}
.lower-page .is-number-box h3 {
  font-size: 1.428rem;
  font-weight: 400;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-number-box h3 {
    font-size: 1.285rem;
  }
}
.lower-page .is-square-number-box:not(:last-child) {
  margin-bottom: 30px;
}
.lower-page .is-square-number-box .is-square-number-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-page .is-square-number-box .is-square-number-title .number {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border: 2px solid #0858A0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-square-number-box .is-square-number-title .number {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
}
.lower-page .is-square-number-box .is-square-number-title .text .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.lower-page .is-square-number-box .is-square-number-title .text p {
  font-size: 1.142rem;
}
.lower-page .is-square-number-box .is-square-number-content {
  padding: 15px 0 0 84px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-square-number-box .is-square-number-content {
    padding: 15px 0 0 76px;
  }
}
.lower-page .is-steped-box {
  padding: 40px;
  border: 5px solid #0858A0;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-steped-box {
    padding: 30px 0.5rem;
  }
}
.lower-page .is-steped-box:not(:last-child) {
  margin-bottom: 30px;
}
.lower-page .is-steped-box .is-steped-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-steped-box .is-steped-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-page .is-steped-box .is-steped-header .badge {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  background-color: #0858A0;
  color: #fff;
  line-height: 1.1;
  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;
  border-radius: 50%;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-steped-box .is-steped-header .badge {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.lower-page .is-steped-box .is-steped-header .badge .text {
  width: 70%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.lower-page .is-steped-box .is-steped-header .badge .number {
  font-size: 36px;
}
.lower-page .is-steped-box .is-steped-header .title {
  font-weight: 400;
  font-size: 1.428rem;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-steped-box .is-steped-header .title {
    font-size: 1.285rem;
  }
}
.lower-page .is-steped-box .is-steped-content {
  margin-top: -1em;
  padding-left: 130px;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-steped-box .is-steped-content {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
.lower-page .is-relation-box .box {
  padding: 20px;
  border: 1px dotted rgba(8, 88, 160, 0.7);
}
@media screen and (max-width: 1151px) {
  .lower-page .is-relation-box .box {
    padding: 15px;
  }
}
.lower-page .is-relation-box .box h2.title {
  font-size: 1.285rem;
  color: rgba(8, 88, 160, 0.7);
  border-bottom: 1px solid rgba(8, 88, 160, 0.7);
  padding-bottom: 1rem;
}
@media screen and (max-width: 1151px) {
  .lower-page .is-relation-box .box h2.title {
    font-size: 1.142rem;
  }
}
.lower-page .is-relation-box .box .buttons {
  padding: 1rem;
}

.is-post-box .is-post-time {
  font-size: 48px;
  font-family: "Josefin Sans", sans-serif;
  color: #0858A0;
  text-align: right;
}
.is-post-box .is-post-content #toc_container {
  background-color: #f4f4f4;
  border: none;
  border-radius: 20px;
  padding: 24px;
}
@media screen and (max-width: 1151px) {
  .is-post-box .is-post-content #toc_container {
    border-radius: 10px;
    padding: 16px;
  }
}
.posts-navigation {
  padding-top: 1.5rem;
}
.posts-navigation .screen-reader-text {
  display: none;
}
.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.posts-navigation .nav-links a {
  margin: 0 1.5rem;
}
@media screen and (max-width: 1151px) {
  .posts-navigation .nav-links a {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 1152px) {
  header .logo {
    margin-top: 24px;
  }
}

footer .copyright {
  background-color: #0858A0;
  color: #fff;
}

.footer-floating-menu.is-lp a {
  width: 50% !important;
}

body {
  padding-top: 0 !important;
  font-weight: 500;
}

.is-latin {
  line-height: 1;
}

.is-radius, .has-shadow.is-radius::after, .has-shadow.is-radius img, .lower-page .about-container .is-radius.text::after, .lower-page .about-container .is-radius.text img, .lower-page .is-radius-box, .lower-page .has-shadow.is-radius-box::after, .lower-page .has-shadow.is-radius-box img, .lower-page .about-container .text.is-radius-box::after, .lower-page .about-container .text.is-radius-box img, .lower-page .is-ordered-box figure.is-radius::after, .lower-page .is-ordered-box figure.is-radius img, .lower-page .is-ordered-box figure.is-radius-box::after, .lower-page .is-ordered-box figure.is-radius-box img {
  border-radius: 50px 0 50px 0/50px 0 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 1151px) {
  .is-radius, .has-shadow.is-radius::after, .has-shadow.is-radius img, .lower-page .about-container .is-radius.text::after, .lower-page .about-container .is-radius.text img, .lower-page .is-radius-box, .lower-page .has-shadow.is-radius-box::after, .lower-page .has-shadow.is-radius-box img, .lower-page .about-container .text.is-radius-box::after, .lower-page .about-container .text.is-radius-box img, .lower-page .is-ordered-box figure.is-radius::after, .lower-page .is-ordered-box figure.is-radius img, .lower-page .is-ordered-box figure.is-radius-box::after, .lower-page .is-ordered-box figure.is-radius-box img {
    border-radius: 30px 0 30px 0/30px 0 30px 0;
  }
}

.section__title01 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}
.section__title01--en {
  font-size: 64px;
  letter-spacing: 0.1em;
  color: #bcbcbc;
  opacity: 0.16;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1151px) {
  .section__title01--en {
    font-size: 48px;
  }
}
.section__title01--ja {
  font-size: 24px;
  color: #0858A0;
  margin-top: -1.5em;
}

.section__title02 {
  margin-bottom: 64px;
  text-align: center;
  font-weight: 500;
  color: #0858A0;
  letter-spacing: 0.1em;
}
.section__title02--en {
  font-size: 80px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  opacity: 0.16;
}
@media screen and (max-width: 1151px) {
  .section__title02--en {
    font-size: 60px;
  }
}
.section__title02--ja {
  font-size: 32px;
  margin-top: -2.3em;
}

.hero {
  width: 100vw;
  background: url("../images/lp/hero_bg-pc_v2.jpg") no-repeat center top/cover;
  position: relative;
}
@media screen and (min-width: 1152px) {
  .hero {
    aspect-ratio: 16/9;
    margin-left: calc((100vw - 100%) / -2);
  }
}
@media screen and (max-width: 1151px) {
  .hero {
    height: 216.41vw;
    background-image: url("../images/lp/hero_bg-sp_v2.jpg");
  }
}
@media screen and (max-width: 1151px) {
  .hero__inner {
    padding: 86.4vw 16px 0;
  }
}
.hero-catch {
  width: 52vw;
}
@media screen and (min-width: 1152px) {
  .hero-catch {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1151px) {
  .hero-catch {
    width: 100%;
  }
}
.hero-catch img {
  width: 100%;
}
.hero-image {
  width: 51vw;
}
@media screen and (min-width: 1152px) {
  .hero-image {
    position: absolute;
    bottom: 48px;
    right: 140px;
  }
}
@media screen and (max-width: 1151px) {
  .hero-image {
    width: 100%;
    margin-top: -10vw;
  }
}
.hero-image img {
  width: 100%;
}

.banner {
  position: relative;
  margin: 80px auto 0;
  background: #fff;
}
@media screen and (max-width: 1151px) {
  .banner {
    width: 100vw;
    margin-top: 64px;
    margin-left: calc((100vw - 100%) / -2);
  }
}
.banner.is-top {
  background: #F0FBFF;
  margin-top: 0;
}
@media screen and (min-width: 1152px) {
  .banner.is-top {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: auto !important;
    margin-right: calc((100vw - 100%) / -2) !important;
    border-radius: 20px 0px 0px 20px;
    z-index: 1;
  }
}
.banner.is-top .banner-price__label {
  background: #FFF;
}
@media screen and (min-width: 1152px) {
  .banner {
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 10px #adc8d3;
            box-shadow: 0px 0px 10px #adc8d3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner__title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: -24px;
  background: #0858A0;
  padding: 12px 16px;
  border-radius: 16px 16px 0px 16px;
}
@media screen and (max-width: 1151px) {
  .banner__title {
    left: 30%;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}
.banner-price {
  padding: 40px 28px 24px;
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .banner-price {
    padding: 40px 0 24px;
  }
}
@media screen and (min-width: 1152px) {
  .banner-price__inner {
    width: 510px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    gap: 24px;
  }
}
@media screen and (max-width: 1151px) {
  .banner-price__inner {
    text-align: center;
  }
}
.banner-price__official {
  display: inline-block;
  padding: 8px 40px 8px 24px;
  background-color: #F0FBFF;
  border: 1px solid #c7e8f5;
  border-radius: 100px;
  margin-top: 16px;
  position: relative;
  font-size: 18px;
}
@media screen and (min-width: 1152px) {
  .banner-price__official:hover {
    opacity: 0.8;
  }
  .banner-price__official:hover::before {
    right: 12px;
  }
  .banner-price__official:hover::after {
    content: none !important;
  }
}
.banner-price__official::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #0858A0;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-price__official::after {
  content: none !important;
}
.banner-price__label {
  font-size: 26px;
  color: #0858A0;
  background: #f4f4f4;
  border-radius: 16px;
  padding: 20px 16px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1151px) {
  .banner-price__label {
    padding: 8px 24px;
    margin-bottom: 16px;
  }
}
.banner-price__text {
  font-size: 40px;
  color: #f9be00;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 8px;
}
.banner-price__text::before {
  content: "";
  width: calc(100% + 24px);
  height: 20px;
  display: block;
  background: #c7e8f5;
  position: absolute;
  bottom: 16px;
  left: -12px;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.banner-price__text span {
  font-size: 95px;
  font-weight: normal;
  padding-right: 8px;
  line-height: 1;
}
@media screen and (max-width: 1151px) {
  .banner-price__text span {
    font-size: 90px;
  }
}
.banner-price__note {
  font-size: 20px;
  letter-spacing: -0.06em;
  margin-top: -8px;
  margin-left: -8px;
}
.banner-reserve {
  background: #0858A0;
  padding: 20px;
}
@media screen and (min-width: 1152px) {
  .banner-reserve {
    width: 290px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.banner-reserve__label {
  font-size: 22px;
  text-align: center;
  color: #FFF;
  margin-bottom: 16px;
}
.banner-reserve__button {
  width: 256px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block !important;
}
@media screen and (max-width: 1151px) {
  .banner-reserve__button {
    margin: 0 auto;
  }
}
.banner-reserve__button--tel {
  padding: 8px 8px 4px;
  font-size: 20px;
  color: #bcbcbc;
  background: #FFF;
}
@media screen and (min-width: 1152px) {
  .banner-reserve__button--tel {
    pointer-events: none;
  }
}
.banner-reserve__button--tel span {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0858A0;
  line-height: 1;
}
@media screen and (max-width: 1151px) {
  .banner-reserve__button--tel span {
    letter-spacing: 0.05em;
  }
}
.banner-reserve__button--web {
  margin-top: 12px;
  padding: 12px 16px;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #FF4646;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1152px) {
  .banner-reserve__button--web:hover {
    background-color: #f9be00;
  }
  .banner-reserve__button--web:hover::after {
    right: 12px;
  }
}
.banner-reserve__button--web::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border: 1px solid #FFF;
  position: absolute;
  top: 4px;
  left: 4px;
}
.banner-reserve__button--web::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-reserve__button--web-icon {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

.about {
  padding-top: 140px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1151px) {
  .about {
    padding-top: 120px m !important;
  }
}
@media screen and (min-width: 1152px) {
  .about .columns {
    gap: 40px;
  }
}
.about .column {
  position: relative;
}
.about__title {
  font-size: 100px;
  text-align: center;
  color: #0858a0;
  opacity: 0.08;
  position: absolute;
  top: -7.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1151px) {
  .about__title {
    font-size: 80px;
  }
}
.about__text-area {
  background: url("../images/symbol.png") no-repeat center right/contain;
}

.features {
  position: relative;
  z-index: 1;
}
.features::before {
  content: "";
  width: 100vw;
  height: 360px;
  display: block;
  background: #f0fbff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1151px) {
  .features::before {
    height: 1140px;
  }
}
@media screen and (max-width: 1151px) {
  .features .column:not(:last-child) {
    margin-bottom: 24px;
  }
}
.features__label {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0858A0;
  margin: 12px 0 16px;
}

.strengs .section__title01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1151px) {
  .strengs .section__title01 {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1152px) {
  .strengs__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .strengs__unit:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 40px 0 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1151px) {
  .strengs__unit:nth-child(2) {
    margin: 40px 0 80px;
  }
}
.strengs__unit:not(:nth-child(2)) {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1152px) {
  .strengs__unit:not(:nth-child(2)) .strengs__text-box {
    margin-top: -16px;
  }
}
.strengs__unit:not(:nth-child(2))::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: linear-gradient(30deg, #ffeaa8 20%, #c7e8f5 80%);
  opacity: 0.5;
  position: absolute;
  top: -16px;
  left: calc((100vw - 100%) / -2);
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
  z-index: -1;
}
@media screen and (max-width: 1151px) {
  .strengs__unit:not(:nth-child(2))::before {
    height: calc(100% + 40px);
  }
}
@media screen and (min-width: 1152px) {
  .strengs__text-box {
    width: 500px;
  }
}
.strengs__point {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.strengs__point span {
  font-size: 32px;
  padding-left: 8px;
}
.strengs__title {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (min-width: 1152px) {
  .strengs__image-box {
    width: 490px;
  }
}
@media screen and (max-width: 1151px) {
  .strengs__image-box {
    margin-top: 24px;
  }
}

.device {
  background: url("../images/lp/device_bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1151px) {
  .device {
    padding-bottom: 0 !important;
  }
}
.device .card {
  background: transparent !important;
}

.case .swiper-wrapper {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.case .is-case-box .images {
  margin-bottom: 0 !important;
}
.case-sliderPrev, .case-sliderNext {
  width: 40px;
  height: 100px;
  border-radius: 0 8px 8px 0;
  background: #f9be00;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.case-sliderPrev::before, .case-sliderNext::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.case-sliderPrev {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  left: -20px;
}
.case-sliderNext {
  right: -20px;
}

.swiper-container .sliderPagination {
  text-align: center;
  margin-top: 40px;
}
.swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f9be00;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 8px !important;
  opacity: 1 !important;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #f9be00;
}

.costs {
  background: linear-gradient(45deg, rgba(255, 235, 168, 0.4) 20%, rgba(199, 232, 245, 0.4) 80%);
}
.costs__unit:not(:last-child) {
  margin-bottom: 40px;
}
.costs__title {
  font-weight: 500 !important;
  font-size: 24px !important;
  color: #0858A0 !important;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .costs__title {
    font-size: 20px;
  }
}
.costs__title--line {
  width: calc(100% - 12em);
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #0858A0;
}
.costs__table-box {
  padding: 32px;
  background-color: #FFF;
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 1151px) {
  .costs__table-box {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table tr:last-child th {
    border-bottom-width: 1px;
  }
}
.costs__table-box .table tr th, .costs__table-box .table tr td {
  padding: 16px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table tr th, .costs__table-box .table tr td {
    display: block;
  }
}
.costs__table-box .table tr th {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1152px) {
  .costs__table-box .table tr th {
    width: 180px;
  }
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table tr td {
    font-size: 14px;
    padding-left: 1em;
  }
}
.costs__table-box .table .border {
  border: 1px solid #bcbcbc;
  padding: 2px 8px 2px 4px;
  display: inline-block;
  margin-right: 24px;
}
.costs__table-box .table .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(249, 191, 0, 0.5)));
  background: linear-gradient(transparent 60%, rgba(249, 191, 0, 0.5) 0%);
}
.costs__table-box .table .table-inner {
  background: #f4f4f4;
  padding: 16px;
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table .table-inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table .table-inner__wrapper {
    padding: 0;
  }
}
.costs__table-box .table .table-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.costs__table-box .table .table-inner dl:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 8px;
}
.costs__table-box .table .table-inner dl dt {
  width: 280px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table .table-inner dl dt {
    width: 55%;
  }
}
.costs__table-box .table .table-inner dl dd {
  margin-left: 0;
}
@media screen and (max-width: 1151px) {
  .costs__table-box .table .table-inner dl dd {
    margin-left: 1em;
  }
}
.costs__note {
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
.costs__note p:not(:last-child) {
  margin-bottom: 0;
}
.costs-item {
  padding: 24px 32px;
  background-color: #FFF;
  border-radius: 40px 0 40px 0;
}
@media screen and (max-width: 1151px) {
  .costs-item {
    padding: 24px 16px;
  }
}
.costs-item__title {
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #0858A0 !important;
  position: relative;
}
.costs-item__title::before {
  content: "";
  width: 120px;
  height: 1px;
  display: block;
  background: #0858A0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.costs-item__column {
  display: grid;
  grid-template-columns: 110px 140px;
  gap: 4px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.costs-item__row {
  display: inline-block;
  text-align: left;
}
.costs__payment-table {
  width: 100% !important;
  margin-top: 32px;
}
.costs__payment-table tr th, .costs__payment-table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
}
.costs__payment-table tr th:nth-child(2), .costs__payment-table tr td:nth-child(2) {
  background-color: #f4f4f4;
}
.costs__payment-table tr th:nth-child(3), .costs__payment-table tr td:nth-child(3) {
  background-color: #F0FBFF;
  color: #0858A0;
}
.costs__payment-table tr th:nth-child(1), .costs__payment-table tr td:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 1151px) {
  .costs__payment-table tr th:nth-child(1), .costs__payment-table tr td:nth-child(1) {
    width: 100px;
  }
}
.costs__payment-table tr th:nth-child(2), .costs__payment-table tr td:nth-child(2) {
  width: 300px;
}
@media screen and (max-width: 1151px) {
  .costs__payment-table tr th:nth-child(2), .costs__payment-table tr td:nth-child(2) {
    width: 110px;
  }
}
.costs__payment-table tr th:nth-child(3), .costs__payment-table tr td:nth-child(3) {
  width: auto;
}
.costs__payment-table tr th {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 1152px) {
  .costs__payment-table tr th {
    font-size: 16px;
  }
}
.costs__payment-table thead tr th {
  padding: 16px 8px;
}
.costs__payment-table tbody tr th, .costs__payment-table tbody tr td {
  border-top: 1px solid #bcbcbc;
}
.costs__payment-table tbody tr th {
  padding: 0;
}
@media screen and (min-width: 1152px) {
  .costs__payment-columns {
    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;
  }
}
@media screen and (min-width: 1152px) {
  .costs__payment-column {
    width: 170px;
  }
}
@media screen and (max-width: 1151px) {
  .costs__payment-column {
    padding: 4px 0;
  }
}
@media screen and (min-width: 1152px) {
  .costs__payment-column:not(:last-child) {
    border-right: 1px solid #c7e8f5;
  }
}
@media screen and (max-width: 1151px) {
  .costs__payment-column:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid #c7e8f5;
    margin-bottom: 8px;
  }
}
.costs__payment-label {
  padding: 4px 8px 5px;
  border: 1px solid #0858A0;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1;
}
.costs__payment-cost {
  line-height: 1;
}

.voices {
  background-color: #F0FBFF;
}
.voices__box {
  background-color: #FFF;
  border-radius: 40px 0 40px 0;
  padding: 24px 40px 40px 0;
}
@media screen and (max-width: 1151px) {
  .voices__box {
    padding: 24px 16px 24px 0;
  }
}
.voices__head {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .voices__head {
    margin-bottom: 40px;
  }
}
.voices__label {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0858A0;
  border-radius: 0 100px 100px 0;
  padding: 20px 8px 20px 170px;
  font-size: 18px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1151px) {
  .voices__label {
    padding: 8px 16px 8px 110px;
  }
}
.voices__star {
  font-size: 24px;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -1.75em;
  left: 170px;
}
@media screen and (max-width: 1151px) {
  .voices__star {
    left: 110px;
  }
}
.voices__icon {
  width: 120px;
  position: relative;
  z-index: 1;
  margin-left: 24px;
}
@media screen and (max-width: 1151px) {
  .voices__icon {
    width: 80px;
    margin-left: 16px;
  }
}
.voices__body {
  padding-left: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1151px) {
  .voices__body {
    padding-left: 16px;
  }
}
.voices__navigation {
  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;
  margin-top: 40px;
}
.voices-sliderPagination {
  width: auto !important;
  margin-top: 0 !important;
  line-height: 1;
}
.voices-sliderPrev, .voices-sliderNext {
  width: 80px;
  height: 40px;
  border-radius: 8px;
  background: #f9be00;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1151px) {
  .voices-sliderPrev, .voices-sliderNext {
    width: 60px;
    height: 32px;
  }
}
.voices-sliderPrev::before, .voices-sliderNext::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.voices-sliderPrev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.clinic-info .logo {
  margin-bottom: 32px;
}
.clinic-info .table tr th, .clinic-info .table tr td {
  text-align: center;
}
.clinic-info .time-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clinic-map {
  height: 382px;
}
@media screen and (max-width: 1151px) {
  .clinic-map {
    height: 240px;
  }
}
.clinic-map__inner {
  width: 100%;
  height: 100%;
}
.clinic-map iframe {
  height: 100%;
}

.qa {
  background-color: #F0FBFF;
}
@media screen and (max-width: 1151px) {
  .qa {
    padding-bottom: 0 !important;
  }
}
.qa__item:not(:last-child) {
  margin-bottom: 24px;
}
.qa__head {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8;
}
@media screen and (max-width: 1151px) {
  .qa__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-template-columns: 64px 1fr;
  }
}
.qa__title {
  color: #0858A0;
  font-size: 18px;
}
.qa__body {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1151px) {
  .qa__body {
    grid-template-columns: 64px 1fr;
  }
}
.qa__text {
  padding-top: 16px;
}
.qa__icon {
  font-weight: bold;
  color: #0858A0;
  text-align: right;
  line-height: 1;
}
.qa__icon--q {
  font-size: 100px;
}
@media screen and (max-width: 1151px) {
  .qa__icon--q {
    font-size: 80px;
  }
}
.qa__icon--a {
  font-size: 60px;
}
@media screen and (max-width: 1151px) {
  .qa__icon--a {
    font-size: 48px;
  }
}
.qa .banner {
  margin-top: 100px;
}
@media screen and (max-width: 1151px) {
  .qa .banner {
    margin-top: 80px;
  }
}/*# sourceMappingURL=lp.css.map */