@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

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

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/************/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: currentColor;
  text-decoration: none;
}

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

li {
  list-style: none;
}

button {
  outline: none;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: inline-block;
  }
  .pc_only {
    display: none;
  }
}
/*font-family*/
/*1280px以上デザイン同様（rem/vw）
640px以下は0.5*/
/*640px以下は0.6*/
/*640px以下は0.625*/
/*640px以下は固定*/
/*font-weight*/
body.active {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt.pc_only {
    display: none !important;
  }
}

.header_logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap.hidden {
  -webkit-transform: translateY(-246px);
          transform: translateY(-246px);
}
.sitemap.hidden.active {
  -webkit-transform: none;
          transform: none;
}

.sitemap_wrap {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}

.sitemap.sitemap_cate {
  pointer-events: auto !important;
}
.sitemap.sitemap_cate .pcnav li .gmenu {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate.font_b {
    background-color: #fff;
  }
}
.sitemap.sitemap_cate.font_b .pcnav li .gmenu {
  color: #20365F;
}
.sitemap.sitemap_cate.font_b h1::after {
  background: none;
}
.sitemap.sitemap_cate.font_b h1 .logo_b {
  opacity: 1;
}
.sitemap.sitemap_cate.font_b .openbtn span {
  background: #20365F;
}

.sitemap .pcnav li .gmenu {
  color: #20365F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.sitemap .pcnav li .gmenu::before, .sitemap .pcnav li .gmenu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sitemap .pcnav li .gmenu::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.sitemap .pcnav li .gmenu::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .sitemap.font_b {
    background-color: #fff;
  }
}
.sitemap.font_b .logo_b {
  opacity: 1;
}
.sitemap.font_b .pcnav li .gmenu:hover {
  color: #3F5DFD !important;
}
.sitemap.font_b .openbtn span {
  background: #20365F;
}
.sitemap.font_b .mega_arrow {
  color: #20365F;
}
.sitemap.font_b .mega_arrow:hover {
  color: #3F5DFD;
}
.sitemap.font_b .mega_arrow::after {
  background-color: #3F5DFD;
}
.sitemap.font_b.active .logo_b {
  opacity: 1;
}

.sitemap {
  position: relative;
  right: 0;
  top: 14px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0 min(3.1%, 60px) 0 min(3.1%, 60px);
  z-index: 1001;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  pointer-events: auto !important;
}
@media only screen and (max-width: 768px) {
  .sitemap {
    height: 46px;
    padding: 0 15px;
    top: 0;
    background-color: transparent;
  }
}
.sitemap.sitemap_cate {
  background-color: transparent;
}
.sitemap.sitemap_cate h1 {
  position: relative;
}
.sitemap.sitemap_cate h1::after {
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 74px;
  height: auto;
  aspect-ratio: 74/26;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate h1::after {
    width: 54px;
    height: auto;
    aspect-ratio: 74/26;
    top: 4px;
    top: inherit;
    bottom: -1px;
  }
}
.sitemap.sitemap_cate h1 .logo_b {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate .openbtn span {
    background: #ffffff;
  }
}
.sitemap.sitemap_cate.cate_active .logo_b {
  opacity: 0;
}
.sitemap.active {
  background-color: transparent;
  pointer-events: auto !important;
}
@media only screen and (max-width: 768px) {
  .sitemap.active {
    background-color: transparent;
  }
}
.sitemap.active .pcnav {
  display: none !important;
}
.sitemap.active .title_wrap {
  display: none !important;
}
.sitemap.active h1 {
  position: relative;
}
.sitemap.active h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 74px;
  height: auto;
  aspect-ratio: 74/26;
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .sitemap.active h1::after {
    opacity: 1;
    width: 54px;
  }
}
.sitemap.active h1 .logo_b {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sitemap.sitemap_cate.active {
  background-color: transparent;
}
.sitemap h1 {
  position: relative;
  margin: 0;
}
.sitemap h1::after {
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 74px;
  height: auto;
  aspect-ratio: 74/26;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap h1::after {
    width: 54px;
    opacity: 1;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap h1 {
    margin: 0;
  }
}
.sitemap h1 img {
  width: 74px;
}
@media only screen and (max-width: 768px) {
  .sitemap h1 img {
    width: 54px;
    opacity: 0;
  }
}
.sitemap h1 .logo_b {
  opacity: 0;
}
.sitemap .recruit_btn_wrap {
  z-index: 10000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto !important;
}
@media only screen and (max-width: 768px) {
  .sitemap .recruit_btn_wrap {
    position: fixed;
    width: calc(100% - 28px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    pointer-events: none !important;
  }
}
.sitemap .recruit_btn_wrap .recruit_cate {
  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;
  width: clamp(280px, 19.4vw, 372px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 372/60;
  border-radius: 30px;
  margin-right: 18px;
  padding: 0 min(0.6vw, 10px);
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  .sitemap .recruit_btn_wrap .recruit_cate {
    margin: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    aspect-ratio: inherit;
    height: 55px;
    pointer-events: auto !important;
  }
}
.sitemap .recruit_btn_wrap .recruit_cate a {
  margin: 0 min(0.6vw, 10px) 0 0;
}
.sitemap .recruit_btn_wrap .recruit_cate a:last-child {
  margin: 0;
}
.sitemap .openbtn {
  position: relative;
  width: 76px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  /* margin: 22px min(2.7vw, 52px) 0 0; */
  border-radius: 100px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn {
    pointer-events: auto !important;
    aspect-ratio: 76/46;
    height: 46;
  }
}
.sitemap .openbtn span {
  display: inline-block;
  position: absolute;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  width: 64px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn span {
    height: 1px;
    background: #ffffff;
  }
}
.sitemap .openbtn span:nth-of-type(1) {
  top: -7px;
  bottom: 0;
}
.sitemap .openbtn span:nth-of-type(2) {
  opacity: 0;
}
.sitemap .openbtn span:nth-of-type(3) {
  top: 7px;
  bottom: 0;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
  margin-left: 15px;
}
.sitemap .openbtn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: 0;
  bottom: 0;
  background: #20365F;
  height: 1px;
}
.sitemap .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.sitemap .openbtn.active span:nth-of-type(3) {
  -webkit-transform: rotate(10deg) scaleX(1);
          transform: rotate(10deg) scaleX(1);
  top: 0;
  bottom: 0;
  background: #20365F;
  height: 1px;
  margin: auto;
}

.mega_arrow {
  margin-left: -15px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
}
.mega_arrow::after {
  display: block;
  content: "";
  background-color: #FFF738;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-mask: url(../img/menu_arrow.svg);
          mask: url(../img/menu_arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-top: -2px;
}
.mega_arrow:hover {
  color: #FFF738;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pcnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  top: 0;
  right: 0;
  margin-top: 0;
  padding-right: min(12.3vw, 168px);
  width: 100%;
  height: 76px;
  pointer-events: none;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .pcnav {
    display: none;
  }
}
.pcnav li .gmenu {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 0px 2px 0 2px;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
  cursor: pointer;
  width: 210px;
}
.pcnav li .gmenu::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1F1F1F;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pcnav li .gmenu p {
  font-size: 20px;
  line-height: 1.4;
}
.pcnav li .gmenu:hover {
  color: #3F5DFD !important;
}

.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .nav {
    height: 100vh;
  }
}
.nav .nav_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
}
.nav .nav_wrap {
  padding: 42px 0 0 min(6.3vw, 86px);
  width: min(62.4vw, 852px);
  background-color: #ffffff;
  pointer-events: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media only screen and (max-width: 768px) {
  .nav .nav_wrap {
    width: min(82%, 320px);
    padding: min(9vh, 76px) 0 0 46px;
  }
}
.nav .nav_wrap .btn_slide.contact {
  margin: 0;
}
.nav .nav_wrap .logo {
  width: 74px;
  display: block;
  margin-bottom: 116px;
}
@media only screen and (max-width: 768px) {
  .nav .nav_wrap .logo {
    display: none;
  }
}
.nav .nav_wrap .nav_menu {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .nav .nav_wrap .nav_menu {
    margin-bottom: min(4.1vh, 34px);
  }
}
.nav .nav_wrap .nav_menu:first-of-type a {
  margin-bottom: 0px;
}
.nav .nav_wrap .nav_menu:last-child {
  margin-bottom: 44px;
}
.nav .nav_wrap .nav_menu .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.9rem, 1.875vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  color: #3F5DFD;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
}
.nav .nav_wrap .nav_menu .title::before, .nav .nav_wrap .nav_menu .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.nav .nav_wrap .nav_menu .title::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.nav .nav_wrap .nav_menu .title::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .nav .nav_wrap .nav_menu .title {
    font-size: 20px;
    margin-bottom: min(2.6vh, 22px);
  }
}
.nav .nav_wrap .nav_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 28px;
}
.nav .nav_wrap .nav_menu ul li {
  margin-right: min(4.4vw, 60px);
  line-height: 1;
}
.nav .nav_wrap .nav_menu ul li::before, .nav .nav_wrap .nav_menu ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.nav .nav_wrap .nav_menu ul li::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.nav .nav_wrap .nav_menu ul li::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .nav .nav_wrap .nav_menu ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: min(2.2vh, 18px);
  }
  .nav .nav_wrap .nav_menu ul li:last-child {
    margin-bottom: 0px;
  }
}
.nav .nav_wrap .nav_menu ul li a {
  color: #333333;
}
.nav .nav_wrap .nav_menu ul li a:hover {
  color: #333333;
}
.nav.active {
  visibility: inherit;
  opacity: 1;
  z-index: 1000;
}
.nav.active .nav_wrap {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
  .nav.active {
    overflow-y: scroll;
  }
}

