@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
:root {
  --base-color: #283F50;
  --secondary-color: #9d7f51;
  --accent-color: #DF5A5A;
  --link-color: #328BCD;
}


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 {
  background: #fbfbfb;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

.column-fluid {
  display: flex;
  flex-direction: column;
}

/* Desktop layout */

@media (min-width: 769px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  

  .column-fluid {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .for-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

.body-container-wrapper {
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .inner {
    margin: 0 2rem;
  }
}

.pages {
  padding: 23.5rem 0 0;
}

.page-head {
  margin-bottom: 12rem;
}

.page-text {
  width: 66.8rem;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .pages {
    padding: 19rem 0 0;
  }
  .page-text {
    width: 100%;
  }
}

.section {
  background: #fbfbfb;
  position: relative;
}


/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

/* 
* 19.6 / 14 = 1.4
* 25.2 / 14 = 1.8
* 25.2 / 18 = 1.4
* 28.8 / 16 = 1.8
*
*/

html {
  font-size: 62.5%;
}

/* @media (max-width: 768px) {
  html {
    font-size: 2.564102564vw;
  }
} */

body {
  font-family: YakuHanJP, '游ゴシック', 'YuGothic', 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-black);
}

/* Lists */

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* 英語 */

.en {
  font-family: indivisible-variable, sans-serif;
}

@media (min-width: 769px) {
  a:hover {
    transition: opacity 0.3s;
  }
  a:not(.button):hover {
    opacity: 0.7;
  }
}

/* 見出し */

.headline {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #283f50;
  margin: 0;
}

.headline span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-variation-settings: 'wght' 600;
  letter-spacing: 0.1em;
  line-height: 0.65;
  color: var(--secondary-color);
  margin: 0 0 1rem;
}

.headline span::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: var(--secondary-color);
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .headline {
    font-size: 2.8rem;
  }
  .headline span {
    font-size: 1.2rem;
    line-height: 1;
    gap: 0.6rem;
  }
  .headline span::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.headline-l2 {
  font-size: 1.8rem;
  margin: 0;
}

.headline-l2 span {
  display: block;
}

.headline-l2 .en {
  font-size: 4rem;
  font-variation-settings: 'wght' 600;
  letter-spacing: 0.1em;
  line-height: 0.9;
  margin: 0 0 0.5rem;
}

.headline-l2 .jp {
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .headline-l2 {
    font-size: 1.6rem;
  }
  .headline-l2 .en {
    font-size: 3rem;
  }
}
.icon-arrow {
  display: inline-block;
  width: 1.4rem;
  height: .9rem;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.79934 9C10.6421 4.84047 14 4.5 14 4.5C10.7995 4.5 6.79934 8.5867e-08 6.79934 8.5867e-08C6.79934 8.5867e-08 8.06044 2.0618 8.34389 3.84208L4.58163e-08 3.84208L6.19149e-08 5.19208L8.33834 5.19208C8.04438 6.96446 6.79934 9 6.79934 9Z" fill="%23757575"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  transition: background-image .3s;
  margin: 0 0 0 0.5rem;
}

.icon-arrow.-red {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.79934 9C10.6421 4.84047 14 4.5 14 4.5C10.7995 4.5 6.79934 8.5867e-08 6.79934 8.5867e-08C6.79934 8.5867e-08 8.06044 2.0618 8.34389 3.84208L4.58163e-08 3.84208L6.19149e-08 5.19208L8.33834 5.19208C8.04438 6.96446 6.79934 9 6.79934 9Z" fill="%23E50012"/></svg>');
}

a[target] .icon-arrow {
  transform: rotate(-45deg);
  margin: 0 0 .2rem 0.8rem;
}
@media (min-width: 769px) {
  a:hover .icon-arrow {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.79934 9C10.6421 4.84047 14 4.5 14 4.5C10.7995 4.5 6.79934 8.5867e-08 6.79934 8.5867e-08C6.79934 8.5867e-08 8.06044 2.0618 8.34389 3.84208L4.58163e-08 3.84208L6.19149e-08 5.19208L8.33834 5.19208C8.04438 6.96446 6.79934 9 6.79934 9Z" fill="%23E50012"/></svg>');
  }
}

.icon-arrow-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  width: 1.4rem;
  height: 0.9rem;
}

