/*======================================================================
 * 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;
}@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;
}

/* 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;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  html {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  background-color: #fffaf1;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif; 
  color: #231815; 
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-weight: 400;
}

.d-ibk {
  display: inline-block;
}

/*------------------------------------------------------------
 * 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: calc(100% - 4rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

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

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.js-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%;";
}
.js-ofi.-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
.js-ofi.-p-ct {
  -o-object-position: center top;
  object-position: center top;
}
.js-ofi.-p-cb {
  -o-object-position: center bottom;
  object-position: center bottom;
}

/*------------------------------------------------------------
 * margin
------------------------------------------------------------*/
._mt-none {
  margin-top: 0;
}

._mt-small {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  ._mt-small {
    margin-top: 3rem;
  }
}

._mt-default {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  ._mt-default {
    margin-top: 5rem;
  }
}

._mt-large {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  ._mt-large {
    margin-top: 8rem;
  }
}

._mb-small {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  ._mb-small {
    margin-bottom: 3rem;
  }
}

._mb-default {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  ._mb-default {
    margin-bottom: 5rem;
  }
}

._mb-large {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  ._mb-large {
    margin-bottom: 8rem;
  }
}

._mb-none {
  margin-bottom: 0;
}

/*------------------------------------------------------------
 * サイト内共通 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;
  }
}@font-face {
  font-family: "ubsecure-recruit";
  src: url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/raw_assets/public/ubsecure-recruit2022/assets/fonts/ubsecure-recruit/ubsecure-recruit.ttf") format("truetype"), url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/raw_assets/public/ubsecure-recruit2022/assets/fonts/ubsecure-recruit/ubsecure-recruit.woff") format("woff"), url("https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/raw_assets/public/ubsecure-recruit2022/assets/fonts/ubsecure-recruit/ubsecure-recruit.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ubsecure-recruit" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.f-en {
  font-family: "Noto Sans Symbols", sans-serif; 
}

.f-mincho {
  font-family: "Noto Serif JP", serif; 
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 14rem 2.5rem;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding: 6rem 2.5rem;
  }
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * 角丸ボタン
------------------------------------------------------------*/
.l-button {
  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: 7rem;
  padding: 1rem 2rem;
  border-radius: 3.5rem;
  text-align: center;
  text-decoration: none;
  background: #1d92b5;
  border: 1px solid #1d92b5;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  z-index: 0;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.l-button::after {
  content: none !important;
}
.l-button .sub {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.l-button .sub::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.l-button svg {
  fill: #fff;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.l-button:hover {
  opacity: 1;
  background: #fff;
  color: #1d92b5;
}
.l-button.-main {
  background: #1d92b5;
  border-color: #1d92b5;
}
.l-button.-main:hover {
  background: #fff;
  color: #1d92b5;
}
.l-button.-main:hover svg {
  fill: #1d92b5;
}
.l-button.-green {
  background: #009fa5;
  border-color: #009fa5;
}
.l-button.-green:hover {
  background: #fff;
  color: #009fa5;
}
.l-button.-green:hover svg {
  fill: #009fa5;
}
.l-button.-yellow {
  background: #dfd78b;
  border-color: #dfd78b;
}
.l-button.-yellow:hover {
  background: #fff;
  color: #dfd78b;
}
.l-button.-yellow:hover svg {
  fill: #dfd78b;
}
.l-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
}
.l-button i.icon-mail {
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-button {
    min-height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

/*------------------------------------------------------------
 * アイコン付きボタン ※CTAとかに使用
------------------------------------------------------------*/
.button-icon {
  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: 7rem;
  padding: 1rem 2rem;
  border-radius: 3.5rem;
  text-align: center;
  text-decoration: none;
  background: #1d92b5;
  border: 1px solid #1d92b5;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  z-index: 0;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  margin-left: auto;
  margin-right: auto;
}
.button-icon::after {
  content: none !important;
}
.button-icon .sub {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.button-icon .sub::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.button-icon svg {
  fill: #fff;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.button-icon:hover {
  opacity: 1;
  background: #fff;
  color: #1d92b5;
}
.button-icon.-main {
  background: #1d92b5;
  border-color: #1d92b5;
}
.button-icon.-main:hover {
  background: #fff;
  color: #1d92b5;
}
.button-icon.-main:hover svg {
  fill: #1d92b5;
}
.button-icon.-green {
  background: #009fa5;
  border-color: #009fa5;
}
.button-icon.-green:hover {
  background: #fff;
  color: #009fa5;
}
.button-icon.-green:hover svg {
  fill: #009fa5;
}
.button-icon.-yellow {
  background: #dfd78b;
  border-color: #dfd78b;
}
.button-icon.-yellow:hover {
  background: #fff;
  color: #dfd78b;
}
.button-icon.-yellow:hover svg {
  fill: #dfd78b;
}
.button-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
}
.button-icon i.icon-mail {
  margin-top: 0.1em;
}
.button-icon .icon {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .button-icon {
    min-height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
.button-icon.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.button-icon .f-en {
  font-weight: 600;
}
.button-icon.-large {
  max-width: 55.5rem;
  min-height: 10rem;
  border-radius: 5rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .button-icon.-large {
    min-height: 5.2rem;
    border-radius: 2.6rem;
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
 * テキストリンク
------------------------------------------------------------*/
.l-text-link {
  position: relative;
  display: inline-block;
  padding-right: 2.6rem;
  padding-bottom: 0.5em;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.125em;
  line-height: 1.3;
}
.l-text-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid currentcolor;
}
.l-text-link > span {
  display: inline-block;
}
.l-text-link .sub {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.l-text-link .sub::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em 0 0.25em;
}
.l-text-link .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -1.1rem;
  font-size: 1.6rem;
  -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;
}
.l-text-link .icon-arrow {
  background-color: #1d92b5;
  color: #fff;
  border-radius: 50%;
}
.l-text-link.-icon-left {
  padding-right: 0;
  padding-left: 2.6rem;
}
.l-text-link.-icon-left .icon {
  left: 0;
  right: auto;
}
.l-text-link.-icon-left .icon::before {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-text-link:hover {
  opacity: 1;
}
.l-text-link:hover::after {
  width: 100%;
  -webkit-animation: lineLink 0.8s;
  animation: lineLink 0.8s;
}
.l-text-link:hover .icon {
  -webkit-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}
@-webkit-keyframes lineLink {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0;
  }
  51% {
    left: 0;
    right: auto;
    width: 0;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes lineLink {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0;
  }
  51% {
    left: 0;
    right: auto;
    width: 0;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.l-text-link.-icon-left:hover .icon {
  -webkit-transform: translateX(-0.2rem);
  transform: translateX(-0.2rem);
}
@media screen and (max-width: 768px) {
  .l-text-link {
    padding-right: 2rem;
    padding-bottom: 0.5em;
    font-size: 1.2rem;
  }
  .l-text-link .sub {
    font-size: 1rem;
  }
  .l-text-link .icon {
    width: 1rem;
    height: 1rem;
    margin-top: -0.7rem;
    font-size: 1rem;
  }
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
.hs-form .form-columns-2 .hs-form-field {
  width: calc(50% - 2rem) !important;
}
.hs-form .form-columns-2 .hs-form-field:nth-child(2) {
  float: right;
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hs-form .form-columns-2 .hs-form-field:nth-child(2) {
    float: none;
  }
}
.hs-form .hs-form-field {
  margin-bottom: 2.4em;
}
.hs-form .hs-form-field > label {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-field {
    margin-bottom: 2em;
  }
  .hs-form .hs-form-field > label {
    font-size: 1.6rem;
  }
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
.hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
  margin-bottom: -0.5rem;
}
.hs-form .inputs-list li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 0.5rem;
}
.hs-form .inputs-list li label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hs-form .inputs-list li {
    display: block;
  }
}
.hs-form .hs-form-required {
  position: relative;
  margin-left: 2.5rem;
  vertical-align: 0.3rem;
  font-size: 0;
}
.hs-form .hs-form-required::before {
  content: "必須";
  display: inline-block;
  padding: 0.5em 15px;
  border-radius: 12px;
  background: #e7a231;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-form-required {
    margin-left: 1.4rem;
  }
  .hs-form .hs-form-required::before {
    padding: 0.5em 8px;
    font-size: 1rem;
    border-radius: 8px;
  }
}
.hs-form .hs-error-msgs {
  color: red;
  margin: 0.5em 0 0;
  line-height: 1.2;
}
.hs-form .hs-error-msgs li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-error-msgs li {
    font-size: 1.1rem;
  }
}
.hs-form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
.hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  width: 100% !important;
  padding: 2rem;
  outline: none;
  border-radius: 0;
  border: none;
}
.hs-form .hs-fieldtype-select .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input::-ms-input-placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input::placeholder, .hs-form .hs-fieldtype-date .hs-input::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .hs-form .hs-fieldtype-number .hs-input::placeholder, .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .hs-form .hs-fieldtype-text .hs-input::placeholder {
  color: #ccc;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-webkit-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-ms-input-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-ms-input-placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::placeholder {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
    padding: 1rem;
  }
}
.hs-form .hs-fieldtype-textarea .hs-input {
  height: 16em;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-textarea .hs-input {
    height: 10em;
  }
}
.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-color: #1d92b5 !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-color: #1d92b5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  line-height: 1.4;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span::before,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #231815;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  top: 7px;
  left: 3px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #231815;
  border-bottom: 2px solid #231815;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input:checked + span:after,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input:checked + span:after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input:checked + span:after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span::before,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
    top: 2px;
    width: 14px;
    height: 14px;
  }
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-checkbox .hs-form-booleancheckbox-display .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-checkbox .hs-input + span::after,
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
    left: 3px;
    top: 5px;
    width: 8px;
    height: 5px;
  }
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  line-height: 1.4;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #231815;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #231815;
  opacity: 0;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
  }
  .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
    left: 3px;
    top: 6px;
    width: 8px;
    height: 8px;
  }
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .hs_error_rollup {
  margin: 6rem 0;
}
.hs-form .hs_error_rollup .inputs-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-form .hs_error_rollup .inputs-list li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs_error_rollup {
    margin: 3rem 0;
  }
}
.hs-form .legal-consent-container {
  margin-top: 2em;
  text-align: center;
}
.hs-form .legal-consent-container .inputs-list li {
  margin: 0;
  font-size: 1.7rem;
}
.hs-form .legal-consent-container .hs-form-required {
  display: none;
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: red;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .hs-form .legal-consent-container .inputs-list li {
    font-size: 1.1rem;
  }
  .hs-form .legal-consent-container .hs-error-msgs label {
    font-size: 1.1rem;
  }
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs-submit {
  width: 90%;
  max-width: 560px;
  margin: 7rem auto 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit {
    max-width: 280px;
    margin: 5rem auto 0;
  }
}
.hs-form .hs-button {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 30px 50px;
  outline: none;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  background: url('https://3810463.fs1.hubspotusercontent-na2.net/hubfs/3810463/ubsecure-recruit2022/assets/images/common/icon-arrow.svg') calc(50% - 3em) 50% / 10px auto no-repeat #1d92b5;
  border: none;
  border-radius: 42px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hs-form .hs-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-button {
    padding: 12px 0 12px 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    background-size: 6px auto;
    border-radius: 22px;
  }
}
.hs-form .submitted-message {
  text-align: center;
}@charset "UTF-8";
/*======================================================================
 * タイトルスタイル
======================================================================*/
/*------------------------------------------------------------
 * 黄色の下線付き
------------------------------------------------------------*/
.l-title-line-bottom {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.33;
}
.l-title-line-bottom span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: #ded68a;
  text-decoration-color: #ded68a;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 768px) {
  .l-title-line-bottom {
    font-size: 2.3rem;
  }
}