.menu__mega {
  pointer-events: none;
  position: relative;
  margin-left: -94px;
}
.menu__mega:last-child {
  margin-left: -26px;
}
.menu__mega:hover .menu__second-level {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
  -webkit-transition: 0;
  transition: 0;
  margin-top: 14px;
  padding-top: 26px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level .cate_menu_wrap {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 38px 26px;
}
.menu__mega .menu__second-level .cate_menu_wrap li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  margin-bottom: 28px;
}
.menu__mega .menu__second-level .cate_menu_wrap li::before, .menu__mega .menu__second-level .cate_menu_wrap li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.menu__mega .menu__second-level .cate_menu_wrap li::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.menu__mega .menu__second-level .cate_menu_wrap li::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.menu__mega .menu__second-level .cate_menu_wrap li:last-child {
  margin-bottom: 0;
}
.menu__mega .menu__second-level .cate_menu_wrap li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level .cate_menu_wrap li a:hover {
  color: #3F5DFD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega a {
  pointer-events: auto;
}

#footer {
  padding: 80px 10px 38px 20px;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 108px 0px 62px 15px;
  }
}
#footer.line {
  border-top: 1px solid #ADB7C9;
}
#footer .footer_wrap {
  margin: 0 auto;
  width: min(100%, 1206px);
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 2.96fr min(5.9vw, 80px) minmax(150px, 1fr) min(5.9vw, 80px) minmax(150px, 1fr) min(5.9vw, 80px) minmax(150px, 1fr);
  grid-template-columns: 2.96fr minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
      grid-template-areas: "area01 area02 area03 area04";
  gap: 30px min(5.9vw, 80px);
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "area01";
    gap: 46px 0;
  }
}
#footer .footer_wrap .copy {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
#footer .footer_wrap .copy::before, #footer .footer_wrap .copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#footer .footer_wrap .copy::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .copy::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .area {
  color: #20365F;
}
#footer .footer_wrap .area h3 {
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
#footer .footer_wrap .area h3::before, #footer .footer_wrap .area h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#footer .footer_wrap .area h3::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .area h3::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
#footer .footer_wrap .area h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 33px;
}
#footer .footer_wrap .area h4::before, #footer .footer_wrap .area h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#footer .footer_wrap .area h4::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .area h4::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .area li {
  font-size: clamp(0.625rem, 1.09vw, 0.875rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
#footer .footer_wrap .area li::before, #footer .footer_wrap .area li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#footer .footer_wrap .area li::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .area li::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#footer .footer_wrap .area.area01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area01;
}
#footer .footer_wrap .area.area01 .footer_logo {
  width: 182px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area.area01 .footer_logo {
    width: 144px;
    margin-bottom: 26px;
  }
}
#footer .footer_wrap .area.area01 p {
  font-size: clamp(0.625rem, 1.09vw, 0.875rem);
  font-weight: 500;
  line-height: 2;
}
#footer .footer_wrap .area.area01 p::before, #footer .footer_wrap .area.area01 p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#footer .footer_wrap .area.area01 p::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#footer .footer_wrap .area.area01 p::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area.area01 p {
    font-size: 14px;
  }
}
#footer .footer_wrap .area.area01 p span {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 8px;
  margin-right: 4px;
  height: auto;
}
#footer .footer_wrap .area.area01 p span img {
  width: 0.55vw;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area.area01 p span img {
    width: 9px;
    top: 2px;
  }
}
#footer .footer_wrap .area.area02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area02;
  padding-top: 103px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area.area02 {
    display: none;
  }
}
#footer .footer_wrap .area.area03 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: area03;
  padding-top: 103px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area.area03 {
    display: none;
  }
}
#footer .footer_wrap .area.area04 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: area04;
  padding-top: 103px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .area.area04 {
    display: none;
  }
}

.top_grid {
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: min(3.7vw, 50px);
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr min(3.7vw, 50px) 1fr;
  grid-template-columns: 1fr 1fr;
      grid-template-areas: "area01 area02";
}
@media only screen and (max-width: 768px) {
  .top_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "area01" "area02";
    gap: 0;
  }
  .top_grid > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .area.area02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.top_grid.recruit {
  width: min(88.3vw, 1206px);
  margin: 0 auto 118px auto;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .top_grid.recruit {
    width: 100%;
    margin-bottom: 76px;
        grid-template-areas: "area02" "area01";
  }
  .top_grid.recruit > .area.area01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.top_grid .service_area.area01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area01;
}
.top_grid .service_area.area01 .cont_title_wrap {
  width: min(42.4vw, 478px);
  margin-left: auto;
  padding: 42px 0 66px 0px;
}
@media only screen and (max-width: 768px) {
  .top_grid .service_area.area01 .cont_title_wrap {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top_grid .service_area.area01 {
    padding-bottom: 64px;
  }
  .top_grid .service_area.area01 .btn_slide {
    margin: 0 auto;
  }
}
.top_grid .service_area.area02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area02;
  background: url(../img/top_service_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top_grid .service_area.area02 {
    display: none;
  }
}
.top_grid .service_area .service_bg_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top_grid .service_area .service_bg_sp {
    background: url(../img/top_service_bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    width: 100%;
    display: block;
  }
}
.top_grid .recruit_area.area01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area01;
  background: url(../img/recruit_img.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: min(30vw, 400px);
}
@media only screen and (max-width: 768px) {
  .top_grid .recruit_area.area01 {
    height: 228px;
  }
}
.top_grid .recruit_area.area02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area02;
  padding-top: min(2.8vw, 38px);
  padding-left: min(7vw, 95px);
}
@media only screen and (max-width: 768px) {
  .top_grid .recruit_area.area02 {
    padding: 0;
  }
  .top_grid .recruit_area.area02 .btn_slide {
    margin: 0 auto 44px auto;
  }
}