.icon-arrow-slide i {
  display: block;
  flex-shrink: 0;
  width: 1.4rem;
  height: 0.9rem;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.79934 9C10.6421 4.84047 14 4.5 14 4.5C10.7995 4.5 6.79934 8.5867e-08 6.79934 8.5867e-08C6.79934 8.5867e-08 8.06044 2.0618 8.34389 3.84208L4.58163e-08 3.84208L6.19149e-08 5.19208L8.33834 5.19208C8.04438 6.96446 6.79934 9 6.79934 9Z" fill="%23E50012"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  transition: transform .65s var(--transition-2);
}

a[target] .icon-arrow-slide {
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .icon-arrow-slide i:first-child {
    transform: translateX(-100%);
    transition-delay: 1s;
    transition: transform .65s var(--transition-2);
  }

  .icon-arrow-slide i:last-child {
    transition-delay: 0s;
  }

  a:hover .icon-arrow-slide i:first-child {
    transform: translateX(100%);
    transition-delay: 0s;
  }

  a:hover .icon-arrow-slide i:last-child {
    transform: translateX(100%);
    transition-delay: .1s;
  }
}
.icon-button-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 9rem;
  height: 3.3rem;
  background: var(--accent-color);
  border-radius: 4px;
  padding: 0 1.6rem;
}

.icon-button-arrow span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  width: 1.7rem;
  height: 1.1rem;
}

.icon-button-arrow i {
  display: block;
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.1rem;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.25634 11C12.9225 5.91613 17 5.5 17 5.5C13.1137 5.5 8.25634 1.04267e-07 8.25634 1.04267e-07C8.25634 1.04267e-07 9.78688 2.51866 10.1316 4.69416L5.59774e-08 4.69416L7.56534e-08 6.34417L10.1254 6.34416C9.76897 8.51081 8.25634 11 8.25634 11Z" fill="%23F4F4F4"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  transition: transform .65s var(--transition-2), opacity .65s var(--transition-2);
}

.icon-button-arrow.-red i {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.25634 11C12.9225 5.91613 17 5.5 17 5.5C13.1137 5.5 8.25634 1.04267e-07 8.25634 1.04267e-07C8.25634 1.04267e-07 9.78688 2.51866 10.1316 4.69416L5.59774e-08 4.69416L7.56534e-08 6.34417L10.1254 6.34416C9.76897 8.51081 8.25634 11 8.25634 11Z" fill="%23E50012"/></svg>') no-repeat center center;
}

a[target] .icon-button-arrow > span {
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .icon-button-arrow i:first-child {
    transform: translateX(-100%);
    transition-delay: 1s;
    transition: transform .65s var(--transition-2), opacity .65s var(--transition-2);
  }

  .icon-button-arrow i:last-child {
    transition-delay: 0s;
  }

  a:hover .icon-button-arrow i:first-child,
  button:hover .icon-button-arrow i:first-child {
    transform: translateX(100%);
    transition-delay: 0s;
  }

  a:hover .icon-button-arrow i:last-child,
  button:hover .icon-button-arrow i:last-child {
    transform: translateX(100%);
    opacity: 0;
    transition-delay: .1s;
  }

}

@media (max-width: 768px) {
  .icon-button-arrow {
    height: 31px;
  }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: var(--accent-color);
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #cc3030;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.button::after {
  content: '';
  display: block;
  width: 2.1rem;
  height: 2.2rem;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.5" width="21" height="21" rx="10.5" fill="white"/><path d="M8.64821 13.9502L11.9118 10.6866L8.64821 7.42301" stroke="%23F35C3C" stroke-width="1.6"/></svg>')
    no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}

.button span {
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .button:hover {
    opacity: 1;
  }
  .button:hover::before {
    transform: none;
  }
}

