/*======================================================================
 * 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;
}/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/@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: 2.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(.-sp-margin-0) > *:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .l-col3-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .l-col3-block > * {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .l-col3-block:not(.-sp-margin-0) > *:not(:first-child) {
    margin-top: 30px;
  }
}

.l-simple-anchor {
  display: block;
  padding: 56px 20px 20px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  background-color: #F9F9F9;
}
.l-simple-anchor strong {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .l-simple-anchor {
    padding: 20px 10px 10px;
  }
}@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 [class*=span]:empty {
  min-height: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #52c0eb;
  border: 1px solid #52c0eb;
  color: #fff;
  -webkit-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 0;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.l-button:link, .l-button:visited, .l-button:active {
  color: #fff;
}
.l-button > * {
  display: block;
  width: 100%;
}
.l-button svg {
  fill: #fff;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.l-button:hover {
  opacity: 1;
  background: #fff;
  color: #52c0eb;
}
.l-button.-blue, .-blue .l-button {
  background: #52c0eb;
  border-color: #52c0eb;
}
.l-button.-blue:hover, .-blue .l-button:hover {
  background: #fff;
  color: #52c0eb;
}
.l-button.-blue:hover svg, .-blue .l-button:hover svg {
  fill: #52c0eb;
}
.l-button.-red, .-red .l-button {
  background: #e20001;
  border-color: #e20001;
}
.l-button.-red:hover, .-red .l-button:hover {
  background: #fff;
  color: #e20001;
}
.l-button.-red:hover svg, .-red .l-button:hover svg {
  fill: #e20001;
}
.l-button.-navy, .-navy .l-button {
  background: #332c6a;
  border-color: #332c6a;
}
.l-button.-navy:hover, .-navy .l-button:hover {
  background: #fff;
  color: #332c6a;
}
.l-button.-navy:hover svg, .-navy .l-button:hover svg {
  fill: #332c6a;
}
.l-button.-round {
  min-height: 64px;
  padding: 0 32px 0 70px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  border-radius: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.l-button.-round::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.-round:hover {
  opacity: 1;
}
.l-button.-round:hover::after {
  width: 60px;
}
.l-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-button i::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
}
.l-button i.-right {
  right: 15px;
}
.l-button i.-left {
  left: 15px;
}
.l-button i.-arrow.-right::before {
  content: "\f105";
  font-size: 26px;
}
.l-button i.-arrow.-left::before {
  content: "\f104";
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .l-button {
    min-height: 60px;
    font-size: 1.5rem;
  }
  .l-button.-round {
    padding: 12px 20px 12px 36px;
    font-size: 1.6rem;
  }
  .l-button.-round:hover::after {
    width: 55px;
  }
  .l-button i.-right {
    right: 10px;
  }
  .l-button i.-left {
    left: 10px;
  }
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
.hs-form fieldset {
  max-width: 750px !important;
  padding: 0;
  position: relative;
  margin: 0 auto 50px !important;
}
@media screen and (max-width: 768px) {
  .hs-form fieldset {
    margin-bottom: 1.5em !important;
  }
}
.hs-form fieldset .input {
  margin-right: 0 !important;
}
.hs-form fieldset .input .hs-field-desc:last-child {
  margin-top: -0.5em;
  text-align: left;
}
.hs-form fieldset > .hs-richtext {
  width: 16em;
  text-align: right;
  padding: 0 1em 0 0;
}
.hs-form fieldset .hs_zip {
  max-width: 455px;
  margin-top: 10px;
}
.hs-form fieldset .hs_prefectures, .hs-form fieldset .hs_prefecture1 {
  max-width: 455px;
}
.hs-form fieldset .hs_zip, .hs-form fieldset .hs_address, .hs-form fieldset .hs_prefectures, .hs-form fieldset .hs_prefecture1, .hs-form fieldset .hs_city {
  margin-bottom: -30px;
}
.hs-form fieldset .hs_zip .hs-error-msgs, .hs-form fieldset .hs_address .hs-error-msgs, .hs-form fieldset .hs_prefectures .hs-error-msgs, .hs-form fieldset .hs_prefecture1 .hs-error-msgs, .hs-form fieldset .hs_city .hs-error-msgs {
  margin: 1.95em 0 0;
}
.hs-form .form-columns-2 .hs-form-field {
  width: 48% !important;
  float: left !important;
}
.hs-form .form-columns-2 .hs-form-field:nth-child(2) {
  float: right !important;
}
.hs-form .form-columns-2 .input {
  margin-right: 0;
}
.hs-form .hs-form-field {
  display: table;
  width: 100%;
  line-height: 1.77;
}
.hs-form .hs-form-field.hs-fieldtype-textarea, .hs-form .hs-form-field.hs_agreeing_to, .hs-form .hs-form-field.hs_product_and_service {
  max-width: 100%;
}
.hs-form .hs-form-field.hs_eggs_course {
  max-width: 800px;
}
.hs-form .hs-form-field label {
  width: 16em;
  text-align: right;
  padding: 0.7em 1em 0 0;
}
.hs-form .hs-form-field .hs-error-msgs {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0.2em 0 0;
  padding-left: 16em;
  text-align: left;
}
.hs-form .form-columns-0 .hs-richtext {
  width: 100%;
  margin-bottom: 2em;
  padding: 0;
  text-align: left;
}
.hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .inputs-list .hs-form-checkbox {
  padding: 0.3em 0;
}
.hs-form .hs-form-required {
  color: #e63417;
}
.hs-form .hs-error-msg,
.hs-form .hs-error-msgs {
  color: red;
  text-align: center;
}
.hs-form .hs-error-msgs {
  margin: 0.5em 0 0;
  text-align: left;
}
.hs-form .hs-error-msgs li {
  font-size: 1.2rem;
  color: #ed2727;
  line-height: 1.4;
}
.hs-form .hs_error_rollup .hs-error-msgs {
  margin-bottom: 10px;
}
.hs-form .hs_cos_wrapper_type_rich_text {
  margin: 0;
}
.hs-form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
.round-section .hs-form .hs-fieldtype-select .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input, .round-section .hs-form .hs-fieldtype-date .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input, .round-section .hs-form .hs-fieldtype-number .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input, .round-section .hs-form .hs-fieldtype-textarea .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input, .round-section .hs-form .hs-fieldtype-text .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input, .hs-form .hs-fieldtype-select .input .hs-input, .hs-form select,
.hs-form textarea, .hs-form input[type=text], .hs-form input[type=email], .hs-form input[type=password], .hs-form input[type=tel], .hs-form input[type=number], .hs-form input[type=file], .hs-form input[type=search] {
  width: 100% !important;
  margin: 0;
  outline: none;
  border: none;
  padding: 0.813em 1.3em;
  background: #f4f5f6;
  border-radius: 6px;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-select .input .hs-input::-webkit-input-placeholder, .hs-form select::-webkit-input-placeholder,
.hs-form textarea::-webkit-input-placeholder, .hs-form input[type=text]::-webkit-input-placeholder, .hs-form input[type=email]::-webkit-input-placeholder, .hs-form input[type=password]::-webkit-input-placeholder, .hs-form input[type=tel]::-webkit-input-placeholder, .hs-form input[type=number]::-webkit-input-placeholder, .hs-form input[type=file]::-webkit-input-placeholder, .hs-form input[type=search]::-webkit-input-placeholder {
  color: #cdcbcb;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-select .input .hs-input::-moz-placeholder, .hs-form select::-moz-placeholder,
.hs-form textarea::-moz-placeholder, .hs-form input[type=text]::-moz-placeholder, .hs-form input[type=email]::-moz-placeholder, .hs-form input[type=password]::-moz-placeholder, .hs-form input[type=tel]::-moz-placeholder, .hs-form input[type=number]::-moz-placeholder, .hs-form input[type=file]::-moz-placeholder, .hs-form input[type=search]::-moz-placeholder {
  color: #cdcbcb;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-select .input .hs-input::-ms-input-placeholder, .hs-form select::-ms-input-placeholder,
.hs-form textarea::-ms-input-placeholder, .hs-form input[type=text]::-ms-input-placeholder, .hs-form input[type=email]::-ms-input-placeholder, .hs-form input[type=password]::-ms-input-placeholder, .hs-form input[type=tel]::-ms-input-placeholder, .hs-form input[type=number]::-ms-input-placeholder, .hs-form input[type=file]::-ms-input-placeholder, .hs-form input[type=search]::-ms-input-placeholder {
  color: #cdcbcb;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::placeholder, .hs-form .hs-fieldtype-select .input .hs-input::placeholder, .hs-form select::placeholder,
.hs-form textarea::placeholder, .hs-form input[type=text]::placeholder, .hs-form input[type=email]::placeholder, .hs-form input[type=password]::placeholder, .hs-form input[type=tel]::placeholder, .hs-form input[type=number]::placeholder, .hs-form input[type=file]::placeholder, .hs-form input[type=search]::placeholder {
  color: #cdcbcb;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-select .input .hs-input:focus::-webkit-input-placeholder, .hs-form select:focus::-webkit-input-placeholder,
.hs-form textarea:focus::-webkit-input-placeholder, .hs-form input[type=text]:focus::-webkit-input-placeholder, .hs-form input[type=email]:focus::-webkit-input-placeholder, .hs-form input[type=password]:focus::-webkit-input-placeholder, .hs-form input[type=tel]:focus::-webkit-input-placeholder, .hs-form input[type=number]:focus::-webkit-input-placeholder, .hs-form input[type=file]:focus::-webkit-input-placeholder, .hs-form input[type=search]:focus::-webkit-input-placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-select .input .hs-input:focus::-moz-placeholder, .hs-form select:focus::-moz-placeholder,
.hs-form textarea:focus::-moz-placeholder, .hs-form input[type=text]:focus::-moz-placeholder, .hs-form input[type=email]:focus::-moz-placeholder, .hs-form input[type=password]:focus::-moz-placeholder, .hs-form input[type=tel]:focus::-moz-placeholder, .hs-form input[type=number]:focus::-moz-placeholder, .hs-form input[type=file]:focus::-moz-placeholder, .hs-form input[type=search]:focus::-moz-placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-select .input .hs-input:focus::-ms-input-placeholder, .hs-form select:focus::-ms-input-placeholder,
.hs-form textarea:focus::-ms-input-placeholder, .hs-form input[type=text]:focus::-ms-input-placeholder, .hs-form input[type=email]:focus::-ms-input-placeholder, .hs-form input[type=password]:focus::-ms-input-placeholder, .hs-form input[type=tel]:focus::-ms-input-placeholder, .hs-form input[type=number]:focus::-ms-input-placeholder, .hs-form input[type=file]:focus::-ms-input-placeholder, .hs-form input[type=search]:focus::-ms-input-placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::placeholder, .hs-form .hs-fieldtype-select .input .hs-input:focus::placeholder, .hs-form select:focus::placeholder,
.hs-form textarea:focus::placeholder, .hs-form input[type=text]:focus::placeholder, .hs-form input[type=email]:focus::placeholder, .hs-form input[type=password]:focus::placeholder, .hs-form input[type=tel]:focus::placeholder, .hs-form input[type=number]:focus::placeholder, .hs-form input[type=file]:focus::placeholder, .hs-form input[type=search]:focus::placeholder {
  color: transparent;
}
.hs-form textarea {
  resize: vertical;
  height: 13.8em;
}
.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-form-checkbox {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0 1em 0.6em 0;
  line-height: 1.4;
}
.hs-form .hs-form-checkbox .hs-form-checkbox-display {
  display: inline-block;
  width: auto;
  text-align: left;
}
.hs-form .hs-form-checkbox span {
  display: block;
  position: relative;
  padding-left: 2.1em;
}
.hs-form .hs-form-checkbox span:before, .hs-form .hs-form-checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-form-checkbox span:before {
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  background: #f4f5f6;
}
.hs-form .hs-form-checkbox span:after {
  left: 0.25em;
  top: 0.5em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #0087d6;
  border-bottom: 3px solid #0087d6;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-form .hs-form-checkbox input {
  display: none;
}
.hs-form .hs-form-checkbox input:checked + span:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hs-form .hs-fieldtype-booleancheckbox {
  text-align: center;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 2em !important;
  width: auto !important;
  text-align: left !important;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required) {
  display: inline;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):before {
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  background: #f4f5f6;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):after {
  left: 0.25em;
  top: 0.5em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #0087d6;
  border-bottom: 3px solid #0087d6;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  display: none;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input:checked + span:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hs-form .hs-fieldtype-booleancheckbox {
  text-align: center;
}
.hs-form .hs-fieldtype-booleancheckbox li {
  display: inline-block;
}
.hs-form .hs-fieldtype-booleancheckbox a {
  display: inline-block;
  color: inherit;
}
.hs-form .hs-fieldtype-radio .hs-form-radio:first-child {
  padding-top: 0.9em;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 1.4;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span:before, .hs-form .hs-fieldtype-radio .hs-form-radio-display span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span:before {
  width: 1em;
  height: 1em;
  border: 1px solid #acacac;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span:after {
  width: 0.625em;
  height: 0.625em;
  left: 0.25em;
  top: 0.34em;
  opacity: 0;
  background: #acacac;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display input:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  right: 10px;
  width: 1.75em;
  height: 1.75em;
  border-radius: 6px;
  background: #acacac url(https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/Ubsecure%202019%20Theme/images/common/select-icon.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-fieldtype-select .input .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  padding-right: calc(2em + 10px);
  line-height: 1.44;
}
.hs-form .hs-fieldtype-select .input .hs-input::-ms-expand {
  display: none;
}
.hs-form .legal-consent-container {
  text-align: center;
}
.hs-form .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs-submit {
  width: 90%;
  max-width: 350px;
  margin: 3em auto 0;
}
.hs-form input[type=submit],
.hs-form .hs-button {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  outline: none;
  position: relative;
  background: #03b8ec;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  cursor: pointer;
}
.hs-form input[type=submit]:hover,
.hs-form .hs-button:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.hs-form .submitted-message {
  text-align: center;
}
/* フォームの初期設定 */
.hs-form {
  /** radio **/
  /** checkbox **/
  /** booleancheckbox **/
  /** 同意 **/
}
.hs-form .form-style, .hs-form .form-style-row {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 70px 20px;
  text-align: center;
}
.hs-form .form-style form, .hs-form .form-style-row form {
  text-align: left;
}
.hs-form .form-style form h2, .hs-form .form-style-row form h2 {
  text-align: center;
}
.hs-form .hs-fieldtype-radio .hs-form-radio:first-child {
  padding-top: 0.9em;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 1.4;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span:before, .hs-form .hs-fieldtype-radio .hs-form-radio-display span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.1em;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span:before {
  width: 1em;
  height: 1em;
  border: 1px solid #acacac;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display span:after {
  width: 0.625em;
  height: 0.625em;
  left: 0.25em;
  top: 0.34em;
  opacity: 0;
  background: #acacac;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display input:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hs-form .hs-form-checkbox {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0 1em 0.6em 0;
  line-height: 1.4;
}
.hs-form .hs-form-checkbox .hs-form-checkbox-display {
  display: inline-block;
  width: auto;
  text-align: left;
}
.hs-form .hs-form-checkbox span {
  display: block;
  position: relative;
  padding-left: 2.1em;
}
.hs-form .hs-form-checkbox span:before, .hs-form .hs-form-checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-form-checkbox span:before {
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  background: #f4f5f6;
}
.hs-form .hs-form-checkbox span:after {
  left: 0.25em;
  top: 0.5em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #0087d6;
  border-bottom: 3px solid #0087d6;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-form .hs-form-checkbox input {
  display: none;
}
.hs-form .hs-form-checkbox input:checked + span:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 2em !important;
  width: auto !important;
  text-align: left !important;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required) {
  display: inline;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):before {
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  background: #f4f5f6;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):after {
  left: 0.25em;
  top: 0.5em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #0087d6;
  border-bottom: 3px solid #0087d6;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  display: none;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input:checked + span:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hs-form .hs-fieldtype-booleancheckbox {
  text-align: center;
}
.hs-form .hs-fieldtype-booleancheckbox li {
  display: inline-block;
}
.hs-form .hs-fieldtype-booleancheckbox a {
  display: inline-block;
  color: inherit;
}
.hs-form .hs_submit {
  margin-bottom: 3.95em;
  max-width: 270px;
  margin: 0 auto;
  position: relative;
}
.hs-form .hs_submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0.46em;
  height: 0.46em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -0.35em;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.hs-form .hs_submit:hover:after {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.hs-form .submitted-message {
  font-size: 1.125rem;
}
.hs-form .submitted-message p:first-of-type {
  font-size: 1.222em;
  margin: 0 0 1em;
}
.hs-form .submitted-message p.en {
  line-height: 1;
  font-size: 1.5em;
}

/** passwordなど小さいフォーム用 **/
.form-small input[type=password] {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  padding: 1.2em 1em;
  outline: none;
}
.form-small .hs-button {
  margin-top: 30px;
  max-width: 250px;
}

/** プライバシーポリシーのリンク **/
.privacy-policy-link a {
  color: #444;
}

/* ------------------------------------------------------------
  * 角丸セクションの中のフォーム
------------------------------------------------------------ */
.round-section .hs-form fieldset,
.round-shadow-section .hs-form fieldset {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .round-section .hs-form .form-columns-2 .hs-form-field:first-child,
.round-shadow-section .hs-form .form-columns-2 .hs-form-field:first-child {
    padding-right: 10px;
  }
  .round-section .hs-form .form-columns-2 .hs-form-field:last-child,
.round-shadow-section .hs-form .form-columns-2 .hs-form-field:last-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .round-section .hs-form .form-columns-2 .hs-form-field,
.round-shadow-section .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
.round-section .hs-form .hs-form-field,
.round-shadow-section .hs-form .hs-form-field {
  margin-bottom: 1em;
}
.round-section .hs-form .hs-form-field > label,
.round-shadow-section .hs-form .hs-form-field > label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.875em;
  padding: 0 0 0 40px;
  font-weight: bold;
  text-align: left;
}
.round-section .hs-form .hs-form-field > label::before,
.round-shadow-section .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;
}
.round-section .hs-form .hs-form-field .input,
.round-shadow-section .hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
.round-section .hs-form .form-columns-0 .hs-richtext,
.round-shadow-section .hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
.round-section .hs-form .hs-richtext,
.round-shadow-section .hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.round-section .hs-form .inputs-list,
.round-shadow-section .hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.round-section .hs-form .hs-form-required,
.round-shadow-section .hs-form .hs-form-required {
  color: transparent;
}
.round-section .hs-form .hs-form-required::before,
.round-shadow-section .hs-form .hs-form-required::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 6px;
  background: #fff;
  width: 34px;
  height: 21px;
}
.round-section .hs-form .hs-form-required::after,
.round-shadow-section .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;
}
.round-section .hs-form .hs-error-msgs,
.round-shadow-section .hs-form .hs-error-msgs {
  position: relative;
  margin-top: 0;
  color: #C62828;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .round-section .hs-form .hs-error-msgs,
.round-shadow-section .hs-form .hs-error-msgs {
    font-size: 1.4rem;
  }
}
.round-section .hs-form .hs-field-desc,
.round-shadow-section .hs-form .hs-field-desc {
  margin: -1em 0 4px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .round-section .hs-form .hs-field-desc,
.round-shadow-section .hs-form .hs-field-desc {
    font-size: 1.2rem;
  }
}
.round-section .hs-form .hs-fieldtype-select .hs-input, .round-section .hs-form .hs-fieldtype-date .hs-input, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input, .round-section .hs-form .hs-fieldtype-number .hs-input, .round-section .hs-form .hs-fieldtype-textarea .hs-input, .round-section .hs-form .hs-fieldtype-text .hs-input, .round-section .hs-form input[type=text], .round-section .hs-form input[type=email], .round-section .hs-form input[type=password], .round-section .hs-form input[type=tel], .round-section .hs-form input[type=number], .round-section .hs-form input[type=file], .round-section .hs-form input[type=search], .round-section .hs-form select,
.round-section .hs-form textarea,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input,
.round-shadow-section .hs-form input[type=text],
.round-shadow-section .hs-form input[type=email],
.round-shadow-section .hs-form input[type=password],
.round-shadow-section .hs-form input[type=tel],
.round-shadow-section .hs-form input[type=number],
.round-shadow-section .hs-form input[type=file],
.round-shadow-section .hs-form input[type=search],
.round-shadow-section .hs-form select,
.round-shadow-section .hs-form textarea {
  width: 100% !important;
  outline: none;
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .round-section .hs-form .hs-fieldtype-select .hs-input, .round-section .hs-form .hs-fieldtype-date .hs-input, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input, .round-section .hs-form .hs-fieldtype-number .hs-input, .round-section .hs-form .hs-fieldtype-textarea .hs-input, .round-section .hs-form .hs-fieldtype-text .hs-input, .round-section .hs-form input[type=text], .round-section .hs-form input[type=email], .round-section .hs-form input[type=password], .round-section .hs-form input[type=tel], .round-section .hs-form input[type=number], .round-section .hs-form input[type=file], .round-section .hs-form input[type=search], .round-section .hs-form select,
.round-section .hs-form textarea,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input,
.round-shadow-section .hs-form input[type=text],
.round-shadow-section .hs-form input[type=email],
.round-shadow-section .hs-form input[type=password],
.round-shadow-section .hs-form input[type=tel],
.round-shadow-section .hs-form input[type=number],
.round-shadow-section .hs-form input[type=file],
.round-shadow-section .hs-form input[type=search],
.round-shadow-section .hs-form select,
.round-shadow-section .hs-form textarea {
    padding: 0.8em 1em;
  }
}
.round-section .hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder, .round-section .hs-form input[type=text]::-webkit-input-placeholder, .round-section .hs-form input[type=email]::-webkit-input-placeholder, .round-section .hs-form input[type=password]::-webkit-input-placeholder, .round-section .hs-form input[type=tel]::-webkit-input-placeholder, .round-section .hs-form input[type=number]::-webkit-input-placeholder, .round-section .hs-form input[type=file]::-webkit-input-placeholder, .round-section .hs-form input[type=search]::-webkit-input-placeholder, .round-section .hs-form select::-webkit-input-placeholder,
.round-section .hs-form textarea::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=text]::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=email]::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=password]::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=tel]::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=number]::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=file]::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=search]::-webkit-input-placeholder,
.round-shadow-section .hs-form select::-webkit-input-placeholder,
.round-shadow-section .hs-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder, .round-section .hs-form input[type=text]::-moz-placeholder, .round-section .hs-form input[type=email]::-moz-placeholder, .round-section .hs-form input[type=password]::-moz-placeholder, .round-section .hs-form input[type=tel]::-moz-placeholder, .round-section .hs-form input[type=number]::-moz-placeholder, .round-section .hs-form input[type=file]::-moz-placeholder, .round-section .hs-form input[type=search]::-moz-placeholder, .round-section .hs-form select::-moz-placeholder,
.round-section .hs-form textarea::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder,
.round-shadow-section .hs-form input[type=text]::-moz-placeholder,
.round-shadow-section .hs-form input[type=email]::-moz-placeholder,
.round-shadow-section .hs-form input[type=password]::-moz-placeholder,
.round-shadow-section .hs-form input[type=tel]::-moz-placeholder,
.round-shadow-section .hs-form input[type=number]::-moz-placeholder,
.round-shadow-section .hs-form input[type=file]::-moz-placeholder,
.round-shadow-section .hs-form input[type=search]::-moz-placeholder,
.round-shadow-section .hs-form select::-moz-placeholder,
.round-shadow-section .hs-form textarea::-moz-placeholder {
  color: #ccc;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder, .round-section .hs-form input[type=text]::-ms-input-placeholder, .round-section .hs-form input[type=email]::-ms-input-placeholder, .round-section .hs-form input[type=password]::-ms-input-placeholder, .round-section .hs-form input[type=tel]::-ms-input-placeholder, .round-section .hs-form input[type=number]::-ms-input-placeholder, .round-section .hs-form input[type=file]::-ms-input-placeholder, .round-section .hs-form input[type=search]::-ms-input-placeholder, .round-section .hs-form select::-ms-input-placeholder,
.round-section .hs-form textarea::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=text]::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=email]::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=password]::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=tel]::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=number]::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=file]::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=search]::-ms-input-placeholder,
.round-shadow-section .hs-form select::-ms-input-placeholder,
.round-shadow-section .hs-form textarea::-ms-input-placeholder {
  color: #ccc;
}
.round-section .hs-form .hs-fieldtype-select .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input::placeholder, .round-section .hs-form input[type=text]::placeholder, .round-section .hs-form input[type=email]::placeholder, .round-section .hs-form input[type=password]::placeholder, .round-section .hs-form input[type=tel]::placeholder, .round-section .hs-form input[type=number]::placeholder, .round-section .hs-form input[type=file]::placeholder, .round-section .hs-form input[type=search]::placeholder, .round-section .hs-form select::placeholder,
.round-section .hs-form textarea::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input::placeholder,
.round-shadow-section .hs-form input[type=text]::placeholder,
.round-shadow-section .hs-form input[type=email]::placeholder,
.round-shadow-section .hs-form input[type=password]::placeholder,
.round-shadow-section .hs-form input[type=tel]::placeholder,
.round-shadow-section .hs-form input[type=number]::placeholder,
.round-shadow-section .hs-form input[type=file]::placeholder,
.round-shadow-section .hs-form input[type=search]::placeholder,
.round-shadow-section .hs-form select::placeholder,
.round-shadow-section .hs-form textarea::placeholder {
  color: #ccc;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder, .round-section .hs-form input[type=text]:focus::-webkit-input-placeholder, .round-section .hs-form input[type=email]:focus::-webkit-input-placeholder, .round-section .hs-form input[type=password]:focus::-webkit-input-placeholder, .round-section .hs-form input[type=tel]:focus::-webkit-input-placeholder, .round-section .hs-form input[type=number]:focus::-webkit-input-placeholder, .round-section .hs-form input[type=file]:focus::-webkit-input-placeholder, .round-section .hs-form input[type=search]:focus::-webkit-input-placeholder, .round-section .hs-form select:focus::-webkit-input-placeholder,
.round-section .hs-form textarea:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=text]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=email]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=password]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=tel]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=number]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=file]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form input[type=search]:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form select:focus::-webkit-input-placeholder,
.round-shadow-section .hs-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder, .round-section .hs-form input[type=text]:focus::-moz-placeholder, .round-section .hs-form input[type=email]:focus::-moz-placeholder, .round-section .hs-form input[type=password]:focus::-moz-placeholder, .round-section .hs-form input[type=tel]:focus::-moz-placeholder, .round-section .hs-form input[type=number]:focus::-moz-placeholder, .round-section .hs-form input[type=file]:focus::-moz-placeholder, .round-section .hs-form input[type=search]:focus::-moz-placeholder, .round-section .hs-form select:focus::-moz-placeholder,
.round-section .hs-form textarea:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=text]:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=email]:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=password]:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=tel]:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=number]:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=file]:focus::-moz-placeholder,
.round-shadow-section .hs-form input[type=search]:focus::-moz-placeholder,
.round-shadow-section .hs-form select:focus::-moz-placeholder,
.round-shadow-section .hs-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder, .round-section .hs-form input[type=text]:focus::-ms-input-placeholder, .round-section .hs-form input[type=email]:focus::-ms-input-placeholder, .round-section .hs-form input[type=password]:focus::-ms-input-placeholder, .round-section .hs-form input[type=tel]:focus::-ms-input-placeholder, .round-section .hs-form input[type=number]:focus::-ms-input-placeholder, .round-section .hs-form input[type=file]:focus::-ms-input-placeholder, .round-section .hs-form input[type=search]:focus::-ms-input-placeholder, .round-section .hs-form select:focus::-ms-input-placeholder,
.round-section .hs-form textarea:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=text]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=email]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=password]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=tel]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=number]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=file]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form input[type=search]:focus::-ms-input-placeholder,
.round-shadow-section .hs-form select:focus::-ms-input-placeholder,
.round-shadow-section .hs-form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .round-section .hs-form .hs-fieldtype-text .hs-input:focus::placeholder, .round-section .hs-form input[type=text]:focus::placeholder, .round-section .hs-form input[type=email]:focus::placeholder, .round-section .hs-form input[type=password]:focus::placeholder, .round-section .hs-form input[type=tel]:focus::placeholder, .round-section .hs-form input[type=number]:focus::placeholder, .round-section .hs-form input[type=file]:focus::placeholder, .round-section .hs-form input[type=search]:focus::placeholder, .round-section .hs-form select:focus::placeholder,
.round-section .hs-form textarea:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-select .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-date .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-number .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder,
.round-shadow-section .hs-form .hs-fieldtype-text .hs-input:focus::placeholder,
.round-shadow-section .hs-form input[type=text]:focus::placeholder,
.round-shadow-section .hs-form input[type=email]:focus::placeholder,
.round-shadow-section .hs-form input[type=password]:focus::placeholder,
.round-shadow-section .hs-form input[type=tel]:focus::placeholder,
.round-shadow-section .hs-form input[type=number]:focus::placeholder,
.round-shadow-section .hs-form input[type=file]:focus::placeholder,
.round-shadow-section .hs-form input[type=search]:focus::placeholder,
.round-shadow-section .hs-form select:focus::placeholder,
.round-shadow-section .hs-form textarea:focus::placeholder {
  color: transparent;
}
.round-section .hs-form .hs-fieldtype-textarea .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-textarea .hs-input {
  min-height: 240px;
}
.round-section .hs-form .fn-date-picker .pika-button,
.round-shadow-section .hs-form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.round-section .hs-form .fn-date-picker .pika-button:hover,
.round-shadow-section .hs-form .fn-date-picker .pika-button:hover {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
.round-section .hs-form .fn-date-picker .is-today .pika-button,
.round-shadow-section .hs-form .fn-date-picker .is-today .pika-button {
  color: #000;
}
.round-section .hs-form .fn-date-picker .is-selected .pika-button,
.round-shadow-section .hs-form .fn-date-picker .is-selected .pika-button {
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox,
.round-shadow-section .hs-form .hs-fieldtype-booleancheckbox {
  text-align: left;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display,
.round-shadow-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  padding-left: 0 !important;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span,
.round-shadow-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 100px;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before, .round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after,
.round-shadow-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before,
.round-shadow-section .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;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before,
.round-shadow-section .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;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after,
.round-shadow-section .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;
}
.round-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after,
.round-shadow-section .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input,
.round-shadow-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span,
.round-shadow-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
}
.round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after,
.round-shadow-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before,
.round-shadow-section .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%;
}
.round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before,
.round-shadow-section .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;
}
.round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after,
.round-shadow-section .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;
}
.round-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after,
.round-shadow-section .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
.round-section .hs-form .hs-fieldtype-select .input::after,
.round-shadow-section .hs-form .hs-fieldtype-select .input::after {
  content: none;
}
.round-section .hs-form .hs-fieldtype-select .input select,
.round-shadow-section .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;
}
.round-section .hs-form .hs-fieldtype-select .input select::-ms-expand,
.round-shadow-section .hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.round-section .hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input + span,
.round-shadow-section .hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input + span {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .round-section .hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input + span,
.round-shadow-section .hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input + span {
    font-size: 1.2rem;
  }
}
.round-section .hs-form .legal-consent-container .hs-error-msgs label,
.round-shadow-section .hs-form .legal-consent-container .hs-error-msgs label {
  color: #C62828;
}
.round-section .hs-form .hs-recaptcha .grecaptcha-badge,
.round-shadow-section .hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.round-section .hs-form .hs_error_rollup,
.round-shadow-section .hs-form .hs_error_rollup {
  margin: 3.5rem auto -3rem;
  text-align: center;
}
.round-section .hs-form .hs-submit,
.round-shadow-section .hs-form .hs-submit {
  text-align: center;
}
.round-section .hs-form .hs-submit .actions,
.round-shadow-section .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) {
  .round-section .hs-form .hs-submit .actions,
.round-shadow-section .hs-form .hs-submit .actions {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.round-section .hs-form .hs-submit .actions:hover::after,
.round-shadow-section .hs-form .hs-submit .actions:hover::after {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .round-section .hs-form .hs-submit .actions:hover::after,
.round-shadow-section .hs-form .hs-submit .actions:hover::after {
    width: 40px;
  }
}
.round-section .hs-form .hs-submit .actions::after,
.round-shadow-section .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) {
  .round-section .hs-form .hs-submit .actions::after,
.round-shadow-section .hs-form .hs-submit .actions::after {
    width: 32px;
  }
}
.round-section .hs-form .hs-button,
.round-shadow-section .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: #03b8ec;
  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) {
  .round-section .hs-form .hs-button,
.round-shadow-section .hs-form .hs-button {
    padding: 13px 40px;
    font-size: 1.6rem;
  }
}
.round-section .hs-form .hs-button:hover,
.round-shadow-section .hs-form .hs-button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transform: none;
  transform: none;
}
.round-section .hs-form .submitted-message,
.round-shadow-section .hs-form .submitted-message {
  text-align: center;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.g-container {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .g-container {
    padding-top: 50px;
  }
}
.g-container.-default {
  padding-top: 98px;
}
@media screen and (max-width: 980px) {
  .g-container.-default {
    padding-top: 50px;
  }
}
.g-container.-default .g-total-header {
  height: 98px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 980px) {
  .g-container.-default .g-total-header {
    height: 50px !important;
  }
}
.g-container.-default .g-total-header .bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.g-container.-public-preview {
  padding-top: 0;
}
.g-container.-public-preview .g-total-header {
  position: relative;
  height: auto;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.head-bg.-mini svg {
  height: auto;
}

.g-total-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 114px;
  padding: 0;
  z-index: 1000;
}
.g-total-header.-js-scroll {
  height: 105px;
}
@media screen and (max-width: 768px) {
  .g-total-header {
    height: 50px;
  }
}
.g-total-header .main-header {
  position: relative;
}
.g-total-header .main-header ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .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: 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 .row-fluid .span1.head-cta.-no-pc {
  width: 140px;
}
.g-total-header .main-header .nav {
  width: 85%;
  margin-left: 0;
}
@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: 50px;
    width: 100% !important;
    height: calc(100% - 50px);
    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: 769px) {
  .g-total-header .main-header .nav .head-cta {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .g-total-header .main-header .nav .head-cta .cta_button {
    font-size: 1.6rem;
  }
}
.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 .head-english {
    width: 50px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .nav .head-english {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 980px) {
  .g-total-header .main-header .nav .link-en {
    font-size: 1.6rem;
  }
}
.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: 80%;
  }
  .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;
  }
}/*======================================================================
 * footer
======================================================================*/
.bottom-link .bottom-button {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .bottom-link .bottom-button {
    font-size: 1.7rem;
  }
}