#top_company {
  background: url(../img/company_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}
#top_company .common_cont {
  width: min(100%, 1366px);
  margin: 0 auto;
}

.top_cont {
  position: relative;
}
.top_cont.top_message {
  background: url(../img/top_message_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: min(37vw, 500px);
  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;
  padding-top: 8px;
}
@media only screen and (max-width: 768px) {
  .top_cont.top_message {
    background: url(../img/top_message_bg_sp.webp) no-repeat;
    height: auto;
    padding-top: 90px;
  }
}
.top_cont.top_message .top_message_cont {
  position: relative;
  width: min(75vw, 1020px);
  height: auto;
  aspect-ratio: 1020/350;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding-top: min(2.5vw, 38px);
}
@media only screen and (max-width: 768px) {
  .top_cont.top_message .top_message_cont {
    overflow: hidden;
    width: 100%;
    height: 505px;
    padding-top: 0;
  }
}
.top_cont.top_message .top_message_cont::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1020/350;
  background: url(../img/sok.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: min(1.6vw, 22px);
  top: 0;
}
@media only screen and (max-width: 768px) {
  .top_cont.top_message .top_message_cont::after {
    width: 126%;
    top: inherit;
    left: -13%;
    bottom: 14px;
  }
}
.top_cont.top_message .top_message_cont p {
  font-size: clamp(1.6875rem, 4.38vw, 3.5rem);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 0.8;
  margin-bottom: 42px;
}
.top_cont.top_message .top_message_cont p::before, .top_cont.top_message .top_message_cont p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top_cont.top_message .top_message_cont p::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.top_cont.top_message .top_message_cont p::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .top_cont.top_message .top_message_cont p {
    font-size: 30px;
  }
}
.top_cont.top_message .top_message_cont span {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.5;
  display: block;
  padding-bottom: 34px;
}
.top_cont.top_message .top_message_cont span::before, .top_cont.top_message .top_message_cont span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top_cont.top_message .top_message_cont span::before {
  margin-top: calc((1 - 2.5) * 0.5em);
}
.top_cont.top_message .top_message_cont span::after {
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .top_cont.top_message .top_message_cont span {
    font-size: 14px;
    padding-bottom: 30px;
  }
}
.top_cont.top_message .top_message_cont .top_message_logo {
  width: 100%;
  text-align: center;
}
.top_cont.top_message .top_message_cont .top_message_logo img {
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .top_cont.top_message .top_message_cont .top_message_logo img {
    width: 62px;
  }
}
.top_cont .video_wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.top_cont .video_wrapper .top_title01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 77.4vw;
}
@media only screen and (max-width: 768px) {
  .top_cont .video_wrapper .top_title01 {
    width: 64.6vw;
    text-align: center;
  }
}
.top_cont .video_wrapper .top_title02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 60.3vw;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 768px) {
  .top_cont .video_wrapper .top_title02 {
    width: 128.5vw;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top_cont .video_wrapper {
    height: 50vw;
  }
}
.top_cont .video_wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .service_list {
    width: 92.4vw;
    margin: 32px auto 0 auto;
  }
}
.service_list li {
  padding-left: min(2.9vw, 40px);
  color: #20365F;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service_list li {
    padding-left: 33px;
  }
}
.service_list li:last-child {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .service_list li:last-child {
    margin-bottom: 36px;
  }
}
.service_list li p {
  font-size: clamp(0.9rem, 1.875vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 2px;
}
.service_list li p::before, .service_list li p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.service_list li p::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.service_list li p::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .service_list li p {
    font-size: 20px;
    line-height: 0.8;
    margin-bottom: 0;
  }
  .service_list li p::before, .service_list li p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .service_list li p::before {
    margin-top: calc((1 - 0.8) * 0.5em);
  }
  .service_list li p::after {
    margin-bottom: calc((1 - 0.8) * 0.5em);
  }
}
.service_list li p::before {
  content: "";
  width: min(2.4vw, 32px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/service_list.webp) no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  left: calc(min(2.9vw, 40px) * -1);
  top: calc(min(0.2vw, 2px) * -1);
}
@media only screen and (max-width: 768px) {
  .service_list li p::before {
    width: 25px;
    left: -33px;
    top: -0.4rem;
  }
}
.service_list li span {
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .service_list li span {
    font-size: 10px;
    line-height: 1.6;
  }
}

.top_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: 100%;
}
.top_cate .area_l {
  width: 558px;
}
.top_cate .area_r {
  width: 540px;
}
.top_cate .area_r.area04 {
  padding: 104px 0 0 72px;
}
.top_cate .area_r.area04 picture {
  width: 248px;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
}
.top_cate .area_service01 {
  padding-left: 100px;
}
.top_cate .area_service02 {
  padding-top: 30px;
  margin-bottom: 90px;
}

.top_cate.company {
  height: auto;
  width: min(100%, 1006px);
  padding: 78px 0 78px 0;
  margin: auto;
}
.top_cate.company .area_l {
  width: 454px;
}
.top_cate.company .area_l .top_cont_title {
  color: #ffffff;
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .top_cate.company .area_l .top_cont_title {
    margin-bottom: 24px;
  }
}
.top_cate.company .area_l .top_cont_txt {
  color: #ffffff;
  margin-bottom: 55px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .top_cate.company .area_l .top_cont_txt {
    margin-bottom: 176px;
  }
}
@media only screen and (max-width: 768px) {
  .top_cate.company .area_l .btn_slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.a_arrow.top {
  position: absolute;
  right: min(10%, 20px);
}

#top_recruit {
  background: url(../img/recruit_bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: auto;
  padding: 40px 0 120px 0;
}
@media only screen and (max-width: 768px) {
  #top_recruit {
    background: url(../img/recruit_bg_sp.png) no-repeat;
    padding: 78px 15px 74px 15px;
    background-size: 100%;
    background-position: bottom;
  }
}

