@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;800&display=swap");
@font-face {
  font-family: "Metropolis";
  src: url("../webfont/Metropolis/Metropolis-Regular.woff2") format("woff2"), url("../webfont/Metropolis/Metropolis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../webfont/Metropolis/Metropolis-SemiBold.woff2") format("woff2"), url("../webfont/Metropolis/Metropolis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
textarea,
select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: -webkit-fill-available;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 0.875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print, screen and (min-width: 800px) {
  body {
    font-size: 1em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  transition: all 0.3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

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

@media print, screen and (min-width: 768px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .onlyPC {
    display: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: 700;
}

h1, h2 {
  margin-bottom: 1.5em;
}

h3, h4 {
  margin-bottom: 1em;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5, h6, li, dt, dd {
  margin-bottom: 0.5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.5em;
}
@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 1.85em;
  }
}
@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.5em;
}
@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.85em;
  }
}
@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 2.25em;
  }
}

h3,
h4.lrg {
  font-size: 1.25em;
}
@media print, screen and (min-width: 576px) {
  h3,
  h4.lrg {
    font-size: 1.45em;
  }
}
@media print, screen and (min-width: 800px) {
  h3,
  h4.lrg {
    font-size: 1.75em;
  }
}

h4.xlrg {
  font-size: 1.2em;
}
@media print, screen and (min-width: 576px) {
  h4.xlrg {
    font-size: 1.35em;
  }
}
@media print, screen and (min-width: 800px) {
  h4.xlrg {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.15em;
}
@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.35em;
  }
}

h5 {
  font-size: 1em;
}
@media print, screen and (min-width: 800px) {
  h5 {
    font-size: 1.05em;
  }
}

h6 {
  font-size: 0.92em;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}
.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: flex;
}

.list-ib {
  letter-spacing: -0.4em;
}
.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}
.list-tbl {
  display: table;
}
.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #002b36;
  transition: all 0.15s ease-in-out;
}
a:not(.underline) {
  text-decoration: none;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

a:active, a:hover {
  color: #005469;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1.5em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}
.list-norm li:not(:last-child),
.page-single ul li:not(:last-child),
.page-single ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: 0.5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: 0.5em;
  border: 1px solid #DDD;
  vertical-align: top;
}
@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}
.tb-norm thead th {
  background-color: #EEE;
}
.tb-norm tbody th {
  background-color: #F5F5F5;
}
.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

[class*=inner-wrap] {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  [class*=inner-wrap] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (max-width: 575px) {
  [class*=inner-wrap].small-space-smp {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.inner-wrap {
  max-width: 1216px;
}
.inner-wrap.aln-C {
  text-align: center;
}
.inner-wrap--semi {
  max-width: 1024px;
}
.inner-wrap--narrow {
  max-width: 832px;
}
.inner-wrap--thin {
  max-width: 640px;
}
.inner-wrap--wide {
  max-width: 1408px;
}

[class*=swrap] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
[class*=swrap].mgn-bottom {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  [class*=swrap].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1152px;
}
.swrap--semi {
  max-width: 960px;
}
.swrap--narrow {
  max-width: 768px;
}
.swrap--thin {
  max-width: 576px;
}
.swrap--wide {
  max-width: 1344px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: " ";
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2731;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 133%;
  overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-btm {
  margin-bottom: 0 !important;
}

.margin-top--sm {
  margin-top: 0.5rem !important;
}

.margin-top--md {
  margin-top: 1.5rem !important;
}

.margin-top--lg {
  margin-top: 3rem !important;
}

.margin-top--xl {
  margin-top: 4rem !important;
}

.margin-btm--sm {
  margin-bottom: 0.5rem !important;
}

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

.margin-btm--lg {
  margin-bottom: 3rem !important;
}

.margin-btm--xl {
  margin-bottom: 4rem !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-btm {
  padding-bottom: 0 !important;
}

.padding-top--sm {
  padding-top: 0.5rem !important;
}

.padding-top--md {
  padding-top: 1.5rem !important;
}

.padding-top--lg {
  padding-top: 3rem !important;
}

.padding-top--xl {
  padding-top: 4rem !important;
}

.padding-btm--sm {
  padding-bottom: 0.5rem !important;
}

.padding-btm--md {
  padding-bottom: 1.5rem !important;
}

.padding-btm--lg {
  padding-bottom: 3rem !important;
}

.padding-btm--xl {
  padding-bottom: 4rem !important;
}

.accordion {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
.accordion:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion dt {
  position: relative;
  padding: 0.75em 0;
  margin: 0;
  padding-right: 2em;
  display: block;
  border-top: 1px solid #DDDDDD;
  font-weight: bold;
  cursor: pointer;
  background-color: #FFF;
  transition: all 0.15s ease-in-out;
}
.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: " ";
  border-left: 1px solid #888;
}
.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: " ";
  border-top: 1px solid #888;
}
.accordion dt.active::before {
  display: none;
}
.accordion dd {
  border-top: 1px dotted #AAA;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.accordion dd.active {
  padding: 0.75em 0 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn, .btn--outline {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.25em 1.5em;
  background-color: #002b36;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn.large, .large.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  min-width: 12em;
}
@media print, screen and (min-width: 576px) {
  .btn.large, .large.btn--outline {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn.full, .full.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}
.btn.xlarge, .xlarge.btn--outline {
  font-size: 1.35em;
}
.btn.small, .small.btn--outline {
  font-size: 0.875em;
  padding: 0.5em 1em;
}
.btn.negative, .negative.btn--outline {
  background-color: #5e5e5e;
}
.btn.negative:hover, .negative.btn--outline:hover {
  background-color: #919191;
}
.btn.disabled, .disabled.btn--outline, .btn:disabled, .btn--outline:disabled {
  background-color: hsl(0, 0%, 95%);
  color: #AAA;
  pointer-events: none;
}
.btn:hover, .btn--outline:hover {
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #000203;
}
.btn:active, .btn--outline:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #005469;
}
.btn.with-arrow, .with-arrow.btn--outline {
  padding-right: 4em;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  .btn.with-arrow, .with-arrow.btn--outline {
    min-width: 14em;
  }
}
.btn.with-arrow i, .with-arrow.btn--outline i {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.btn.with-back-arrow, .with-back-arrow.btn--outline {
  padding-left: 3em;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  .btn.with-back-arrow, .with-back-arrow.btn--outline {
    min-width: 12em;
  }
}
.btn.with-back-arrow i, .with-back-arrow.btn--outline i {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  transform: rotate(180deg);
}
.btn--outline {
  background-color: #FFF;
  border: 1px solid #002b36;
  color: #002b36;
}
.btn--outline:hover {
  color: #FFF !important;
  color: #000203;
  border-color: #000203;
}
.btn--outline:active {
  color: #FFF !important;
  color: #005469;
  border-color: #005469;
}
.btn--outline.with-arrow:hover i svg, .btn--outline.with-back-arrow:hover i svg {
  stroke: #FFF;
}

.wrap-btns, .wrap-btns--half-smp {
  position: relative;
  margin-left: -0.25em;
  margin-right: -0.25em;
  z-index: 3;
}
.wrap-btns li, .wrap-btns--half-smp li {
  padding: 0.25em;
}
.wrap-btns--half-smp li {
  width: 50%;
}
@media print, screen and (min-width: 800px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}

.link-txt {
  display: inline-block;
  border-bottom: 1px dotted;
}
.link-txt:hover.with-arrow i {
  right: 0.25em;
}
.link-txt.with-arrow {
  position: relative;
  padding-right: 2em;
  padding: 0.5em 2em 0.5em 0;
}
.link-txt.with-arrow i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transition: all 0.1s ease-in-out;
}
.link-txt.with-arrow i svg {
  width: 24px;
  height: 24px;
}

.dropdown-menu {
  position: relative;
}
.dropdown-menu dt {
  position: relative;
  margin: 0;
  display: block;
}
.dropdown-menu dt.active i::before, .dropdown-menu dt.active i::after {
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 959px) {
  .dropdown-menu dt.active + dd {
    visibility: visible;
    opacity: 1;
    max-height: 9999em;
  }
}
.dropdown-menu dd {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  display: block;
  transition: all 0.15s ease-in-out;
}

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.clr-mst {
  color: #CF2F35;
}

.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}
.form-group--inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    padding: 1.5em 0;
  }
}
.form-group--inner.last {
  border-bottom: 1px solid #DDDDDD;
}
.form-group--inner .col {
  display: block;
  width: auto;
  margin: 0;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner .col {
    display: block;
    width: 192px;
  }
}
.form-group--inner .col + .col {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner .col + .col {
    margin-top: 0;
    width: calc(100% - 192px);
  }
}
.form-group--inner .col span.error {
  display: block;
  color: #CF2F35;
  margin-top: 0.5em;
  font-size: 0.875em;
  font-weight: 700;
}
.form-group--inner .col .inner-col {
  display: block;
}
.form-group--inner .col .inner-col:not(:last-child) {
  margin-bottom: 0.75em;
}
.form-group--inner .col .inner-col--title {
  display: block;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.form-group--inner .mst,
.form-group--inner .opt {
  position: relative;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  vertical-align: middle;
  font-style: normal;
  color: #CF2F35;
  margin-left: 0.5em;
}
.form-group--inner .opt {
  color: #777;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner.no-flt {
    margin-bottom: 0;
  }
}
.form-group--inner.no-flt dt {
  font-size: 1.07em;
  font-weight: 700;
}
.form-group--inner.no-flt dt .fntS {
  font-weight: 400;
  font-size: 0.8125em;
  color: #444;
}
@media print, screen and (min-width: 800px) {
  .form-group--inner.no-flt .col {
    display: block;
    width: auto;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 800px) {
  .form-group--inner.no-flt .col + .col {
    width: auto;
  }
}
.form-group--bottom {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-top: 1em;
}
@media print, screen and (min-width: 800px) {
  .form-group--bottom {
    margin-top: 3em;
    padding-top: 3em;
  }
}

input,
textarea,
select {
  font-weight: 500;
  padding: 0.75em 1em;
}
@media print, screen and (min-width: 800px) {
  input,
  textarea,
  select {
    padding: 1em;
  }
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  background-color: #EEE;
  border: 1px solid #FFF;
  border-radius: 0.25em;
}

input.ipt-S {
  width: 10em;
}
input.ipt-SS {
  width: 5em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  background-color: #F5F5F5;
  outline: 0;
}

:disabled {
  opacity: 0.5;
}

[type=radio],
[type=radio] + label,
[type=checkbox],
[type=checkbox] + label {
  width: auto;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  margin-right: 0.5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: 0.5em 1em;
  background-color: hsl(0, 0%, 94%);
  background: linear-gradient(0deg, #f2f2f2, #fff);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}
@media print, screen and (min-width: 360px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}
@media print, screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}
@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #bbb;
}

.btn-label input[type=radio],
.btn-label input[type=checkbox],
.txt-label input[type=radio],
.txt-label input[type=checkbox] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}
.btn-label label:hover {
  background-color: #ccc;
  color: #111;
}
.btn-label.sort-item label {
  padding: 0.5em 0.5em;
  background-color: #fff;
  border-color: #ddd;
}
@media print, screen and (min-width: 360px) {
  .btn-label.sort-item label {
    padding: 0.5em 0.75em;
  }
}
.btn-label.separated label {
  padding: 1em 0.5em;
  background-color: #fff;
  border-radius: 0;
}
.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}
.btn-label.full label {
  width: 100%;
}
.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #aaa;
}
.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.txt-label label {
  position: relative;
  padding: 0.25em 0;
  padding-left: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.txt-label label::before {
  position: relative;
  content: "・";
  margin-left: -1em;
  margin-right: 0.5em;
  display: inline-block;
}
.txt-label label:hover {
  color: #111;
}

.btn-label input[type=radio]:checked + label,
.btn-label input[type=checkbox]:checked + label {
  background-color: #555;
  color: #fff;
}

.btn-label.btn-img input[type=radio]:checked + label,
.btn-label.btn-img input[type=checkbox]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  transition: all 0.2s ease-in-out;
}