@media (max-width: 768px) {
  .button::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.button--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  border-radius: 5.8rem;
  padding: 1.6rem 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.line {
  margin: 0;
  border-color: #303030;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: .2rem;
}

fieldset:has(textarea) label {
  margin: 0 0 1.3rem;
}

@media (max-width: 768px) {
  form label {
    font-size: 1.6rem;
    margin: 0;
  }
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  form legend {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: .8rem 1.2rem;
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 2px var(--color-gray);
}

form select {
  padding: 1.3rem 1.2rem;
}

form textarea {
  resize: vertical;
  border: solid 1px var(--color-gray);
  padding: 1.2rem 2rem;
  height: 25rem;
}

form fieldset {
  max-width: 100% !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fbfbfb inset;
}

.is-confirm form input[type=text],
.is-confirm form input[type=search],
.is-confirm form input[type=email],
.is-confirm form input[type=password],
.is-confirm form input[type=tel],
.is-confirm form input[type=number],
.is-confirm form input[type=file],
.is-confirm form select,
.is-confirm form textarea {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  pointer-events: none;
  appearance: none;
  border-width: 1px;
}
.is-confirm form select {
  padding: .6rem 0 1.8rem;
}

.is-confirm .text-confirm {
  padding: 0 0 2rem;
  height: auto;
  border: none;
  border-bottom: solid 1px var(--color-gray);
  font-size: 1.8rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .is-confirm form input[type=text],
  .is-confirm form input[type=search],
  .is-confirm form input[type=email],
  .is-confirm form input[type=password],
  .is-confirm form input[type=tel],
  .is-confirm form input[type=number],
  .is-confirm form input[type=file],
  .is-confirm form select,
  .is-confirm form textarea {
    font-size: 1.6rem;
  }
  .is-confirm form select {
    padding: .6rem 0 1.8rem;
  }

  .is-confirm .text-confirm {
    height: auto;
    border: none;
    border-bottom: solid 1px var(--color-gray);
    font-size: 1.6rem;
  }

}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  display: none;
}

form input[type=checkbox] + span,
form input[type=radio] + span {
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 4.1rem;
  position: relative;
}

form input[type=checkbox] + span::before,
form input[type=radio] + span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: solid 1px var(--color-gray);
  border-radius: .4rem;
  position: absolute;
  left: 0;
  top: .3rem;
}

form input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  border-left: solid .3rem var(--color-gray);
  border-bottom: solid .3rem var(--color-gray);
  opacity: 0;
  position: absolute;
  top: .5rem;
  left: .3rem;
  transform: rotate(-45deg);
}

form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

form input[type=radio] + span::before {
  border-radius: 50%;
}

form input[type=radio] + span::after {
  content: "";
  display: block;
  height: 1.1rem;
  left: .4rem;
  opacity: 0;
  background: var(--color-gray);
  border-radius: 50%;
  position: absolute;
  top: .8rem;
  width: 1.1rem;
}

form input[type=radio]:checked + span::after {
  opacity: 1;
}

@media (max-width: 768px) {
  form input[type=checkbox] + span,
  form input[type=radio] + span {
    padding: 0 0 0 3.0rem;
  }
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1.8rem;
  line-height: 1.7;
}

form .hs-richtext a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 1.6rem;
  }
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}

/* Validation */

.hs-form-required {
  color: var(--color-black);
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

.is-confirm .hs-form-required {
  display: none;
}

/* Submit button */
.actions:has(.hs-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  cursor: pointer;
}
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 0;
  border: none;
  background: none;
  font-size: 2.0rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .actions:has(.hs-button) .icon-button-arrow i:first-child {
    transform: translateX(-100%);
    transition-delay: 1s;
    transition: transform .65s var(--transition-2), opacity .65s var(--transition-2);
  }

  .actions:has(.hs-button) .icon-button-arrow i:last-child {
    transition-delay: 0s;
  }

  .actions:has(.hs-button):hover .icon-button-arrow i:first-child {
    transform: translateX(100%);
    transition-delay: 0s;
  }

  .actions:has(.hs-button):hover .icon-button-arrow i:last-child {
    transform: translateX(100%);
    opacity: 0;
    transition-delay: .1s;
  }

}

