/*======================================================================
 * main
======================================================================*//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #03b8ec;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.1rem;
  }
}

h2 {
  position: relative;
  padding-bottom: 28px;
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h2 {
    padding-bottom: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #077846;
}
@media screen and (max-width: 768px) {
  h2::after {
    height: 2px;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  position: relative;
  padding-left: 32px;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #077846;
}

.caution-text {
  position: relative;
  padding-left: 2.5em;
  letter-spacing: 0.1em;
}
.caution-text::before {
  content: "※";
  position: absolute;
  left: 1em;
  top: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 1em;
}
ul:not([class]) li,
ol:not([class]) li {
  position: relative;
  padding-left: 2.5em;
}

ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 5px;
  height: 5px;
  border: 1px solid #0D407C;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul:not([class])[style="list-style-type: circle;"] li {
  list-style-type: none;
  margin: 0;
  padding-left: 1em;
}
ul:not([class])[style="list-style-type: circle;"] li::before {
  content: "-";
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  -webkit-transform: none;
  transform: none;
}
ul:not([class])[style="list-style-type: square;"] li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  ul:not([class])[style="list-style-type: square;"] li {
    padding-left: 30px;
  }
}
ul:not([class])[style="list-style-type: square;"] li::before {
  left: 16px;
  top: 14px;
  width: 3px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  ul:not([class])[style="list-style-type: square;"] li::before {
    left: 0;
    top: 12px;
  }
}

ol:not([class]) {
  counter-reset: ol_item;
}
ol:not([class]) ol,
ol:not([class]) ul {
  counter-reset: inner;
}
ol:not([class]) > li {
  position: relative;
  padding-left: 3.25em;
}
ol:not([class]) > li::before {
  counter-increment: ol_item;
  content: counter(ol_item);
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: right;
}