.btn_slide.contact {
  margin: auto;
}
.btn_slide.contact a {
  width: clamp(282px, 26.3vw, 359px);
  height: auto;
  aspect-ratio: 359/81;
  background: #F5528A;
  border: none;
  color: #ffffff;
  border: thin solid #F5528A;
  text-indent: 0;
}
.btn_slide.contact a.header {
  width: 120px;
  height: auto;
  aspect-ratio: 120/32;
}
.btn_slide.contact a.header .title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 1;
}
.btn_slide.contact a::before {
  content: "";
  background: #ffffff;
}
.btn_slide.contact a .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.05rem, 2.19vw, 1.75rem);
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_slide.contact a .title {
    font-size: 24px;
  }
}
.btn_slide.contact a .title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
.btn_slide.contact a .a_arrow.top {
  right: min(10%, 40px);
}
@media only screen and (max-width: 768px) {
  .btn_slide.contact a .a_arrow.top {
    right: 27px;
  }
}
.btn_slide.contact a .a_arrow.top::before {
  background-color: #ffffff;
  width: 22px;
}
@media only screen and (max-width: 768px) {
  .btn_slide.contact a .a_arrow.top::before {
    width: 15px;
  }
}
.btn_slide.contact:hover a {
  color: #F5528A;
  background: transparent;
  border: thin solid #F5528A;
}
.btn_slide.contact:hover a::before {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.btn_slide.contact:hover a .a_arrow.top::before {
  background-color: #F5528A !important;
}

.top .mega_arrow::after {
  background-color: #3F5DFD;
}
.top .mega_arrow:hover {
  color: #3F5DFD;
}
.top .mega_arrow:hover::after {
  background-color: #3F5DFD;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
}

.plr_80 {
  padding: 0 min(5.9vw, 80px);
}

.plr_40 {
  padding: 0 min(2.9vw, 40px);
}

.pb_60 {
  padding-bottom: 60px;
}

.common_wrap {
  width: min(100vw, 1366px);
  margin: 0 auto;
}
.common_wrap.full {
  width: 100%;
}
.common_wrap .common_cont {
  width: 100%;
}
.common_wrap .common_cont .btn_slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .common_wrap .common_cont .btn_slide {
    width: 100%;
  }
}
.common_wrap .common_cont .btn_slide:hover .a_arrow.top::before {
  background-color: #ffffff;
}
.common_wrap .common_cont .btn_slide:hover .a_blank::before {
  background-color: #3F5DFD;
}

.cont_title_wrap .top_cont_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.875rem, 4.68vw, 3.75rem);
  font-weight: 700;
  line-height: 0.8;
  color: #3F5DFD;
  margin-bottom: 33px;
}
.cont_title_wrap .top_cont_title::before, .cont_title_wrap .top_cont_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cont_title_wrap .top_cont_title::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.cont_title_wrap .top_cont_title::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .top_cont_title {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .top_cont_title.service {
    padding-left: 15px;
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.cont_title_wrap .top_cont_title span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 700;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .top_cont_title span {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
.cont_title_wrap .top_cont_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 700;
  color: #20365F;
  line-height: 2;
  padding-bottom: 30px;
}
.cont_title_wrap .top_cont_txt::before, .cont_title_wrap .top_cont_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cont_title_wrap .top_cont_txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.cont_title_wrap .top_cont_txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .top_cont_txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .cont_title_wrap .top_cont_txt::before, .cont_title_wrap .top_cont_txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cont_title_wrap .top_cont_txt::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  .cont_title_wrap .top_cont_txt::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
}
.cont_title_wrap .cont_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 3.12vw, 2.5rem);
  font-weight: 600;
  line-height: 0.8;
  color: #3F5DFD;
  margin-bottom: 60px;
}
.cont_title_wrap .cont_title::before, .cont_title_wrap .cont_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cont_title_wrap .cont_title::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.cont_title_wrap .cont_title::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_title {
    font-size: 24px;
  }
}
.cont_title_wrap .cont_title span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 700;
  line-height: 0.8;
  margin-top: 8px;
}
.cont_title_wrap .cont_title span::before, .cont_title_wrap .cont_title span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cont_title_wrap .cont_title span::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.cont_title_wrap .cont_title span::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_title span {
    font-size: 14px;
    margin-top: 14px;
  }
}
.cont_title_wrap .cont_title span.mt_20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_title span.mt_20 {
    margin-top: 10px;
  }
}
.cont_title_wrap .cont_subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.9rem, 1.875vw, 1.5rem);
  font-weight: 700;
  color: #20365F;
  line-height: 1;
  margin-bottom: 26px;
}
.cont_title_wrap .cont_subtitle::before, .cont_title_wrap .cont_subtitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cont_title_wrap .cont_subtitle::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.cont_title_wrap .cont_subtitle::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.cont_title_wrap .cont_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  color: #20365F;
  line-height: 2.25;
  padding-bottom: 40px;
}
.cont_title_wrap .cont_txt::before, .cont_title_wrap .cont_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cont_title_wrap .cont_txt::before {
  margin-top: calc((1 - 2.25) * 0.5em);
}
.cont_title_wrap .cont_txt::after {
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_txt {
    font-size: 14px;
    line-height: 2;
  }
  .cont_title_wrap .cont_txt::before, .cont_title_wrap .cont_txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .cont_title_wrap .cont_txt::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .cont_title_wrap .cont_txt::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
.cont_title_wrap .cont_txt.pb_0 {
  padding-bottom: 0;
}
.cont_title_wrap .cont_txt.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_txt.pb_60 {
    padding-bottom: 60px;
  }
}
.cont_title_wrap .cont_txt.pb_60_4 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_txt.pb_60_4 {
    padding-bottom: 40px;
  }
}
.cont_title_wrap .cont_txt.pb_48_2 {
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .cont_title_wrap .cont_txt.pb_48_2 {
    padding-bottom: 28px;
  }
}

.cate_top {
  background-size: cover;
  background-position: center;
  height: auto;
  width: 100%;
  height: 195px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cate_top {
    margin-top: 46px;
  }
}
.cate_top.service {
  background: url(../img/cate_service_bg.webp) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cate_top.service {
    background: url(../img/cate_service_bg_sp.webp) no-repeat;
    background-size: cover;
    height: auto;
    aspect-ratio: 390/80;
  }
}
.cate_top.company {
  background: url(../img/cate_company_bg.webp) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cate_top.company {
    background: url(../img/cate_company_bg_sp.webp) no-repeat;
    background-size: cover;
    height: auto;
    aspect-ratio: 390/80;
  }
}

h2.cate_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(3.125rem, 7.89vw, 6.25rem);
  font-weight: 700;
  line-height: 0.8;
  color: #3F5DFD;
  width: min(100vw, 1366px);
  padding: 50px 80px 60px 80px;
  margin: auto;
}
h2.cate_title::before, h2.cate_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
h2.cate_title::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
h2.cate_title::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  h2.cate_title {
    font-size: 42px;
    padding: 32px 0 32px 15px;
  }
}