@media (max-width: 768px) {
  .actions:has(.hs-button) {
    gap: 1.6rem;
  }
  .actions:has(.hs-button) .icon-button-arrow {
    width: 8rem;
  }
  form input[type=submit],
  form .hs-button {
    font-size: 1.5rem;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.parallax-image {
  position: relative;
  overflow: hidden;
}

.parallax-image::before {
  content: "";
  display: block;
}

.parallax-image img {
  /* transition: transform .3s; */
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  overflow: hidden;
}

.video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video iframe {
  min-width: 100%;
  min-height: 100%;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.global-menu {
  display: flex;
  flex-wrap: wrap;
}

.global-menu dl {
  margin: 0;
}

.global-menu dl dt {
  color: var(--color-gray);
  font-variation-settings: "wght" 600;
}

.global-menu dl dd {
  margin: 0;
}

.global-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.global-menu a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
}
/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/**/

.header {
  padding: 0 0 0 4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  transition: background-color 0.3s;
}

.header.is-active {
  background: #fff;
}

.header.is-active .header__list a,
.header.is-active .header__list button{
  color: #000;
}

.header.is-active .header__logo .logo {
  background-image: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/logo.svg);
}

.header.is-active .header__logo .text {
  color: #000;
}

.header__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(2.857142857vw, 4rem);
}

.header__list {
  display: flex;
  justify-content: flex-end;
  gap: min(1.714285714vw, 2.4rem);
  margin: 0 0 0 auto;
}

.header__list a,
.header__list button {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  background: none;
  border: none;
  padding: 3.65rem 0;
}

.header__logo {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  color: #fff;
}

.header__logo .logo {
  width: min(13.14285714vw, 18.4rem);
  background: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/logo-white.svg) no-repeat center center;
  background-size: 100% 100%;
}

.header__logo .logo::before {
  content: '';
  display: block;
  padding-top: 30.978260869%;
}

.header__logo .text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0 0 0.2rem;
}

.header__entry-btn {
  padding: 3.1rem 3.15rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}

.header__entry-btn span {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.header__entry-btn strong {
  font-size: 2rem;
  font-variation-settings: 'wght' 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.header__entry-btn::after {
  display: none;
}

.drawer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transition: 0.3s;
}

.drawer dl {
  display: flex;
  gap: 8%;
  margin: 0 auto;
  max-width: 1000px;
}

.drawer dl dt {
  width: 23%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #283f50;
  flex-shrink: 0;
}

.drawer dl dt span {
  display: block;
  font-size: 2.8rem;
  font-variation-settings: 'wght' 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.drawer dl dd {
  display: flex;
  gap: 8%;
  margin: 0;
  width: 75%;
}

.drawer[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
}

.drawer__item {
  background: rgba(250, 250, 250, 0.9);
  padding: 4rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.drawer__item[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
}

.drawer__list {
  width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.drawer__list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.drawer__list li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/icon-arrow.svg) no-repeat center center;
  background-size: 100% 100%;
}

.drawer__list li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  gap: 0.3rem;
  white-space: nowrap;
}

.drawer__list li a[target]::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/icon-blank.svg) no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
  transform: translate(0.3rem, -0.3rem);
}

.drawer__list.-career {
  flex-direction: row;
  align-items: flex-start;
  gap: 1.408450704%;
  width: 100%;
}

.drawer__list.-career li {
  width: 32.394366197%;
  flex: 1 1;
}

.drawer__list.-career li::before {
  display: none;
}

.drawer__list.-career li a {
  white-space: inherit;
}

.drawer__list.-career li a picture {
  display: block;
  margin: 0 0 1.2rem;
  line-height: 0;
}

.drawer__list.-career li a::after {
  content: '';
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/icon-arrow-circle.svg) no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: .2rem 0 0;
}

.drawer__list.-career {
  gap: 10px;
}
.drawer__list.-new-l2 li {
  width: 180px;
}