table {
  letter-spacing: 0.1em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 20px 0;
  border: 1px solid #DDDDDD;
  border-width: 1px 0;
  text-align: left;
}
table th {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  table:not(.-sp-block) th:not(:first-child), table:not(.-sp-block) td:not(:first-child) {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  table.-sp-block tbody, table.-sp-block tr, table.-sp-block th, table.-sp-block td {
    display: block;
  }
  table.-sp-block tr {
    border-top: 1px solid #DDDDDD;
  }
  table.-sp-block tr:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
  table.-sp-block th, table.-sp-block td {
    border: none;
    width: 100% !important;
    padding: 8px 0;
  }
  table.-sp-block th:first-child, table.-sp-block td:first-child {
    padding-top: 16px;
  }
  table.-sp-block th:last-child, table.-sp-block td:last-child {
    padding-bottom: 16px;
  }
}

/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  ._sp-only {
    display: none;
  }

  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  ._pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * adjust-width
------------------------------------------------------------*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

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

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.ofi.-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * 余白設定
------------------------------------------------------------*/
._mt-small {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  ._mt-small {
    margin-top: 24px;
  }
}
._mt-default {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  ._mt-default {
    margin-top: 32px;
  }
}
._mt-large {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  ._mt-large {
    margin-top: 40px;
  }
}

._mb-small {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  ._mb-small {
    margin-bottom: 24px;
  }
}
._mb-default {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  ._mb-default {
    margin-bottom: 32px;
  }
}
._mb-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  ._mb-large {
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.l-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  display: block;
  -webkit-animation: fade-in 0.25s ease-out;
  animation: fade-in 0.25s ease-out;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ------------------------------------------------------------
  * 特定クラス　
------------------------------------------------------------ */
p.subtext {
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FD9C2D;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  p.subtext {
    font-size: 1.2rem;
  }
}
p.subtext + h2 {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .l-col2-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-col2-block > * {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .l-col2-block > *:not(:first-child) {
    margin-top: 30px;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 2rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * l-button
------------------------------------------------------------*/
.l-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  min-height: 64px;
  margin: 0 auto;
  padding: 0 32px 0 70px;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #198253;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #198253;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.l-button:link, .l-button:visited, .l-button:active {
  color: #198253;
}
.l-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  margin: auto;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-button > * {
  display: block;
}
.l-button svg {
  fill: currentColor;
}
.l-button:hover {
  opacity: 1;
}
.l-button:hover::after {
  width: 60px;
}
.l-button.-vex-green, .-vex-green .l-button {
  color: #fff;
  background: #198253;
  border-color: #198253;
}
.l-button.-vex-green:hover, .-vex-green .l-button:hover {
  color: #198253;
  background: #fff;
}
.l-button.-white, .-white .l-button {
  color: #198253;
  background: #FFF;
  border-color: #198253;
}
.l-button.-white:hover, .-white .l-button:hover {
  color: #fff;
  background: #198253;
  border-color: #198253;
}
.l-button.-blue, .-blue .l-button {
  color: #FFF;
  background: #18A0C6;
  border-color: #18A0C6;
}
.l-button.-blue:hover, .-blue .l-button:hover {
  color: #18A0C6;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .l-button {
    padding: 0 30px 0 60px;
    font-size: 1.6rem;
  }
  .l-button:hover::after {
    width: 55px;
  }
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .hs-form .form-columns-2 .hs-form-field:first-child {
    padding-right: 10px;
  }
  .hs-form .form-columns-2 .hs-form-field:last-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
.hs-form .hs-form-field {
  margin-bottom: 1em;
}
.hs-form .hs-form-field > label {
  position: relative;
  display: block;
  margin-bottom: 0.875em;
  padding-left: 40px;
  font-weight: bold;
}
.hs-form .hs-form-field > label::before {
  content: "任意";
  position: absolute;
  left: 0;
  top: 7px;
  padding: 3px 4px 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background: #1565C0;
  border-radius: 4px;
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
.hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-required {
  color: transparent;
}
.hs-form .hs-form-required::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 6px;
  background: #fff;
  width: 34px;
  height: 21px;
}
.hs-form .hs-form-required::after {
  content: "必須";
  position: absolute;
  left: 0;
  top: 7px;
  padding: 3px 4px 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background: #C62828;
  border-radius: 4px;
}
.hs-form .hs-error-msgs {
  margin-top: 0;
  color: #C62828;
}
.hs-form .hs-field-desc {
  margin: -1em 0 4px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-field-desc {
    font-size: 1.2rem;
  }
}
.hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  width: 100% !important;
  outline: none;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
    padding: 0.8em 1em;
  }
}
.hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::placeholder, .hs-form .hs-fieldtype-date .hs-input::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .hs-form .hs-fieldtype-number .hs-input::placeholder, .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .hs-form .hs-fieldtype-text .hs-input::placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-textarea .hs-input {
  min-height: 240px;
}
.hs-form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.hs-form .fn-date-picker .pika-button:hover {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
.hs-form .fn-date-picker .is-today .pika-button {
  color: #000;
}
.hs-form .fn-date-picker .is-selected .pika-button {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 100px;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 52px;
  top: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 4px;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  left: 6.2rem;
  top: 1rem;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #000;
  opacity: 0;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
  background: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/select-arrow.svg") right 16px top 50%/12px auto no-repeat #FFF;
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input + span {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input + span {
    font-size: 1.2rem;
  }
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: #C62828;
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs_error_rollup {
  margin: 3.5rem auto -3rem;
  text-align: center;
}
.hs-form .hs-submit {
  text-align: center;
}
.hs-form .hs-submit .actions {
  display: inline-block;
  position: relative;
  max-width: 353px;
  margin: 3.5rem auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit .actions {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.hs-form .hs-submit .actions:hover::after {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit .actions:hover::after {
    width: 40px;
  }
}
.hs-form .hs-submit .actions::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit .actions::after {
    width: 32px;
  }
}
.hs-form .hs-button {
  display: block;
  min-width: 181px;
  margin: 0 auto;
  padding: 19px 36px 19px 74px;
  outline: none;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  background: #53A632;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-button {
    padding: 13px 40px;
    font-size: 1.6rem;
  }
}
.hs-form .submitted-message {
  text-align: center;
}.g-container.color-blue .g-total-header .vex-header {
  background-color: rgba(246, 253, 255, 0.6);
}
.g-container.color-blue .g-total-header .vex-header .vex-toggle,
.g-container.color-blue .g-total-header .vex-header .page-menu {
  background-color: #18A0C6;
}
.g-container.color-blue .g-total-header .vex-header .page-menu a {
  color: #18A0C6;
}
.g-container.color-blue .g-total-header .vex-header .page-menu a:hover {
  color: #FFF;
  background-color: #18A0C6;
}
.g-container.color-blue .hs-form .hs-button {
  background-color: #18A0C6;
}
.g-container.color-blue .-white .l-button,
.g-container.color-blue .l-button.-white {
  color: #18A0C6;
  background: #FFF;
  border-color: #18A0C6;
}
.g-container.color-blue .-white .l-button:hover,
.g-container.color-blue .l-button.-white:hover {
  color: #fff;
  background: #18A0C6;
  border-color: #18A0C6;
}
.g-container.color-blue .m-vex-mv .text .main-text:before {
  background-color: #F6FDFF;
}
.g-container.color-blue .m-feature.-vertical .item .title > span:after {
  background-color: #18A0C6;
}
.g-container.color-blue .m-column-block .heading {
  color: #18A0C6;
}
.g-container.color-blue .m-image-text-block .text h2:not(.line-b-small):after {
  background-color: #18A0C6;
}
.g-container.color-blue .m-faq dt:after, .g-container.color-blue .m-faq dt:before {
  background-color: #18A0C6;
}
.g-container.color-blue .m-faq dt span:before {
  color: #18A0C6;
}
.g-container.color-blue .m-faq dd {
  background-color: #F6FDFF;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.g-container {
  padding-top: 163px;
}
@media screen and (max-width: 768px) {
  .g-container {
    padding-top: 100px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.g-container.-public-preview {
  padding-top: 0;
}
.g-container.-public-preview .g-total-header {
  position: relative;
  height: auto;
}
.g-container.-public-preview .g-total-header .vex-header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 0;
}
.g-container.-public-preview .g-total-header .vex-header .page-menu {
  display: block;
  position: relative;
  width: calc(100% + 128px);
  margin: 12px -88px 0 -40px;
}
@media screen and (max-width: 768px) {
  .g-container.-public-preview .g-total-header .vex-header .page-menu {
    width: calc(100% + 80px);
    margin: 9px -60px 0 -20px;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-total-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 163px;
  padding: 0;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 980px) {
  .g-total-header {
    height: 114px;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header {
    height: 100px;
  }
}
.g-total-header .main-header {
  position: relative;
}
.g-total-header .main-header .g-header > .row-fluid-wrapper > .row-fluid {
  height: 98px;
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .g-header > .row-fluid-wrapper > .row-fluid {
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header .main-header .g-header > .row-fluid-wrapper > .row-fluid {
    height: 50px;
  }
}
.g-total-header .main-header ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .toggle {
    width: 64px;
    height: 64px;
  }
  .g-total-header .main-header .toggle i,
.g-total-header .main-header .toggle i::before,
.g-total-header .main-header .toggle i::after {
    width: 29px;
    margin-left: -14px;
  }
  .g-total-header .main-header .toggle i::before {
    margin-top: -10px;
  }
  .g-total-header .main-header .toggle i::after {
    margin-top: 8px;
  }
  .g-total-header .main-header .toggle.-js-open i,
.g-total-header .main-header .toggle.-js-open i::before,
.g-total-header .main-header .toggle.-js-open i::after {
    margin-left: -7px;
  }
  .g-total-header .main-header .toggle.-js-open i {
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header .main-header .toggle {
    width: 50px;
    height: 50px;
  }
  .g-total-header .main-header .toggle i,
.g-total-header .main-header .toggle i::before,
.g-total-header .main-header .toggle i::after {
    width: 22px;
    margin: -1px 0 0 -11px;
  }
  .g-total-header .main-header .toggle i::before {
    margin-top: -8px;
  }
  .g-total-header .main-header .toggle i::after {
    margin-top: 6px;
  }
  .g-total-header .main-header .toggle.-js-open i,
.g-total-header .main-header .toggle.-js-open i::before,
.g-total-header .main-header .toggle.-js-open i::after {
    margin-left: -6px;
  }
}
.g-total-header .main-header .bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.g-total-header .main-header .head-cta.-no-pc {
  display: none;
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: 64px;
    width: 100% !important;
    height: calc(100% - 64px);
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header .main-header .nav {
    top: 50px;
    height: calc(100% - 50px);
  }
}
.g-total-header .main-header .nav .span8 .button-group .button-unit .button {
  font-size: 1.6rem;
}
@media screen and (min-width: 981px) {
  .g-total-header .main-header .nav .span8 {
    display: none;
  }
}
.g-total-header .main-header .nav .header-contact .button-group .button-unit .button {
  font-size: 1.6rem;
}
@media screen and (min-width: 981px) {
  .g-total-header .main-header .nav .header-contact {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .g-total-header .main-header .nav .head-english {
    position: absolute;
    right: 10px;
    top: 24px;
    width: 50px;
  }
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .nav .head-english {
    font-size: 1.8rem;
  }
}
.g-total-header .main-header .menu .menu-main > li {
  font-size: 1.6rem;
}
@media screen and (min-width: 1101px) and (max-width: 1350px) {
  .g-total-header .main-header .menu .menu-main > li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
  .g-total-header .main-header .menu .menu-main > li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 981px) {
  .g-total-header .main-header .menu-main .menu-child {
    top: 60%;
  }
  .g-total-header .main-header .menu-main .menu-child a {
    font-size: 1.4rem;
  }
  .g-total-header .main-header .menu-main .menu-child .menu-child-list li ul li {
    margin-bottom: 0;
  }
  .g-total-header .main-header .menu-main .menu-child .menu-child-list li ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .menu li,
.g-total-header .main-header .menu .menu-child li,
.g-total-header .main-header .menu .menu-child-child li {
    margin: 0 0 1px;
    font-size: 1.6rem;
  }
}
.g-total-header .vex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 65px;
  padding: 12px 88px 12px 40px;
  border: 1px solid #DDDDDD;
  border-width: 1px 0;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header {
    height: 50px;
    padding: 9px 60px 9px 20px;
  }
}
.g-total-header .vex-header ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .g-total-header .vex-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
  .g-total-header .vex-header ul li {
    margin-bottom: 16px;
  }
}
.g-total-header .vex-header .logo {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .logo {
    width: 60px;
  }
}
.g-total-header .vex-header .common-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.g-total-header .vex-header .common-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 180px;
  height: 40px;
  padding: 0 14px;
  text-decoration: none;
  color: #FD9C00;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-total-header .vex-header .common-menu a:hover {
  opacity: 1;
  color: #fff;
  background: #FD9C00;
  border-color: #FD9C00;
}
@media screen and (max-width: 900px) {
  .g-total-header .vex-header .common-menu a {
    min-width: 120px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .common-menu a {
    min-width: 111px;
    height: 32px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.g-total-header .vex-header .common-menu a .icon {
  position: relative;
  margin-right: 4px;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .common-menu a .icon {
    display: none;
  }
}
.g-total-header .vex-header .common-menu a .icon.icon-book {
  height: 20px;
  width: 20px;
  -webkit-mask: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/icon-book.svg") no-repeat 0 0;
  mask: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/icon-book.svg") no-repeat 0 0;
}
.g-total-header .vex-header .common-menu a .icon.icon-movie {
  height: 24px;
  width: 20px;
  -webkit-mask: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/icon-movie.svg") no-repeat 0 0;
  mask: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/icon-movie.svg") no-repeat 0 0;
}
.g-total-header .vex-header .common-menu a .icon.icon-mail {
  height: 20px;
  width: 20px;
  -webkit-mask: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/icon-mail.svg") no-repeat 0 0;
  mask: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-vex2023/assets/images/common/icon-mail.svg") no-repeat 0 0;
}
.g-total-header .vex-header .common-menu .contact-link {
  color: #fff;
  background: #E9565B;
  border-color: #E9565B;
}
.g-total-header .vex-header .common-menu .contact-link:hover {
  color: #E9565B;
  background: #fff;
  border-color: #E9565B;
}
.g-total-header .vex-header .common-menu .main-menu li {
  margin-right: 12px;
  margin-bottom: 0;
}
.g-total-header .vex-header .page-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 40px;
  background: #077846;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .page-menu {
    max-height: calc(100vh - 50px);
    padding: 14px 16px 60px;
  }
}
.g-total-header .vex-header .page-menu ul li {
  margin-right: 16px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .g-total-header .vex-header .page-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .page-menu ul li {
    margin: 0 0 16px;
  }
  .g-total-header .vex-header .page-menu ul li:last-child {
    margin-bottom: 0;
  }
}
.g-total-header .vex-header .page-menu ul li::before {
  content: none;
}
.g-total-header .vex-header .page-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 240px;
  min-height: 58px;
  padding: 8px 32px 8px 64px;
  text-decoration: none;
  color: #077846;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 32px;
  border: 1px solid transparent;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .page-menu a {
    width: 100%;
  }
}
.g-total-header .vex-header .page-menu a:hover {
  color: #fff;
  background: #077846;
  border-color: #fff;
}
.g-total-header .vex-header .page-menu a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.g-total-header .vex-header .page-menu a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-total-header .vex-header .page-menu a[target=_blank]::after {
  content: "\e902";
  font-family: ubsecure !important;
  font-size: 11px;
  font-weight: 400;
  width: 12px;
  height: 20px;
  border: none;
  -webkit-transform: none;
  transform: none;
}
.g-total-header .vex-header .page-menu a:hover {
  opacity: 1;
}
.g-total-header .vex-header .page-menu a:hover::before {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .page-menu .main-menu {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #fff;
  }
  .g-total-header .vex-header .page-menu .main-menu a {
    color: #FD9C00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .g-total-header .vex-header .page-menu .main-menu a:hover {
    opacity: 1;
    color: #fff;
    background: #FD9C00;
    border-color: #FD9C00;
  }
  .g-total-header .vex-header .page-menu .main-menu a:hover::before {
    width: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .g-total-header .vex-header .page-menu .main-menu .contact-link {
    margin-bottom: 16px;
  }
}
.g-total-header .vex-header .vex-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 0;
  top: -1px;
  width: 64px;
  height: 64px;
  background: #077846;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .vex-toggle {
    width: 50px;
    height: 50px;
  }
}
.g-total-header .vex-header .vex-toggle i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 2px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .g-total-header .vex-header .vex-toggle i {
    width: 22px;
  }
}
.g-total-header .vex-header .vex-toggle i:nth-child(1) {
  top: -18px;
}
.g-total-header .vex-header .vex-toggle i:nth-child(3) {
  bottom: -18px;
}
.g-total-header .vex-header .vex-toggle.-js-opened i:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-total-header .vex-header .vex-toggle.-js-opened i:nth-child(2) {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.g-total-header .vex-header .vex-toggle.-js-opened i:nth-child(3) {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}/*======================================================================
 * footer
======================================================================*/
.g-footer-links {
  padding: 88px 20px 52px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#53A632), to(#077846));
  background-image: linear-gradient(to right bottom, #53A632, #077846);
}
@media screen and (max-width: 768px) {
  .g-footer-links {
    padding: 40px;
  }
}
@media screen and (max-width: 360px) {
  .g-footer-links {
    padding: 40px 20px;
  }
}
.g-footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .g-footer-links ul {
    display: block;
  }
}
.g-footer-links ul li {
  margin: 0 20px 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .g-footer-links ul li {
    margin: 0 0 16px;
  }
  .g-footer-links ul li:last-child {
    margin-bottom: 0;
  }
}
.g-footer-links ul li::before {
  content: none;
}
.g-footer-links ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 357px;
  padding: 14px 70px;
  text-decoration: none;
  color: #FD9C00;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .g-footer-links ul li a {
    min-width: auto;
    max-width: 300px;
    padding: 12px 36px;
    font-size: 1.6rem;
    border-radius: 28px;
  }
}
@media screen and (max-width: 360px) {
  .g-footer-links ul li a {
    font-size: 1.4rem;
  }
}
.g-footer-links ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  .g-footer-links ul li a::after {
    width: 32px;
  }
}
.g-footer-links ul li a:hover {
  opacity: 1;
  color: #FFF;
  background: #FD9C00;
  border-color: #FD9C00;
}
.g-footer-links ul li a:hover::after {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .g-footer-links ul li a:hover::after {
    width: 40px;
  }
}

.g-footer {
  position: relative;
  font-size: 15.008px;
  padding-top: 60px;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .g-footer {
    font-size: 1.4rem;
  }
}
.g-footer ul li {
  padding-left: 0;
  letter-spacing: normal;
}
.g-footer ul li::before {
  content: none;
}
@media screen and (min-width: 769px) {
  .g-footer .page-center > .row-fluid-wrapper:first-child {
    display: none;
  }
}
.g-footer .page-center > .row-fluid-wrapper:last-child > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .g-footer .page-center > .row-fluid-wrapper:last-child > .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.g-footer .page-center > .row-fluid-wrapper:last-child > .row-fluid::before, .g-footer .page-center > .row-fluid-wrapper:last-child > .row-fluid::after {
  content: none;
}
.g-footer .foot-bottom-link a {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .g-footer .foot-bottom-link a {
    font-size: 1.225rem;
  }
}
.g-footer .copyright {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .g-footer .copyright {
    font-size: 1.1382rem;
  }
}
.g-footer .foot-about {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .g-footer .foot-about {
    width: 38%;
  }
}
.g-footer .foot-company {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .g-footer .foot-company {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .g-footer .foot-main-menu {
    float: right;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .g-footer .foot-main-menu {
    width: 100%;
  }
}
.g-footer .foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .g-footer .foot-menu {
    width: calc(100% - 150px);
  }
}
.g-footer .foot-sns li {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .g-footer .foot-site-link {
    float: right;
    width: 150px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .g-footer .foot-site-link {
    width: 8em;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .g-footer .foot-bg {
    bottom: 19.6%;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 角丸のセクション
------------------------------------------------------------*/
.round-section > .row-fluid > .dnd-column, .round-section > .row-fluid > .dnd-module > * {
  padding: 5rem 4rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .round-section > .row-fluid > .dnd-column, .round-section > .row-fluid > .dnd-module > * {
    padding: 4rem 2.4rem;
    border-radius: 1.6rem;
  }
}

/*------------------------------------------------------------
 * 角丸＋シャドウのセクション
------------------------------------------------------------*/
.round-shadow-section > .row-fluid > .dnd-column, .round-shadow-section > .row-fluid > .dnd-module > * {
  padding: 5rem 4rem;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .round-shadow-section > .row-fluid > .dnd-column, .round-shadow-section > .row-fluid > .dnd-module > * {
    padding: 4rem 2.4rem;
    border-radius: 1.6rem;
  }
}

.green-gradient-section {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#53A632), to(#077846));
  background-image: linear-gradient(to right bottom, #53A632, #077846);
}
@media screen and (max-width: 360px) {
  .green-gradient-section {
    padding: 40px 20px;
  }
}
.green-gradient-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .green-gradient-section ul {
    display: block;
  }
}
.green-gradient-section ul li {
  margin: 0 20px 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .green-gradient-section ul li {
    margin: 0 0 16px;
  }
  .green-gradient-section ul li:last-child {
    margin-bottom: 0;
  }
}
.green-gradient-section ul li::before {
  content: none;
}
.green-gradient-section ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 357px;
  padding: 14px 70px;
  text-decoration: none;
  color: #FD9C00;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .green-gradient-section ul li a {
    min-width: auto;
    max-width: 300px;
    padding: 12px 36px;
    font-size: 1.6rem;
    border-radius: 28px;
  }
}
@media screen and (max-width: 360px) {
  .green-gradient-section ul li a {
    font-size: 1.4rem;
  }
}
.green-gradient-section ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin: auto;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  .green-gradient-section ul li a::after {
    width: 32px;
  }
}
.green-gradient-section ul li a:hover {
  opacity: 1;
  color: #FFF;
  background: #FD9C00;
  border-color: #FD9C00;
}
.green-gradient-section ul li a:hover::after {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .green-gradient-section ul li a:hover::after {
    width: 40px;
  }
}

/* ------------------------------------------------------------
  * ロゴリストセクション
------------------------------------------------------------ */
.round-section .case-logo-container,
.sec-logo-list .case-logo-container {
  margin-top: 50px;
}
.round-section .case-logo-container h2,
.sec-logo-list .case-logo-container h2 {
  display: none;
}