/*------------------------------------------------------------
 * 文字の両サイドに線
------------------------------------------------------------*/
.l-title-side-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-title-side-line {
    font-size: 2rem;
  }
}
.l-title-side-line.-wide {
  max-width: none;
}
.l-title-side-line::before, .l-title-side-line::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid;
}
.l-title-side-line::before {
  margin-right: 1em;
}
.l-title-side-line::after {
  margin-left: 1em;
}
.l-title-side-line .icon {
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .l-title-side-line .icon {
    width: 45px;
    margin-right: 13px;
  }
}

/*------------------------------------------------------------
 * 白背景＋青下線
------------------------------------------------------------*/
.l-title-bg-border {
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #1d92b5;
  color: #1d92b5;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-title-bg-border {
    padding: 0.8rem;
    font-size: 1.8rem;
  }
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.g-container {
  padding-top: 98px;
}
@media screen and (max-width: 980px) {
  .g-container {
    padding-top: 60px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-public-preview {
  padding-top: 0;
}
.-public-preview .g-header {
  position: relative;
}
@media screen and (max-width: 980px) {
  .-public-preview .g-header .g-navi {
    display: none;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 98px;
  padding: 1rem 3rem;
  background: #fff;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.g-header.-js-scroll {
  height: 70px;
}
.g-header .header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: auto;
  padding-bottom: 1rem;
  line-height: 1;
}
.g-header .header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
}
.g-header .header-logo .logo-text {
  display: block;
  margin-left: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Noto Sans Symbols", sans-serif; 
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
  .g-header {
    padding: 1rem 2rem;
  }
  .g-header .header-logo img {
    width: 13rem !important;
    height: auto !important;
  }
  .g-header .header-logo .logo-text {
    margin-left: 1rem;
    font-size: 1rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 980px) {
  .g-header {
    height: 60px;
    padding: 0 0 0 15px;
  }
  .g-header.-js-scroll {
    height: 60px;
  }
  .g-header .header-logo {
    width: 25rem;
    padding-bottom: 0.4rem;
  }
  .g-header .header-logo img {
    width: 12rem !important;
    height: auto !important;
  }
  .g-header .header-logo .logo-text {
    margin-left: 1rem;
    font-size: 1.2rem;
  }
}
.g-header .toggle-btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6rem;
  height: 60px;
  cursor: pointer;
}
.g-header .toggle-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  border-top: 1px solid #221714;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.g-header .toggle-btn i:nth-child(1) {
  margin-top: -10px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.g-header .toggle-btn i:nth-child(3) {
  margin-top: 10px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.g-header .toggle-btn.-js-opened i:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, -4px);
  transform: rotate(45deg) translate(1px, -4px);
}
.g-header .toggle-btn.-js-opened i:nth-child(2) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.g-header .toggle-btn.-js-opened i:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, 2px);
  transform: rotate(-45deg) translate(3px, 2px);
}
@media screen and (min-width: 981px) {
  .g-header .toggle-btn {
    display: none;
  }
}
.g-header .header-button {
  display: none;
}
.g-header .header-button a {
  min-height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans Symbols", sans-serif; 
}
.g-header .header-button a .icon {
  margin-right: 1rem;
}
@media screen and (max-width: 980px) {
  .g-header .header-button.-sp-circle {
    display: block;
    margin: 0 0 0 auto;
  }
  .g-header .header-button.-sp-circle a {
    min-height: 45px;
    width: 45px;
    padding: 0 0 0 1px;
    border-radius: 50%;
  }
  .g-header .header-button.-sp-circle a .icon {
    margin-right: 0;
    font-size: 18px;
  }
  .g-header .header-button.-sp-circle a .text {
    display: none;
  }
}
.g-header .g-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-header .g-navi .header-button {
  display: block;
  width: 21rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
  .g-header .g-navi .header-button {
    width: 15rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .g-header .g-navi {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    max-height: calc(100% - 40px);
    display: block;
    padding: 3.5rem 2rem;
    background: #1d92b5;
    color: #fff;
    overflow: auto;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .g-header .g-navi.-js-opened {
    left: 0;
  }
  .g-header .g-navi .header-button {
    width: 21rem;
    max-width: 100%;
    margin: 4rem auto 2rem;
  }
  .g-header .g-navi .header-button a {
    min-height: 4.8rem;
    border-radius: 2.4rem;
    background-color: #fff;
    color: #1d92b5;
    font-weight: 600;
  }
  .g-header .g-navi .header-button a .icon {
    margin-right: 0.8em;
  }
}
.g-header .main-menu {
  font-family: "Noto Sans Symbols", sans-serif; 
}
.g-header .main-menu ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.2rem;
  letter-spacing: 0.125em;
}
.g-header .main-menu li {
  position: relative;
  padding: 1.5rem 0;
  margin-left: 3rem;
}
.g-header .main-menu li.hs-item-has-children > a {
  position: relative;
}
.g-header .main-menu li.hs-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #1d92b5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.g-header .main-menu li a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  color: #231815;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.g-header .main-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #1d92b5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.g-header .main-menu li a:hover {
  opacity: 1;
}
.g-header .main-menu li a:hover::after {
  opacity: 1;
}
.g-header .main-menu .hs-menu-children-wrapper {
  margin: 0;
  padding: 3.5rem 3rem;
  background: #1d92b5;
  -webkit-transition: none;
  transition: none;
}
.g-header .main-menu .hs-menu-children-wrapper li {
  display: block;
  white-space: nowrap;
  padding: 0;
  margin-left: 0;
}
.g-header .main-menu .hs-menu-children-wrapper li:not(:last-child) {
  margin-bottom: 2em;
}
.g-header .main-menu .hs-menu-children-wrapper a {
  color: #fff;
}
.g-header .main-menu .hs-menu-children-wrapper a::after {
  border-color: #fff;
}
@media screen and (min-width: 981px) {
  .g-header .main-menu li.hs-item-has-children .hs-menu-children-wrapper {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 18rem;
    margin-top: -1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, margin 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, margin 0.4s ease;
  }
  .g-header .main-menu li.hs-item-has-children:hover > a::after {
    opacity: 1;
  }
  .g-header .main-menu li.hs-item-has-children:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .g-header .main-menu ul {
    display: block;
  }
  .g-header .main-menu li {
    padding: 0;
  }
  .g-header .main-menu li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .g-header .main-menu li.hs-item-has-children > a::after {
    content: none;
  }
  .g-header .main-menu li a {
    color: #fff;
  }
  .g-header .main-menu .hs-menu-children-wrapper {
    padding: 2rem 2rem 0;
  }
  .g-header .main-menu .hs-menu-children-wrapper li {
    white-space: normal;
  }
  .g-header .main-menu .hs-menu-children-wrapper li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}/*======================================================================
 * footer
======================================================================*/
.g-footer {
  padding: 9rem 0 5rem;
  background: #fff;
}
.g-footer .footer-logo {
  line-height: 1;
  margin-bottom: 7rem;
}
.g-footer .footer-logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
}
.g-footer .footer-logo .logo-text {
  display: block;
  margin-left: 2rem;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.g-footer .copyright {
  margin: 8rem auto 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding: 5.5rem 0 3.5rem;
  }
  .g-footer .footer-logo {
    text-align: center;
    margin-bottom: 4rem;
  }
  .g-footer .footer-logo img {
    width: 130px !important;
    height: auto;
  }
  .g-footer .footer-logo .logo-text {
    margin-left: 1rem;
    font-size: 1.3rem;
  }
  .g-footer .copyright {
    margin-top: 6rem;
    font-size: 0.7rem;
  }
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-main .footer-nav {
  width: calc(100% - 260px);
}
.footer-main .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-main .footer-nav ul li {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-main .footer-nav ul li:not(:last-child) {
  margin-bottom: 2em;
}
.footer-main .footer-nav ul li a {
  position: relative;
  display: inline-block;
  color: #595757;
  text-decoration: none;
}
.footer-main .footer-nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  opacity: 0;
  border-bottom: 1px solid #1d92b5;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.footer-main .footer-nav ul li a[href^="javascript:void(0);"] {
  cursor: default;
}
.footer-main .footer-nav ul li a[href^="javascript:void(0);"]::before {
  content: none;
}
.footer-main .footer-nav ul li a:hover {
  opacity: 1;
}
.footer-main .footer-nav ul li a:hover::before {
  opacity: 1;
  width: 100%;
}
.footer-main .footer-nav ul li ul {
  margin-top: 0.5em;
}
.footer-main .footer-nav ul li ul li {
  font-weight: normal;
  font-size: 1.5rem;
}
.footer-main .footer-nav ul li ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.footer-main .footer-other-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 240px;
  text-align: center;
}
.footer-main .footer-button a {
  min-height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer-main .footer-button a .icon {
  margin-right: 1rem;
}
.footer-main .sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem 0;
}
.footer-main .sns-group a {
  display: block;
  margin: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer-main {
    display: block;
  }
  .footer-main .footer-nav {
    display: none;
  }
  .footer-main .footer-other-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 185px;
    margin: 0 auto;
  }
  .footer-main .footer-button {
    margin-top: 4rem;
  }
  .footer-main .footer-button a {
    min-height: 4.2rem;
    border-radius: 2.1rem;
    font-size: 1.2rem;
  }
  .footer-main .sns-group {
    margin: 0;
  }
  .footer-main .sumire-twitter {
    display: none;
  }
}