#fancha, #consul, #adve,
#mission, #message, #susta,
#overview, #job, #bene, #faq {
  margin-top: -200px;
  padding-top: 200px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #fancha, #consul, #adve,
  #mission, #message, #susta,
  #overview, #job, #bene, #faq {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.cate_common_wrap {
  margin: 0 auto;
  width: 100%;
}
.cate_common_wrap .sticky_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper {
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper.sticky_service {
    max-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper.sticky_company {
    max-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper.sticky_recruit {
    max-height: inherit;
  }
}
.cate_common_wrap .sticky_wrapper .sticky {
  position: sticky;
  width: min(100vw, 1366px);
  top: 200px;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .sticky {
    display: none;
    height: auto;
  }
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu {
  margin-left: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li::before, .cate_common_wrap .sticky_wrapper .sticky .page_menu li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li a::before {
  position: absolute;
  left: -56px;
  top: 50%;
  content: "";
  width: 40px;
  height: 2px;
  background: #3F5DFD;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li.is-show a {
  color: #3F5DFD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cate_common_wrap .sticky_wrapper .sticky .page_menu li.is-show a::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cate_common_wrap .sticky_wrapper .cate_wrap {
  width: 100%;
  display: block;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap {
    position: inherit;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.fancha_bg {
  padding-bottom: min(11vw, 150px);
  margin-top: -90px;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.fancha_bg {
    padding: 0px 15px 100px 15px;
    margin-top: 0;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.job_bg {
  padding-bottom: min(5.1vw, 70px);
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.job_bg {
    padding: 0px 15px 80px 15px;
    margin-top: 0;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.bene_bg {
  padding-top: min(6.5vw, 100px);
  padding-bottom: min(11vw, 148px);
  background-color: #4A98F0;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.bene_bg {
    padding: 80px 15px 90px 15px;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.faq_bg {
  padding-top: min(11.8vw, 160px);
  padding-bottom: min(10.3vw, 140px);
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.faq_bg {
    padding: 80px 15px 90px 15px;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.mission_bg {
  padding-bottom: min(11vw, 150px);
  margin-top: -130px;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.mission_bg {
    padding: 0px 15px 100px 15px;
    margin-top: 0;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.consul_bg {
  padding-top: min(8.8vw, 120px);
  padding-bottom: min(11vw, 150px);
  background-color: #F5FAFF;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.consul_bg {
    padding: 90px 15px 120px 15px;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.adve_bg {
  padding-top: min(11.8vw, 160px);
  padding-bottom: min(11vw, 150px);
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.adve_bg {
    padding: 100px 15px 100px 15px;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.message_bg {
  padding-top: min(10.3vw, 140px);
  padding-bottom: min(11vw, 150px);
  background-color: #F5FAFF;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.message_bg {
    padding: 88px 15px 84px 15px;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.susta_bg {
  padding-top: min(9.9vw, 135px);
  padding-bottom: min(11vw, 150px);
  background-color: #FBFFF5;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.susta_bg {
    padding: 80px 15px 80px 15px;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.overview_bg {
  padding-top: min(12.5vw, 170px);
  padding-bottom: min(11vw, 150px);
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont.overview_bg {
    padding: 80px 15px 100px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont {
    position: inherit;
    width: 100%;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block {
  width: min(88.3vw, 1206px);
  padding-left: min(22.6vw, 308px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block {
    width: 100%;
    padding: 0;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 90px auto;
      grid-template-areas: "area01 area02" "area03 area03";
  gap: 90px 0;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px 0;
    -ms-grid-rows: auto 60px auto;
        grid-template-areas: "area01" "area03";
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .area.area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .service_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .recruit_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .btn_slide a {
  margin: 0 auto;
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .area01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area01;
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .area02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area02;
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .area02 {
    display: none;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .area03 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: area03;
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .phone {
  width: min(16vw, 218px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 100px min(6.5vw, 100px) 0 min(10vw, 130px);
}
@media only screen and (max-width: 768px) {
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .phone {
    display: none;
  }
}
.cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .phone img {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
}

#service .fanch_logo, #company .fanch_logo {
  display: block;
  width: 250px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #service .fanch_logo, #company .fanch_logo {
    width: 60.5%;
    margin: 0 auto;
  }
}
#service .sub_title, #company .sub_title {
  font-size: clamp(0.9rem, 1.875vw, 1.5rem);
  font-weight: 700;
  color: #3F5DFD;
  position: relative;
  text-indent: 30px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  #service .sub_title, #company .sub_title {
    font-size: 20px;
    text-indent: 24px;
    margin-bottom: 20px;
  }
}
#service .sub_title::before, #company .sub_title::before {
  display: block;
  content: "";
  background-color: #3F5DFD;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-mask: url(../img/subtitle_bg.svg);
  mask: url(../img/subtitle_bg.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  #service .sub_title::before, #company .sub_title::before {
    width: 16px;
  }
}
#service .fancha_grid, #company .fancha_grid {
  width: min(54.8vw, 748px);
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
      grid-template-areas: "area01 area02" "area03 area04";
  gap: 20px 20px;
}
@media only screen and (max-width: 768px) {
  #service .fancha_grid, #company .fancha_grid {
    gap: 10px 10px;
    width: 100%;
  }
}
#service .consul_grid, #company .consul_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 22px auto;
      grid-template-areas: "area01 area02 area03" "area04 area05 area06";
  gap: 22px 29px;
}
@media only screen and (max-width: 768px) {
  #service .consul_grid, #company .consul_grid {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto 20px auto;
        grid-template-areas: "area01 area02" "area03 area04" "area05 area06";
    gap: 20px 8px;
  }
  #service .consul_grid > .area.area01, #company .consul_grid > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #service .consul_grid > .area.area02, #company .consul_grid > .area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #service .consul_grid > .area.area03, #company .consul_grid > .area.area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #service .consul_grid > .area.area04, #company .consul_grid > .area.area04 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #service .consul_grid > .service_area.area01, #company .consul_grid > .service_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #service .consul_grid > .service_area.area02, #company .consul_grid > .service_area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #service .consul_grid > .recruit_area.area01, #company .consul_grid > .recruit_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #service .consul_grid > .recruit_area.area02, #company .consul_grid > .recruit_area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #service .consul_grid > .area01, #company .consul_grid > .area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #service .consul_grid > .area02, #company .consul_grid > .area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #service .consul_grid > .area03, #company .consul_grid > .area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
#service .consul_grid .area p, #company .consul_grid .area p {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 1;
  color: #20365F;
  margin-top: 12px;
}
#service .consul_grid .area p::before, #service .consul_grid .area p::after, #company .consul_grid .area p::before, #company .consul_grid .area p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#service .consul_grid .area p::before, #company .consul_grid .area p::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#service .consul_grid .area p::after, #company .consul_grid .area p::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#service .features li, #company .features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #service .features li, #company .features li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#service .features li:last-child, #company .features li:last-child {
  margin-bottom: 0;
}
#service .features li .point, #company .features li .point {
  width: 80px;
  margin-right: 22px;
}
@media only screen and (max-width: 768px) {
  #service .features li .point, #company .features li .point {
    width: 102px;
    margin-bottom: 10px;
  }
}
#service .features li .features_cont, #company .features li .features_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #service .features li .features_cont, #company .features li .features_cont {
    width: 100%;
  }
}
#service .features li .features_cont .txt, #company .features li .features_cont .txt {
  color: #20365F;
}
#service .features li .features_cont .txt p, #company .features li .features_cont .txt p {
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
#service .features li .features_cont .txt p::before, #service .features li .features_cont .txt p::after, #company .features li .features_cont .txt p::before, #company .features li .features_cont .txt p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#service .features li .features_cont .txt p::before, #company .features li .features_cont .txt p::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#service .features li .features_cont .txt p::after, #company .features li .features_cont .txt p::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #service .features li .features_cont .txt p, #company .features li .features_cont .txt p {
    font-size: 16px;
  }
}
#service .features li .features_cont .txt span, #company .features li .features_cont .txt span {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
#service .features li .features_cont .txt span::before, #service .features li .features_cont .txt span::after, #company .features li .features_cont .txt span::before, #company .features li .features_cont .txt span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#service .features li .features_cont .txt span::before, #company .features li .features_cont .txt span::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#service .features li .features_cont .txt span::after, #company .features li .features_cont .txt span::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #service .features li .features_cont .txt span, #company .features li .features_cont .txt span {
    font-size: 14px;
  }
}

#company .mission_txt {
  font-size: clamp(1.25rem, 3.12vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  color: #20365F;
  margin-bottom: 40px;
}
#company .mission_txt::before, #company .mission_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .mission_txt::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#company .mission_txt::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #company .mission_txt {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #company .cont_title {
    margin-bottom: 40px;
  }
}
#company .susta_grid {
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: minmax(94px, 1fr) 46px 8fr;
  grid-template-columns: minmax(94px, 1fr) 8fr;
  gap: 54px 46px;
}
@media only screen and (max-width: 768px) {
  #company .susta_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#company .susta_grid .susta_area {
  color: #20365F;
}
#company .susta_grid .susta_area .title {
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  color: #20365F;
  padding-left: 8px;
  border-left: 5px solid #3F5DFD;
}
#company .susta_grid .susta_area .title::before, #company .susta_grid .susta_area .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .susta_grid .susta_area .title::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#company .susta_grid .susta_area .title::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #company .susta_grid .susta_area .title {
    font-size: 20px;
  }
}
#company .susta_grid .susta_area:nth-child(even) {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
#company .susta_grid .susta_area:nth-child(even)::before, #company .susta_grid .susta_area:nth-child(even)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .susta_grid .susta_area:nth-child(even)::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#company .susta_grid .susta_area:nth-child(even)::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #company .susta_grid .susta_area:nth-child(even) {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #company .susta_grid .susta_area:nth-child(even)::before, #company .susta_grid .susta_area:nth-child(even)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #company .susta_grid .susta_area:nth-child(even)::before {
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  #company .susta_grid .susta_area:nth-child(even)::after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  #company .susta_grid .susta_area:nth-child(even):last-child {
    margin-bottom: 0;
  }
}
#company .susta_grid .susta_area:nth-child(even) ul {
  padding-left: 24px;
}
#company .susta_grid .susta_area:nth-child(even) ul li {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 2;
  list-style-type: decimal-leading-zero;
  margin-bottom: 26px;
  padding-left: 12px;
}
#company .susta_grid .susta_area:nth-child(even) ul li::before, #company .susta_grid .susta_area:nth-child(even) ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .susta_grid .susta_area:nth-child(even) ul li::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#company .susta_grid .susta_area:nth-child(even) ul li::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #company .susta_grid .susta_area:nth-child(even) ul li {
    font-size: 14px;
  }
}
#company .susta_grid .susta_area:nth-child(even) ul li:last-child {
  margin-bottom: 66px;
}
#company .manage {
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  color: #3F5DFD;
  margin-bottom: 22px;
}
#company .manage::before, #company .manage::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .manage::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#company .manage::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #company .manage {
    font-size: 18px;
  }
}
#company .management_grid {
  width: min(100%, 535px);
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 22px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
      grid-template-areas: "area01 area02" "area03 area04";
  gap: 20px 22px;
}
@media only screen and (max-width: 768px) {
  #company .management_grid {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
        grid-template-areas: "area01 area02" "area03 area04";
    gap: 20px 8px;
  }
  #company .management_grid > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #company .management_grid > .area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #company .management_grid > .area.area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #company .management_grid > .area.area04 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #company .management_grid > .service_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #company .management_grid > .service_area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #company .management_grid > .recruit_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #company .management_grid > .recruit_area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #company .management_grid > .area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #company .management_grid > .area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #company .management_grid > .area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