@media (min-width: 821px) {
  .header__menu {
    display: none;
  }
  .header__entry-btn[data-sp-show] {
    display: none;
  }
  .drawer__list.-career li a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .header {
    padding: 1.5rem 2rem;
  }

  .header__container {
    display: block;
  }

  .header__list {
    display: none;
  }

  .header__logo {
    gap: 0.8rem;
  }
  .header__logo .logo {
    width: 10.1rem;
  }
  .header__logo .text {
    font-size: 1rem;
  }

  .header__entry-btn[data-sp-hide] {
    display: none;
  }

  .header__menu {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.75rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.6rem 0.5rem;
    border: none;
    background: none;
    overflow: hidden;
  }
  .header__menu span {
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
  }
  .header__menu.is-open span {
    width: 105%;
    background: #000;
  }
  .header__menu.is-open span:first-child {
    transform: rotate(45deg) translate(0.4rem, 0.4rem);
  }
  .header__menu.is-open span:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
  }
  .header__menu.is-open span:last-child {
    transform: rotate(-45deg) translate(0.4rem, -0.4rem);
  }

  .drawer {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
  }
  .drawer dl {
    flex-direction: column;
    gap: 2rem;
  }
  .drawer dl dt {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    width: 100%;
  }
  .drawer dl dt span {
    font-size: 2rem;
    flex-shrink: 0;
    margin: 0 0 -0.3rem;
  }
  .drawer dl dd {
    flex-direction: column;
    gap: 0;
    margin: 0;
    width: 100%;
  }
  .drawer[aria-hidden='true'] {
    transform: translateY(-100%);
  }

  .drawer .header__entry-btn {
    display: flex;
    justify-content: space-between;
    padding: 2.7rem 1.5rem;
    margin: 4rem 2.5rem 0;
  }
  .drawer .header__entry-btn span {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.8rem;
  }
  .drawer .header__entry-btn::after {
    display: block;
  }

  .drawer__inner {
    padding: 0 0 4rem;
    overflow: auto;
    height: calc(100svh - 61px);
    overscroll-behavior: contain;
  }

  .drawer__item {
    background: none;
    padding: 4rem 2.5rem 0;
    position: static;
  }

  .drawer__list {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .drawer__list + .drawer__list {
    margin: 1.4rem 0 0;
  }
  .drawer__list li {
    gap: 0.5rem;
  }
  .drawer__list li::before {
    width: 1.7rem;
    height: 1.7rem;
  }
  .drawer__list li a {
    font-size: 1.2rem;
    transform: none;
    margin: 0 0 0 0.3rem;
  }
  .drawer__list.-career {
    flex-direction: column;
    gap: 0.2rem;
    width: auto;
  }
  .drawer__list.-career li {
    width: 100%;
  }
  .drawer__list.-career li::before {
    display: none;
  }
  .drawer__list.-career li a {
    display: flex;
    gap: 1.2rem;
    background: #e9edef;
    width: 100%;
    position: relative;
  }
  .drawer__list.-career li a picture {
    width: 8rem;
    margin: 0;
  }
  .drawer__list.-career li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto;
  }
}


.header--no-navigation {
  padding: 2rem 4rem;
  display: block;
}
@media (max-width: 820px) {
  .header--no-navigation {
    padding: 1.5rem 2rem;
  }
}
.footer {
  background: #303030;
  color: #fff;
  padding: 7rem 4rem 8rem;
}

.footer a {
  color: #fff;
  font-weight: 500;
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer__nav dl {
  margin: 0 0 4rem;
}

.footer__nav dl dt {
  font-family: 'Inter', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #757575;
  margin: 0 0 1.4rem;
}

.footer__nav dl dd {
  margin: 0;
}

.footer__nav dl:has(.footer__sns-list) dt {
  margin: 0 0 2px;
  font-family: '游ゴシック', 'YuGothic' , 'Zen Kaku Gothic New' ,sans-serif;
  font-size: 1.4rem;
}

.footer__list li a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.footer__list li a + .footer__nav-list {
  margin-top: 0.4rem;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__nav-list li {
  display: flex;
  gap: 0.8rem;
}

.footer__nav-list li a {
  font-size: 1.4rem;
  line-height: 1.3;
}

.footer__nav-list li a[target]::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/icon-blank-white.svg) no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: 0 0 0.3rem 0.5rem;
}

.footer__nav-list li small {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0.6rem;
}

.footer__nav-list li span.en {
  letter-spacing: 0.05em;
}

.footer__nav-list li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(https://39771062.fs1.hubspotusercontent-na2.net/hubfs/39771062/raw_assets/public/recruit_moniclefinancial/images/icon-arrow-small.svg) no-repeat center center;
  background-size: 100% 100%;
  margin: 0.3rem 0 0;
}

.footer__nav-list li:has(small)::before {
  margin: 0;
}

.footer__sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.4rem;
  margin: 3rem 0 0;
}

.footer__sub-list li a {
  font-size: 1.2rem;
  line-height: 2.2;
  color: #afafaf;
}

.footer__sns-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__sns-list li {
  width: 36px;
}

.footer__sns-list li a {
  display: block;
  line-height: 0;
}