.btn-label.btn-img input[type=radio]:checked + label img,
.btn-label.btn-img input[type=checkbox]:checked + label img {
  opacity: 0.5;
}

.txt-label input[type=checkbox]:checked + label {
  font-weight: bold;
}

.txt-label input[type=checkbox]:checked + label::before {
  content: "-";
}

.form-help {
  display: inline-block;
  font-size: 0.83em;
  line-height: 1.4;
  margin-top: 0.5em;
}

.error label,
.error .label {
  color: #CCB22A;
}

.error input,
.error select,
.error .btn-label label {
  border-color: #CCB22A;
}

.error-msg {
  display: block;
  color: #CCB22A;
  margin-top: 0.5em;
}

.form-btns {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 960px) {
  .form-btns {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.form-btns ul {
  list-style: none;
  letter-spacing: -0.4em;
  display: block;
  width: 100%;
  margin: -0.25rem;
}
.form-btns ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 0.25rem;
}

.check-privacy-policy {
  position: relative;
  padding: 1.5em 0 1.5em;
  text-align: center;
}
.check-privacy-policy a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: underline;
}

.form-group--buttons {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}
.form-group--buttons ul {
  list-style: none;
  letter-spacing: -0.4em;
  display: block;
  width: 100%;
  margin: -0.25rem;
  padding: 0;
  text-align: center;
}
.form-group--buttons ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: 0.25rem 0.5rem;
}
@media print, screen and (min-width: 800px) {
  .form-group--buttons ul li {
    padding: 0.25rem 1rem;
  }
}
.form-group--buttons ul li button {
  display: block;
  padding: 1em 2em;
  background-color: #002b36;
  color: #FFF;
  font-weight: 700;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  cursor: pointer;
}
@media print, screen and (min-width: 800px) {
  .form-group--buttons ul li button {
    padding: 1.5em 2.5em;
  }
}
.form-group--buttons ul li button.btn-back {
  background-color: #555;
}

.mw_wp_form_input .form-group--buttons ul li:first-child {
  display: none;
}

.form-notice-red {
  color: #CF2F35;
}

.scn-home .form-complete {
  text-align: center;
}
@media print, screen and (max-width: 575px) {
  .scn-home .form-complete {
    text-align: left;
  }
}
.scn-home .form-complete h2 {
  margin-bottom: 1em;
  padding: 0;
  color: #006934;
}
.scn-home .form-complete h3 {
  margin-top: 0;
}
.scn-home .form-complete p {
  text-align: center;
}
@media print, screen and (max-width: 575px) {
  .scn-home .form-complete p {
    text-align: left;
  }
}
@media print, screen and (max-width: 575px) {
  .scn-home .form-complete p br {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container--no-space, .flex-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}

.flex-container {
  margin: -0.75rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}
.flex-container--no-space {
  margin: 0;
}
.flex-container.sp-btm {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container.sp-btm {
    margin-bottom: 2rem;
  }
}

.flex-container.rev {
  flex-direction: row-reverse;
}

.flex-container > *[class^=col-] {
  position: relative;
  min-width: 2rem;
  padding: 0.75rem;
  word-wrap: break-word;
}
@media print, screen and (min-width: 800px) {
  .flex-container > *[class^=col-] {
    padding: 1rem;
  }
}

.flex-container--no-space > *[class^=col-] {
  padding: 0;
}

.col-sm-1 {
  width: 16.6666666667%;
}

.col-sm-2 {
  width: 33.3333333333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.6666666667%;
}

.col-sm-5 {
  width: 83.3333333333%;
}

.col-sm-6 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }
  .col-xsm-2 {
    width: 25%;
  }
  .col-xsm-3 {
    width: 37.5%;
  }
  .col-xsm-4 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 62.5%;
  }
  .col-xsm-6 {
    width: 75%;
  }
  .col-xsm-7 {
    width: 87.5%;
  }
  .col-xsm-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 800px) {
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
[class*=icon-] {
  font-size: 1px !important;
  line-height: 1;
}

svg.icon-fill,
svg.icon-stroke {
  width: 100%;
  height: 100%;
}

svg.icon-fill {
  fill: #000;
}

svg.icon-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-stroke.thin {
  stroke-width: 1;
}

.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: 0.875em;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 800px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}

.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}
@media print, screen and (min-width: 800px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}

#modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: block;
}
.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}
.modal .modalBtns a.modalBtn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
}
.modal .modalBtns a.modalBtn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.modal .modalBtns a.modalBtn-close span::before, .modal .modalBtns a.modalBtn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  transition: all 0.1s ease-in-out;
}
.modal .modalBtns a.modalBtn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #FFF;
}
.modal .modalBtns a.modalBtn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #FFF;
}
.modal .modalBtns a.modalBtn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}
#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}
#MdTrailer.md-ver {
  padding-top: 178%;
}
#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}
#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-paging {
  font-size: 0.875em;
  line-height: 1;
  font-family: "robotolight", sans-serif;
  letter-spacing: -0.4em;
}
.list-paging a {
  position: relative;
  text-decoration: none;
}
.list-paging a:hover {
  border-color: #AAA;
  background-color: #EEE;
}
.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #FFF;
}
.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}
.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: 0.35em;
  min-width: 2.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.list-paging li .current {
  background-color: #222;
  color: #FFF;
}
.list-paging li.prev a {
  padding-left: 24px;
}
.list-paging li.prev a::after {
  left: 4px;
  content: "\e912";
}
.list-paging li.prev a:hover::after {
  color: #555;
}
.list-paging li.prev a:active::after {
  color: #FFF;
}
.list-paging li.next a {
  padding-right: 24px;
}
.list-paging li.next a::after {
  right: 4px;
  content: "\e910";
}
.list-paging li.next a:hover::after {
  color: #555;
}
.list-paging li.next a:active::after {
  color: #FFF;
}
.list-paging li.prev a::after, .list-paging li.next a::after {
  font-family: "icons";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.isInView {
  transition: all 0.5s ease-in-out;
}
.isInView.fast {
  transition: all 0.3s ease-in-out;
}
.isInView.faster {
  transition: all 0.2s ease-in-out;
}
.isInView.fastest {
  transition: all 0.1s ease-in-out;
}
.isInView.slow {
  transition: all 1s ease-in-out;
}
.isInView.slower {
  transition: all 2s ease-in-out;
}
.isInView.slowest {
  transition: all 3s ease-in-out;
}
.isInView.fadeIn {
  opacity: 0 !important;
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}
.isInView.slideIn {
  top: 2rem;
}
.isInView.slideIn.scrlin {
  top: 0;
}
.isInView.slideIn.side {
  top: 0;
  left: 2em;
}
.isInView.slideIn.side.scrlin {
  left: 0;
}
.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.isInView.shutter.open {
  overflow: hidden;
}
.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  transition: all 0.8s ease-in-out;
}
.isInView.shutter.open.shutter-rev::after {
  left: 0;
}
.isInView.shutter.open.scrlin::after {
  width: 0;
}
.isInView.delay1 {
  transition-delay: 0.2s;
}
.isInView.delay2 {
  transition-delay: 0.4s;
}
.isInView.delay3 {
  transition-delay: 0.6s;
}
.isInView.delay4 {
  transition-delay: 0.8s;
}
.isInView.delay5 {
  transition-delay: 1s;
}
.isInView.delay6 {
  transition-delay: 1.2s;
}
.isInView.delay7 {
  transition-delay: 1.4s;
}
.isInView.delay8 {
  transition-delay: 1.6s;
}
.isInView.delay9 {
  transition-delay: 1.8s;
}
.isInView.delay10 {
  transition-delay: 2s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
.tab-menu {
  position: relative;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  z-index: 1;
}
@media print, screen and (min-width: 800px) {
  .tab-menu {
    border-collapse: separate;
    border-spacing: 8px;
    margin: 0 -8px;
  }
}
.tab-menu li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  transition: all 0.15s ease-in-out;
}
.tab-menu li:hover {
  background-color: #00361b;
  color: #EEE;
  border-color: #00361b;
}
.tab-menu li:active {
  background-color: #009c4d;
  color: #555;
  border-color: #009c4d;
}
.tab-menu li.active {
  background-color: #00361b;
  color: #EEE;
  border-color: #00361b;
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tab-content.active {
  display: block;
  opacity: 1;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
  padding-top: 2rem;
  z-index: 0;
}
@media print, screen and (min-width: 800px) {
  .wrap-tab-content {
    margin-top: -9px;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: hsl(170, 100%, 17%);
  padding: 0.75em 0 0.5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: hsl(170, 100%, 17%);
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: 0.75em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.wrap-tb {
  position: relative;
  width: 100%;
}
.wrap-tb.scrl-x {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.wrap-tb.scrl-x > .tb-norm.fullW {
  min-width: 720px;
}
@media print, screen and (min-width: 800px) {
  .wrap-tb.scrl-x {
    overflow-x: visible;
  }
  .wrap-tb.scrl-x > .tb-norm.fullW {
    min-width: inherit;
  }
}

.trigger {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  background-color: #006934;
  color: #FFF;
  z-index: 101;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (min-width: 800px) {
  .trigger {
    display: none;
  }
}
.trigger .bars {
  position: relative;
  width: 56px;
  height: 56px;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media print, screen and (min-width: 960px) {
  .trigger .bars {
    width: 64px;
    height: 64px;
  }
}
.trigger .bars i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  display: block;
  border-top: 1px solid #FFF;
  transition: all 0.15s ease-in-out;
}
.trigger .bars i.top {
  margin-top: -10px;
}
.trigger .bars i.mid {
  margin-top: -1px;
}
.trigger .bars i.btm {
  margin-top: 8px;
}
.trigger:hover {
  background-color: #002b36;
}
.trigger:hover .bars i.top, .trigger:hover .bars i.btm {
  margin-top: 0;
}
.trigger:hover .bars i.mid {
  margin-left: 100%;
  opacity: 0;
}
.trigger.active {
  background-color: #002b36;
}
.trigger.active .bars {
  transform: rotate(180deg);
}
.trigger.active .bars i.top {
  margin-top: 0;
  transform: rotate(45deg);
}
.trigger.active .bars i.mid {
  opacity: 0;
}
.trigger.active .bars i.btm {
  margin-top: 0;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
.global-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .global-header {
    position: fixed;
  }
}
.global-header--inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 0 0.5em 0.5em;
}
@media print, screen and (min-width: 800px) {
  .global-header--inner {
    padding: 1em 0 1em 1em;
  }
}
.global-header .h1 {
  position: relative;
  width: 120px;
}
@media print, screen and (min-width: 768px) {
  .global-header .h1 {
    width: 160px;
  }
}
@media print, screen and (min-width: 960px) {
  .global-header .h1 {
    width: 180px;
  }
}
.global-header .h1 img {
  width: 100%;
  height: auto;
}
.global-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-color: white;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.global-header .header-right {
  position: relative;
  display: none;
}
@media print, screen and (min-width: 800px) {
  .global-header .header-right {
    display: block;
  }
}
.global-header .header-contact {
  position: relative;
  padding-right: 0.75rem;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 1200px) {
  .global-header .header-contact {
    padding-right: 1.75rem;
  }
}
.global-header .header-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  justify-content: flex-end;
}
.global-header .header-contact ul li {
  margin: 0 0.25rem;
  padding: 0;
}
.global-header .header-contact ul li a {
  position: relative;
  font-size: 0.875em;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding: 0.75em 1em;
  padding-left: 2.5em;
  background-color: #002b36;
  color: #FFF;
}
.global-header .header-contact ul li a:hover {
  background-color: #000203;
}
.global-header .header-contact ul li a i {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.75em;
  width: 1.5em;
  height: 1.5em;
}
.global-header .header-contact ul li a i svg {
  width: 100%;
  height: 100%;
  fill: white;
  transition: all 0.15s ease-in-out;
}

.scrld .global-header::before {
  opacity: 1;
}
.scrld .global-header--inner {
  padding: 0.25em 0 0.25em 0.5em;
}
@media print, screen and (min-width: 800px) {
  .scrld .global-header--inner {
    padding: 0.5em 0 0.5em 1em;
  }
}
.scrld .global-header .h1 {
  position: relative;
  width: 72px;
}
@media print, screen and (min-width: 768px) {
  .scrld .global-header .h1 {
    width: 120px;
  }
}
@media print, screen and (min-width: 960px) {
  .scrld .global-header .h1 {
    width: 128px;
  }
}
.scrld .global-header .header-right .header-contact {
  margin-bottom: 0.25em;
}
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.global-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #006934;
  color: #FFF;
  font-size: 0.92em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 55% auto;
  padding: 2rem 0 64px;
}
@media print, screen and (min-width: 576px) {
  .global-footer {
    padding: 3rem 0 64px;
  }
}
.global-footer a {
  color: #FFF;
}
.global-footer p.copyright {
  font-size: 0.875em;
  font-feature-settings: "palt";
}

.footer-address {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-address .logo {
  position: relative;
  width: 40%;
  max-width: 280px;
  margin: 0 auto 1em;
  mix-blend-mode: screen;
}
.footer-address > dl > dt {
  font-size: 1.25em;
  font-size: clamp(1.15em, 4vw, 1.85em);
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .footer-address > dl > dt {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 800px) {
  .footer-address > dl > dt {
    font-size: 1.3125em;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-address > dl > dt {
    font-size: 1.45em;
  }
}
.footer-address > dl > dt span:not(.sml) {
  display: block;
  margin-bottom: 0.175em;
}
.footer-address > dl > dt .sml {
  font-size: 0.8125em;
}
.footer-address > dl > dd {
  display: block;
  text-align: center;
}
.footer-address > dl > dd dl {
  margin: 0 1em 1em;
}
.footer-address > dl > dd dl dt {
  font-weight: 700;
}
.footer-address .bnr-official-site {
  display: inline-block;
  margin: 0 auto;
  padding: 1.5em;
}
.footer-address .bnr-official-site a {
  position: relative;
  display: block;
  background-color: #FFF;
  color: #006934;
  border-radius: 0.25em;
  box-shadow: 0 0 1em -0.25em rgba(0, 0, 0, 0.4);
}
.footer-address .bnr-official-site a > span {
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  padding: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .footer-address .bnr-official-site a > span {
    padding: 1em;
  }
}
.footer-address .bnr-official-site a > span > span {
  display: block;
  padding: 1em;
  margin: 0;
}
.footer-address .bnr-official-site a > span > span.bnr-lg {
  width: 24vw;
  max-width: 120px;
}
.footer-address .bnr-official-site a > span > span.bnr-lg img {
  width: 100%;
  height: auto;
}
.footer-address .bnr-official-site a > span > span.bnr-ti {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 800;
  padding-left: 0.5em;
  font-size: 3.5vw;
  font-size: clamp(0.7125em, 3.5vw, 1.25em);
}
@media print, screen and (min-width: 768px) {
  .footer-address .bnr-official-site a > span > span.bnr-ti {
    font-size: 1.25em;
  }
}

.footer-navigation {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 56px;
  z-index: 50;
  background-color: black;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 800px) {
  .footer-navigation {
    display: none;
  }
}
.footer-navigation .footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.footer-navigation .footer-contact ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.footer-navigation .footer-contact ul li:not(:last-child) {
  border-right: 1px dotted rgba(255, 255, 255, 0.8);
}
.footer-navigation .footer-contact ul li a {
  position: relative;
  background-color: #002b36;
  display: block;
  line-height: 56px;
  font-weight: 700;
  color: #FFF;
  padding: 0 1em;
  padding-left: 2.5em;
  text-align: center;
  font-size: 0.875em;
  font-size: 3.65vw;
  font-size: clamp(0.8125em, 3.65vw, 1.15em);
}
@media print, screen and (min-width: 360px) {
  .footer-navigation .footer-contact ul li a {
    padding: 0 1.25em;
    padding-left: 2.75em;
  }
}
@media print, screen and (min-width: 576px) {
  .footer-navigation .footer-contact ul li a {
    font-size: 1.15em;
    padding: 0 2em;
    padding-left: 2.75em;
  }
}
@media print, screen and (min-width: 960px) {
  .footer-navigation .footer-contact ul li a {
    line-height: 64px;
  }
}
.footer-navigation .footer-contact ul li a:hover {
  background-color: #000203;
}
.footer-navigation .footer-contact ul li a i {
  position: absolute;
  top: 50%;
  left: 0.75em;
  margin-top: -0.75em;
  width: 1.5em;
  height: 1.5em;
}
.footer-navigation .footer-contact ul li a i svg {
  width: 100%;
  height: 100%;
  fill: white;
  transition: all 0.15s ease-in-out;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
.global-navigation {
  position: relative;
  margin-right: 1rem;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (min-width: 1200px) {
  .global-navigation {
    margin-right: 2rem;
  }
}
.global-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  max-width: 600px;
  text-align: right;
}
.global-navigation ul li {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  display: inline-block;
  font-size: 0.92em;
  line-height: 1.4;
  font-weight: 700;
}
.global-navigation ul li:not(:first-child) {
  margin-left: 1.5em;
}
.global-navigation ul li a {
  display: inline-block;
  padding: 0.25em 0;
}

.global-navigation-flt {
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 100;
  background-color: #002b36;
  border-top-left-radius: 0.5em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.global-navigation-flt.active {
  max-height: 9999999em;
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.global-navigation-flt ul {
  margin: 0;
  padding: 2rem;
  padding-bottom: 56px;
  list-style: none;
  text-align: left;
}
@media print, screen and (min-width: 360px) {
  .global-navigation-flt ul {
    font-size: 1.15em;
  }
}
@media print, screen and (min-width: 576px) {
  .global-navigation-flt ul {
    font-size: 1.25em;
    padding: 3rem;
    padding-bottom: 56px;
  }
}
.global-navigation-flt ul li {
  margin: 0 0 0.75em;
}
.global-navigation-flt ul li a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  color: #FFF;
  font-weight: 700;
}
.global-navigation-flt ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0;
  content: " ";
  border-bottom: 1px solid white;
  transition: all 0.15s ease-in-out;
}
.global-navigation-flt ul li a:hover::before {
  width: 100%;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
body {
  font-feature-settings: "palt";
}

.content {
  position: relative;
  z-index: 1;
}

.sp-top {
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sp-top {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-top {
    padding-top: 4rem;
  }
}

.sp-btm {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sp-btm {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-btm {
    padding-bottom: 4rem;
  }
}

.scn-norm,
.scn-home {
  position: relative;
  padding: 2.5rem 0;
}
@media print, screen and (min-width: 768px) {
  .scn-norm,
  .scn-home {
    padding: 3.5rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm,
  .scn-home {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm,
  .scn-home {
    padding: 5rem 0;
  }
}
.scn-norm.last,
.scn-home.last {
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 8rem;
  }
}
.scn-norm.no-sp,
.scn-home.no-sp {
  padding: 0;
}
.scn-norm.no-sp-top,
.scn-home.no-sp-top {
  padding-top: 0;
}
.scn-norm.no-sp-bottom,
.scn-home.no-sp-bottom {
  padding-bottom: 0;
}
.scn-norm.row-divide-half,
.scn-home.row-divide-half {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  width: 100%;
}
.scn-norm.row-divide-half.rev,
.scn-home.row-divide-half.rev {
  flex-direction: row-reverse;
}
.scn-norm.row-divide-half > .col,
.scn-home.row-divide-half > .col {
  position: relative;
  width: 50%;
}
.scn-norm .palt,
.scn-home .palt {
  font-feature-settings: "palt";
}
.scn-norm em,
.scn-home em {
  font-style: italic;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.scn-norm h2:not(.plain):not(.img-heading),
.scn-home h2:not(.plain):not(.img-heading) {
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 0.75em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #006934;
}
.scn-norm h2:not(.plain):not(.img-heading) .sml,
.scn-home h2:not(.plain):not(.img-heading) .sml {
  display: block;
  font-size: 0.625em;
  line-height: 1.4;
}
.scn-norm h2:not(.plain):not(.img-heading) .lrg,
.scn-home h2:not(.plain):not(.img-heading) .lrg {
  display: block;
  font-size: 1.25em;
  line-height: 1.35;
}
.scn-norm h2:not(.plain):not(.img-heading) .line,
.scn-home h2:not(.plain):not(.img-heading) .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  display: flex;
}
.scn-norm h2:not(.plain):not(.img-heading) .line i,
.scn-home h2:not(.plain):not(.img-heading) .line i {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  margin: 0 4px;
  background-color: #006934;
}
.scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(1), .scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(7),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(1),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(7) {
  opacity: 0.2;
}
.scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(2), .scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(6),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(2),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(6) {
  opacity: 0.4;
}
.scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(3), .scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(5),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(3),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(5) {
  opacity: 0.6;
}
.scn-norm h2:not(.plain):not(.img-heading) .line i:nth-child(4),
.scn-home h2:not(.plain):not(.img-heading) .line i:nth-child(4) {
  opacity: 0.8;
}
.scn-norm h2:not(.plain):not(.img-heading) .line.white i,
.scn-home h2:not(.plain):not(.img-heading) .line.white i {
  background-color: #FFF;
}
.scn-norm h2.img-heading,
.scn-home h2.img-heading {
  position: relative;
  margin: -2em auto 1em;
  font-size: 1em;
  max-width: 640px;
  width: 80%;
}
@media print, screen and (min-width: 800px) {
  .scn-norm h2.img-heading,
  .scn-home h2.img-heading {
    margin: -2em auto 2em;
  }
}
.scn-norm h2.img-heading img,
.scn-home h2.img-heading img {
  width: 100%;
  height: auto;
}
.scn-norm p.justified,
.scn-home p.justified {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.scn-norm ul.list-iblock,
.scn-home ul.list-iblock {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
.scn-norm ul.list-iblock li,
.scn-home ul.list-iblock li {
  margin-left: 0;
  padding-left: 0;
  letter-spacing: 0;
  display: inline-block;
}
.scn-norm ul.list-iblock li::before,
.scn-home ul.list-iblock li::before {
  content: "○";
}
.scn-norm ul.list-iblock li:not(:last-child),
.scn-home ul.list-iblock li:not(:last-child) {
  margin-right: 1.5em;
}

.asterisk {
  text-indent: -1em;
  margin-left: 1em;
}

.limit-w {
  max-width: 1152px;
}

.limit-w--semi {
  max-width: 960px;
}

.limit-w--narrow {
  max-width: 768px;
}

.limit-w--thin {
  max-width: 576px;
}

.vd-norm {
  position: relative;
}
.vd-norm:not(:first-child) {
  margin-top: 2em;
}
@media print, screen and (min-width: 800px) {
  .vd-norm:not(:first-child) {
    margin-top: 3em;
  }
}
.vd-norm:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 800px) {
  .vd-norm:not(:last-child) {
    margin-bottom: 3em;
  }
}
.vd-norm .vd-caption {
  display: block;
  font-weight: 700;
  font-size: 0.92em;
  margin-top: 0.5em;
  text-align: center;
}

.dummy-mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  background-color: black;
}
.dummy-mov:not(:first-child) {
  margin-top: 2em;
}
@media print, screen and (min-width: 800px) {
  .dummy-mov:not(:first-child) {
    margin-top: 3em;
  }
}
.dummy-mov:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 800px) {
  .dummy-mov:not(:last-child) {
    margin-bottom: 3em;
  }
}
.dummy-mov span {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  color: #FFF;
  font-weight: 700;
}

.corner-header {
  position: relative;
  padding: 10em 0 1em;
  background-color: rgba(127, 189, 38, 0.1);
  background: linear-gradient(135deg, rgba(127, 189, 38, 0.1) 0, rgba(0, 105, 52, 0.1) 100%);
}
.corner-header h1 {
  text-align: center;
}

.scn-norm.scn-site-policy h3,
.scn-norm.scn-privacy-policy h3 {
  color: #006934;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #006934;
}

.page-error {
  position: relative;
  min-height: 60vh;
  padding-top: 8em;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.page-error .atl-error {
  position: relative;
  margin: auto;
  text-align: center;
}
.page-error .atl-error h1 {
  font-family: "Metropolis", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #006934;
  font-size: clamp(2em, 8vw, 6em);
  margin-bottom: 1rem;
}
.page-error .atl-error h3 {
  margin-top: 0;
}
.page-error .atl-error .error-backhome .button {
  display: inline-block;
  padding: 1em 2em;
  background-color: #002b36;
  color: #FFF;
  font-weight: 700;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  cursor: pointer;
}
.page-error .atl-error .error-backhome .button:hover {
  background-color: #000203;
}

.scn-home-hero {
  position: relative;
  overflow: hidden;
}
.scn-home-hero .hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  z-index: 0;
}
@media (orientation: landscape) {
  .scn-home-hero .hero-slider {
    min-height: 700px;
  }
}
@media print, screen and (min-width: 576px) {
  .scn-home-hero .hero-slider {
    min-height: 700px;
  }
}
.scn-home-hero .hero-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.scn-home-hero .hero-slider::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  content: " ";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.scn-home-hero .hero-slider ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 0;
}
.scn-home-hero .hero-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.scn-home-hero .hero-slider ul li:not(:first-child) {
  display: none;
}
.scn-home-hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1em;
  line-height: 1;
  margin-top: -6rem;
  width: 80%;
  max-width: 520px;
  z-index: 2;
  padding: 2em;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 3em rgba(0, 0, 0, 0.45));
}
@media print, screen and (min-width: 576px) {
  .scn-home-hero h1 {
    padding: 2.5em;
  }
}
.scn-home-hero h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(4em);
  border-radius: 50%;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 800px) {
  .scn-home-hero h1 {
    width: 70%;
    max-width: 760px;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home-hero h1 {
    padding: 3em;
  }
}
.scn-home-hero h1 img {
  position: relative;
  width: 100%;
  height: auto;
}
.scn-home-hero .home-hero--subcopies {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .scn-home-hero .home-hero--subcopies {
    bottom: 0;
  }
}
.scn-home-hero .home-hero--subcopies ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: 0 auto;
  margin-right: -2em;
  padding: 0;
  list-style: none;
  width: 95%;
}
@media print, screen and (min-width: 576px) {
  .scn-home-hero .home-hero--subcopies ul {
    width: 90%;
    max-width: 640px;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home-hero .home-hero--subcopies ul {
    width: 80%;
    max-width: 720px;
  }
}
.scn-home-hero .home-hero--subcopies ul li {
  position: relative;
  margin: 0;
  padding: 0.5em 2em;
  width: 50%;
}
@media print, screen and (min-width: 960px) {
  .scn-home-hero .home-hero--subcopies ul li {
    padding: 1em 4em;
  }
}
.scn-home-hero .home-hero--subcopies ul li:nth-child(1)::before {
  background-color: rgba(40, 188, 103, 0.9);
}
.scn-home-hero .home-hero--subcopies ul li:nth-child(2)::before {
  background-color: rgba(40, 178, 151, 0.9);
}
.scn-home-hero .home-hero--subcopies ul li img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.scn-home-hero .home-hero--circles {
  position: absolute;
  bottom: calc(2rem + 56px);
  left: 0;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 800px) {
  .scn-home-hero .home-hero--circles {
    bottom: 2rem;
  }
}
.scn-home-hero .home-hero--circles ul {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 90%;
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .scn-home-hero .home-hero--circles ul {
    width: 50%;
  }
}
.scn-home-hero .home-hero--circles ul li {
  position: relative;
  width: 46%;
  margin: 0 2%;
  padding: 0;
  padding-top: 46%;
  background-color: #006934;
  border-radius: 50%;
}
.scn-home-hero .home-hero--circles ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border: 0.6em solid rgba(0, 0, 0, 0.3);
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: 50%;
}
.scn-home-hero .home-hero--circles ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.25em solid rgba(0, 0, 0, 0.2);
  mix-blend-mode: overlay;
  pointer-events: none;
  content: " ";
  border-radius: 50%;
}
.scn-home-hero .home-hero--circles ul li:nth-child(1) {
  background-color: rgba(40, 188, 103, 0.9);
}
.scn-home-hero .home-hero--circles ul li:nth-child(2) {
  background-color: rgba(40, 178, 151, 0.9);
}
.scn-home-hero .home-hero--circles ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 95%;
  height: auto;
}

.scrl-notice {
  position: absolute;
  bottom: 0;
  left: 1rem;
  z-index: 1;
}
.scrl-notice--bar {
  position: relative;
  width: 2px;
  height: 8em;
  display: block;
  overflow: hidden;
}
.scrl-notice--bar i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  display: block;
  border-left: 1px solid #FFF;
  animation: scrl-notice 2s infinite;
}
.scrl-notice--text {
  position: absolute;
  top: 2.5em;
  right: -4em;
  font-size: 0.75em;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.05em;
  transform: rotate(-90deg);
  white-space: nowrap;
}

@keyframes scrl-notice {
  0% {
    height: 100%;
    bottom: 0;
  }
  10% {
    height: 0;
    bottom: 0;
  }
  11% {
    height: 0;
    bottom: 100%;
  }
  50% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
.scn-home#Scn-points {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 130% auto;
  background-image: url(../img/home/points/bg-points.jpg);
  padding-bottom: 40vw;
}
@media print, screen and (min-width: 960px) {
  .scn-home#Scn-points {
    background-size: 100% auto;
    padding-bottom: 400px;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-home#Scn-points {
    background-size: 1500px auto;
  }
}

.three-points {
  position: relative;
}
.three-points--item {
  position: relative;
  background-color: rgba(245, 241, 220, 0.5);
  border-radius: 0.5em;
  width: 100%;
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
}
.three-points--item---header {
  position: relative;
  margin-top: -0.75em;
  margin-left: -1em;
  width: 90%;
  max-width: 400px;
  background-color: #006934;
  padding: 1.25em;
  padding-left: 2em;
  box-shadow: 0.2em 0.2em 1em rgba(0, 0, 0, 0.05);
  border-radius: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .three-points--item---header {
    width: 40%;
    max-width: none;
  }
}
.three-points--item---header .num {
  position: absolute;
  top: -1.5em;
  left: -0.5em;
  font-family: "Metropolis", Arial, Helvetica, sans-serif;
  color: #E1FF10;
  transform-origin: left bottom;
  transform: rotate(90deg);
}
.three-points--item---header .num i {
  font-style: normal;
  font-size: 0.875em;
  padding-right: 0.5em;
}
.three-points--item---header .num span {
  font-size: 1.25em;
  font-weight: 500;
}
.three-points--item---header h4 {
  position: relative;
  line-height: 1.4;
  color: #FFF;
  margin: 0;
}
@media print, screen and (min-width: 960px) {
  .three-points--item---header h4 {
    font-size: 1.35em;
    font-size: clamp(1em, 1.65vw, 1.35em);
  }
}
@media print, screen and (max-width: 959px) {
  .three-points--item---header h4 br {
    display: none;
  }
}
.three-points--item---header h4 span {
  display: block;
  font-size: 0.7em;
}
@media print, screen and (max-width: 959px) {
  .three-points--item---header h4 span {
    display: inline-block;
  }
}
.three-points--item---inner {
  position: relative;
  width: 100%;
  font-size: 0.92em;
  padding: 1em 1.5em;
}
@media print, screen and (min-width: 768px) {
  .three-points--item---inner {
    width: calc(60% + 1em);
    padding: 2em;
  }
}
.three-points--item---inner dl dt {
  display: block;
  background-color: #FFF;
  color: #7fbd26;
  font-size: 1.07em;
  font-weight: 700;
  padding: 0.5em 0.75em;
  margin-bottom: 0.75em;
  border-radius: 0.25em;
  border: 2px solid #7fbd26;
}
@media print, screen and (min-width: 800px) {
  .three-points--item---inner dl dt {
    font-size: 1.15em;
  }
}
.three-points--item---inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
}
.three-points--item---inner ul li {
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.45;
  font-weight: 700;
}
.three-points--item---inner ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.three-points--item---inner ul li::before {
  text-indent: 0;
  content: "・";
  width: 1em;
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 800px) {
  .three-points--item---inner ul.half li {
    vertical-align: text-top;
    display: inline-block;
    width: calc(50% - 1em);
  }
}
@media print, screen and (min-width: 800px) {
  .three-points--item---inner ul.half li:nth-child(odd) {
    padding-right: 2em;
  }
}
.three-points--item---inner p {
  margin-top: 1em;
}
.three-points--item---inner p.asterisk {
  margin-left: 1em;
  text-indent: -1em;
  font-weight: 700;
  color: #CF2F35;
}
.three-points--item---inner p.asterisk.fntS {
  font-size: 0.92em;
  line-height: 1.5;
}