#company .management_grid .manage_area p {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 400;
  line-height: 1;
  color: #20365F;
  margin-top: 12px;
}
#company .management_grid .manage_area p::before, #company .management_grid .manage_area p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .management_grid .manage_area p::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#company .management_grid .manage_area p::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #company .management_grid .manage_area p {
    font-size: 12px;
  }
}
#company .overview_grid {
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 4.2fr;
  grid-template-columns: 1fr 4.2fr;
}
@media only screen and (max-width: 768px) {
  #company .overview_grid {
    -ms-grid-columns: minmax(80px, 1fr) 1.5fr;
    grid-template-columns: minmax(80px, 1fr) 1.5fr;
  }
}
#company .overview_grid .overview_area {
  color: #20365F;
  line-height: 1;
  border-bottom: 1px solid #ADB7C9;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
#company .overview_grid .overview_area::before, #company .overview_grid .overview_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .overview_grid .overview_area::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#company .overview_grid .overview_area::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#company .overview_grid .overview_area::before, #company .overview_grid .overview_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#company .overview_grid .overview_area::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#company .overview_grid .overview_area::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#company .overview_grid .overview_area:nth-child(odd) {
  font-size: clamp(0.625rem, 1.09vw, 0.875rem);
  font-weight: 400;
  padding-left: 26px;
}
@media only screen and (max-width: 768px) {
  #company .overview_grid .overview_area:nth-child(odd) {
    padding-left: 0;
    font-size: 12px;
  }
}
#company .overview_grid .overview_area:nth-child(even) {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #company .overview_grid .overview_area:nth-child(even) {
    font-size: 16px;
    line-height: 1.5;
  }
  #company .overview_grid .overview_area:nth-child(even)::before, #company .overview_grid .overview_area:nth-child(even)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #company .overview_grid .overview_area:nth-child(even)::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  #company .overview_grid .overview_area:nth-child(even)::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
#company .overview_grid .overview_area:nth-child(1), #company .overview_grid .overview_area:nth-child(2) {
  padding-top: 0;
}
#company .overview_grid .overview_area:nth-child(9), #company .overview_grid .overview_area:nth-child(10) {
  padding-bottom: 0;
  border: none;
}

#recruit {
  background-color: #3F5DFD;
}
#recruit .cate_title {
  color: #ffffff;
  padding-top: 158px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #recruit .cate_title {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
#recruit .cont_title {
  color: #ffffff;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#recruit .cont_title.title_bg {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #recruit .cont_title.title_bg#job {
    padding-top: 30px;
  }
}
#recruit .cont_title.title_bg .job_bg {
  position: absolute;
  width: min(20.6vw, 281px);
  left: min(2.2vw, 30px);
  bottom: max(-4vw, -55px);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #recruit .cont_title.title_bg .job_bg {
    left: 5rem;
    bottom: max(-10vw, -39px);
    margin: auto;
    width: min(54vw, 211px);
  }
}
#recruit .cont_title.title_bg .bene_bg {
  position: absolute;
  width: min(49.5vw, 675px);
  left: min(2.2vw, 30px);
  bottom: max(-4vw, -55px);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #recruit .cont_title.title_bg .bene_bg {
    left: 0;
    right: 0;
    bottom: max(-10vw, -39px);
    margin: auto;
    width: min(100vw, 389px);
  }
}
#recruit .cont_title.title_bg .faq_bg {
  position: absolute;
  width: min(16.5vw, 225px);
  left: min(2.2vw, 30px);
  bottom: max(-4vw, -55px);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #recruit .cont_title.title_bg .faq_bg {
    left: 7.5rem;
    bottom: max(-10vw, -39px);
    margin: auto;
    width: min(36.2vw, 141px);
  }
}
#recruit .page_menu li a {
  color: #ffffff;
}
#recruit .page_menu li a::before {
  background: #ffffff;
}
#recruit .page_menu li.is-show a {
  color: #FFF738;
}
#recruit .page_menu li.is-show a::before {
  background: #FFF738;
}
#recruit .rec_cate_cont {
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  #recruit .rec_cate_cont {
    padding-top: 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
}
#recruit .bene_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 29px;
}
@media only screen and (max-width: 768px) {
  #recruit .bene_grid {
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}
#recruit .bene_grid .bene_area picture {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(32, 54, 95, 0.32));
          filter: drop-shadow(0px 0px 5px rgba(32, 54, 95, 0.32));
}
#recruit .btn_slide {
  width: 100%;
  margin-bottom: 10px;
}
#recruit .btn_slide:last-child {
  margin-bottom: 0;
}
#recruit .btn_slide:hover a {
  color: #ffffff;
  border: thin solid #ffffff;
}
#recruit .btn_slide:hover a::before {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
#recruit .btn_slide:hover .a_arrow::before {
  background-color: #ffffff !important;
}
#recruit .btn_slide a {
  color: #3F5DFD;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  background: #ffffff;
  width: min(100%, 500px);
  height: 60px;
  border: thin solid #3F5DFD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding-left: 28px;
}
#recruit .btn_slide a::before, #recruit .btn_slide a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#recruit .btn_slide a::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
#recruit .btn_slide a::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
#recruit .btn_slide a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  border-radius: 0 100% 100% 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #3F5DFD;
  border-radius: 0;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#recruit .btn_slide a .a_arrow.faq {
  position: absolute;
  right: min(7%, 33px);
}
#recruit .btn_slide a .a_arrow::before {
  -webkit-mask: url(../img/icon_arrow_faq.svg);
          mask: url(../img/icon_arrow_faq.svg);
  background-color: #3F5DFD;
  width: 22px;
}