/*------------------------------------------------------------
 * footer recruit link
------------------------------------------------------------*/
.bottom-recruit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-recruit-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  text-align: center;
}
.bottom-recruit-container .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 32rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.bottom-recruit-container .item > a:hover {
  opacity: 1;
}
.bottom-recruit-container .item > a:hover .l-text-link::after {
  -webkit-animation: lineLink 0.8s;
  animation: lineLink 0.8s;
}
.bottom-recruit-container .item > a:hover .l-text-link .icon {
  -webkit-transform: translateX(0.2rem);
  transform: translateX(0.2rem);
}
.bottom-recruit-container .item.-newgrad > a {
  background-color: #009fa5;
  color: #fff;
}
.bottom-recruit-container .item.-career > a {
  background-color: #dfd78b;
  color: #595757;
}
.bottom-recruit-container .item .heading {
  font-size: 2.6rem;
  letter-spacing: 0.125em;
  line-height: 1.4;
}
.bottom-recruit-container .item .heading .sub {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bottom-recruit-container .item .heading .sub::before {
  content: "/";
  display: inline-block;
  margin: 0 0.8em;
}
@media screen and (max-width: 768px) {
  .bottom-recruit-container .item > a {
    min-height: 18rem;
  }
  .bottom-recruit-container .item .heading {
    font-size: 1.3rem;
  }
  .bottom-recruit-container .item .heading .sub {
    display: block;
    font-size: 0.8rem;
  }
}

/*------------------------------------------------------------
 * footer contact link
------------------------------------------------------------*/
.bottom-contact-container {
  padding: 13rem 0 16rem;
  text-align: center;
}
.bottom-contact-container .heading {
  position: relative;
  display: inline-block;
  margin-bottom: 3.5rem;
  padding: 2rem 4.8rem;
  color: #1d92b5;
  font-size: 2.2rem;
  letter-spacing: 0.175em;
  line-height: 1.3;
}
.bottom-contact-container .heading::before, .bottom-contact-container .heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2.5em;
  border-left: 1px solid #1d92b5;
}
.bottom-contact-container .heading::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.bottom-contact-container .heading::after {
  right: 0;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  .bottom-contact-container {
    padding: 6rem 0;
  }
  .bottom-contact-container .heading {
    margin-bottom: 1.5rem;
    padding: 0.8em 2em;
    font-size: 1.2rem;
  }
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/*------------------------------------------------------------
 * 線で囲うセクション
 //recruit/message & /recruit/career/ & /recruit/new_graduate/
------------------------------------------------------------*/
.border-section > .row-fluid {
  border: 1px solid #000;
  border-radius: 5rem;
  background-color: #fff;
  padding: 12rem 5%;
}
@media screen and (max-width: 768px) {
  .border-section > .row-fluid {
    border-radius: 2.5rem;
    padding: 4rem 2rem;
  }
}

/*------------------------------------------------------------
 * 角丸のアクセントカラー背景色のセクション
 //recruit/faq & /recruit/career/
------------------------------------------------------------*/
.radius-bg-section > .row-fluid {
  padding: 8rem;
  background-color: #1d92b5;
  color: #fff;
  border-radius: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.124em;
}
@media screen and (max-width: 768px) {
  .radius-bg-section > .row-fluid {
    padding: 3.5rem 10%;
    border-radius: 0.9rem;
    font-size: 1.4rem;
  }
}
.radius-bg-section > .row-fluid .l-title-line-bottom {
  margin-bottom: 1.3em;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 768px) {
  .radius-bg-section > .row-fluid .l-title-line-bottom {
    letter-spacing: 0.199em;
  }
}
.radius-bg-section > .row-fluid .button-icon {
  max-width: 100%;
  width: 42.2rem;
  min-height: 9.6rem;
  border-radius: 4.8rem;
  background: #fff;
  color: #1d92b5;
  border-color: #fff;
  font-size: 2.2rem;
}
.radius-bg-section > .row-fluid .button-icon .icon {
  font-size: 2.6rem;
}
.radius-bg-section > .row-fluid .button-icon:hover {
  background: #1d92b5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .radius-bg-section > .row-fluid .button-icon {
    width: 22.7rem;
    min-height: 5.2rem;
    border-radius: 2.6rem;
    font-size: 1.4rem;
  }
  .radius-bg-section > .row-fluid .button-icon .icon {
    font-size: 1.6rem;
  }
}