.scn-home#Scn-greeting {
  overflow-x: hidden;
}
.scn-home#Scn-greeting .inner-wrap--wide::before {
  position: absolute;
  top: 4em;
  right: 8em;
  width: calc(100% + (100vw - 100%) / 2 - 8em);
  height: 70%;
  content: " ";
  background-color: rgba(127, 189, 38, 0.1);
  border-radius: 0 1em 1em 0;
}

.row-greeting {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  flex-direction: row-reverse;
}
.row-greeting .col-right {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 800px) {
  .row-greeting .col-right {
    width: 67%;
    padding-left: 4em;
  }
}
.row-greeting .col-left {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 800px) {
  .row-greeting .col-left {
    width: 33%;
  }
}
.row-greeting .col-left div {
  margin-top: 2em;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 800px) {
  .row-greeting .col-left div {
    max-width: none;
  }
}
.row-greeting .col-left div img {
  width: 100%;
  height: auto;
  border-radius: 1em;
}
.row-greeting .col-full {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 3em;
}
@media print, screen and (min-width: 800px) {
  .row-greeting .col-full {
    padding-left: 33%;
    padding-top: 2em;
  }
}
.row-greeting .col-full::before {
  position: absolute;
  top: -20em;
  left: 10em;
  width: 66%;
  height: calc(100% + 10em);
  content: " ";
  background-color: rgba(113, 189, 178, 0.1);
  mix-blend-mode: screen;
  border-radius: 1em;
}
.row-greeting .greeting {
  padding-bottom: 4em;
}
.row-greeting .greeting h2 {
  color: #006934;
  line-height: 1.4;
}
.row-greeting .greeting p {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.08em;
  line-height: 2;
  letter-spacing: 0.075em;
}
.row-greeting .greeting .credit {
  text-align: right;
  margin-top: 2em;
  font-size: 0.875em;
}
.row-greeting .greeting .credit p {
  margin: 0;
  letter-spacing: 0;
}
.row-greeting .greeting .credit p img {
  width: 12em;
  height: auto;
  margin-top: 0.75em;
  margin-right: 0;
  margin-left: auto;
}