#requirements {
  padding-top: 132px;
  padding-bottom: 150px;
  background-color: #3F5DFD;
}
@media only screen and (max-width: 768px) {
  #requirements {
    padding: 84px 15px 100px 15px;
  }
}
#requirements .requir_wrap {
  width: min(100%, 820px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap {
    width: 100%;
  }
}
#requirements .requir_wrap .job_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#requirements .requir_wrap .job_header p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 3.12vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.8;
}
#requirements .requir_wrap .job_header p::before, #requirements .requir_wrap .job_header p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#requirements .requir_wrap .job_header p::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
#requirements .requir_wrap .job_header p::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .job_header p {
    font-size: 28px;
  }
}
#requirements .requir_wrap .requir_cont {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  color: #20365F;
  margin-top: 20px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.32));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.32));
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .requir_cont {
    margin-top: 8px;
  }
}
#requirements .requir_wrap .requir_cont h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 118px;
  font-size: clamp(0.9rem, 1.875vw, 1.5rem);
  font-weight: 700;
  padding-left: 48px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .requir_cont h2 {
    height: 100px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    line-height: 1;
  }
}
#requirements .requir_wrap .requir_cont .requir_block {
  border-top: 1px solid #3F5DFD;
  padding: 44px 0 14px 0;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .requir_cont .requir_block {
    padding: 44px 10px 0 10px;
  }
}
#requirements .requir_wrap .requir_cont .requir_block:last-child {
  padding-bottom: 100px;
}
#requirements .requir_wrap .requir_cont .requir_block h3 {
  color: #3F5DFD;
  font-size: clamp(0.75rem, 1.563vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: min(5.6vw, 76px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .requir_cont .requir_block h3 {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 0;
  }
}
#requirements .requir_wrap .requir_cont .requir_block h3::before {
  content: "";
  position: absolute;
  display: block;
  width: min(4.7vw, 64px);
  height: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #3F5DFD;
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .requir_cont .requir_block h3::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #requirements .requir_wrap .requir_cont .requir_block .plr_40 {
    padding: 0 0;
  }
}
#requirements .requir_grid {
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 2.75fr;
  grid-template-columns: 1fr 2.75fr;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#requirements .requir_grid .requir_area {
  color: #20365F;
  line-height: 1;
  border-top: 1px solid #ADB7C9;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
#requirements .requir_grid .requir_area::before, #requirements .requir_grid .requir_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#requirements .requir_grid .requir_area::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#requirements .requir_grid .requir_area::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#requirements .requir_grid .requir_area::before, #requirements .requir_grid .requir_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#requirements .requir_grid .requir_area::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#requirements .requir_grid .requir_area::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#requirements .requir_grid .requir_area:nth-child(1), #requirements .requir_grid .requir_area:nth-child(2) {
  border: none;
}
#requirements .requir_grid .requir_area:nth-child(odd) {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  padding-left: 26px;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_grid .requir_area:nth-child(odd) {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 12px;
  }
}
#requirements .requir_grid .requir_area:nth-child(even) {
  font-size: clamp(0.625rem, 1.09vw, 0.875rem);
  font-weight: 500;
  line-height: 2;
}
#requirements .requir_grid .requir_area:nth-child(even)::before, #requirements .requir_grid .requir_area:nth-child(even)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#requirements .requir_grid .requir_area:nth-child(even)::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#requirements .requir_grid .requir_area:nth-child(even)::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #requirements .requir_grid .requir_area:nth-child(even) {
    padding-top: 0;
    padding-bottom: 30px;
    border: none;
    font-size: 14px;
    font-weight: 400;
  }
}
#requirements .requir_grid .requir_area:nth-child(even) p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_grid .requir_area:nth-child(even) p {
    margin-bottom: 20px;
    margin-left: 11px;
  }
}
#requirements .requir_grid .requir_area:nth-child(even) p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #requirements .requir_grid .requir_area .title {
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 5px solid #3F5DFD;
    padding-left: 6px;
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.btn_slide.apply a {
  width: clamp(100px, 13.2vw, 180px);
  height: auto;
  aspect-ratio: 180/57;
  background: #FFF738;
  border: none;
  color: #20365F;
  border: thin solid #FFF738;
  text-indent: 0;
}
@media only screen and (max-width: 768px) {
  .btn_slide.apply a {
    width: 156px;
    height: auto;
    aspect-ratio: 156/40;
  }
}
.btn_slide.apply a::before {
  content: "";
  background: #20365F;
}
.btn_slide.apply a .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_slide.apply a .title {
    font-size: 14px;
  }
}
.btn_slide.apply:hover a {
  color: #FFF738;
  background: transparent;
  border: thin solid #20365F;
}
.btn_slide.apply:hover a::before {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

#contact {
  padding-bottom: 150px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #contact {
    padding: 0 15px 100px 15px;
  }
}
#contact .cate_title {
  color: #3F5DFD;
  padding-top: 158px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #contact .cate_title {
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
#contact .contact_wrap {
  width: min(100%, 970px);
  margin: 0 auto;
  color: #20365F;
}
@media only screen and (max-width: 768px) {
  #contact .contact_wrap {
    width: 100%;
  }
}
#contact .contact_grid {
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 2.88fr;
  grid-template-columns: 1fr 2.88fr;
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#contact .contact_grid .contact_area {
  color: #20365F;
  line-height: 1;
  line-height: 1;
  padding-bottom: 27px;
}
#contact .contact_grid .contact_area::before, #contact .contact_grid .contact_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#contact .contact_grid .contact_area::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#contact .contact_grid .contact_area::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
#contact .contact_grid .contact_area::before, #contact .contact_grid .contact_area::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#contact .contact_grid .contact_area::before {
  margin-top: calc((1 - 1) * 0.5em);
}
#contact .contact_grid .contact_area::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid .contact_area p:nth-child(n+2) {
    margin-bottom: 0;
  }
}
#contact .contact_grid .contact_area:nth-child(odd) {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid .contact_area:nth-child(odd) {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 12px;
  }
}
#contact .contact_grid .contact_area:nth-child(odd) p {
  margin-bottom: 0;
}
#contact .contact_grid .contact_area:nth-child(even) {
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
#contact .contact_grid .contact_area:nth-child(even)::before, #contact .contact_grid .contact_area:nth-child(even)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#contact .contact_grid .contact_area:nth-child(even)::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#contact .contact_grid .contact_area:nth-child(even)::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid .contact_area:nth-child(even) {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
  }
}
#contact .contact_grid .contact_area:nth-child(even) p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid .contact_area:nth-child(even) p {
    margin-bottom: 20px;
    margin-left: 11px;
  }
}
#contact .contact_grid .contact_area:nth-child(even) p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid .contact_area .title {
    height: 18px;
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    margin-bottom: 14px;
  }
}
#contact .contact_grid .contact_area .required {
  font-size: 12px;
  color: #F5528A;
  line-height: 1;
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #contact .contact_grid .contact_area .required {
    display: inline-block;
    margin-left: 5px;
  }
}
#contact input[type=text] {
  border-radius: 5px;
  background: #f5faff;
  border: 1px solid #adb7c9;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #contact input[type=text] {
    height: 50px;
    padding: 0 10px;
  }
}
#contact textarea {
  border-radius: 5px;
  background: #f5faff;
  border: 1px solid #adb7c9;
  padding: 20px;
  line-height: 1.5;
  width: 100%;
  min-height: 250px;
}
#contact .consent {
  color: #333333;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  padding: 30px 0 40px 0;
  line-height: 1.5;
}
#contact .consent::before, #contact .consent::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#contact .consent::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#contact .consent::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #contact .consent {
    padding: 10px 0;
    margin: 0 !important;
    font-size: 14px;
  }
}
#contact .contact_txt {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_txt {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
#contact .submit {
  text-align: center;
}
#contact .submit input, #contact .submit a {
  width: 286px;
  height: 63px;
  border-radius: 5px;
  background: #3f5dfd;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.title_j, .top_up {
  display: none;
}

