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

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

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

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

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

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

body,
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", sans-serif;
}

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

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

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

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

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

b {
  font-weight: 700;
}

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

small {
  font-size: 13px;
}

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

strong {
  color: #333;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.has-text-main:hover, a.has-text-main:focus {
  color: rgb(195.816, 120.992, 3.184) !important;
}

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

.has-text-main-dark {
  color: #8f5b07 !important;
}

a.has-text-main-dark:hover, a.has-text-main-dark:focus {
  color: rgb(94.38, 60.06, 4.62) !important;
}

.has-background-main-dark {
  background-color: #8f5b07 !important;
}

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

a.has-text-accent:hover, a.has-text-accent:focus {
  color: rgb(70.4196891192, 166.5025906736, 195.5803108808) !important;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 430px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 431px) {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1143px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (max-width: 1143px) {
  .is-block-touch-device {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.is-flex.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-flex.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 430px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 431px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1143px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1143px) {
  .is-flex-touch-device {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

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

@media screen and (max-width: 430px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 431px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1143px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1143px) {
  .is-inline-block-touch-device {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 430px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 431px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1143px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1143px) {
  .is-inline-flex-touch-device {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 430px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 431px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 431px) and (max-width: 1143px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1143px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1144px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (max-width: 1143px) {
  .is-hidden-touch-device {
    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;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.m-1 {
  margin: 8px !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.p-1 {
  padding: 8px !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.p-2 {
  padding: 16px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.p-3 {
  padding: 24px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.p-4 {
  padding: 32px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5 {
  margin-top: 40px !important;
}

.mr-5 {
  margin-right: 40px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.ml-5 {
  margin-left: 40px !important;
}

.p-5 {
  padding: 40px !important;
}

.pt-5 {
  padding-top: 40px !important;
}

.pr-5 {
  padding-right: 40px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.pl-5 {
  padding-left: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6 {
  margin-top: 48px !important;
}

.mr-6 {
  margin-right: 48px !important;
}

.mb-6 {
  margin-bottom: 48px !important;
}

.ml-6 {
  margin-left: 48px !important;
}

.p-6 {
  padding: 48px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pr-6 {
  padding-right: 48px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pl-6 {
  padding-left: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.mt-7 {
  margin-top: 56px !important;
}

.mr-7 {
  margin-right: 56px !important;
}

.mb-7 {
  margin-bottom: 56px !important;
}

.ml-7 {
  margin-left: 56px !important;
}

.p-7 {
  padding: 56px !important;
}

.pt-7 {
  padding-top: 56px !important;
}

.pr-7 {
  padding-right: 56px !important;
}

.pb-7 {
  padding-bottom: 56px !important;
}

.pl-7 {
  padding-left: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-8 {
  margin-top: 64px !important;
}

.mr-8 {
  margin-right: 64px !important;
}

.mb-8 {
  margin-bottom: 64px !important;
}

.ml-8 {
  margin-left: 64px !important;
}

.p-8 {
  padding: 64px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pr-8 {
  padding-right: 64px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pl-8 {
  padding-left: 64px !important;
}

.m-9 {
  margin: 72px !important;
}

.mt-9 {
  margin-top: 72px !important;
}

.mr-9 {
  margin-right: 72px !important;
}

.mb-9 {
  margin-bottom: 72px !important;
}

.ml-9 {
  margin-left: 72px !important;
}

.p-9 {
  padding: 72px !important;
}

.pt-9 {
  padding-top: 72px !important;
}

.pr-9 {
  padding-right: 72px !important;
}

.pb-9 {
  padding-bottom: 72px !important;
}

.pl-9 {
  padding-left: 72px !important;
}

.m-10 {
  margin: 80px !important;
}

.mt-10 {
  margin-top: 80px !important;
}

.mr-10 {
  margin-right: 80px !important;
}

.mb-10 {
  margin-bottom: 80px !important;
}

.ml-10 {
  margin-left: 80px !important;
}

.p-10 {
  padding: 80px !important;
}

.pt-10 {
  padding-top: 80px !important;
}

.pr-10 {
  padding-right: 80px !important;
}

.pb-10 {
  padding-bottom: 80px !important;
}

.pl-10 {
  padding-left: 80px !important;
}

.m-11 {
  margin: 88px !important;
}

.mt-11 {
  margin-top: 88px !important;
}

.mr-11 {
  margin-right: 88px !important;
}

.mb-11 {
  margin-bottom: 88px !important;
}

.ml-11 {
  margin-left: 88px !important;
}

.p-11 {
  padding: 88px !important;
}

.pt-11 {
  padding-top: 88px !important;
}

.pr-11 {
  padding-right: 88px !important;
}

.pb-11 {
  padding-bottom: 88px !important;
}

.pl-11 {
  padding-left: 88px !important;
}

.m-12 {
  margin: 96px !important;
}

.mt-12 {
  margin-top: 96px !important;
}

.mr-12 {
  margin-right: 96px !important;
}

.mb-12 {
  margin-bottom: 96px !important;
}

.ml-12 {
  margin-left: 96px !important;
}

.p-12 {
  padding: 96px !important;
}

.pt-12 {
  padding-top: 96px !important;
}

.pr-12 {
  padding-right: 96px !important;
}

.pb-12 {
  padding-bottom: 96px !important;
}

.pl-12 {
  padding-left: 96px !important;
}

.m-13 {
  margin: 104px !important;
}

.mt-13 {
  margin-top: 104px !important;
}

.mr-13 {
  margin-right: 104px !important;
}

.mb-13 {
  margin-bottom: 104px !important;
}

.ml-13 {
  margin-left: 104px !important;
}

.p-13 {
  padding: 104px !important;
}

.pt-13 {
  padding-top: 104px !important;
}

.pr-13 {
  padding-right: 104px !important;
}

.pb-13 {
  padding-bottom: 104px !important;
}

.pl-13 {
  padding-left: 104px !important;
}

.m-14 {
  margin: 112px !important;
}

.mt-14 {
  margin-top: 112px !important;
}

.mr-14 {
  margin-right: 112px !important;
}

.mb-14 {
  margin-bottom: 112px !important;
}

.ml-14 {
  margin-left: 112px !important;
}

.p-14 {
  padding: 112px !important;
}

.pt-14 {
  padding-top: 112px !important;
}

.pr-14 {
  padding-right: 112px !important;
}

.pb-14 {
  padding-bottom: 112px !important;
}

.pl-14 {
  padding-left: 112px !important;
}

.m-15 {
  margin: 120px !important;
}

.mt-15 {
  margin-top: 120px !important;
}

.mr-15 {
  margin-right: 120px !important;
}

.mb-15 {
  margin-bottom: 120px !important;
}

.ml-15 {
  margin-left: 120px !important;
}

.p-15 {
  padding: 120px !important;
}

.pt-15 {
  padding-top: 120px !important;
}

.pr-15 {
  padding-right: 120px !important;
}

.pb-15 {
  padding-bottom: 120px !important;
}

.pl-15 {
  padding-left: 120px !important;
}

.m-16 {
  margin: 128px !important;
}

.mt-16 {
  margin-top: 128px !important;
}

.mr-16 {
  margin-right: 128px !important;
}

.mb-16 {
  margin-bottom: 128px !important;
}

.ml-16 {
  margin-left: 128px !important;
}

.p-16 {
  padding: 128px !important;
}

.pt-16 {
  padding-top: 128px !important;
}

.pr-16 {
  padding-right: 128px !important;
}

.pb-16 {
  padding-bottom: 128px !important;
}

.pl-16 {
  padding-left: 128px !important;
}

.m-17 {
  margin: 136px !important;
}

.mt-17 {
  margin-top: 136px !important;
}

.mr-17 {
  margin-right: 136px !important;
}

.mb-17 {
  margin-bottom: 136px !important;
}

.ml-17 {
  margin-left: 136px !important;
}

.p-17 {
  padding: 136px !important;
}

.pt-17 {
  padding-top: 136px !important;
}

.pr-17 {
  padding-right: 136px !important;
}

.pb-17 {
  padding-bottom: 136px !important;
}

.pl-17 {
  padding-left: 136px !important;
}

.m-18 {
  margin: 144px !important;
}

.mt-18 {
  margin-top: 144px !important;
}

.mr-18 {
  margin-right: 144px !important;
}

.mb-18 {
  margin-bottom: 144px !important;
}

.ml-18 {
  margin-left: 144px !important;
}

.p-18 {
  padding: 144px !important;
}

.pt-18 {
  padding-top: 144px !important;
}

.pr-18 {
  padding-right: 144px !important;
}

.pb-18 {
  padding-bottom: 144px !important;
}

.pl-18 {
  padding-left: 144px !important;
}

.m-19 {
  margin: 152px !important;
}

.mt-19 {
  margin-top: 152px !important;
}

.mr-19 {
  margin-right: 152px !important;
}

.mb-19 {
  margin-bottom: 152px !important;
}

.ml-19 {
  margin-left: 152px !important;
}

.p-19 {
  padding: 152px !important;
}

.pt-19 {
  padding-top: 152px !important;
}

.pr-19 {
  padding-right: 152px !important;
}

.pb-19 {
  padding-bottom: 152px !important;
}

.pl-19 {
  padding-left: 152px !important;
}

.m-20 {
  margin: 160px !important;
}

.mt-20 {
  margin-top: 160px !important;
}

.mr-20 {
  margin-right: 160px !important;
}

.mb-20 {
  margin-bottom: 160px !important;
}

.ml-20 {
  margin-left: 160px !important;
}

.p-20 {
  padding: 160px !important;
}

.pt-20 {
  padding-top: 160px !important;
}

.pr-20 {
  padding-right: 160px !important;
}

.pb-20 {
  padding-bottom: 160px !important;
}

.pl-20 {
  padding-left: 160px !important;
}

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

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

ul {
  list-style: none;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

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

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: #fff;
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  color: #333;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input[type=text]:hover, input[type=text].is-hovered,
input[type=email]:hover,
input[type=email].is-hovered,
input[type=tel]:hover,
input[type=tel].is-hovered,
textarea:hover,
textarea.is-hovered {
  border-color: #F69804;
}
input[type=text]:focus, input[type=text].is-focused, input[type=text]:active, input[type=text].is-active,
input[type=email]:focus,
input[type=email].is-focused,
input[type=email]:active,
input[type=email].is-active,
input[type=tel]:focus,
input[type=tel].is-focused,
input[type=tel]:active,
input[type=tel].is-active,
textarea:focus,
textarea.is-focused,
textarea:active,
textarea.is-active {
  border-color: #F69804;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=tel][disabled],
textarea[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  border-color: #959595;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #959595;
}
input[type=text][disabled]::-moz-placeholder,
input[type=email][disabled]::-moz-placeholder,
input[type=tel][disabled]::-moz-placeholder,
textarea[disabled]::-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
input[type=text][disabled]::-webkit-input-placeholder,
input[type=email][disabled]::-webkit-input-placeholder,
input[type=tel][disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
input[type=text][disabled]:-moz-placeholder,
input[type=email][disabled]:-moz-placeholder,
input[type=tel][disabled]:-moz-placeholder,
textarea[disabled]:-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
input[type=text][disabled]:-ms-input-placeholder,
input[type=email][disabled]:-ms-input-placeholder,
input[type=tel][disabled]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
input[type=text].is-narrow,
input[type=email].is-narrow,
input[type=tel].is-narrow,
textarea.is-narrow {
  width: 8em;
}
input[type=text].is-number,
input[type=email].is-number,
input[type=tel].is-number,
textarea.is-number {
  width: 5em;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
input[type=text][readonly],
input[type=email][readonly],
input[type=tel][readonly],
textarea[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text].is-main,
input[type=email].is-main,
input[type=tel].is-main,
textarea.is-main {
  border-color: #F69804;
}
input[type=text].is-main:focus, input[type=text].is-main.is-focused, input[type=text].is-main:active, input[type=text].is-main.is-active,
input[type=email].is-main:focus,
input[type=email].is-main.is-focused,
input[type=email].is-main:active,
input[type=email].is-main.is-active,
input[type=tel].is-main:focus,
input[type=tel].is-main.is-focused,
input[type=tel].is-main:active,
input[type=tel].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(246, 152, 4, 0.25);
  box-shadow: 0 rgba(246, 152, 4, 0.25);
}
input[type=text].is-main-dark,
input[type=email].is-main-dark,
input[type=tel].is-main-dark,
textarea.is-main-dark {
  border-color: #8f5b07;
}
input[type=text].is-main-dark:focus, input[type=text].is-main-dark.is-focused, input[type=text].is-main-dark:active, input[type=text].is-main-dark.is-active,
input[type=email].is-main-dark:focus,
input[type=email].is-main-dark.is-focused,
input[type=email].is-main-dark:active,
input[type=email].is-main-dark.is-active,
input[type=tel].is-main-dark:focus,
input[type=tel].is-main-dark.is-focused,
input[type=tel].is-main-dark:active,
input[type=tel].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(143, 91, 7, 0.25);
  box-shadow: 0 rgba(143, 91, 7, 0.25);
}
input[type=text].is-accent,
input[type=email].is-accent,
input[type=tel].is-accent,
textarea.is-accent {
  border-color: #6DB9D0;
}
input[type=text].is-accent:focus, input[type=text].is-accent.is-focused, input[type=text].is-accent:active, input[type=text].is-accent.is-active,
input[type=email].is-accent:focus,
input[type=email].is-accent.is-focused,
input[type=email].is-accent:active,
input[type=email].is-accent.is-active,
input[type=tel].is-accent:focus,
input[type=tel].is-accent.is-focused,
input[type=tel].is-accent:active,
input[type=tel].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(109, 185, 208, 0.25);
  box-shadow: 0 rgba(109, 185, 208, 0.25);
}
input[type=text].is-black,
input[type=email].is-black,
input[type=tel].is-black,
textarea.is-black {
  border-color: #333;
}
input[type=text].is-black:focus, input[type=text].is-black.is-focused, input[type=text].is-black:active, input[type=text].is-black.is-active,
input[type=email].is-black:focus,
input[type=email].is-black.is-focused,
input[type=email].is-black:active,
input[type=email].is-black.is-active,
input[type=tel].is-black:focus,
input[type=tel].is-black.is-focused,
input[type=tel].is-black:active,
input[type=tel].is-black.is-active,
textarea.is-black:focus,
textarea.is-black.is-focused,
textarea.is-black:active,
textarea.is-black.is-active {
  -webkit-box-shadow: 0 rgba(51, 51, 51, 0.25);
  box-shadow: 0 rgba(51, 51, 51, 0.25);
}
input[type=text].is-white,
input[type=email].is-white,
input[type=tel].is-white,
textarea.is-white {
  border-color: #fff;
}
input[type=text].is-white:focus, input[type=text].is-white.is-focused, input[type=text].is-white:active, input[type=text].is-white.is-active,
input[type=email].is-white:focus,
input[type=email].is-white.is-focused,
input[type=email].is-white:active,
input[type=email].is-white.is-active,
input[type=tel].is-white:focus,
input[type=tel].is-white.is-focused,
input[type=tel].is-white:active,
input[type=tel].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[type=text].is-small,
input[type=email].is-small,
input[type=tel].is-small,
textarea.is-small {
  font-size: 12px;
}
input[type=text].is-medium,
input[type=email].is-medium,
input[type=tel].is-medium,
textarea.is-medium {
  font-size: 16px;
}
input[type=text].is-large,
input[type=email].is-large,
input[type=tel].is-large,
textarea.is-large {
  font-size: 18px;
}
input[type=text].is-fullwidth,
input[type=email].is-fullwidth,
input[type=tel].is-fullwidth,
textarea.is-fullwidth {
  display: block;
  width: 100%;
}
input[type=text].is-inline,
input[type=email].is-inline,
input[type=tel].is-inline,
textarea.is-inline {
  display: inline;
  width: auto;
}
input[type=text].is-half,
input[type=email].is-half,
input[type=tel].is-half,
textarea.is-half {
  width: 50%;
}
@media screen and (max-width: 1143px) {
  input[type=text].is-half,
  input[type=email].is-half,
  input[type=tel].is-half,
  textarea.is-half {
    width: 100%;
  }
}
input[type=text].is-year,
input[type=email].is-year,
input[type=tel].is-year,
textarea.is-year {
  width: 8em;
}
@media screen and (max-width: 1143px) {
  input[type=text].is-year,
  input[type=email].is-year,
  input[type=tel].is-year,
  textarea.is-year {
    width: 11.25em;
  }
  input[type=text].is-year.is-narrow,
  input[type=email].is-year.is-narrow,
  input[type=tel].is-year.is-narrow,
  textarea.is-year.is-narrow {
    width: 10em;
  }
}
input[type=text].is-zip,
input[type=email].is-zip,
input[type=tel].is-zip,
textarea.is-zip {
  width: 8em;
}
input[type=text].small,
input[type=email].small,
input[type=tel].small,
textarea.small {
  width: 4em;
}
input[type=text].middle,
input[type=email].middle,
input[type=tel].middle,
textarea.middle {
  width: 8em;
}
input[type=text].large,
input[type=email].large,
input[type=tel].large,
textarea.large {
  width: 16em;
}

input[type=text],
input[type=email],
input[type=tel] {
  height: 2.2rem;
  margin: 8px 4px;
}
input[type=text].is-rounded,
input[type=email].is-rounded,
input[type=tel].is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
input[type=text].is-static,
input[type=email].is-static,
input[type=tel].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,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input,
input[type=checkbox] input,
input[type=radio] input {
  cursor: pointer;
}
.checkbox[disabled],
.radio[disabled],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  color: #959595;
  cursor: not-allowed;
}
.checkbox.is-no-answer .wpcf7-list-item.first,
.radio.is-no-answer .wpcf7-list-item.first,
input[type=checkbox].is-no-answer .wpcf7-list-item.first,
input[type=radio].is-no-answer .wpcf7-list-item.first {
  display: none;
}

.checkbox,
input[type=checkbox] {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox:checked,
input[type=checkbox]:checked {
  background-color: #8f5b07;
}
.checkbox:checked::after,
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.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: #F69804;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #fff;
  border-color: rgba(149, 149, 149, 0.5);
  border-radius: 3px;
  color: #333;
}
.select select::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.select select::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.select select:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.select select:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.select select:hover, .select select.is-hovered {
  border-color: #F69804;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #F69804;
}
.select select[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  border-color: #959595;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #959595;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.3);
}
.select select.is-narrow {
  width: 8em;
}
.select select.is-number {
  width: 5em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #959595;
}
.select select:not([multiple]) {
  padding-right: 1.75em;
}
.select select[multiple] {
  height: initial;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple)::after {
  border-color: #959595;
}
.select.is-main:not(:hover)::after {
  border-color: #F69804;
}
.select.is-main select {
  border-color: #F69804;
}
.select.is-main select:hover, .select.is-main select.is-hovered {
  border-color: rgb(220.908, 136.496, 3.592);
}
.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(246, 152, 4, 0.25);
  box-shadow: 0 rgba(246, 152, 4, 0.25);
}
.select.is-main-dark:not(:hover)::after {
  border-color: #8f5b07;
}
.select.is-main-dark select {
  border-color: #8f5b07;
}
.select.is-main-dark select:hover, .select.is-main-dark select.is-hovered {
  border-color: rgb(118.69, 75.53, 5.81);
}
.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(143, 91, 7, 0.25);
  box-shadow: 0 rgba(143, 91, 7, 0.25);
}
.select.is-accent:not(:hover)::after {
  border-color: #6DB9D0;
}
.select.is-accent select {
  border-color: #6DB9D0;
}
.select.is-accent select:hover, .select.is-accent select.is-hovered {
  border-color: rgb(89.7098445596, 175.7512953368, 201.7901554404);
}
.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(109, 185, 208, 0.25);
  box-shadow: 0 rgba(109, 185, 208, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #333;
}
.select.is-black select {
  border-color: #333;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: rgb(38.25, 38.25, 38.25);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  -webkit-box-shadow: 0 rgba(51, 51, 51, 0.25);
  box-shadow: 0 rgba(51, 51, 51, 0.25);
}
.select.is-white:not(:hover)::after {
  border-color: #fff;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: rgb(242.25, 242.25, 242.25);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  -webkit-box-shadow: 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 rgba(255, 255, 255, 0.25);
}
.select.is-small {
  font-size: 12px;
}
.select.is-medium {
  font-size: 16px;
}
.select.is-large {
  font-size: 18px;
}
.select.is-disabled::after {
  border-color: #959595;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}

.file {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.file.is-main .file-cta {
  background-color: #F69804;
  border-color: transparent;
  color: #fff;
}
.file.is-main:hover .file-cta, .file.is-main.is-hovered .file-cta {
  background-color: rgb(233.454, 144.248, 3.796);
  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(246, 152, 4, 0.25);
  box-shadow: 0 0 0.5em rgba(246, 152, 4, 0.25);
  color: #fff;
}
.file.is-main:active .file-cta, .file.is-main.is-active .file-cta {
  background-color: rgb(220.908, 136.496, 3.592);
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark .file-cta {
  background-color: #8f5b07;
  border-color: transparent;
  color: #fff;
}
.file.is-main-dark:hover .file-cta, .file.is-main-dark.is-hovered .file-cta {
  background-color: rgb(130.845, 83.265, 6.405);
  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(143, 91, 7, 0.25);
  box-shadow: 0 0 0.5em rgba(143, 91, 7, 0.25);
  color: #fff;
}
.file.is-main-dark:active .file-cta, .file.is-main-dark.is-active .file-cta {
  background-color: rgb(118.69, 75.53, 5.81);
  border-color: transparent;
  color: #fff;
}
.file.is-accent .file-cta {
  background-color: #6DB9D0;
  border-color: transparent;
  color: #fff;
}
.file.is-accent:hover .file-cta, .file.is-accent.is-hovered .file-cta {
  background-color: rgb(99.3549222798, 180.3756476684, 204.8950777202);
  border-color: transparent;
  color: #fff;
}
.file.is-accent:focus .file-cta, .file.is-accent.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(109, 185, 208, 0.25);
  box-shadow: 0 0 0.5em rgba(109, 185, 208, 0.25);
  color: #fff;
}
.file.is-accent:active .file-cta, .file.is-accent.is-active .file-cta {
  background-color: rgb(89.7098445596, 175.7512953368, 201.7901554404);
  border-color: transparent;
  color: #fff;
}
.file.is-black .file-cta {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: rgb(44.625, 44.625, 44.625);
  border-color: transparent;
  color: #fff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(51, 51, 51, 0.25);
  box-shadow: 0 0 0.5em rgba(51, 51, 51, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: rgb(38.25, 38.25, 38.25);
  border-color: transparent;
  color: #fff;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: #333;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #333;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: #333;
}
.file.is-small {
  font-size: 12px;
}
.file.is-medium {
  font-size: 16px;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 18px;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

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

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

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

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

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

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

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

.help {
  display: block;
  font-size: 12px;
  margin-top: 0.25rem;
}
.help.is-main {
  color: #F69804;
}
.help.is-main-dark {
  color: #8f5b07;
}
.help.is-accent {
  color: #6DB9D0;
}
.help.is-black {
  color: #333;
}
.help.is-white {
  color: #fff;
}

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

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

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

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

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

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

.wpcf7-spinner {
  display: block;
}

.wpcf7-list-item {
  margin: 0 1em 0.5em 0;
}
.wpcf7-list-item:not(:last-child) {
  margin-right: 2em;
}
.wpcf7-list-item.last {
  margin-right: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.submit-wrap,
.submit-wrap > p {
  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: 24px;
}

input[type=submit],
input[type=button] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F69804;
  padding: 0 3rem;
  display: inline-block;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  padding: 16px 24px;
  background: #F69804;
  color: #ffffff;
  line-height: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit]:disabled,
input[type=button]:disabled {
  background-color: #e3e3e3;
  border-color: #959595;
  color: #959595;
}
input[type=submit]:hover,
input[type=button]:hover {
  color: #F69804;
  background: #ffffff;
}

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

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

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

.wpcf7-spinner {
  display: none;
}

.table {
  background-color: transparent;
  color: #333;
}
.table.is-bg-transparent {
  background-color: transparent;
}
@media screen and (max-width: 1143px) {
  .table.is-mobile-font-small {
    font-size: 12px;
  }
}
.table caption {
  font-size: 15px;
  font-weight: bold;
  color: #F69804;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1143px) {
  .table caption {
    font-size: 14px;
  }
}
.table td,
.table th {
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 12px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
}
.table td.is-main,
.table th.is-main {
  background-color: #F69804;
  border-color: #F69804;
  color: #fff;
}
.table td.is-main-dark,
.table th.is-main-dark {
  background-color: #8f5b07;
  border-color: #8f5b07;
  color: #fff;
}
.table td.is-accent,
.table th.is-accent {
  background-color: #6DB9D0;
  border-color: #6DB9D0;
  color: #fff;
}
.table td.is-black,
.table th.is-black {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #F69804;
  color: findColorInvert(#F69804);
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
@media screen and (max-width: 1143px) {
  .table td.is-mobile-font-small,
  .table th.is-mobile-font-small {
    font-size: 12px;
  }
}
.table td.is-border-black,
.table th.is-border-black {
  border-bottom: 4px solid #333;
}
.table td.is-highlight,
.table th.is-highlight {
  background-color: #dfced5;
  color: #333;
}
.table td figure,
.table th figure {
  margin-top: 20px;
}
@media screen and (max-width: 1143px) {
  .table td figure,
  .table th figure {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.table td figure img,
.table th figure img {
  display: block;
  width: 180px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1143px) {
  .table td figure img,
  .table th figure img {
    width: 100%;
  }
}
.table th {
  color: #333;
  text-align: left;
  font-weight: 700;
}
.table th .sub {
  font-size: 12px;
}
@media screen and (max-width: 1143px) {
  .table th .sub {
    font-size: 10px;
  }
}
.table td .sub {
  font-size: 12px;
}
@media screen and (max-width: 1143px) {
  .table td .sub {
    font-size: 10px;
  }
}
.table td i {
  font-size: 18px;
  font-style: normal;
}
.table td i.strong {
  font-size: 24px;
  color: #8f5b07;
}
@media screen and (max-width: 1143px) {
  .table td i.strong {
    font-size: 14px;
  }
}
.table tr.is-selected {
  background-color: #F69804;
  color: findColorInvert(#F69804);
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: findColorInvert(#F69804);
  color: currentColor;
}
.table thead td,
.table thead th {
  border-width: 0 0 1px 0;
  color: #333;
  background-color: rgba(109, 185, 208, 0.75);
}
.table thead th {
  text-align: center;
  vertical-align: middle;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #333;
}
.table tbody tr td,
.table tbody tr th {
  vertical-align: middle;
}
.table.has-text-centered tbody tr td {
  text-align: center;
}
.table.has-text-right tbody tr td {
  text-align: right;
}
.table.is-bordered {
  border-bottom: 1px solid #e3e3e3;
  border-width: 1px 0 1px 1px;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 0 1px 1px 0;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #e3e3e3;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(odd) {
  background-color: #ddd;
}
@media screen and (max-width: 1143px) {
  .table.is-touch-nowrap-td th {
    white-space: normal;
  }
}
@media screen and (max-width: 1143px) {
  .table.is-touch-nowrap-td td {
    white-space: nowrap;
  }
}

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

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

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

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

.breadcrumb {
  font-size: 14px;
  white-space: nowrap;
}
.breadcrumb a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FCD79D !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.75em;
}
@media screen and (max-width: 1143px) {
  .breadcrumb a {
    font-size: 11.5px !important;
  }
}
.breadcrumb a:hover {
  color: #FCD79D;
}
.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: #FCD79D;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #FCD79D;
  content: " / ";
}
@media screen and (max-width: 1143px) {
  .breadcrumb li + li::before {
    font-size: 12px;
  }
}
.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 12px;
}
.breadcrumb.is-medium {
  font-size: 16px;
}
.breadcrumb.is-large {
  font-size: 18px;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

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

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

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

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

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

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

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

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

.is-font-latin {
  font-family: "Lato", sans-serif, sans-serif !important;
}

.is-hover {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.is-hover > * {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.is-hover:hover {
  opacity: 0.8;
}
.is-hover:hover > * {
  opacity: 0.8;
}

.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--arrow {
  width: 16px;
  height: 9px;
  background-image: url(../images/common/icon-arrow.svg);
}

.button-more {
  min-width: 240px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: url(../images/common/button01-bg.jpg) no-repeat center/cover;
  position: relative;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}
@media screen and (max-width: 1143px) {
  .button-more {
    min-width: 240px;
    margin: 0 auto;
  }
}
.button-more span {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  font-family: "Lato", sans-serif;
}
.button-more .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.button-more .icon--arrow-reverce {
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
  left: 16px;
  right: auto;
}
.button-more:hover span {
  letter-spacing: 0.25em;
}
.button-more:hover .icon {
  right: 12px;
}

a:hover .button-more span {
  letter-spacing: 0.25em;
}
a:hover .button-more .icon {
  right: 12px;
}

.link-image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

a:hover .link-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.is-radius {
  border-radius: 24px !important;
  overflow: hidden;
}

.is-radius-small {
  border-radius: 16px !important;
  overflow: hidden;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-main-lighter {
  background-color: #FFFCF7 !important;
}

.bg-beige {
  background: url(../images/common/bg-beige.jpg) repeat center/cover !important;
}

.bg-gray {
  background: url(../images/common/bg-gray.jpg) repeat center/cover !important;
}

.bg-gray-lighter {
  background-color: #fafafa !important;
}

.bg-corner {
  position: relative;
}
.bg-corner-parts {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .bg-corner-parts {
    height: 80px;
  }
}
.bg-corner-parts::before, .bg-corner-parts::after {
  content: "";
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1143px) {
  .bg-corner-parts::before, .bg-corner-parts::after {
    width: 80px;
    height: 80px;
  }
}
.bg-corner-parts::before {
  left: 0;
  background: url(../images/common/deco-corner-left.png) no-repeat center/contain;
}
.bg-corner-parts::after {
  right: 0;
  background: url(../images/common/deco-corner-right.png) no-repeat center/contain;
}
.bg-corner-parts.--head {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
}
.bg-corner-parts.--foot {
  bottom: 0;
  -webkit-transform: translateY(100%) scale(1, -1);
  transform: translateY(100%) scale(1, -1);
}

.grid {
  display: -ms-grid !important;
  display: grid !important;
  gap: 8px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1143px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.grid.is-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.grid.is-cols-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.grid.is-cols-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.grid.is-cols-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.grid.is-cols-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.grid.is-cols-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.grid.is-cols-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
.grid.is-cols-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
.grid.is-cols-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
.grid.is-rows-2 {
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}
.grid.is-rows-3 {
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}
.grid.is-rows-4 {
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
}
.grid.is-rows-5 {
  -ms-grid-rows: (1fr)[5];
  grid-template-rows: repeat(5, 1fr);
}
.grid.is-rows-6 {
  -ms-grid-rows: (1fr)[6];
  grid-template-rows: repeat(6, 1fr);
}
.grid.is-rows-7 {
  -ms-grid-rows: (1fr)[7];
  grid-template-rows: repeat(7, 1fr);
}
.grid.is-rows-8 {
  -ms-grid-rows: (1fr)[8];
  grid-template-rows: repeat(8, 1fr);
}
.grid.is-rows-9 {
  -ms-grid-rows: (1fr)[9];
  grid-template-rows: repeat(9, 1fr);
}
.grid.is-rows-10 {
  -ms-grid-rows: (1fr)[10];
  grid-template-rows: repeat(10, 1fr);
}
.grid.is-gap-1 {
  gap: 8px;
}
.grid.is-gap-2 {
  gap: 16px;
}
.grid.is-gap-3 {
  gap: 24px;
}
.grid.is-gap-4 {
  gap: 32px;
}
.grid.is-gap-5 {
  gap: 40px;
}
.grid.is-gap-6 {
  gap: 48px;
}
.grid.is-gap-7 {
  gap: 56px;
}
.grid.is-gap-8 {
  gap: 64px;
}
.grid.is-gap-9 {
  gap: 72px;
}
.grid.is-gap-10 {
  gap: 80px;
}
@media screen and (max-width: 430px) {
  .grid.is-gap-1-mobile {
    gap: 8px;
  }
  .grid.is-gap-2-mobile {
    gap: 16px;
  }
  .grid.is-gap-3-mobile {
    gap: 24px;
  }
  .grid.is-gap-4-mobile {
    gap: 32px;
  }
  .grid.is-gap-5-mobile {
    gap: 40px;
  }
  .grid.is-gap-6-mobile {
    gap: 48px;
  }
  .grid.is-gap-7-mobile {
    gap: 56px;
  }
  .grid.is-gap-8-mobile {
    gap: 64px;
  }
  .grid.is-gap-9-mobile {
    gap: 72px;
  }
  .grid.is-gap-10-mobile {
    gap: 80px;
  }
}
.grid--6-4 {
  -ms-grid-columns: 60% auto;
  grid-template-columns: 60% auto;
}
.grid--7-3 {
  -ms-grid-columns: 70% auto;
  grid-template-columns: 70% auto;
}
.grid--8-2 {
  -ms-grid-columns: 80% auto;
  grid-template-columns: 80% auto;
}
.grid--2-8 {
  -ms-grid-columns: auto 80%;
  grid-template-columns: auto 80%;
}
.grid--3-7 {
  -ms-grid-columns: auto 30%;
  grid-template-columns: auto 30%;
}
.grid--4-6 {
  -ms-grid-columns: auto 60%;
  grid-template-columns: auto 60%;
}

hr {
  margin: 1.5em 0 !important;
}

header {
  width: 100%;
  height: 100px;
  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;
  padding: 0 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1143px) {
  header {
    height: 80px;
    padding: 0 16px;
  }
}
header .header-logo {
  width: 337px;
}
@media screen and (max-width: 1143px) {
  header .header-logo {
    width: 230px;
  }
}
@media screen and (min-width: 1144px) {
  header .header-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 24px auto;
    grid-template-columns: repeat(2, auto);
    gap: 8px 24px;
  }
  header .header-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  header .header-info__item__label {
    width: 54px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #959595;
    color: #959595;
  }
  header .header-info__item__time {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 1143px) {
  .navbar-burger {
    width: 76px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background: url(../images/common/hamburger-button.png) no-repeat center/cover;
  }
  .navbar-burger.is-active .bar span {
    background-color: #fff !important;
  }
  .navbar-burger.is-active .bar span:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(30deg);
    transform: translateY(3px) rotate(30deg);
  }
  .navbar-burger.is-active .bar span:nth-child(2) {
    -webkit-transform: translateY(-6.5px) rotate(-30deg);
    transform: translateY(-6.5px) rotate(-30deg);
  }
  .navbar-burger.is-active .bar span:nth-child(3) {
    opacity: 0;
  }
  .navbar-burger .bar {
    width: 32px;
    height: 16px;
    position: relative;
    margin-bottom: 4px;
  }
  .navbar-burger .bar span {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #fff;
  }
  .navbar-burger .bar span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .navbar-burger .bar span:nth-child(2) {
    top: 50%;
    left: 0;
  }
  .navbar-burger .bar span:nth-child(3) {
    top: 100%;
    left: 0;
  }
  .navbar-burger .bar-text {
    font-size: 12px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: "Lato", sans-serif;
    flex-flow: "Lato", sans-serif;
  }
  header .nav-menu {
    position: fixed;
    top: -100vh;
    right: 0;
    opacity: 0;
    z-index: 10;
    background: url(../images/common/hamburger-bg.jpg) no-repeat center/cover;
    overflow-y: scroll;
    visibility: hidden;
    padding: 100px 16px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
  header .nav-menu.is-active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .nav-menu {
    width: 100%;
    height: 100vh;
  }
  .nav-menu nav {
    background-color: #FFF;
    border-radius: 8px;
    padding: 16px;
  }
  .nav-menu nav .row .has-submenu, .nav-menu nav .row .has-link {
    padding: 16px 0;
  }
  .nav-menu nav .row .has-submenu > a, .nav-menu nav .row .has-link > a {
    width: 100%;
    display: block;
    color: #F69804 !important;
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }
  .nav-menu nav .row .has-link > a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #F69804;
    border-bottom: 1px solid #F69804;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .nav-menu nav .row .has-submenu {
    border-top: 1px solid #FCD79D;
  }
  .nav-menu nav .row .has-submenu > a::before, .nav-menu nav .row .has-submenu > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background: currentColor;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav-menu nav .row .has-submenu > a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .nav-menu nav .row .has-submenu > a.is-active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
  .nav-menu nav .row .has-submenu .submenu {
    padding: 16px 16px 8px 16px;
    display: none;
  }
  .nav-menu nav .row .has-submenu .submenu ul li {
    position: relative;
    padding-left: 0;
  }
  .nav-menu nav .row .has-submenu .submenu ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .nav-menu nav .row .has-submenu .submenu ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #959595;
    border-bottom: 1px solid #959595;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .nav-menu nav .row .has-submenu .submenu ul li a {
    font-size: 16px;
    color: #959595 !important;
  }
  .nav-menu .clinic {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-menu .clinic-left {
    width: 100%;
  }
  .nav-menu .clinic-left__logo {
    width: 100%;
  }
  .nav-menu .clinic-left__info {
    margin-top: 32px;
    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;
  }
  .nav-menu .clinic-left__info__text .tel {
    display: inline-block;
    margin-top: 16px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .nav-menu .clinic-left__info__text .tel span {
    color: #333;
  }
  .nav-menu .clinic-left__info__access {
    width: 100px;
    aspect-ratio: 1/1;
    border: 3px solid #6DB9D0;
    border-radius: 100px;
    text-align: center;
    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;
    background-color: #fff;
  }
  .nav-menu .clinic-left__info__access .is-font-latin {
    font-size: 20px;
    color: #F69804;
    font-weight: 700;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
    padding: 0 4px;
  }
  .nav-menu .clinic-left__reserve {
    margin-top: 24px;
  }
  .nav-menu .clinic-left__reserve__label {
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    background-color: #fafafa;
  }
  .nav-menu .clinic-left__reserve__btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  .nav-menu .clinic-left__reserve__btn a {
    width: 100%;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
  }
  .nav-menu .clinic-left__reserve__btn a img {
    width: 100%;
  }
}
@media screen and (min-width: 1144px) {
  .g-navi {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
  .g-navi__item {
    cursor: pointer;
  }
  .g-navi__item:hover .g-navi__item__label--ja {
    color: #F69804 !important;
  }
  .g-navi__item.--logo {
    width: 82px;
  }
  .g-navi__item.--dropdown {
    position: relative;
  }
  .g-navi__item__label {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .g-navi__item__label--ja {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #333;
  }
  .g-navi__item__label--en {
    font-size: 12px;
    color: #F69804;
  }
  .g-navi__item__links {
    width: 230px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 60px;
    display: none;
  }
  .g-navi__item__links a {
    display: block;
    font-size: 14px;
    color: #F69804 !important;
    padding: 8px 0;
    position: relative;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
  .g-navi__item__links a:not(:last-child) {
    border-bottom: 1px solid #fafafa;
  }
  .g-navi__item__links a::before {
    content: "";
    width: 20px;
    height: 10px;
    display: block;
    background: url(../images/common/icon-tri.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .g-navi__item__links a:hover {
    color: #8f5b07 !important;
  }
  .g-navi__item__inner {
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
  }
  .g-navi.float-navi {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    margin-top: -200px;
    background-color: #FFF;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
  }
  .g-navi.float-navi::before {
    content: "";
    width: 180px;
    height: 180px;
    display: block;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 1000px;
  }
  .g-navi.float-navi .g-navi__item.--logo {
    width: 144px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
    margin-right: -16px;
  }
  .g-navi.float-navi.is-active {
    margin-top: 0;
  }
}
footer .map {
  width: 100%;
  height: 370px;
}
footer .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 1143px) {
  footer .clinic {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1144px) {
  footer .clinic__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .clinic-left {
  width: 100%;
}
@media screen and (min-width: 1144px) {
  footer .clinic-left {
    padding-right: 64px;
  }
}
@media screen and (max-width: 1143px) {
  footer .clinic-left__logo {
    width: 90%;
  }
}
footer .clinic-left__info {
  margin-top: 32px;
  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;
}
footer .clinic-left__info__text .tel {
  display: inline-block;
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 1144px) {
  footer .clinic-left__info__text .tel {
    pointer-events: none;
  }
}
footer .clinic-left__info__text .tel span {
  color: #333;
}
footer .clinic-left__info__access {
  width: 100px;
  aspect-ratio: 1/1;
  border: 3px solid #6DB9D0;
  border-radius: 100px;
  text-align: center;
  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;
}
footer .clinic-left__info__access .is-font-latin {
  font-size: 20px;
  color: #F69804;
  font-weight: 700;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  padding: 0 4px;
}
footer .clinic-left__reserve {
  margin-top: 40px;
}
@media screen and (max-width: 1143px) {
  footer .clinic-left__reserve {
    margin-top: 24px;
  }
}
footer .clinic-left__reserve__label {
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  background-color: #fafafa;
}
footer .clinic-left__reserve__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
footer .clinic-left__reserve__btn a {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1144px) {
  footer .clinic-left__reserve__btn a.--tel {
    pointer-events: none;
  }
}
footer .clinic-left__reserve__btn a img {
  width: 100%;
}
footer .clinic-right {
  width: 100%;
}
@media screen and (min-width: 1144px) {
  footer .clinic-right {
    padding-left: 64px;
    border-left: 1px solid #fafafa;
  }
}
@media screen and (max-width: 1143px) {
  footer .clinic-right {
    padding-top: 40px;
    border-top: 1px solid #fafafa;
    margin-top: 40px;
  }
}
footer .clinic-right__schedule {
  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;
  padding: 16px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
footer .clinic-right__schedule__label {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 8px 16px 0;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 1143px) {
  footer .clinic-right__schedule__label {
    padding-top: 0;
    padding-left: 0;
    line-height: 1;
  }
}
footer .clinic-right__schedule__week {
  width: 100%;
}
footer .clinic-right__schedule__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114px 16px 1fr;
  grid-template-columns: 114px 1fr;
  gap: 16px;
}
footer .clinic-right__schedule__list:not(:last-of-type) {
  margin-bottom: 8px;
}
footer .clinic-right__schedule__date {
  text-align: center;
  border-radius: 8px;
  background-color: #FFFCF7;
  color: #F69804;
  display: inline-block;
}
@media screen and (max-width: 1143px) {
  footer .clinic-right__schedule__date {
    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;
  }
}
footer .clinic-right__schedule__time {
  display: inline-block;
  letter-spacing: 0.05em;
}
footer .clinic-right__schedule__time.--closed {
  letter-spacing: 0;
}
footer .clinic-right__schedule__time span {
  letter-spacing: 0;
  color: #959595;
  padding-right: 8px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", sans-serif;
}
footer .clinic-right__calendar {
  margin-top: 24px;
}
footer .clinic-right__calendar caption {
  margin-bottom: 8px;
}
footer .clinic-right__calendar caption .calendar-caption {
  font-size: 16px;
}
footer .clinic-right__calendar .xo-event-calendar table.xo-month > thead th {
  padding: 8px 0 !important;
  background-color: #fafafa;
}
footer .clinic-right__calendar .xo-event-calendar table.xo-month > thead th.sunday, footer .clinic-right__calendar .xo-event-calendar table.xo-month > thead th.saturday {
  color: #333 !important;
}
footer .clinic-right__calendar .xo-event-calendar table.xo-month .today {
  color: #d30000 !important;
  background-color: #fff5c1;
}
footer .clinic-right__calendar .holiday-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
footer .sitemap {
  background-color: #FFFCF7;
  padding: 64px 0;
}
@media screen and (max-width: 1143px) {
  footer .sitemap {
    padding: 40px 0 8px;
  }
}
@media screen and (min-width: 1144px) {
  footer .sitemap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1144px) {
  footer .sitemap .map-image {
    width: 440px;
  }
}
@media screen and (max-width: 1143px) {
  footer .sitemap .map-image {
    margin: 0 16px 8px;
  }
}
footer .sitemap .nav-menu {
  height: auto;
}
footer .sitemap .nav-menu nav {
  background-color: transparent !important;
}
@media screen and (min-width: 1144px) {
  footer .sitemap .nav-menu nav {
    height: 350px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 40px 72px;
  }
  footer .sitemap .nav-menu nav .has-submenu, footer .sitemap .nav-menu nav .has-link {
    position: relative;
  }
  footer .sitemap .nav-menu nav .has-submenu::before, footer .sitemap .nav-menu nav .has-link::before {
    content: "";
    width: 16px;
    height: 3px;
    display: block;
    background-color: #F69804;
    position: absolute;
    top: 0.6em;
    left: -24px;
  }
}
@media screen and (max-width: 1143px) {
  footer .sitemap .nav-menu nav .submenu {
    margin-top: 16px;
    background-color: #FFF;
  }
}
@media screen and (min-width: 1144px) {
  footer .sitemap .nav-menu nav .submenu {
    margin-top: 12px;
  }
  footer .sitemap .nav-menu nav .submenu a {
    line-height: 2;
    color: #333 !important;
  }
}
footer .copyright {
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  color: #959595;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1143px) {
  footer .copyright {
    padding: 16px 0;
  }
}

.floating-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1143px) {
  .floating-btn {
    width: 100%;
    padding: 0 8px;
    gap: 8px;
  }
}
@media screen and (min-width: 1144px) {
  .floating-btn {
    width: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 24px;
  }
}

.hero {
  padding: 100px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 1144px) {
  .hero {
    aspect-ratio: 40/23;
  }
}
@media screen and (max-width: 1143px) {
  .hero {
    padding: 80px 0 0;
  }
}
.hero-inner {
  width: calc(100% - 280px);
  height: 100%;
  background: url(../images/top/hero-pc.jpg) no-repeat center/cover;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1143px) {
  .hero-inner {
    width: calc(100vw - 32px);
    height: 400px;
    background: url(../images/top/hero-sp.jpg) no-repeat center/cover;
  }
}
.hero-inner__catch {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  color: #FFF;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 64px;
  bottom: 56px;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .hero-inner__catch {
    font-size: 22px;
    line-height: 1.5;
    left: 16px;
    bottom: 16px;
    letter-spacing: 0;
  }
}
.hero-deco {
  position: absolute;
}
.hero-deco.--01 {
  width: 220px;
  top: 80px;
  right: 32px;
  z-index: -1;
}
@media screen and (max-width: 1143px) {
  .hero-deco.--01 {
    width: 168px;
    top: 40px;
    right: -84px;
  }
}
.hero-deco.--02 {
  width: 214px;
  bottom: -87px;
  left: -30px;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .hero-deco.--02 {
    width: 155px;
    bottom: -80px;
    left: -100px;
  }
}
@media screen and (min-width: 1144px) {
  .hero-cr {
    font-size: 14px;
    color: #959595;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 72px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .hero-navi__item.--logo {
    width: 82px;
  }
}

.top-section-title {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 1143px) {
  .top-section-title {
    margin-bottom: 56px;
  }
}
.top-section-title--en {
  font-size: 14px;
  color: #6DB9D0;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: inline-block;
}
.top-section-title--en::before, .top-section-title--en::after {
  font-size: 1em;
  color: #F69804;
  display: inline-block;
}
.top-section-title--en::before {
  content: "（";
  margin-right: 16px;
}
.top-section-title--en::after {
  content: "）";
  margin-left: 16px;
}
.top-section-title--ja {
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1143px) {
  .top-section-title--ja {
    font-size: 24px;
  }
}

.top-orthodontic__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 380px 120px 380px;
  grid-template-columns: repeat(2, 380px);
  gap: 120px;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.top-orthodontic__item {
  height: 380px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic__item {
    height: 340px;
  }
}
.top-orthodontic__item:hover .top-orthodontic__item__more {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-orthodontic__item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.top-orthodontic__item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(85.71%, rgba(253, 250, 246, 0.94)), to(#fdfaf5));
  background: linear-gradient(rgba(255, 255, 255, 0) 35%, rgba(253, 250, 246, 0.94) 85.71%, #fdfaf5 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 430px) {
  .top-orthodontic__item__image::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(253, 250, 246, 0.94)), to(#fdfaf5));
    background: linear-gradient(rgba(255, 255, 255, 0) 35%, rgba(253, 250, 246, 0.94) 75%, #fdfaf5 100%);
  }
}
.top-orthodontic__item__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-orthodontic__item__title {
  font-size: 24px;
  color: #F69804;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: -32px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.top-orthodontic__item__title--ja {
  letter-spacing: 0.15em;
}
.top-orthodontic__item__title--ja span {
  padding: 8px;
}
.top-orthodontic__item__title--en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FCD79D;
  margin-right: -4px;
}
.top-orthodontic__item__title--en span {
  padding: 4px 8px;
}
.top-orthodontic__item__title span {
  display: inline-block;
  background-color: #FFF;
  padding: 12px 8px;
}
.top-orthodontic__item__text-area {
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-shadow: 0px 0px 6px #fff;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic__item__text-area {
    padding: 24px 16px 32px;
  }
}
.top-orthodontic__item__label {
  font-size: 20px;
  color: #F69804;
  margin-bottom: 12px;
}
.top-orthodontic__item__text {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 430px) {
  .top-orthodontic__item__text {
    max-width: 68vw;
  }
}
.top-orthodontic__item__more {
  width: 120px;
  aspect-ratio: 1/1;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: url(../images/common/button02-bg.png) no-repeat center/cover;
  position: absolute;
  right: -40px;
  bottom: -24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media screen and (max-width: 1143px) {
  .top-orthodontic__item__more {
    width: 100px;
    right: -16px;
    bottom: -32px;
  }
}
.top-orthodontic__item__more .icon {
  display: block;
  margin-top: 4px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-device__item {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1143px) {
  .top-device__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    gap: 16px;
  }
}
.top-device__item__image {
  width: 100%;
  height: 214px;
}
@media screen and (max-width: 1143px) {
  .top-device__item__image {
    width: 32vw;
    height: 100%;
  }
}
@media screen and (max-width: 1143px) {
  .top-device__item__text-area {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .top-device__item__text-area .button-more {
    min-width: auto;
  }
}
.top-device__item__label {
  font-size: 20px;
  color: #F69804;
  margin-top: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1143px) {
  .top-device__item__label {
    font-size: 18px;
    margin-top: 0;
  }
}
.top-device__item__text {
  font-size: 14px;
  color: #333;
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1143px) {
  .top-device__item__text {
    margin-top: 16px;
  }
}
.top-device__item .button-more {
  margin-top: 24px;
}
@media screen and (max-width: 1143px) {
  .top-device__item .button-more {
    margin-top: 16px;
  }
}

.top-malocculusion__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 220px 32px 220px 32px 220px 32px 220px;
  grid-template-columns: repeat(4, 220px);
  gap: 40px 32px;
}
@media screen and (max-width: 1143px) {
  .top-malocculusion__inner {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
.top-malocculusion__item {
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-color: #fafafa;
  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;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.top-malocculusion__item:hover {
  background-color: #d1ecf4;
}
.top-malocculusion__item:hover .top-malocculusion__item__more {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-malocculusion__item__image {
  width: 140px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1144px) {
  .top-malocculusion__item__image {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1143px) {
  .top-malocculusion__item__image {
    width: 100px;
  }
}
.top-malocculusion__item__label {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media screen and (max-width: 1143px) {
  .top-malocculusion__item__label {
    margin-top: 4px;
  }
}
.top-malocculusion__item__more {
  width: 64px;
  height: 64px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  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;
  background: url(../images/common/button03-bg.png) no-repeat center/contain;
  position: absolute;
  bottom: -8px;
  right: -8px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media screen and (max-width: 1143px) {
  .top-malocculusion__item__more {
    bottom: -20px;
  }
}

.top-feature__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1143px) {
  .top-feature__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.top-feature__item {
  display: block;
  position: relative;
}
@media screen and (min-width: 1144px) {
  .top-feature__item {
    padding-left: 30px;
  }
}
.top-feature__item__num {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-color: #FFF;
  font-size: 28px;
  color: #6DB9D0;
  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: 1144px) {
  .top-feature__item__num {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 1143px) {
  .top-feature__item__num {
    margin: 0 auto -30px;
  }
}
.top-feature__item__inner {
  padding: 24px 24px 24px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #FFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 140px;
  grid-template-columns: 1fr 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1143px) {
  .top-feature__item__inner {
    display: block;
    padding: 32px 16px 16px;
  }
}
.top-feature__item__label {
  font-size: 18px;
  font-weight: 500 !important;
  color: #F69804 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1143px) {
  .top-feature__item__label {
    text-align: center;
  }
}
.top-feature__item__text {
  font-size: 14px;
  color: #333;
  margin-top: 16px;
  line-height: 1.5;
}
.top-feature__item__image {
  height: 100%;
}
@media screen and (max-width: 1143px) {
  .top-feature__item__image {
    margin-top: 16px;
  }
}
.top-feature__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-counseling .top-section-title {
  margin-bottom: 32px;
}
.top-counseling__block {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .top-counseling__block {
    width: calc(100% - 16px);
  }
}
.top-counseling__block::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-image: repeating-linear-gradient(45deg, #fcd79d, #fcd79d 5px, transparent 5px, transparent 13px);
  position: absolute;
  bottom: -16px;
  right: -16px;
  z-index: -1;
  pointer-events: none;
}
.top-counseling__block__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 64px 80px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #FFFCF7;
}
@media screen and (max-width: 1143px) {
  .top-counseling__block__inner {
    display: block;
    padding: 40px 16px;
  }
}
.top-counseling__block__image {
  width: 455px;
}
@media screen and (min-width: 1144px) {
  .top-counseling__block__image {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1143px) {
  .top-counseling__block__image {
    width: 256px;
    margin: 32px auto 0;
  }
}
.top-counseling__block__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1143px) {
  .top-counseling__block__button {
    text-align: center;
  }
}

.top-greeting__inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1143px) {
  .top-greeting__inner {
    display: block;
  }
}
.top-greeting__text-area {
  width: 560px;
}
@media screen and (max-width: 1143px) {
  .top-greeting__text-area {
    width: 100%;
  }
}
.top-greeting__catch {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #F69804;
  margin-bottom: 24px;
}
.top-greeting__catch::after {
  content: "";
  width: 168px;
  height: 16px;
  display: block;
  background: url(../images/common/line.png) no-repeat center/contain;
  margin: 16px auto 0;
}
.top-greeting__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.top-greeting__button {
  text-align: right;
}
@media screen and (max-width: 1143px) {
  .top-greeting__button {
    text-align: center;
  }
}
.top-greeting__image {
  position: relative;
}
@media screen and (min-width: 1144px) {
  .top-greeting__image {
    width: 480px;
  }
}
@media screen and (max-width: 1143px) {
  .top-greeting__image {
    margin-top: 40px;
  }
}
.top-greeting__image__label {
  position: absolute;
  bottom: 40px;
  right: -16px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0px #FCD79D;
  box-shadow: 4px 4px 0px #FCD79D;
  padding: 16px 24px;
  border-radius: 8px;
}
@media screen and (max-width: 1143px) {
  .top-greeting__image__label {
    bottom: -24px;
    right: 0;
  }
}
.top-greeting__image__post {
  font-size: 14px;
  color: #959595;
}
.top-greeting__image__name {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #F69804;
}
.top-greeting__image__name span {
  font-size: 14px;
  color: #FCD79D;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 16px;
}

@media screen and (max-width: 1143px) {
  .top-instagram {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-instagram .top-section-title {
  width: 280px;
  height: 140px;
  margin: 0 auto;
  background-color: #fafafa;
  border-radius: 300px 300px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
}
.top-instagram__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1143px) {
  .top-instagram__inner {
    padding: 40px 16px;
  }
}

.lower-navi {
  height: auto;
  top: 120px;
}

.lower-page-title {
  position: relative;
  padding: 240px 0 120px;
}
@media screen and (max-width: 1143px) {
  .lower-page-title {
    padding: 120px 16px 80px;
  }
}
.lower-page-title::before, .lower-page-title::after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
}
.lower-page-title::before {
  width: 265px;
  height: 283px;
  aspect-ratio: 265/283;
  background: url(../images/lower/hero-deco1.png) no-repeat center/contain;
  top: 100px;
  left: -48px;
}
@media screen and (max-width: 1143px) {
  .lower-page-title::before {
    width: 150px;
    top: -16px;
    left: -80px;
  }
}
@media screen and (max-width: 430px) {
  .lower-page-title::before {
    top: 20px;
    left: -100px;
  }
}
.lower-page-title::after {
  width: 500px;
  height: 287px;
  aspect-ratio: 500/287;
  background: url(../images/lower/hero-deco2.png) no-repeat center/contain;
  top: 150px;
  right: 64px;
}
@media screen and (max-width: 1143px) {
  .lower-page-title::after {
    width: 320px;
    right: -32px;
    top: 48px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 430px) {
  .lower-page-title::after {
    width: 272px;
    right: -80px;
    top: 80px;
  }
}
.lower-page-title .title-block {
  text-shadow: 0px 0px 6px #fff;
  position: relative;
  z-index: 1;
}
.lower-page-title .title-block h1, .lower-page-title .title-block .main-title {
  color: #F69804;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block h1, .lower-page-title .title-block .main-title {
    font-size: 22px;
  }
}
.lower-page-title .title-block .sub-title {
  font-family: "Lato", sans-serif;
  color: #959595;
  font-size: 54px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1143px) {
  .lower-page-title .title-block .sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

.lower-page .lower-block-title {
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.lower-page .lower-block-title--sub {
  font-size: 20px;
  color: #FCD79D;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.lower-page .lower-block-title--main {
  font-size: 24px;
  color: #F69804;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.lower-page .lower-border-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #FCD79D;
  padding-bottom: 12px;
  margin-bottom: 32px;
  color: #F69804;
  position: relative;
}
.lower-page .lower-border-title::before {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  background: #F69804;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
.lower-page .lower-border-title span {
  font-size: 14px;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  color: #959595;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1143px) {
  .lower-page .lower-border-title span {
    margin-left: 0;
    letter-spacing: 0;
    padding: 8px 12px;
  }
}
.lower-page .section section:not(:last-child) {
  margin-bottom: 40px;
}
.lower-page .content a:not(.button-more) {
  text-decoration: underline !important;
}
.lower-page .spacer {
  height: 1.5em;
}
.lower-page .spacer.is-large {
  height: 40px;
}
.lower-page .spacer.is-small {
  height: 0.5em;
}
.lower-page .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lower-page .card figure {
  margin-bottom: 0;
  line-height: 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.lower-page .card .number {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 32px;
  font-weight: 700;
  color: #6DB9D0;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0px 0px 6px #fff, 0px 0px 10px #fff;
}
.lower-page .card .card-content {
  padding: 32px 24px;
  background-color: #fafafa;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 0 16px 16px;
}
.lower-page .card .card-content .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
}
.lower-page .box {
  padding: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFCF7;
  border-radius: 24px;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .lower-page .box {
    padding: 24px 16px;
  }
}
.lower-page .box.is-narrow {
  padding: 18px 24px;
  display: inline-block;
}
@media screen and (max-width: 1143px) {
  .lower-page .box.is-narrow {
    padding: 16px;
  }
}
.lower-page .box.is-narrow:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower-page .box .number {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 32px;
  font-weight: 700;
  color: #8f5b07;
  letter-spacing: 0.1em;
  line-height: 1;
}
.lower-page .box .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
}
.lower-page .box .box-label {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FCD79D;
  letter-spacing: 0.2em;
  position: absolute;
  top: -0.75em;
  right: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1143px) {
  .lower-page .box .box-label {
    top: -0.9em;
  }
}
.lower-page .point-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 35%;
  grid-template-columns: 1fr 35%;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1143px) {
  .lower-page .point-box {
    display: block;
  }
}
.lower-page .point-box:not(:last-child) {
  margin-bottom: 32px;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 32px;
}
.lower-page .point-box.is-fullwidth {
  display: block;
}
.lower-page .point-box-title {
  padding-bottom: 8px;
  margin-bottom: 24px;
  position: relative;
}
.lower-page .point-box-title::before {
  content: "";
  width: 128px;
  height: 8px;
  display: block;
  background: url(../images/common/line-circle.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 4px;
}
.lower-page .point-box-title--sub {
  margin-bottom: -10px;
  color: #6DB9D0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-size: 14px;
}
.lower-page .point-box-title--sub span {
  font-size: 18px;
}
.lower-page .point-box-title--main {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #F69804;
}
@media screen and (max-width: 1143px) {
  .lower-page .point-box .images {
    width: 80%;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.lower-page .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-left: 40px;
  padding: 24px 24px 24px 64px;
  background-color: #FFF;
  border-radius: 24px;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box {
    margin-left: 0;
    margin-top: 64px;
    display: block;
    padding: 40px 24px 24px;
  }
}
.lower-page .number-box:not(:last-child) {
  margin-bottom: 16px;
}
.lower-page .number-box.bg-main-lighter {
  background-color: #FFFCF7;
}
.lower-page .number-box.bg-main-lighter .number {
  background-color: #FFFCF7;
}
.lower-page .number-box.bg-gray {
  background-color: #fafafa;
}
.lower-page .number-box.bg-gray .number {
  background-color: #fafafa;
}
.lower-page .number-box .number {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  font-family: "Lato", sans-serif;
  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;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: #6DB9D0;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box .number {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.lower-page .number-box .number span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lower-page .number-box .text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.lower-page .number-box .text-block .title {
  font-size: 20px;
  font-weight: normal;
  color: #F69804;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.lower-page .number-box figure {
  width: 280px;
  line-height: 1;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 1144px) {
  .lower-page .number-box figure {
    margin-top: 0;
  }
}
@media screen and (max-width: 1143px) {
  .lower-page .number-box figure {
    width: 100%;
  }
  .lower-page .number-box figure img {
    width: 100%;
  }
}
.lower-page .faq-box {
  background-color: #fafafa;
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 1143px) {
  .lower-page .faq-box {
    padding: 24px;
  }
}
.lower-page .faq-box:not(:last-child) {
  margin-bottom: 8px;
}
.lower-page .faq-box__q {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 40px 16px 1fr;
  grid-template-columns: 40px 1fr;
  gap: 16px;
}
@media screen and (max-width: 1143px) {
  .lower-page .faq-box__q {
    -ms-grid-columns: 32px 1fr;
    grid-template-columns: 32px 1fr;
    margin-bottom: 8px;
  }
}
.lower-page .faq-box__q span {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  color: #6DB9D0;
  line-height: 1;
}
@media screen and (max-width: 1143px) {
  .lower-page .faq-box__q span {
    font-size: 32px;
  }
}
.lower-page .faq-box__q h3 {
  margin: 0;
  padding-top: 8px;
  font-size: 18px;
  color: #F69804;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1143px) {
  .lower-page .faq-box__q h3 {
    padding-top: 4px;
  }
}
.lower-page .faq-box__a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 16px 1fr;
  grid-template-columns: 40px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1143px) {
  .lower-page .faq-box__a {
    -ms-grid-columns: 32px 1fr;
    grid-template-columns: 32px 1fr;
  }
}
.lower-page .faq-box__a span {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  color: #6DB9D0;
  line-height: 1;
}
.lower-page .faq-box__a__text {
  padding-top: 4px;
}
.lower-page .price-table {
  border-bottom: 1px dotted rgba(109, 185, 208, 0.75);
}
.lower-page .price-table tr.separator-line {
  border-top: 2px solid rgba(109, 185, 208, 0.75);
}
.lower-page .price-table tbody tr th, .lower-page .price-table tbody tr td {
  background-color: #FFF;
}
@media screen and (max-width: 1143px) {
  .lower-page .price-table th, .lower-page .price-table td {
    padding: 15px 0 !important;
  }
  .lower-page .price-table thead {
    display: none;
  }
  .lower-page .price-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lower-page .price-table tbody tr th {
    width: 100%;
    border-width: 0;
    font-size: 1.13rem;
    border-bottom: 1px dashed #e3e3e3;
  }
  .lower-page .price-table tbody tr td:not(:last-child) {
    width: 58%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .lower-page .price-table tbody tr .sub {
    font-size: 0.85em;
  }
}
.lower-page .normal-table {
  width: 100%;
}
.lower-page .normal-table thead th {
  background-color: rgba(109, 185, 208, 0.75);
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e3e3e3;
  padding: 8px;
}
@media screen and (max-width: 430px) {
  .lower-page .normal-table thead th {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.lower-page .normal-table thead th:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
@media screen and (max-width: 430px) {
  .lower-page .normal-table thead th span {
    display: block;
    font-size: 0.75em;
  }
}
.lower-page .normal-table tbody tr th, .lower-page .normal-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.lower-page .normal-table tbody tr th {
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1144px) {
  .lower-page .normal-table tbody tr th {
    min-width: 225px;
  }
}
@media screen and (max-width: 430px) {
  .lower-page .normal-table tbody tr th {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.lower-page .normal-table tbody tr td {
  border-left: 1px solid #e3e3e3;
}
.lower-page .normal-table tbody tr:first-child th, .lower-page .normal-table tbody tr:first-child td {
  border-top: 1px solid #e3e3e3;
}
@media screen and (max-width: 430px) {
  .lower-page .normal-table.is-large tbody tr th {
    width: 80px;
  }
}
.lower-page .interview-table {
  width: 100%;
}
.lower-page .interview-table tr th, .lower-page .interview-table tr td {
  vertical-align: middle;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .lower-page .interview-table tr th, .lower-page .interview-table tr td {
    padding: 16px 8px;
    display: block;
  }
}
.lower-page .interview-table tr th {
  background-color: #FCD79D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #FFFCF7;
}
@media screen and (min-width: 1144px) {
  .lower-page .interview-table tr th {
    width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .lower-page .interview-table tr th {
    font-size: 14px;
    letter-spacing: 0;
    border-bottom: none;
  }
}
.lower-page .interview-table tr th .is-required {
  display: inline-block;
  font-size: 12px;
  background-color: #FFF;
  color: red;
  padding: 1px 4px 2px;
  margin-left: 16px;
  border-radius: 4px;
}
.lower-page .interview-table tr td {
  border-bottom: 1px solid #e3e3e3;
}
.lower-page .interview-table tr td .is-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lower-page .interview-table tr td .is-column p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 431px) {
  .lower-page .interview-table tr:first-child th, .lower-page .interview-table tr:first-child td {
    border-top: 1px solid #e3e3e3;
  }
}
.lower-page .banner-counseling {
  position: relative;
  z-index: 1;
  background-color: #FFFCF7;
}
@media screen and (max-width: 1143px) {
  .lower-page .banner-counseling {
    width: calc(100% - 16px);
  }
}
.lower-page .banner-counseling::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-image: repeating-linear-gradient(45deg, #fcd79d, #fcd79d 5px, transparent 5px, transparent 13px);
  position: absolute;
  bottom: -16px;
  right: -16px;
  z-index: -1;
  pointer-events: none;
}
.lower-page .banner-counseling__inner {
  width: 100%;
  position: relative;
  padding: 48px 48px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #FFFCF7;
}
@media screen and (max-width: 1143px) {
  .lower-page .banner-counseling__inner {
    padding: 40px 16px 24px;
  }
}
.lower-page .banner-counseling-label {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #6DB9D0;
  text-shadow: 0px 0px 6px #fff;
  position: absolute;
  top: -0.65em;
  left: 24px;
}
.lower-page .banner-counseling-title {
  padding-left: 36px;
  position: relative;
  font-weight: normal;
  color: #F69804;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1143px) {
  .lower-page .banner-counseling-title {
    font-size: 20px;
  }
}
.lower-page .banner-counseling-title::before {
  content: "";
  width: 28px;
  height: 24px;
  display: block;
  background: url(../images/common/icon-check.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 6px;
}
.lower-page .banner-counseling ul {
  margin-top: 16px;
}
@media screen and (min-width: 431px) {
  .lower-page .banner-counseling ul {
    height: 160px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    gap: 4px 40px;
  }
}
.lower-page .banner-counseling ul li {
  padding-left: 1.75em;
  line-height: 1.75;
  margin-top: 0;
  font-size: 16px;
}
@media screen and (max-width: 1143px) {
  .lower-page .banner-counseling ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .lower-page .banner-counseling .button-more {
    padding-left: 20px;
  }
}
.lower-page .banner-counseling-image {
  width: 331px;
}
@media screen and (min-width: 431px) {
  .lower-page .banner-counseling-image {
    position: absolute;
    right: 24px;
    top: -40px;
  }
}
@media screen and (max-width: 430px) {
  .lower-page .banner-counseling-image {
    width: 80%;
    margin: 32px auto 0;
  }
}
.lower-page .is-list-blog {
  padding: 24px 0;
  border-bottom: 1px solid #959595;
}
.lower-page .is-list-blog:first-child {
  padding-top: 0;
}
.lower-page .is-list-blog:last-child {
  border-bottom: none;
}
.lower-page .is-list-blog .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.lower-page .is-list-blog .date {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1143px) {
  .lower-page .is-list-blog .button {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.lower-page .single-body #toc_container {
  margin: 40px 0 80px;
  background-color: #fafafa;
  border: 1px solid #959595;
  padding: 24px 40px;
  min-width: 50%;
}
@media screen and (max-width: 1143px) {
  .lower-page .single-body #toc_container {
    padding: 16px 24px;
    min-width: 100%;
  }
}
.lower-page .single-body #toc_container:first-child {
  margin-top: 0;
}
.lower-page .single-body #toc_container ul li {
  padding: 4px 0;
}
.lower-page .single-body #toc_container ul li::before {
  display: none;
}
.lower-page .single-body #toc_container ul li .toc_number {
  margin-right: 1em;
  font-weight: 700;
}
.lower-page .single-body h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #F69804;
  border-bottom: 2px solid #F69804;
  padding: 8px;
  margin-bottom: 24px;
}
.lower-page .single-body h1:not(:first-child) {
  margin-top: 80px;
}
.lower-page .single-body h2 {
  font-size: 20px;
  font-weight: 500;
  color: #F69804;
  border-left: 4px solid #F69804;
  padding: 8px 0 8px 16px;
  margin-bottom: 16px;
}
.lower-page .single-body h2:not(:first-child) {
  margin-top: 40px;
}
.lower-page .single-body h2 strong {
  color: #F69804;
}
.lower-page .single-body h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background-color: #fafafa;
  padding: 8px;
  margin-bottom: 16px;
}
.lower-page .single-body h3:not(:first-child) {
  margin-top: 40px;
}
.lower-page .single-body h3 strong {
  color: #333;
}
.lower-page .single-body img {
  width: auto;
  margin: 24px 0;
}
.lower-page .author-block {
  padding: 40px;
  border: 1px solid #F69804;
  border-radius: 8px;
}
@media screen and (max-width: 1143px) {
  .lower-page .author-block {
    padding: 24px 16px;
  }
}
.lower-page .author-block .author-info {
  display: -ms-grid;
  display: grid;
  gap: 36px;
  -ms-grid-columns: 100px 36px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1143px) {
  .lower-page .author-block .author-info {
    -ms-grid-columns: 80px 16px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
}
.lower-page .author-block .author-info p {
  line-height: 1.6;
}
.lower-page .author-block .career {
  margin-top: 36px;
}
@media screen and (max-width: 1143px) {
  .lower-page .author-block .career .table tbody tr th, .lower-page .author-block .career .table tbody tr td {
    display: block;
  }
  .lower-page .author-block .career .table tbody tr th {
    opacity: 0.75;
    border-bottom: none;
    padding-bottom: 4px;
  }
  .lower-page .author-block .career .table tbody tr td {
    padding-top: 0;
  }
}
.lower-page .author-block .career .title {
  margin-bottom: 4px;
}
@media screen and (max-width: 430px) {
  .lower-page .is-scroll-mobile {
    width: 100vw;
    overflow-x: scroll;
    margin-left: -32px;
    padding: 0 32px;
  }
  .lower-page .is-scroll-mobile > * {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.lower-page .custom-posts-nav {
  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;
  margin-top: 80px;
}
@media screen and (max-width: 430px) {
  .lower-page .custom-posts-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.lower-page .schedule-box {
  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;
  padding: 16px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.lower-page .schedule-box__label {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 8px 16px 0;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 1143px) {
  .lower-page .schedule-box__label {
    padding-top: 0;
    padding-left: 0;
    line-height: 1;
  }
}
.lower-page .schedule-box__week {
  width: 100%;
}
.lower-page .schedule-box__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114px 16px 1fr;
  grid-template-columns: 114px 1fr;
  gap: 16px;
}
.lower-page .schedule-box__list:not(:last-of-type) {
  margin-bottom: 8px;
}
.lower-page .schedule-box__date {
  text-align: center;
  border-radius: 8px;
  background-color: #FFFCF7;
  color: #F69804;
  display: inline-block;
}
@media screen and (max-width: 1143px) {
  .lower-page .schedule-box__date {
    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;
  }
}
.lower-page .schedule-box__time {
  display: inline-block;
  letter-spacing: 0.05em;
}
.lower-page .schedule-box__time.--closed {
  letter-spacing: 0;
}
.lower-page .schedule-box__time span {
  letter-spacing: 0;
  color: #959595;
  padding-right: 8px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", sans-serif;
}
.lower-page.facilities .facilities__tour {
  height: 450px;
}
@media screen and (max-width: 1143px) {
  .lower-page.facilities .facilities__tour {
    height: 240px;
  }
}
.lower-page.facilities .facilities__tour iframe {
  height: 100%;
}
.lower-page.access .map {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1143px) {
  .lower-page.access .map {
    height: 240px;
  }
}
.lower-page.access .map iframe {
  height: 100%;
}
/*# sourceMappingURL=base.css.map */