.scn-home.scn-our-strength {
  background-color: #50ab9e;
  background: linear-gradient(135deg, #50ab9e 0%, #37c4b0 100%);
  color: #FFF;
}
.scn-home.scn-our-strength::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 12px 12px;
  background-image: url(../img/common/latch-x12.svg);
  opacity: 0.5;
}
.scn-home.scn-our-strength h2 {
  color: #FFF;
}

.our-strength {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: -1rem 0.5rem;
  justify-content: space-between;
}
@media print, screen and (min-width: 800px) {
  .our-strength {
    margin: -2rem 0.5rem;
  }
}
.our-strength--col {
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  margin: 0.25rem auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5em;
}
@media print, screen and (min-width: 576px) {
  .our-strength--col {
    padding: 1.5rem 1.5rem 1rem;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col {
    width: 33.33333333%;
    padding: 2em 2rem 0;
    width: calc(33.33333333% - 1em);
  }
}
@media print, screen and (min-width: 1200px) {
  .our-strength--col {
    padding: 2em 3rem 0;
  }
}
.our-strength--col:not(:last-child)::after {
  position: absolute;
  top: 100%;
  right: 1.5rem;
  width: calc(100% - 3rem);
  height: 0;
  border-bottom: 1px solid rgba(0, 105, 52, 0.3);
}
@media print, screen and (min-width: 800px) {
  .our-strength--col:not(:last-child)::after {
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-bottom: none;
    border-left: 1px solid rgba(0, 105, 52, 0.3);
  }
}
.our-strength--col > dl {
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl {
    display: block;
  }
}
.our-strength--col > dl > dt {
  position: relative;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl > dt {
    width: 30vw;
    font-size: 2.25vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .our-strength--col > dl > dt {
    font-size: 1.15em;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl > dt {
    width: 100%;
    font-size: 1.25em;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .our-strength--col > dl > dt {
    margin-bottom: 1.25em;
    padding-bottom: 1em;
  }
}
.our-strength--col > dl > dt span {
  display: block;
  background-color: rgba(250, 255, 62, 0.8);
  padding: 0.5em;
  margin: 0 -1rem;
  border-radius: 0.25em;
  color: #37776e;
  color: #20605E;
  box-shadow: 0 2px 2em -0.75em rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl > dt span {
    margin: 0 -1rem;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl > dt span {
    margin: 0 -1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .our-strength--col > dl > dt span {
    margin: 0 -2rem;
  }
}
.our-strength--col > dl > dt::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5em;
  width: 5em;
  height: 0;
  content: " ";
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl > dt::before {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl > dt::before {
    display: block;
  }
}
.our-strength--col > dl > dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: " ";
  margin-left: -3px;
  margin-bottom: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #006934;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl > dt::after {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl > dt::after {
    display: block;
  }
}
.our-strength--col > dl > dt i {
  display: block;
  width: 72px;
  margin: 0 auto 0.25em;
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl > dt i {
    width: 64px;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl > dt i {
    width: 88px;
  }
}
.our-strength--col > dl > dt i img {
  width: 100%;
  height: auto;
}
.our-strength--col > dl > dd {
  position: relative;
  text-align: left;
  font-weight: 700;
  line-height: 1.7;
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .our-strength--col > dl > dd {
    width: calc(100% - 30vw);
    padding-top: 1em;
    padding-left: 2em;
  }
}
@media print, screen and (min-width: 800px) {
  .our-strength--col > dl > dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.our-strength--col > dl > dd .example {
  position: relative;
  margin-top: 1em;
  font-size: 0.92em;
}
.our-strength--col > dl > dd .example dl {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.our-strength--col > dl > dd .example dl dt {
  width: 6em;
  line-height: 1.8;
}
.our-strength--col > dl > dd .example dl dd {
  width: calc(100% - 6em);
  line-height: 1.8;
}
.our-strength--col > dl > dd .show-partners {
  position: relative;
  margin-top: 1em;
}
.our-strength--col > dl > dd .show-partners a {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  background-color: white;
  border-radius: 0.25em;
  padding: 1.5em 2.85em 1.5em 1em;
  text-align: left;
  font-size: 0.92em;
  line-height: 1.4;
  font-weight: 700;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .our-strength--col > dl > dd .show-partners a {
    font-size: 0.92em;
  }
}
.our-strength--col > dl > dd .show-partners a i {
  position: absolute;
  top: 50%;
  right: 0.25em;
  font-size: 1em !important;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
}
.our-strength--col > dl > dd .show-partners a i svg {
  width: 100%;
  height: 100%;
  stroke: #002b36;
  stroke-width: 1;
  transition: all 0.15s ease-in-out;
}
.our-strength--col > dl > dd .show-partners a:hover {
  background-color: #002b36;
  color: #FFF;
}
.our-strength--col > dl > dd .show-partners a:hover i svg {
  stroke: white;
}

.reCAPTCHA-copyright {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 800px) {
  .reCAPTCHA-copyright {
    margin-top: 2rem;
    text-align: center;
  }
}
.reCAPTCHA-copyright p {
  font-size: 0.875em;
  line-height: 1.6;
}
.reCAPTCHA-copyright p a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.note-reCAPTCHA {
  text-align: center;
  font-size: 0.875em;
}

.scn-contact {
  position: relative;
  background: linear-gradient(135deg, #0e4b59 0%, #07262d 100%);
  padding: 2rem 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .scn-contact {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-contact {
    padding: 4rem 0;
  }
}
.scn-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../img/contact/bg-contact.svg);
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.scn-contact h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35em;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #FFF;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 800px) {
  .scn-contact h3 {
    font-size: 1.75em;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-contact h3 {
    font-size: 2em;
  }
}
.scn-contact h3 + p {
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
.scn-contact ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
  z-index: 1;
}
.scn-contact ul li {
  margin: 0;
  width: 100%;
}
.scn-contact ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li {
    width: calc(50% - 0.5rem);
  }
}
@media print, screen and (min-width: 768px) {
  .scn-contact ul li {
    width: calc(50% - 1rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-contact ul li {
    width: calc(50% - 1rem);
  }
}
.scn-contact ul li a {
  position: relative;
  display: block;
  padding: 1.5em 1em;
  border: 1px solid #FFF;
  color: #FFF;
  height: 100%;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li a {
    padding: 2em 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .scn-contact ul li a {
    padding: 3em 1em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-contact ul li a {
    padding: 3em 1em;
  }
}
.scn-contact ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0%;
  height: 100%;
  background-color: #FFF;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scn-contact ul li a:hover {
  color: #002b36;
}
.scn-contact ul li a:hover .ti, .scn-contact ul li a:hover .m, .scn-contact ul li a:hover .biz-hours {
  color: #002b36;
}
.scn-contact ul li a:hover .ti i svg {
  fill: #002b36;
}
.scn-contact ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.scn-contact ul li .ti {
  position: relative;
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 3.5vw;
  color: #E1FF10;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li .ti {
    font-size: 2vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact ul li .ti {
    font-size: 1.15em;
  }
}
.scn-contact ul li .ti i {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li .ti i {
    width: 1.5em;
    height: 1.5em;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact ul li .ti i {
    width: 2em;
    height: 2em;
  }
}
.scn-contact ul li .ti i svg {
  width: 100%;
  height: 100%;
  fill: #E1FF10;
  transition: all 0.15s ease-in-out;
}
.scn-contact ul li .m {
  position: relative;
  font-size: 6vw;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
}
.scn-contact ul li .m.en {
  letter-spacing: 0.05em;
  font-family: "Metropolis", Arial, Helvetica, sans-serif;
  font-size: 6.5vw;
  line-height: 1.2;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li .m.en {
    font-size: 3.75vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact ul li .m.en {
    font-size: 2.85vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .scn-contact ul li .m.en {
    font-size: 2.75em;
  }
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li .m {
    font-size: 3.25vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact ul li .m {
    font-size: 2.5vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .scn-contact ul li .m {
    font-size: 2.25em;
  }
}
.scn-contact ul li .biz-hours {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2.5vw;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li .biz-hours {
    font-size: 1.5vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact ul li .biz-hours {
    font-size: 0.875em;
  }
}
.scn-contact ul li .red {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2.5vw;
  margin-top: 0.5em;
  color: #FF647E;
}
@media print, screen and (min-width: 576px) {
  .scn-contact ul li .red {
    font-size: 1.5vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact ul li .red {
    font-size: 0.875em;
  }
}
.scn-contact .btn-scrl-to-form a {
  position: relative;
  display: block;
  padding: 1em 1em 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  height: 100%;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form a {
    padding: 1.25em 1em 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .scn-contact .btn-scrl-to-form a {
    padding: 2em 1em 3em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-contact .btn-scrl-to-form a {
    padding: 2em 1em 3em;
  }
}
.scn-contact .btn-scrl-to-form a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0%;
  height: 100%;
  background-color: #FFF;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scn-contact .btn-scrl-to-form a:hover {
  color: #002b36;
}
.scn-contact .btn-scrl-to-form a:hover .ti, .scn-contact .btn-scrl-to-form a:hover .m, .scn-contact .btn-scrl-to-form a:hover .cap, .scn-contact .btn-scrl-to-form a:hover .biz-hours {
  color: #002b36;
}
.scn-contact .btn-scrl-to-form a:hover .ti i svg {
  fill: #002b36;
}
.scn-contact .btn-scrl-to-form a:hover::before {
  width: 100%;
  opacity: 1;
}
.scn-contact .btn-scrl-to-form .ti {
  position: relative;
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 3.5vw;
  color: #E1FF10;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .ti {
    font-size: 2.25vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .ti {
    font-size: 1.15em;
  }
}
.scn-contact .btn-scrl-to-form .ti i {
  width: 2.25em;
  height: 2.25em;
  margin-right: 0.25em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .ti i {
    width: 2.75em;
    height: 2.75em;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .ti i {
    width: 3.5em;
    height: 3.5em;
  }
}
.scn-contact .btn-scrl-to-form .ti i svg {
  width: 100%;
  height: 100%;
  fill: #E1FF10;
  transition: all 0.15s ease-in-out;
}
.scn-contact .btn-scrl-to-form .m {
  position: relative;
  font-size: 6vw;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
}
.scn-contact .btn-scrl-to-form .m.en {
  letter-spacing: 0.05em;
  font-family: "Metropolis", Arial, Helvetica, sans-serif;
  font-size: 6.5vw;
  line-height: 1.2;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .m.en {
    font-size: 3.75vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .m.en {
    font-size: 2.85vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .scn-contact .btn-scrl-to-form .m.en {
    font-size: 2.75em;
  }
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .m {
    font-size: 3.25vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .m {
    font-size: 3.5vw;
  }
}
@media print, screen and (min-width: 1500px) {
  .scn-contact .btn-scrl-to-form .m {
    font-size: 2.85em;
  }
}
.scn-contact .btn-scrl-to-form .cap {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2.75vw;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .cap {
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .cap {
    font-size: 1.15em;
  }
}
.scn-contact .btn-scrl-to-form .biz-hours {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2.75vw;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .biz-hours {
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .biz-hours {
    font-size: 1em;
  }
}
.scn-contact .btn-scrl-to-form .red {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2.5vw;
  margin-top: 0.5em;
  color: #FF647E;
}
@media print, screen and (min-width: 576px) {
  .scn-contact .btn-scrl-to-form .red {
    font-size: 1.5vw;
  }
}
@media print, screen and (min-width: 800px) {
  .scn-contact .btn-scrl-to-form .red {
    font-size: 0.875em;
  }
}

.scn-home.scn-voice {
  background-color: rgba(0, 105, 52, 0.1);
  overflow: hidden;
  padding-bottom: 40vw;
}
@media print, screen and (min-width: 960px) {
  .scn-home.scn-voice {
    padding-bottom: 480px;
  }
}
.scn-home.scn-voice::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../img/home/voice/bg-voice.jpg);
  opacity: 0.5;
}

.wrap-voices {
  position: relative;
}
.wrap-voices .voice {
  position: relative;
  margin-bottom: 1em;
  padding: 2em;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5em;
}
.wrap-voices .voice--thumbnail {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 20vw;
  height: 20vw;
}
@media print, screen and (min-width: 576px) {
  .wrap-voices .voice--thumbnail {
    width: 168px;
    height: 168px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-voices .voice--thumbnail {
    top: 2em;
    left: 2em;
    width: 210px;
    height: 210px;
  }
}
.wrap-voices .voice--thumbnail img {
  width: 100%;
  height: auto;
}
.wrap-voices .voice--number {
  position: relative;
  display: inline-block;
  background-color: #006934;
  padding: 0.25em 0.75em;
  border-radius: 3em;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
@media print, screen and (min-width: 576px) {
  .wrap-voices .voice--number {
    font-size: 1em;
    padding: 0.25em 1.25em;
  }
}
.wrap-voices .voice--header {
  position: relative;
  margin-left: calc(20vw + 0.5em);
  min-height: 28vw;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 576px) {
  .wrap-voices .voice--header {
    margin-left: calc(168px + 2em);
    min-height: 168px;
    padding-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-voices .voice--header {
    margin-left: 256px;
    min-height: auto;
    padding-bottom: 1em;
  }
}
.wrap-voices .voice--header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-voices .voice--header ul li {
  margin: 0;
  display: flex;
  width: 100%;
}
.wrap-voices .voice--header ul li span {
  display: block;
}
.wrap-voices .voice--header ul li span.t {
  width: 4em;
}
.wrap-voices .voice--header ul li span.c {
  width: calc(100% - 4em);
}
.wrap-voices .voice--content {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .wrap-voices .voice--content {
    margin-left: 256px;
  }
}
.wrap-voices .voice--content h4 {
  position: relative;
  margin-bottom: 1em;
  color: #00361b;
  background: linear-gradient(transparent 75%, rgba(225, 255, 16, 0.8) 0%);
  display: inline;
  padding-bottom: 0;
}
.wrap-voices .voice--content p {
  color: #555;
}

.scn-home#Scn-representative h2 {
  margin-bottom: 0.25em;
  color: #07262d;
}
.scn-home#Scn-representative h2 .a {
  font-size: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #006934;
}
.scn-home#Scn-representative h2 .b {
  font-size: 1.45em;
}

.representative-profile {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.representative-profile--text {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .representative-profile--text {
    width: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  .representative-profile--text {
    width: 41.66666666%;
  }
}
.representative-profile--ph {
  margin-top: 2em;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .representative-profile--ph {
    width: 50%;
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .representative-profile--ph {
    padding-left: 6rem;
    width: 58.33333333%;
  }
}
.representative-profile--ph span {
  display: block;
}
.representative-profile--ph span img {
  width: 100%;
  height: auto;
  border-radius: 1em;
}
.representative-profile .biblo {
  position: relative;
  border-top: 1px dotted #BBBBBB;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.representative-profile .biblo dl {
  overflow: hidden;
  font-size: 0.92em;
  margin-bottom: -0.5em;
}
.representative-profile .biblo dl dt, .representative-profile .biblo dl dd {
  margin: 0 0 0.5em;
}
.representative-profile .biblo dl dt {
  float: left;
  width: 5em;
}
.representative-profile .biblo dl dd {
  padding-left: 5em;
}
.representative-profile .certification {
  position: relative;
  border-top: 1px dotted #BBBBBB;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.representative-profile .certification h4 {
  font-size: 1em;
  letter-spacing: 1em;
}
.representative-profile .certification ul {
  letter-spacing: -0.4em;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.92em;
}
.representative-profile .certification ul li {
  letter-spacing: 0;
  display: inline-block;
}
.representative-profile .certification ul li::before {
  content: "○";
}
.representative-profile .certification ul li:not(:last-child) {
  margin-right: 2em;
}

.scn-home#Scn-greeting-mov {
  background-color: rgba(250, 249, 238, 0.5);
  padding-bottom: 6em;
}
@media print, screen and (min-width: 768px) {
  .scn-home#Scn-greeting-mov {
    padding-bottom: 8em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home#Scn-greeting-mov {
    padding-bottom: 12em;
  }
}
.scn-home#Scn-greeting-mov::before {
  position: absolute;
  bottom: -2em;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 110% auto;
  background-image: url(../img/common/bg-logo.svg);
  z-index: 0;
  opacity: 1;
  mix-blend-mode: overlay;
}
@media print, screen and (min-width: 768px) {
  .scn-home#Scn-greeting-mov::before {
    bottom: -5em;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 102% auto;
  }
}

.scn-home#Scn-IP-consultant {
  background-color: rgba(250, 249, 238, 0.5);
  padding-bottom: 6em;
}
@media print, screen and (min-width: 768px) {
  .scn-home#Scn-IP-consultant {
    padding-bottom: 8em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home#Scn-IP-consultant {
    padding-bottom: 12em;
  }
}
.scn-home#Scn-IP-consultant::before {
  position: absolute;
  bottom: -2em;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 110% auto;
  background-image: url(../img/common/bg-logo.svg);
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
@media print, screen and (min-width: 768px) {
  .scn-home#Scn-IP-consultant::before {
    bottom: -5em;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 102% auto;
  }
}
.scn-home#Scn-IP-consultant .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  flex-direction: row-reverse;
  z-index: 2;
}
.scn-home#Scn-IP-consultant .row .col-text {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .scn-home#Scn-IP-consultant .row .col-text {
    width: 41.66666666%;
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-home#Scn-IP-consultant .row .col-text {
    padding-left: 6rem;
  }
}
.scn-home#Scn-IP-consultant .row .col-text p {
  font-weight: 700;
}
.scn-home#Scn-IP-consultant .row .col-vd {
  position: relative;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 576px) {
  .scn-home#Scn-IP-consultant .row .col-vd {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home#Scn-IP-consultant .row .col-vd {
    width: 58.33333333%;
    padding-top: 0;
  }
}
.scn-home#Scn-IP-consultant .row .col-vd .vd {
  box-shadow: 0 0 2rem rgba(155, 150, 117, 0.2);
}

.scn-home#Scn-fee .fntBold {
  font-size: 1.15em;
  color: #07262d;
}
@media print, screen and (min-width: 1200px) {
  .scn-home#Scn-fee .fntBold {
    font-size: 1.185em;
  }
}
.scn-home#Scn-fee .fee-strong {
  position: relative;
  color: #CF2F35;
  font-weight: 700;
  display: inline-block;
}
.scn-home#Scn-fee .fee-strong::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: " ";
  border-bottom: 2px solid #CF2F35;
}

.scn-home#Scn-flow {
  background-color: #fdfcf8;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../img/home/fee-flow/bg-flow.jpg);
  padding-bottom: 40vw;
}
@media print, screen and (min-width: 960px) {
  .scn-home#Scn-flow {
    padding-bottom: 480px;
  }
}
.flow .flow-free {
  position: relative;
  padding: 0.75em;
  background: rgba(221, 218, 195, 0.5);
  border-radius: 0.75em;
  border-radius: 2em;
  z-index: 1;
}
@media print, screen and (min-width: 576px) {
  .flow .flow-free {
    padding: 1em;
  }
}
@media print, screen and (min-width: 800px) {
  .flow .flow-free {
    padding: 2em;
  }
}
.flow .flow-free .end-free {
  position: absolute;
  bottom: -3.5em;
  left: 4rem;
  font-size: 0.92em;
  padding: 0.5em 1.5em;
  border-radius: 3em;
  color: #FFF;
  background-color: #EA5429;
}
.flow .flow-free .end-free span {
  font-size: 1.15em;
  font-weight: 700;
}
.flow .flow-not-free {
  position: relative;
  padding: 0.75em;
  margin-top: 3em;
}
@media print, screen and (min-width: 576px) {
  .flow .flow-not-free {
    padding: 1em;
  }
}
@media print, screen and (min-width: 800px) {
  .flow .flow-not-free {
    padding: 2em;
    margin-top: 1em;
  }
}
.flow .flow-not-free .flow-cell i {
  background-color: #002b36;
}
.flow .flow-not-free .flow-cell dl dt {
  color: #002b36;
}
.flow .flow-cell {
  position: relative;
  background-color: #FFF;
  padding: 0.75em 1em 1em;
  padding-left: 3em;
  border-radius: 1.5em;
  filter: drop-shadow(0 0 1em rgba(221, 218, 197, 0.8));
}
@media print, screen and (min-width: 768px) {
  .flow .flow-cell {
    padding: 1em 2em;
    padding-left: 5em;
  }
}
.flow .flow-cell:not(:last-child) {
  margin-bottom: 2em;
}
.flow .flow-cell:not(.no-arrow)::before {
  position: absolute;
  top: 100%;
  left: 2em;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-top-color: #FFF;
  content: " ";
}
.flow .flow-cell.free-last::before {
  margin-top: 2em;
}
@media print, screen and (min-width: 800px) {
  .flow .flow-cell.free-last::before {
    margin-top: 3em;
  }
}
.flow .flow-cell.free-last::after {
  position: absolute;
  top: 100%;
  left: 2em;
  width: 2em;
  height: 2em;
  background-color: #FFF;
  content: " ";
}
@media print, screen and (min-width: 800px) {
  .flow .flow-cell.free-last::after {
    height: 3em;
  }
}
.flow .flow-cell i {
  position: absolute;
  top: 50%;
  left: -0.5em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: #006934;
  text-align: center;
  color: #FFF;
  font-style: normal;
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-radius: 1em;
}
@media print, screen and (min-width: 768px) {
  .flow .flow-cell i {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    border-radius: 1.3em;
    margin-top: -1.3em;
  }
}
.flow .flow-cell dl dt {
  font-size: 1.5em;
  color: #006934;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .flow .flow-cell dl dt {
    font-size: 1.5em;
  }
}
.flow .flow-cell dl dd {
  font-weight: 700;
  font-size: 0.92em;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .flow .flow-cell dl dd {
    font-size: 1em;
  }
}

.wrap-home-outline-access {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scn-home.scn-outline {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px dotted #CCC;
}
.scn-home.scn-outline dl {
  overflow: hidden;
  margin-bottom: -2em;
}
.scn-home.scn-outline dl dt, .scn-home.scn-outline dl dd {
  margin: 0;
}
.scn-home.scn-outline dl dt {
  float: left;
  width: 5em;
  padding: 1em 0;
}
@media print, screen and (min-width: 800px) {
  .scn-home.scn-outline dl dt {
    padding: 1.5em 0;
    width: 12em;
  }
}
.scn-home.scn-outline dl dd {
  padding: 1em 0;
  padding-left: 5em;
  border-top: 1px dotted #BBB;
}
@media print, screen and (min-width: 800px) {
  .scn-home.scn-outline dl dd {
    padding: 1.5em 0;
    padding-left: 12em;
  }
}

.scn-home.scn-access {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-image: url(../img/home/access/bg-access.jpg);
  background-color: #f2f7f5;
}

.scn-home.scn-outline,
.scn-home.scn-access {
  z-index: 1;
}
.scn-home.scn-outline .flexbox,
.scn-home.scn-access .flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.scn-home.scn-outline .flexbox .col-mid,
.scn-home.scn-access .flexbox .col-mid {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .scn-home.scn-outline .flexbox .col-mid,
  .scn-home.scn-access .flexbox .col-mid {
    width: 50%;
    padding-right: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home.scn-outline .flexbox .col-mid,
  .scn-home.scn-access .flexbox .col-mid {
    width: 40%;
    padding-right: 8.33333333%;
  }
}
.scn-home.scn-outline .flexbox .col-map,
.scn-home.scn-access .flexbox .col-map {
  position: relative;
  width: 100%;
  z-index: 2;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .scn-home.scn-outline .flexbox .col-map,
  .scn-home.scn-access .flexbox .col-map {
    width: 50%;
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-home.scn-outline .flexbox .col-map,
  .scn-home.scn-access .flexbox .col-map {
    width: 60%;
  }
}
.scn-home.scn-outline .flexbox .col-map .access-map,
.scn-home.scn-access .flexbox .col-map .access-map {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.scn-home.scn-outline .flexbox .col-map .access-map.active,
.scn-home.scn-access .flexbox .col-map .access-map.active {
  visibility: visible;
  max-height: 999999em;
  opacity: 1;
}
.scn-home.scn-outline .flexbox .col-map .access-map h4,
.scn-home.scn-access .flexbox .col-map .access-map h4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
.scn-home.scn-outline .flexbox .col-map .access-map h4 .btn-map,
.scn-home.scn-access .flexbox .col-map .access-map h4 .btn-map {
  margin-right: 0;
  margin-left: auto;
  font-size: 0.92em;
  font-weight: 400;
  color: #002b36;
  display: block;
  padding: 0.25em 0;
  cursor: pointer;
  border-bottom: 1px solid #002b36;
}
.scn-home.scn-outline .flexbox .col-map .access-map .gglmap,
.scn-home.scn-access .flexbox .col-map .access-map .gglmap {
  border-radius: 1rem;
}
.scn-home.scn-outline address,
.scn-home.scn-access address {
  font-style: normal;
}
.scn-home.scn-outline address:not(:last-child),
.scn-home.scn-access address:not(:last-child) {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 800px) {
  .scn-home.scn-outline address:not(:last-child),
  .scn-home.scn-access address:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-home.scn-outline address:not(:last-child),
  .scn-home.scn-access address:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.scn-home.scn-outline address dl,
.scn-home.scn-access address dl {
  margin-bottom: 1em;
}
.scn-home.scn-outline address dl dt,
.scn-home.scn-access address dl dt {
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .scn-home.scn-outline address dl dt,
  .scn-home.scn-access address dl dt {
    font-size: 1.25em;
  }
}
.scn-home.scn-outline address dl dt .btn-map,
.scn-home.scn-access address dl dt .btn-map {
  position: relative;
  top: -0.25em;
  font-size: 0.8125em;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.15em;
  color: #002b36;
  border-bottom: 1px solid #002b36;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media print, screen and (max-width: 767px) {
  .scn-home.scn-outline address dl dt .btn-map,
  .scn-home.scn-access address dl dt .btn-map {
    display: none;
  }
}
.scn-home.scn-outline address dl dt .btn-map.active,
.scn-home.scn-access address dl dt .btn-map.active {
  pointer-events: none;
  opacity: 0.2;
}
.scn-home.scn-outline address dl dd,
.scn-home.scn-access address dl dd {
  line-height: 1.6;
  margin: 0;
}
@media print, screen and (min-width: 1200px) {
  .scn-home.scn-outline address dl dd,
  .scn-home.scn-access address dl dd {
    font-size: 1.15em;
  }
}
.scn-home.scn-outline address p,
.scn-home.scn-access address p {
  font-size: 0.92em;
  line-height: 1.6;
}
@media print, screen and (min-width: 800px) {
  .scn-home.scn-outline address p,
  .scn-home.scn-access address p {
    font-size: 0.875em;
  }
}
.scn-home.scn-outline address .gglmap,
.scn-home.scn-access address .gglmap {
  position: relative;
  border-radius: 1rem;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .scn-home.scn-outline address .gglmap,
  .scn-home.scn-access address .gglmap {
    display: none;
  }
}
.scn-home.scn-outline .character,
.scn-home.scn-access .character {
  position: relative;
  margin: auto -1rem 0 auto;
  width: 256px;
}
@media print, screen and (min-width: 800px) {
  .scn-home.scn-outline .character,
  .scn-home.scn-access .character {
    width: 20vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-home.scn-outline .character,
  .scn-home.scn-access .character {
    width: 256px;
  }
}
.scn-home.scn-outline .character img,
.scn-home.scn-access .character img {
  width: 100%;
  height: auto;
}
.scn-home.scn-outline .character .caption,
.scn-home.scn-access .character .caption {
  display: block;
  text-align: center;
  font-size: 0.8125em;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 0.25em;
}
@media print, screen and (min-width: 1200px) {
  .scn-home.scn-outline .character .caption,
  .scn-home.scn-access .character .caption {
    font-size: 0.92em;
  }
}
.scn-home.scn-outline .ph-office,
.scn-home.scn-access .ph-office {
  position: relative;
  margin: 1.5em 0 0;
  border-radius: 0.5em;
  overflow: hidden;
}
.scn-home.scn-outline .ph-office img,
.scn-home.scn-access .ph-office img {
  width: 100%;
  height: auto;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 0.8;
    padding-top: 0;
    font-size: 1.35em;
  }
  .isInView.fadeIn {
    opacity: 1 !important;
  }
  .isInView.slideIn {
    top: 0 !important;
  }
  .isInView.slideIn.shutter.open {
    overflow: visible !important;
  }
  .isInView.slideIn.shutter.open::after {
    display: none !important;
  }
  .isInView.slideIn.side {
    left: 0 !important;
  }
}/*# sourceMappingURL=styles.css.map */