.footer__copy-area {
  margin: 0 0 4.7rem;
}

.footer__copy {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: min(2.857142857vw, 4rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 2rem;
}

.footer__copy-en {
  font-family: indivisible-variable, sans-serif;
  font-variation-settings: 'wght' 600;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #afafaf;
}

.footer__logo {
  display: block;
  height: min(5vw, 7rem);
  margin: 0 0 2rem;
}

.footer__logo img {
  width: auto;
  height: 100%;
}

.footer__copyright {
  font-family: indivisible-variable, sans-serif;
  font-variation-settings: 'wght' 600;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #757575;
}

@media (min-width: 821px) {
  .footer__column {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5rem;
  }
  .footer__nav {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    width: 76rem;
  }
  .footer__nav dl {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    /* width: 22rem;
      &:first-child,
      &:nth-child(2) {
        width: 24rem;
      } */
  }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 820px) {
  .footer {
    padding: 5rem 2rem 3rem;
  }
  .footer__nav dl {
    margin: 0 0 3rem;
  }
  .footer__nav dl dt {
    font-size: 1.8rem;
  }
  .footer__list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: -0.6rem;
  }
  .footer__list > li {
    display: inline-block;
    margin: 0 0 0.6rem;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .footer__list > li a {
    font-size: 1.4rem;
  }
  .footer__list > li .footer__nav-list {
    -moz-column-count: auto;
    column-count: auto;
  }
  .footer__nav-list {
    display: block;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .footer__nav-list li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    gap: 0.4rem;
    margin: 0 0 1.2rem;
  }
  .footer__nav-list:has(li:only-of-type),
  .footer__nav-list.no-column {
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer__sub-list {
    margin: 2.4rem 0 0;
  }
  .footer__sns-list li {
    width: 40px;
  }
  .footer__copy-area {
    margin: 0 0 3rem;
  }
  .footer__copy {
    font-size: 3rem;
  }
  .footer__logo {
    height: 6rem;
    margin: 0 0 1.4rem;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
}
.hero__scroll {
  display: flex;
  align-items: center;
  width: 9.8rem;
  overflow: hidden;
}

.hero__scroll p {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-variation-settings: "wght" 600;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  gap: 1.0rem;
  margin: 0;
  animation: scroll 3s infinite linear;
  will-change: transform;
  padding: 0 5px;
}

.hero__scroll span {
  display: inline-block;
  flex-shrink: 0;
  width: 1.1rem;
  height: .7rem;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.79934 9C10.6421 4.84047 14 4.5 14 4.5C10.7995 4.5 6.79934 8.5867e-08 6.79934 8.5867e-08C6.79934 8.5867e-08 8.06044 2.0618 8.34389 3.84208L4.58163e-08 3.84208L6.19149e-08 5.19208L8.33834 5.19208C8.04438 6.96446 6.79934 9 6.79934 9Z" fill="%23E50012"/></svg>') no-repeat center center;
  background-size: 100% 100%;
  transition: background-image .3s;
  transform: rotate(90deg);
  margin: 0 0 .3rem;
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 750px) {
  .hero__scroll {
    width: 8.5rem;
  }
  .hero__scroll p {
    font-size: 1.6rem;
  }
}


/* 下層ページ ヒーローエリア */
.pages-hero {
  position: relative;
}

.pages-hero__info {
  display: flex;
  justify-content: flex-end;
  margin: 5rem 0 0;
  padding: 0 0 1.6rem;
  border-bottom: solid 1px #E1E1E1;
}

@media (max-width: 750px) {
  .pages-hero__info {
    margin: 5rem 0 0;
    padding: 0 0 1rem;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-variation-settings: "wght" 500;
  font-weight: 700;
}

.breadcrumb li:not(li:has(a)) {
  position: relative;
}
.breadcrumb li:not(li:has(a)):after {
  content: "";
  display: inline-block;
  border-bottom: solid 1px #303030;
  width: calc(100% - 2rem);
  position: absolute;
  right: 0;
  bottom: .2rem;
}

.breadcrumb li a {
  font-variation-settings: "wght" 500;
  font-weight: 700;
}

.breadcrumb li + li::before {
  content: "";
  display: block;
  width: .8rem;
  height: .2rem;
  background: var(--accent-color);
  margin: 0 0 .4rem;
}

.breadcrumb li:last-child span{
  max-width: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .breadcrumb {
    gap: 1.0rem;
    width: 100%;
    justify-content: flex-end;
  }
  .breadcrumb li {
    gap: 1rem;
  }
  .breadcrumb li:last-child {
    flex-shrink: 1;
    overflow: hidden;
  }
  .breadcrumb li:last-child span{
    width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.infinite-slider {
  font-variation-settings: "wght" 500;
  font-size: 11rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  background: #fbfbfb;
}

.infinite-slide {
  display: flex;
  white-space: nowrap;
}

.infinite-slide:last-child {
  justify-content: flex-end;
}

.infinite-slide div {
  will-change: transform;
  backface-visibility: hidden;
  padding: 0 1rem;
}

.infinite-slide:first-child div {
  animation: slider1 45s infinite linear;
}
.infinite-slide:last-child div {
  animation: slider2 45s infinite linear;
}

.infinite-slider span {
  display: inline-flex;
  vertical-align: middle;
  width: 20rem;
  margin: 0 1rem 1rem;
}

@media (max-width: 768px) {
  .infinite-slider {
    font-size: 6.6rem;
  }
  .infinite-slider span {
    width: 10rem;
  }
  .infinite-slide div {
    padding: 0 .5rem;
  }
}

@keyframes slider1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slider2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* Recruit */
.recruit {
  padding: 24rem 0 25rem;
  position: relative;
  background: #fbfbfb;
}

.recruit .inner {
  position: relative;
}

.recruit__contents {
  max-width: 35.2rem;
  padding: 4.6rem 0 4.7rem;
  margin: 0 auto;
}

.recruit .headline {
  margin: 0 0 5rem;
}

.recruit .headline span {
  justify-content: center;
}

.recruit__copy {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 4rem;
}

.recruit__text {
  font-size: 1.8rem;
  line-height: 1.7;
}

.recruit__link {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}

.recruit__images-list li {
  position: absolute;
}

.recruit__images-list li:nth-child(1) {
  /* width: 324px; */
  width: 23.893805309%;
  top: 12.2rem;
  left: 0;
}

.recruit__images-list li:nth-child(1)::before {
  padding-top: 137.962962962%;
}

.recruit__images-list li:nth-child(2) {
  /* width: 209px; */
  width: 15.412979351%;
  top: 0;
  right: 11.5rem;
}

.recruit__images-list li:nth-child(2)::before {
  padding-top: 73.684210526%;
}

.recruit__images-list li:nth-child(3) {
  /* width: 229px; */
  width: 16.887905604%;
  top: 14rem;
  right: 0;
}

.recruit__images-list li:nth-child(3)::before {
  padding-top: 119.650655021%;
}

.recruit__images-list li:nth-child(4) {
  width: 15.412979351%;
  bottom: 0;
  right: 16.2rem;
}

.recruit__images-list li:nth-child(4)::before {
  padding-top: 73.6884210526%;
}

@media (min-width: 769px) {
  .recruit .headline span {
    margin: 0 0 5.5rem;
  }
}

@media (max-width: 768px) {
  .recruit {
    padding: 10rem 0 12rem;
  }
  .recruit__contents {
    max-width: inherit;
    margin: 0 0 5rem;
    padding: 0;
  }
  .recruit .headline {
    text-align: center;
    margin: 0 0 3rem;
  }
  .recruit__copy {
    font-size: 3.0rem;
    margin: 0 0 2rem;
  }
  .recruit__text {
    font-size: 1.6rem;
    max-width: 32.6rem;
    margin: 0 auto;
  }
  .recruit__link {
    margin: 3rem 0 0;
  }
  .recruit__images-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 3.5rem;
    margin: 0 0 0 1.5rem;
  }
  .recruit__images-list li {
    position: relative;
    display: none;
  }
  .recruit__images-list li:nth-child(3) {
    display: block;
    width: 41.791044776%;
    right: 0;
    top: 0;
    margin: 0 0 2.9rem;
  }
  .recruit__images-list li:last-child {
    display: block;
    width: 38.805970149%;
  }
  .recruit__images-list li:last-child::before {
    padding-top: 73.846153846%;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 768px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}