.recaptcha {
  display: none;
}

.accordion {
  width: 100%;
  color: #3F5DFD;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .accordion {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .accordion-open {
    padding-right: 70px;
  }
}

/* ＋アイコン */
.accordion-open::after {
  display: block;
  content: "";
  background-color: #3F5DFD;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-mask: url(../img/faq_arrow.svg);
          mask: url(../img/faq_arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 19px;
  height: auto;
  aspect-ratio: 19/12;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-top: -4px;
}
@media only screen and (max-width: 768px) {
  .accordion-open::after {
    top: 12px;
    right: 12px;
  }
}

/* アイコンのー */
.accordion-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  will-change: transform;
}

.accordion-hidden:checked + .accordion-open .Q {
  color: #D146A6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
  line-height: 1.8;
}
.accordion-inner::before, .accordion-inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.accordion-inner::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.accordion-inner::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .accordion-inner {
    line-height: 1.6;
  }
  .accordion-inner::before, .accordion-inner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .accordion-inner::before {
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .accordion-inner::after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}
.accordion-inner p {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: clamp(0.625rem, 1.09vw, 0.875rem);
  font-weight: 400;
  line-height: 1.55;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .accordion-inner p {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 2px 65px 2px 1rem;
  margin-top: 20px;
}

/* ↑ここまで共通 */
.accordion_qa ul li {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 10px;
}
.accordion_qa ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .accordion_qa ul li {
    padding: 24px 17px;
  }
}

/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  display: block;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: -1.6em;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  .accordion_qa .Q::before,
  .accordion_qa .A::before {
    font-size: 20px;
    top: 0;
    top: -3px;
    line-height: 1;
    bottom: inherit;
  }
}

.accordion_qa .Q::before {
  content: "Q";
}

.accordion_qa .A::before {
  content: "A";
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    padding: 0px 70px 0 2em;
    margin-top: 18px;
  }
}

.btn_slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_slide:hover a {
  color: #3F5DFD;
  border: thin solid #3F5DFD;
}
.btn_slide:hover a::before {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.btn_slide:hover .a_arrow::before {
  background-color: #3F5DFD !important;
}
.btn_slide a {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.625rem, 1.25vw, 1rem);
  font-weight: 500;
  line-height: 0.8;
  background: #3F5DFD;
  width: min(16.2vw, 240px);
  height: auto;
  aspect-ratio: 220/50;
  text-align: center;
  border: thin solid #3F5DFD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 100px;
  z-index: 1;
  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;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn_slide a::before, .btn_slide a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn_slide a::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.btn_slide a::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .btn_slide a {
    width: 220px;
    font-size: 14px;
  }
}
.btn_slide a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  border-radius: 0 100% 100% 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #ffffff;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.btn_slide_re:hover a {
  color: #ffffff;
}
.btn_slide_re:hover a::before {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.btn_slide_re a {
  color: #3F5DFD;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.8;
  background: #ffffff;
  width: 220px;
  height: auto;
  aspect-ratio: 220/50;
  text-align: center;
  border: thin solid #3F5DFD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 100px;
  z-index: 1;
  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;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn_slide_re a::before, .btn_slide_re a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn_slide_re a::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.btn_slide_re a::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
.btn_slide_re a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  border-radius: 0 100% 100% 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #3F5DFD;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.a_arrow {
  background-color: #3F5DFD;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.a_arrow::before {
  display: block;
  content: "";
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-mask: url(../img/icon_arrow.svg);
          mask: url(../img/icon_arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 15px;
  height: auto;
  aspect-ratio: 15/11;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.a_blank {
  background-color: #3F5DFD;
  cursor: pointer;
  position: absolute;
  right: min(10%, 20px);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 13px;
}
.a_blank::before {
  display: block;
  content: "";
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-mask: url(../img/icon_blank.svg);
          mask: url(../img/icon_blank.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 13px;
  height: auto;
  aspect-ratio: 13/12;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.grid {
  background-color: #E1EDED;
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* グリッド幅(数) */
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
      grid-template-areas: "area01 area02" "area03 area04";
  gap: 10px 10px;
}
.grid .area.area01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area01;
  background-color: #cccccc;
}
.grid .area.area02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area02;
  background-color: #ff0000;
}
.grid .area.area03 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: area03;
  background-color: #00ff00;
}
.grid .area.area04 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: area04;
  background-color: #000000;
}
@media only screen and (max-width: 768px){
  #footer .footer_wrap .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid .service_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .service_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .service_area.area01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top_grid > .service_area.area02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .service_area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid .recruit_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .recruit_area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .recruit_area.area01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top_grid > .recruit_area.area02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .recruit_area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha .area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .area01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .area02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .area.area01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #service .consul_grid > .area.area01, #company .consul_grid > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #company .management_grid > .area.area01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top_grid > .area.area02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top_grid.recruit > .area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #service .consul_grid > .area.area02, #company .consul_grid > .area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #company .management_grid > .area.area02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cate_common_wrap .sticky_wrapper .cate_wrap .cate_cont .cate_block.fancha > .area.area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #service .consul_grid > .area.area03, #company .consul_grid > .area.area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #company .management_grid > .area.area03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #service .consul_grid > .area.area04, #company .consul_grid > .area.area04 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #company .management_grid > .area.area04 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/*# sourceMappingURL=style.css.map */