.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;
}
.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 (max-width: 768px) {
  .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";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * Secure Scketch / 角丸＋線のセクション
------------------------------------------------------------*/
.task-section {
  background: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/images/products/secure-sketch/bg-task.png") 0 0/33px auto repeat;
}

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

/*------------------------------------------------------------
 * 角丸のセクション
------------------------------------------------------------*/
.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;
  }
}@charset "UTF-8";
/*======================================================================
* utility
======================================================================*/
.u-flow {
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 20px 16px;
}
@media screen and (min-width: 981px) {
  .u-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(37px + 1em);
    padding: 24px;
  }
  .u-flow.-col3 > li {
    width: 33.3333333333%;
  }
}
.u-flow > li {
  position: relative;
  margin: 0 !important;
  padding: 34px 40px 20px 24px;
}
@media screen and (max-width: 980px) {
  .u-flow > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 12px;
    padding: 20px 0 22px;
  }
  .u-flow > li *:not(.number) {
    width: 100%;
  }
}
@media screen and (min-width: 981px) {
  .u-flow > li:first-child {
    padding-left: 12px;
  }
  .u-flow > li:first-child .number {
    left: 2px;
  }
}
@media screen and (max-width: 980px) {
  .u-flow > li:first-child {
    padding-top: 0;
  }
}
.u-flow > li:not(:last-child) {
  position: relative;
}
@media screen and (min-width: 981px) {
  .u-flow > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 90%;
    background: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-corporate2023/assets/images/common/arrow.png") 100% 50% no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 980px) {
  .u-flow > li:not(:last-child) {
    padding-bottom: 60px;
    background-image: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-corporate2023/assets/images/common/obj-flow-arrow-sp.svg");
    background-position: 50% 100%;
    background-size: 90% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 981px) {
  .u-flow > li:last-child {
    padding-right: 8px;
  }
}
.u-flow .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FD9C2D;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.u-flow .number strong {
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 981px) {
  .u-flow .number {
    position: absolute;
    left: 10px;
    top: -64px;
  }
}
@media screen and (max-width: 980px) {
  .u-flow .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.3rem;
  }
  .u-flow .number strong {
    font-size: 4rem;
    font-weight: bold;
  }
}
.u-flow .title {
  margin: 0;
  color: #18A0C6;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .u-flow .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto !important;
  }
}
.u-flow .service-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 230px;
  margin: 25px auto 0 0;
}
@media screen and (max-width: 980px) {
  .u-flow .service-list {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.u-flow .service-list li {
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .u-flow .service-list li {
    font-size: 1.6rem;
  }
}

.u-service-step {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: clip;
}
.u-service-step table {
  width: 100%;
  min-width: 1000px;
  letter-spacing: 0;
}
.u-service-step table th, .u-service-step table td {
  padding: 0;
  border: none;
  vertical-align: middle;
}
.u-service-step table th {
  text-align: center;
}
.u-service-step table thead th {
  padding: 0 10px 20px 0;
}
.u-service-step table thead th > span {
  display: block;
  max-width: 132px;
  padding: 5px 11px 7px;
  font-size: 1.2rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  border-radius: 10px;
  white-space: nowrap;
}
.u-service-step table tbody tr:first-child .step::before {
  top: 50%;
}
.u-service-step table tbody tr:last-child .step::before {
  top: -50%;
}
.u-service-step table tbody tr:not(:first-child) td:not(.step) {
  padding-top: 10px;
}
.u-service-step table tbody td:not(.step) {
  padding-bottom: 10px;
}
.u-service-step table tbody td {
  min-height: 54px;
}
.u-service-step table tbody .step {
  position: relative;
  padding-right: 10px;
}
.u-service-step table tbody .step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  margin: auto;
  background-color: currentColor;
}
.u-service-step table tbody .step.-circle::after {
  content: "";
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-color: currentColor;
  border-radius: 50%;
}
.u-service-step table tbody .number {
  padding-left: 8px;
  color: #FD9C2D;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.u-service-step table tbody .number strong {
  padding-left: 0.5em;
  font-size: 2.4rem;
}
.u-service-step table tbody .title {
  padding: 0 18px 0 10px;
  color: #18A0C6;
  font-size: 1.8rem;
  white-space: nowrap;
}
.u-service-step table tbody .detail {
  font-size: 1.4rem;
  line-height: 1.3;
}

.u-simple-list {
  list-style: none;
}
.u-simple-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.u-simple-list li::before {
  content: "・";
  position: relative;
  top: 0;
  left: 0;
  border: none;
  -webkit-transform: none;
  transform: none;
}
.u-simple-list li:not(:last-child) {
  margin-bottom: 0.5em;
}