@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;
}

/************/
html {
  font-size: 62.5%;
}

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*/
.fl_space-betw {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.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;
}
.sitemap.sitemap_cate.cate_active .pcnav li .gmenu {
  color: #1F1F1F;
}
.sitemap.sitemap_cate.font_b .pcnav li .gmenu {
  color: #1F1F1F;
}
.sitemap.sitemap_cate.font_b h1::after {
  background: none;
}
.sitemap.sitemap_cate.font_b h1 .logo_b {
  opacity: 1;
}

.sitemap .pcnav li .gmenu {
  color: #1F1F1F;
}
.sitemap.font_b .pcnav li .gmenu {
  color: #1F1F1F;
}
.sitemap.font_b .pcnav li .gmenu:hover {
  color: #0492A5 !important;
}

.sitemap {
  position: relative;
  right: 0;
  top: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  padding: min(4.3vh, 46px) min(3.1%, 60px) 30px min(3.1%, 60px);
  margin-bottom: 30px;
  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;
}
.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: 287px;
  height: auto;
  aspect-ratio: 323/56;
  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: 152px;
    height: auto;
    aspect-ratio: 323/56;
    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;
}
.sitemap.sitemap_cate.cate_active .logo_b {
  opacity: 1;
}
.sitemap.active {
  background-color: transparent;
  pointer-events: auto !important;
}
@media only screen and (max-width: 768px) {
  .sitemap.active {
    border-top: 5px solid transparent !important;
    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 {
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 287px;
  height: auto;
  aspect-ratio: 323/56;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.active h1::after {
    width: inherit;
    top: 4px;
    opacity: 0;
  }
}
.sitemap.active h1 .logo_b {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sitemap.sitemap_cate.active {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .sitemap {
    height: 56px;
    padding: 8px 14px 0 14px;
    border-top: 5px solid transparent;
  }
}
.sitemap h1 {
  z-index: 1001;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .sitemap h1 {
    margin: 0;
  }
}
.sitemap h1 img {
  width: 287px;
}
@media only screen and (max-width: 768px) {
  .sitemap h1 img {
    width: 152px;
  }
}
.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;
    bottom: 16px;
    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;
  }
}
.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(250px, 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 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 .openbtn {
  position: relative;
  width: 76px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  /* margin: 22px min(2.7vw, 52px) 0 0; */
  background-color: #000000;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn {
    width: 56px;
    margin-bottom: 15px;
    pointer-events: auto !important;
  }
}
.sitemap .openbtn span {
  display: inline-block;
  position: absolute;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  width: 34px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn span {
    height: 1px;
  }
}
.sitemap .openbtn span:nth-of-type(1) {
  top: -12px;
  bottom: 0;
}
.sitemap .openbtn span:nth-of-type(2) {
  opacity: 0;
}
.sitemap .openbtn span:nth-of-type(3) {
  top: 12px;
  bottom: 0;
}
.sitemap .openbtn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  background: #ffffff;
  height: 2px;
}
.sitemap .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.sitemap .openbtn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  background: #ffffff;
  height: 2px;
}

.pcnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  top: 0;
  right: 0;
  margin-top: min(5.8vh, 62px);
  padding-right: min(30.7vw, 570px);
  width: 100%;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (orientation: landscape) and (max-height: 1044px) {
  .pcnav {
    margin-top: min(6.4vh, 62px);
  }
}
@media only screen and (max-width: 1380px) {
  .pcnav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pcnav {
    display: none;
  }
}
.pcnav li .gmenu {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 58px;
  padding: 0px 2px 0 2px;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
  cursor: pointer;
}
.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;
  font-weight: 800;
  line-height: 1.4;
}
.pcnav li .gmenu span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.pcnav li .gmenu:hover {
  color: #0492A5 !important;
}
.pcnav li .gmenu:hover::after {
  background: #0492A5;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #F0F0F0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  opacity: 0;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .nav {
    padding: 15px 0;
  }
}
.nav .head_cont {
  display: none;
}
.nav .head_cont .btn-box {
  margin: 0 auto min(4.6vw, 88px) auto;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .btn-box {
    margin: 0 auto 36px auto;
  }
}
@media only screen and (max-width: 768px) {
  .nav .head_cont {
    padding: 0 14px;
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
.nav .head_cont .inner {
  max-width: 1340px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .inner {
    margin: 0 auto 50px;
  }
}
.nav .head_cont .inner .fl {
  float: left;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .inner .fl {
    float: none;
    width: 100%;
  }
}
.nav .head_cont .inner .fl .head_logo {
  max-width: 200px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .inner .fl .head_logo {
    width: 25%;
  }
}
.nav .head_cont .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .head_cont .submenu a {
  padding: 0 15px;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav .head_cont .submenu a:last-child {
  border-left: 1px solid #000000;
}
.nav .head_cont .submenu a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav.active {
  visibility: inherit;
  opacity: 1;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .nav.active {
    overflow-y: scroll;
  }
}
.nav.active .head_cont {
  display: block;
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  top: 16px;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 520px;
}
@media (orientation: landscape) and (max-height: 1044px) {
  .nav.active .head_cont {
    top: 106px !important;
  }
}
@media only screen and (max-width: 768px) {
  .nav.active .head_cont {
    bottom: inherit;
    position: relative;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .hf_cont.ff {
    padding: 0 0 34px 0;
  }
}
.hf_cont.ff .header_inner_r {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_inner_r {
    margin-top: 0;
  }
}
.hf_cont.ff .header_inner_r .inner_box {
  width: 253px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_inner_r .inner_box {
    width: 100%;
    margin-bottom: 0px;
  }
}
.hf_cont.ff .header_inner_r .inner_box .summary_cate_wrap .summary_cate_txt {
  margin-left: 14px;
}
.hf_cont.ff .header_dl_r {
  width: 100%;
  border-radius: inherit;
  background: #fff;
  border: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding: inherit;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_dl_r {
    border-bottom: 1px solid #212020;
    -webkit-filter: none;
            filter: none;
  }
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_dl_r:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_dl_r .dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    padding-top: 0;
    padding-left: 0;
  }
}
.hf_cont.ff .header_dl_r .dt a span {
  top: 22px;
}
.hf_cont.ff .header_dl_r .dd {
  position: inherit;
  width: 253px;
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_dl_r .dd {
    margin: 0 0 0 20px;
    padding: 16px 0 22px 0;
  }
}
.hf_cont.ff .header_dl_r .dd .details_ff_title {
  font-size: 24px;
  padding-bottom: 10px;
  padding-left: 4px;
  margin-bottom: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333232;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .hf_cont.ff .header_dl_r .dd .details_ff_title {
    display: none;
  }
}
.hf_cont.ff .header_dl_r .dd .details_ff_title span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  margin-top: 3px;
}
.hf_cont.ff .header_dl_r .dd ul li {
  border: none;
  padding-bottom: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.hf_cont.ff .header_dl_r .dd ul li:last-child {
  padding-bottom: 0px;
}
.hf_cont.ff .footer_nav {
  width: inherit;
  margin: 26px 0 0 0;
}
.hf_cont.ff .footer_nav .menu a {
  font-size: 16px;
  margin-right: 15px;
}
.hf_cont.ff .footer_nav .menu a p {
  display: inline-block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.hf_cont.ff .footer_nav .copy {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #242323;
}

.hf_cont {
  width: 100%;
  margin: 0 auto;
  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: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 768px) {
  .hf_cont {
    padding: 0 0 70px 0;
  }
}
.hf_cont .header_inner_r {
  width: clamp(1255px, 94.6vw, 1432px);
  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: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_inner_r {
    width: 100%;
    margin-top: 40px;
  }
}
.hf_cont .header_inner_r .inner_box {
  width: min(48.9%, 700px);
  margin-bottom: min(3vh, 32px);
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_inner_r .inner_box {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
}
.hf_cont .header_dl_r {
  width: 100%;
  border-radius: min(4.2vw, 80px);
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.16);
  padding: min(4.1vh, 44px) 0 min(4.1vh, 44px) min(2.9vw, 56px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r {
    position: inherit;
    border-radius: 30px;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    -webkit-filter: drop-shadow(6px 5px 0px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(6px 5px 0px rgba(0, 0, 0, 0.16));
    margin-bottom: 12px;
    padding: 0;
  }
}
@media (orientation: landscape) and (max-height: 1044px) {
  .hf_cont .header_dl_r {
    padding: min(3.3vh, 44px) 0 min(3.3vh, 44px) min(2.9vw, 56px);
  }
}
.hf_cont .header_dl_r:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r:last-child {
    margin-bottom: 12px;
  }
}
.hf_cont .header_dl_r .dt {
  width: min(11.7vw, 224px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt {
    position: inherit;
    width: initial;
    margin-bottom: 0px;
    height: 55px;
    padding-top: 6px;
    padding-left: 8px;
  }
}
.hf_cont .header_dl_r .dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt a {
    font-size: 20px;
    font-weight: 500;
  }
}
.hf_cont .header_dl_r .dt a span {
  font-weight: 400;
  font-size: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt a span {
    font-size: 10px;
    position: absolute;
    right: 50px;
    top: 25px;
  }
}
.hf_cont .header_dl_r .dt a::after {
  width: 11px;
  height: auto;
  aspect-ratio: 10/12;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow01.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow01.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: auto;
}
.hf_cont .header_dl_r .dt a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt a:hover {
    opacity: 1;
  }
}
.hf_cont .header_dl_r .dd {
  width: clamp(250px, 21.6vw, 280px);
  display: inline-block;
  position: absolute;
  top: min(2.1vh, 22px);
  right: 8%;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd {
    margin: 0 auto 0 auto;
    padding: 0 0 18px 0;
    width: 74%;
    display: inherit;
    position: inherit;
  }
}
.hf_cont .header_dl_r .dd:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd ul {
    margin-top: -13px;
  }
}
.hf_cont .header_dl_r .dd ul li {
  margin-bottom: 0;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  color: #2B2A2A;
  border-bottom: 1px solid #212020;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd ul li {
    height: 47px;
  }
}
.hf_cont .header_dl_r .dd ul li:last-child {
  border-bottom: none;
}
.hf_cont .header_dl_r .dd ul li a {
  line-height: 1;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hf_cont .header_dl_r .dd ul li a p {
  display: inline-block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: 400;
  }
}
.hf_cont .header_dl_r .dd ul li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hf_cont .header_dl_r .dd ul li a::before {
  content: ">";
  margin-right: 10px;
}
.hf_cont .header_dl_r .dd ul li a span {
  font-size: 12px;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd ul li a span {
    font-size: 10px;
    padding-top: 1px;
  }
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.summary_cate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.summary_cate_wrap .summary_cate_txt {
  font-size: clamp(28px, 1.7vw, 32px);
  line-height: 1;
  color: #005762;
}
@media only screen and (max-width: 768px) {
  .summary_cate_wrap .summary_cate_txt {
    margin-left: 16px;
    font-size: 20px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.summary_cate_wrap .summary_cate_txt span {
  font-size: 16px;
  display: block;
  margin-top: min(1.9vh, 20px);
  margin-bottom: min(4.1vh, 44px);
  line-height: 1;
  font-weight: 400;
  color: #1F1F1F;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .summary_cate_wrap .summary_cate_txt span {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
@media (orientation: landscape) and (max-height: 1044px) {
  .summary_cate_wrap .summary_cate_txt span {
    margin-top: min(1.6vh, 20px);
    margin-bottom: min(3.5vh, 44px);
  }
}
.summary_cate_wrap .summary_cate_img {
  width: 140px;
  height: 140px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .summary_cate_wrap .summary_cate_img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
  }
}
.summary_cate_wrap .summary_cate_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.details-summary {
  position: relative;
  display: block;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 768px) {
  .details-summary {
    display: block;
  }
}
.details-summary a::after {
  display: none !important;
}
.details-summary a .btn {
  padding-left: 0px !important;
  top: 0 !important;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .details-summary:hover {
    opacity: 1;
  }
}
.details-summary .btn_mark {
  position: absolute;
  right: 13px;
  border-radius: 100px;
  border: 1px solid #212020;
  width: 24px;
  height: 24px;
}
.details-summary .btn {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0 !important;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  pointer-events: none;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #212020;
  border-radius: 10px;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.details-summary .btn:before {
  width: 1px;
  height: 10px;
  top: 0;
  left: 5px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border: none;
}
.details-summary.is-active .btn:before {
  content: none;
}
.details-summary.is-active .summary_cate_txt {
  margin-left: -28px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.details-summary.is-active .summary_cate_img {
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu__mega {
  margin-left: min(2.7vw, 52px);
  pointer-events: auto !important;
}
.menu__mega:first-child {
  margin-left: 0;
}
.menu__mega:hover .menu__second-level {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: min(5.3vh, 57px) 0 min(6.3vh, 52px) 0;
  background: #EDEDED;
  -webkit-transition: 0;
  transition: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level::before {
  content: "";
  width: 100%;
  height: 300px;
  background: #EDEDED;
  position: absolute;
  top: -200px;
  z-index: -1;
  pointer-events: none;
}

.test1 {
  position: fixed;
  height: 100%;
  width: 1px;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 999999;
}

.footer_nav {
  width: 627px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
.footer_nav.pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .footer_nav.pc {
    display: none;
  }
}
.footer_nav.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer_nav.sp {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .footer_nav {
    width: 100%;
    margin-right: 0;
  }
}
.footer_nav .menu {
  color: #242323;
}
@media only screen and (max-width: 768px) {
  .footer_nav .menu {
    color: #242323;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
}
.footer_nav .menu a {
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 20px;
}
.footer_nav .menu a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .footer_nav .menu a:hover {
    opacity: 1;
  }
}
.footer_nav .menu p {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer_nav .menu p {
    font-size: 8px;
    font-weight: 400;
    display: block;
    margin: 12px auto 0 auto;
    text-align: center;
  }
}

.sns_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 358px;
}
@media screen and (max-width: 768px) {
  .sns_cont {
    width: 96.3%;
    padding: 24px 0 36px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #212020;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sns_cont .btn_top {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sns_cont .btn_top {
    margin-right: 12px;
  }
}

.icon_btn {
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #020202;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .icon_btn {
    width: 40px;
    margin: 0;
  }
}
.icon_btn::after {
  content: "";
  width: 53%;
  height: auto;
  aspect-ratio: 25/24;
  background-color: #ffffff;
  -webkit-mask: url(../img/icon_x.svg);
          mask: url(../img/icon_x.svg);
  -webkit-mask-size: cover;
}
.icon_btn.insta {
  background: #CE2090;
}
.icon_btn.insta::after {
  content: "";
  width: 53%;
  height: auto;
  aspect-ratio: 25/26;
  background-color: #ffffff;
  -webkit-mask: url(../img/icon_insta.svg);
          mask: url(../img/icon_insta.svg);
  -webkit-mask-size: cover;
}
#footer {
  background-color: #ffffff;
  padding-top: 94px;
  padding-bottom: 168px;
  border-top: 1px solid #707070;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 115px;
    padding-top: 0;
    border-top: none;
  }
}
#footer .footer_wrap {
  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;
  width: clamp(930px, 90%, 1090px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap {
    padding: 0 14px;
    width: 100%;
  }
}
#footer .footer_wrap .footer_logo_wrap {
  display: none;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_logo_wrap {
    display: block;
    padding: 44px 0;
    border-bottom: 1px solid #212020;
    border-top: 1px solid #212020;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_logo_wrap a {
    width: 243px;
    display: block;
    margin: 0 auto;
  }
}
#footer .footer_wrap .footer_cont_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l {
    max-width: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .footer_nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
    border-top: 1px solid #212020;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .footer_nav .menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .footer_nav .copy {
    margin-top: 12px;
    color: #242323;
  }
}
#footer .footer_wrap .footer_cont_l .footer_logo {
  width: 320px;
  display: block;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .footer_logo {
    display: none;
  }
}
#footer .footer_wrap .footer_cont_l .media {
  max-width: 244px;
  margin-right: 3px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: inherit;
    margin-bottom: inherit;
    width: 100%;
    text-align: center;
    max-width: inherit;
  }
}
#footer .footer_wrap .footer_cont_l .media .sns_cont {
  width: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
#footer .footer_wrap .footer_cont_l .media .sns_cont .icon_btn {
  width: 40px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .media .sns_cont {
    padding: 30px 0 10px 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #footer .footer_wrap .footer_cont_l .media .sns_cont .icon_btn {
    margin: 0 4px;
  }
}
#footer .footer_wrap .footer_cont_l .media img {
  max-width: 229px;
}
#footer .footer_wrap .footer_cont_l .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 244px;
  margin-left: 34px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .company {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: inherit;
  }
}
#footer .footer_wrap .footer_cont_l .company .company_title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .company .company_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#footer .footer_wrap .footer_cont_l .company .company_title span {
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
}
#footer .footer_wrap .footer_cont_l .company .company_txt {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .company .company_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 34px;
  }
}
#footer .footer_wrap .footer_cont_l .company a {
  margin: 0 0 26px 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_l .company a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
}
#footer .footer_wrap .footer_cont_r {
  max-width: 570px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_cont_r {
    width: 100%;
    max-width: inherit;
  }
}

.btn_top {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  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;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  aspect-ratio: 230/40;
  padding: 0 50px 0 24px;
  max-width: 230px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.btn_top span {
  font-weight: 400;
  font-size: 8px;
  color: #242323;
}
.btn_top .a_blank::after {
  top: -2px;
}
.btn_top img {
  max-width: 72px;
}
#main {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-position: bottom;
  -webkit-filter: blur(0);
          filter: blur(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#main.busines {
  padding-top: clamp(755px, 78.7vw, 1510px);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main.busines {
    padding-top: 0;
  }
}
#main.common {
  padding-top: clamp(456px, 39.5vw, 760px);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main.common {
    padding-top: 0;
  }
}
#main.common.members {
  padding-top: 0;
}
#main.recruit {
  padding-top: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main.recruit {
    padding-top: 0;
  }
}
#main.work_life {
  padding-top: clamp(456px, 39.5vw, 760px);
  background: #F5F4ED;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main.work_life {
    padding-top: 0;
  }
}
#main.entry {
  padding-top: 294px;
  background: #EFF3F4;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main.entry {
    padding-top: 136px;
  }
}
@media only screen and (max-width: 768px) {
  #main.entry .second_wrap {
    padding: 0 0 !important;
  }
}
#main .main_wrap {
  height: auto;
  width: 101%;
  top: -1px;
  left: -1px;
  position: absolute;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap {
    padding-top: 114px;
    width: 101%;
  }
}
#main .main_wrap.top_bg {
  border-radius: 0;
  height: 133.6vw;
  position: relative;
  overflow: hidden;
  width: 100%;
  top: inherit;
  left: inherit;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.top_bg {
    background: url(../img/top_bg_sp.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 73%;
  }
}
#main .main_wrap.top_bg .top_bg_cont {
  height: 133.6vw;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  top: inherit;
  left: inherit;
  opacity: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.top_bg .top_bg_cont {
    display: none;
  }
}
#main .main_wrap.top_bg .top_bg_cont:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top_bg.jpg) no-repeat top center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.top_bg .top_bg_cont:after {
    background: url(../img/top_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
#main .main_wrap.top_bg .marquee {
  position: absolute;
  top: 47.9vw;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.top_bg .marquee {
    top: 46.5%;
  }
}
#main .main_wrap.top_bg .sns_cont {
  position: absolute;
  top: min(11.8vw, 150px);
  right: min(3.1%, 60px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.top_bg .sns_cont {
    display: none;
  }
}
#main .main_wrap.top_bg .sns_cont .btn_top {
  margin-right: 16px;
}
#main .main_wrap.top_bg .sns_cont .icon_btn {
  width: 40px;
}
#main .main_wrap.busines_bg {
  border-radius: 0 0 min(38.3vw, 736px) 0;
  background: url(../img/company/our_bus_bg.jpg);
  background-size: cover;
  height: clamp(755px, 78.6vw, 1510px);
  padding-top: clamp(148px, 15.4vw, 296px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.busines_bg {
    padding-top: 68px;
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
#main .main_wrap.busines_bg .marquee {
  position: absolute;
  bottom: min(3.1vw, 60px);
}
#main .main_wrap.recruit_bg {
  border-radius: 0;
  background: url(../img/recruit/resources.jpg);
  background-size: cover;
  padding-top: clamp(148px, 15.4vw, 296px);
  color: #050505;
  height: auto;
  width: 101%;
  top: -1px;
  left: -1px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg {
    padding-top: 68px;
    border-radius: 0;
    background: url(../img/recruit/resources_sp.jpg);
    background-size: contain;
    background-position-y: 222px;
    background-repeat: no-repeat;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
#main .main_wrap.recruit_bg li.lower span::after {
  background-color: #050505;
}
#main .main_wrap.recruit_bg .resources_img {
  position: absolute;
  width: min(5.6vw, 106px);
  aspect-ratio: 106/657;
  top: min(2.6vw, 50px);
  right: min(5.2vw, 94px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_img {
    width: min(5.6vw, 106px);
    aspect-ratio: 106/657;
    top: inherit;
    right: inherit;
    left: 60px;
    bottom: 37px;
    width: 12vw;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap {
  width: clamp(445px, 51.4vw, 986px);
  margin: min(6.3vw, 120px) auto auto auto;
  padding-bottom: min(14.1vw, 270px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap {
    width: 100%;
    padding: 0 15px 66px 15px;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_title {
  width: 69%;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_title {
    text-align: left;
    width: 100%;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_title img {
  height: min(5.9vw, 114px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_title img {
    height: 49px;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_ruby {
  width: 31%;
  padding-top: min(7%, 76px);
  padding-left: 10px;
  display: block;
  font-size: min(0.7vw, 12px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_ruby {
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 10px;
    margin-bottom: 10px;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_cont {
  width: clamp(354px, 41vw, 483px);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_cont {
    width: 100%;
    margin-left: 12px;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_cont p {
  background-color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: min(2.1vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 min(0.8vw, 12px);
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_cont p {
    font-size: 10px;
    height: 27px;
    padding: 0 8px;
    margin-bottom: 5px;
  }
}
#main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_cont p:last-child {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.recruit_bg .resources_list_wrap .resources_list .list_cont p:last-child {
    margin-bottom: 10px;
  }
}
#main .main_wrap.common_bg {
  border-radius: 0 0 min(38.3vw, 736px) 0;
  height: clamp(456px, 39.5vw, 760px);
  padding-top: min(19.6vw, 360px);
  position: absolute;
  overflow: hidden;
}
#main .main_wrap.common_bg::before {
  content: "";
  background: inherit;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  position: absolute;
  /*ブラー効果位置調整*/
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#main .main_wrap.common_bg.thoughts {
  background: url(../img/company/thoughts.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.thoughts {
    background: url(../img/company/thoughts_sp.jpg);
    background-size: cover;
    height: min(170vw, 638px);
  }
}
#main .main_wrap.common_bg.thoughts .main_cont {
  color: #2E2D2D;
}
#main .main_wrap.common_bg.thoughts .main_cont .lower span::after {
  background-color: #030303;
}
#main .main_wrap.common_bg.message {
  background: url(../img/company/message.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.message {
    background: url(../img/company/message_sp.jpg);
    background-size: cover;
    height: min(170vw, 638px);
  }
}
#main .main_wrap.common_bg.overview {
  background: url(../img/company/overview.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.overview {
    background: url(../img/company/overview_sp.jpg);
    background-size: cover;
  }
}
#main .main_wrap.common_bg.interview {
  background: url(../img/members/interview.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.interview {
    background: url(../img/members/interview_sp.jpg);
    background-size: cover;
    height: min(170vw, 638px);
  }
}
#main .main_wrap.common_bg.data {
  background: url(../img/work_life/office.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.data {
    background: url(../img/work_life/office_sp.jpg);
    background-size: cover;
    height: min(170vw, 638px);
  }
}
#main .main_wrap.common_bg.supports {
  background: url(../img/work_life/supports.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.supports {
    background: url(../img/work_life/supports_sp.jpg);
    background-size: cover;
    height: min(170vw, 638px);
  }
}
#main .main_wrap.common_bg.system {
  background: url(../img/work_life/system.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.system {
    background: url(../img/work_life/system_sp.jpg);
    background-size: cover;
    height: min(170vw, 638px);
  }
}
#main .main_wrap.common_bg.resources {
  background: url(../img/recruit/resources.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg.resources {
    background: url(../img/recruit/resources_sp.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #main .main_wrap.common_bg {
    padding-top: 110px;
    padding-bottom: 92px;
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
#main .main_wrap .main_cont {
  width: calc(clamp(733px, 76.4vw, 1466px) + 1%);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
#main .main_wrap .main_cont.introduction {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .main_cont {
    width: 100%;
    padding: 0;
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .main_cont .title_wrap {
    width: 100%;
    padding: 0 28px;
  }
}
#main .main_wrap .main_cont .main_txt {
  margin-right: min(10.5vw, 200px);
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .main_cont .main_txt {
    font-size: 12px;
    margin: 210px 0 0 28px;
  }
}
#main .main_wrap h2 {
  font-size: clamp(28px, 1.7vw, 32px);
  line-height: 1;
  margin-bottom: min(2vw, 38px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#main .main_wrap h2.common_title {
  font-size: clamp(36px, 2.1vw, 40px);
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap h2.common_title {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
#main .main_wrap .common_title_ruby {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .common_title_ruby {
    font-size: 10px;
    margin-bottom: 22px;
  }
}
#main .main_wrap h3 {
  font-size: min(5.2vw, 93px);
  line-height: 1;
  margin-bottom: min(1.6vw, 30px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap h3 {
    font-size: 52px;
    margin-bottom: 28px;
  }
}
#main .main_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .main_wrap ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap ul li {
    font-size: 8px;
  }
}
#main .main_wrap ul li.lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .main_wrap ul li.lower span {
  width: 46px;
  position: relative;
  display: inline-block;
  margin: 0 12px;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap ul li.lower span {
    width: 42px;
    margin: 0 8px;
  }
}
#main .main_wrap ul li.lower span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .our_busines_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#main .main_wrap .our_busines {
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 3.25;
  margin-top: min(5.2vw, 100px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .our_busines {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
    margin-bottom: 130px;
    padding: 0 28px;
    line-height: 1.91;
  }
}
#main .main_wrap .our_busines p {
  margin-bottom: 40px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .our_busines p {
    margin-bottom: 26px;
  }
}
#main .main_wrap .our_busines p:last-child {
  margin-bottom: 0;
}
#main .main_wrap .resources {
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 3.25;
  margin-top: min(5.2vw, 100px);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .resources {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 54px;
    margin-bottom: 424px;
    padding: 0 28px;
    line-height: 1.91;
  }
}
#main .main_wrap .resources p {
  margin-bottom: 40px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .resources p {
    margin-bottom: 26px;
  }
}
#main .main_wrap .resources p:last-child {
  margin-bottom: 0;
}
#main .main_wrap .our_busines_img {
  position: absolute;
  width: min(52.6vw, 1010px);
  aspect-ratio: 2021/2222;
  top: -40px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #main .main_wrap .our_busines_img {
    position: relative;
    width: 100%;
    aspect-ratio: inherit;
    top: 20px;
  }
}
#main .second_wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: auto;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #main .second_wrap {
    padding: 0 28px;
  }
}
.common_cont {
  width: clamp(733px, 76.4vw, 1466px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .common_cont {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.section_wrap > * {
  width: 100%;
}

.a_blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.a_blank::after {
  width: 13px;
  height: auto;
  aspect-ratio: 14/18;
  background-color: #1F1F1F;
  background-repeat: no-repeat;
  -webkit-mask: url(../img/icon_blank.svg);
          mask: url(../img/icon_blank.svg);
  content: "";
  -webkit-mask-size: 100%;
          mask-size: 100%;
  mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: -22px;
  top: -1px;
}
.a_blank.w::after {
  background-color: #ffffff;
}

.cate_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .cate_menu_wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cate_menu_wrap li {
  width: min(16.7vw, 320px);
  margin: 0 min(1.3vw, 25px);
}
@media only screen and (max-width: 768px) {
  .cate_menu_wrap li {
    width: calc(50% - 5px);
    margin: 0 0 18px 0;
  }
}
.cate_menu_wrap .cate_menu_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: min(2.2vw, 42px);
}
.cate_menu_wrap .cate_menu_img.shadow {
  -webkit-box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .cate_menu_wrap .cate_menu_img {
    width: 100%;
    aspect-ratio: 168/74;
    position: relative;
  }
}
.cate_menu_wrap .cate_menu_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .cate_menu_wrap .cate_menu_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.cate_menu_wrap .cate_menu_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .cate_menu_wrap .cate_menu_img:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cate_menu_wrap .menu_txt {
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 500;
  margin-top: 22px;
  margin-left: min(2.3vw, 44px);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .cate_menu_wrap .menu_txt {
    margin-top: 8px;
    margin-left: 14px;
    font-size: 10px;
  }
}
.cate_menu_wrap .menu_txt::after {
  content: "→";
  position: absolute;
  right: -20px;
}

.footer_cate_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(733px, 76.4vw, 1466px);
  padding: 66px 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .footer_cate_menu_wrap {
    display: none;
  }
}
.footer_cate_menu_wrap .footer_cate_menu {
  color: #1F1F1F;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .footer_cate_menu_wrap .footer_cate_menu {
    width: 100%;
    margin-bottom: 26px;
    margin-left: 16px;
  }
}
.footer_cate_menu_wrap .footer_cate_menu p {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .footer_cate_menu_wrap .footer_cate_menu p {
    font-size: 20px;
  }
}
.footer_cate_menu_wrap .footer_cate_menu span {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .footer_cate_menu_wrap .footer_cate_menu span {
    font-size: 12px;
  }
}
.footer_cate_menu_wrap .f_w15 {
  width: 15%;
}

.footer_recruit_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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer_recruit_cate {
    display: none;
  }
}
.footer_recruit_cate .cate_list {
  background-color: #F3D26A;
  width: 50%;
  height: 100px;
}
.footer_recruit_cate .cate_list.career {
  background-color: #6BB9F2;
}

.btn_w {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  color: #005762;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  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;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #005762;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  aspect-ratio: 168/36;
  max-width: 168px;
  margin: 0 4px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .btn_w {
    margin: 0 3px;
  }
}

.btn_049 {
  position: relative;
  text-decoration: none;
  background-color: #0492A5;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  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;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0492A5;
  box-sizing: border-box;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  aspect-ratio: 168/36;
  max-width: 168px;
  margin: 0 4px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .btn_049 {
    margin: 0 3px;
  }
}

.marquee, .marquee2 {
  overflow-x: hidden;
  width: 100%;
}
.marquee .gap_36, .marquee2 .gap_36 {
  gap: min(1.9vw, 36px);
}
@media only screen and (max-width: 768px) {
  .marquee .gap_36, .marquee2 .gap_36 {
    gap: 12px;
  }
}
.marquee .gap_40, .marquee2 .gap_40 {
  gap: min(2.1vw, 40px);
}
@media only screen and (max-width: 768px) {
  .marquee .gap_40, .marquee2 .gap_40 {
    gap: 24px;
  }
}
.marquee .gap_70, .marquee2 .gap_70 {
  gap: min(3.7vw, 70px);
}
@media only screen and (max-width: 768px) {
  .marquee .gap_70, .marquee2 .gap_70 {
    gap: 35px;
  }
}
.marquee .gap_100, .marquee2 .gap_100 {
  gap: min(5.2vw, 100px);
}
@media only screen and (max-width: 768px) {
  .marquee .gap_100, .marquee2 .gap_100 {
    gap: 50px;
  }
}
.marquee .marquee-wrapper, .marquee .marquee-wrapper2, .marquee2 .marquee-wrapper, .marquee2 .marquee-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marquee .marquee-wrapper .marquee-content, .marquee .marquee-wrapper .marquee-content2, .marquee .marquee-wrapper2 .marquee-content, .marquee .marquee-wrapper2 .marquee-content2, .marquee2 .marquee-wrapper .marquee-content, .marquee2 .marquee-wrapper .marquee-content2, .marquee2 .marquee-wrapper2 .marquee-content, .marquee2 .marquee-wrapper2 .marquee-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marquee .marquee-wrapper .marquee-content .interview_list, .marquee .marquee-wrapper .marquee-content2 .interview_list, .marquee .marquee-wrapper2 .marquee-content .interview_list, .marquee .marquee-wrapper2 .marquee-content2 .interview_list, .marquee2 .marquee-wrapper .marquee-content .interview_list, .marquee2 .marquee-wrapper .marquee-content2 .interview_list, .marquee2 .marquee-wrapper2 .marquee-content .interview_list, .marquee2 .marquee-wrapper2 .marquee-content2 .interview_list {
  width: min(12.9vw, 244px);
  aspect-ratio: 244/320;
  border-radius: min(3.1vw, 60px);
}
@media only screen and (max-width: 768px) {
  .marquee .marquee-wrapper .marquee-content .interview_list, .marquee .marquee-wrapper .marquee-content2 .interview_list, .marquee .marquee-wrapper2 .marquee-content .interview_list, .marquee .marquee-wrapper2 .marquee-content2 .interview_list, .marquee2 .marquee-wrapper .marquee-content .interview_list, .marquee2 .marquee-wrapper .marquee-content2 .interview_list, .marquee2 .marquee-wrapper2 .marquee-content .interview_list, .marquee2 .marquee-wrapper2 .marquee-content2 .interview_list {
    width: 160px;
    aspect-ratio: 244/320;
    border-radius: 42px;
  }
}
.marquee .marquee-wrapper .marquee-content .interview_list p, .marquee .marquee-wrapper .marquee-content2 .interview_list p, .marquee .marquee-wrapper2 .marquee-content .interview_list p, .marquee .marquee-wrapper2 .marquee-content2 .interview_list p, .marquee2 .marquee-wrapper .marquee-content .interview_list p, .marquee2 .marquee-wrapper .marquee-content2 .interview_list p, .marquee2 .marquee-wrapper2 .marquee-content .interview_list p, .marquee2 .marquee-wrapper2 .marquee-content2 .interview_list p {
  font-size: min(0.8vw, 14px);
  bottom: 8.4%;
}
@media only screen and (max-width: 768px) {
  .marquee .marquee-wrapper .marquee-content .interview_list p, .marquee .marquee-wrapper .marquee-content2 .interview_list p, .marquee .marquee-wrapper2 .marquee-content .interview_list p, .marquee .marquee-wrapper2 .marquee-content2 .interview_list p, .marquee2 .marquee-wrapper .marquee-content .interview_list p, .marquee2 .marquee-wrapper .marquee-content2 .interview_list p, .marquee2 .marquee-wrapper2 .marquee-content .interview_list p, .marquee2 .marquee-wrapper2 .marquee-content2 .interview_list p {
    font-size: 9px;
    bottom: 8.2%;
  }
}
.marquee .marquee-wrapper .marquee-content .content-img, .marquee .marquee-wrapper .marquee-content2 .content-img, .marquee .marquee-wrapper2 .marquee-content .content-img, .marquee .marquee-wrapper2 .marquee-content2 .content-img, .marquee2 .marquee-wrapper .marquee-content .content-img, .marquee2 .marquee-wrapper .marquee-content2 .content-img, .marquee2 .marquee-wrapper2 .marquee-content .content-img, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.marquee .marquee-wrapper .marquee-content .content-img.business_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.business_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.business_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.business_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.business_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.business_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.business_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.business_mq {
  width: min(79.2vw, 1520px);
}
@media only screen and (max-width: 768px) {
  .marquee .marquee-wrapper .marquee-content .content-img.business_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.business_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.business_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.business_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.business_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.business_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.business_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.business_mq {
    width: 782px;
  }
}
.marquee .marquee-wrapper .marquee-content .content-img.interview_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.interview_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.interview_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.interview_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.interview_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.interview_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.interview_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.interview_mq {
  width: min(71.6vw, 1374px);
}
@media only screen and (max-width: 768px) {
  .marquee .marquee-wrapper .marquee-content .content-img.interview_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.interview_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.interview_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.interview_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.interview_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.interview_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.interview_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.interview_mq {
    width: 520px;
  }
}
.marquee .marquee-wrapper .marquee-content .content-img.about_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.about_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.about_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.about_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.about_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.about_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.about_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.about_mq {
  width: min(23vw, 440px);
}
@media only screen and (max-width: 768px) {
  .marquee .marquee-wrapper .marquee-content .content-img.about_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.about_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.about_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.about_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.about_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.about_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.about_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.about_mq {
    width: 140px;
  }
}
.marquee .marquee-wrapper .marquee-content .content-img.top_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.top_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.top_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.top_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.top_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.top_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.top_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.top_mq {
  width: min(211.8vw, 4066px);
}
@media only screen and (max-width: 768px) {
  .marquee .marquee-wrapper .marquee-content .content-img.top_mq, .marquee .marquee-wrapper .marquee-content2 .content-img.top_mq, .marquee .marquee-wrapper2 .marquee-content .content-img.top_mq, .marquee .marquee-wrapper2 .marquee-content2 .content-img.top_mq, .marquee2 .marquee-wrapper .marquee-content .content-img.top_mq, .marquee2 .marquee-wrapper .marquee-content2 .content-img.top_mq, .marquee2 .marquee-wrapper2 .marquee-content .content-img.top_mq, .marquee2 .marquee-wrapper2 .marquee-content2 .content-img.top_mq {
    width: 1670px;
  }
}
.marquee .marquee-wrapper .marquee-content .content-text, .marquee .marquee-wrapper .marquee-content2 .content-text, .marquee .marquee-wrapper2 .marquee-content .content-text, .marquee .marquee-wrapper2 .marquee-content2 .content-text, .marquee2 .marquee-wrapper .marquee-content .content-text, .marquee2 .marquee-wrapper .marquee-content2 .content-text, .marquee2 .marquee-wrapper2 .marquee-content .content-text, .marquee2 .marquee-wrapper2 .marquee-content2 .content-text {
  font-weight: 700;
  font-size: 60px;
  white-space: nowrap;
}

.arrow_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.arrow_link:hover svg circle {
  stroke-dasharray: 213.6283004441 213.6283004441;
}
.arrow_link a {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 11px;
  position: relative;
}
.arrow_link figure {
  pointer-events: none;
  margin-bottom: 0.25em;
}
.arrow_link img {
  width: 18px;
  pointer-events: none;
}
.arrow_link svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.arrow_link svg circle {
  stroke-dasharray: 0 213.6283004441;
  -webkit-transition: stroke-dasharray 666ms cubic-bezier(0.05, 0.58, 0.31, 1);
  transition: stroke-dasharray 666ms cubic-bezier(0.05, 0.58, 0.31, 1);
}

.circle_btn_wrap_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 222px;
}
@media only screen and (max-width: 768px) {
  .circle_btn_wrap_more {
    width: 72px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.circle_btn_wrap_more p {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 0;
}
.circle_btn_wrap_more p::before, .circle_btn_wrap_more p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.circle_btn_wrap_more p::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.circle_btn_wrap_more p::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .circle_btn_wrap_more p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.circle_btn_wrap_more a {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .circle_btn_wrap_more a {
    margin: 0 auto;
  }
}

.circle_btn_wrap {
  cursor: pointer;
}
.circle_btn_wrap.color_b .circle_btn2::before {
  background: #000000;
}
.circle_btn_wrap.color_b .circle_btn2::after {
  border: 2px solid #000000;
}
.circle_btn_wrap.color_b .circle_btn2 .arrow_b::after {
  background-color: #000000;
}
.circle_btn_wrap.color_b:hover .circle_btn2 .arrow_b::after {
  background-color: #ffffff;
}
.circle_btn_wrap .circle_btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .circle_btn_wrap .circle_btn2 {
    width: 60px;
  }
}
.circle_btn_wrap .circle_btn2::after, .circle_btn_wrap .circle_btn2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.circle_btn_wrap .circle_btn2::before {
  background: #000000;
  z-index: -1;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, opacity 0.3s;
  transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.circle_btn_wrap .circle_btn2::after {
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.circle_btn_wrap .circle_btn2 .arrow_b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.circle_btn_wrap .circle_btn2 .arrow_b::after {
  width: 35%;
  height: auto;
  aspect-ratio: 146/204;
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-mask: url(../img/arrow_link.svg);
          mask: url(../img/arrow_link.svg);
  content: "";
  -webkit-mask-size: 100%;
          mask-size: 100%;
  mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.circle_btn_wrap:hover .circle_btn2::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, opacity 0.3s;
  transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}
.circle_btn_wrap:hover .circle_btn2::after {
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blur {
  position: fixed;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
}
.blur.blur_hover {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.fadein {
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .fadein {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media only screen and (max-width: 768px) {
  .scroll-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.fadein_Y {
  opacity: 0;
  -webkit-animation-name: fadein_Y;
          animation-name: fadein_Y;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fadein_Y.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadein_Y.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadein_Y.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  .fadein_Y {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes fadein_Y {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadein_Y {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.busines_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(733px, 76.4vw, 1466px);
  margin: 0 auto;
  padding-top: min(8vw, 152px);
  padding-bottom: min(5.6vw, 106px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}
.busines_cont.busines_cont_sec02 {
  padding-top: min(9.8vw, 138px);
  padding-bottom: min(30.9vw, 430px);
}
@media only screen and (max-width: 768px) {
  .busines_cont.busines_cont_sec02 {
    padding-top: 50px;
    padding-bottom: 112px;
  }
}
.busines_cont.busines_cont_sec03 {
  padding-top: min(8.4vw, 160px);
  padding-bottom: min(17.8vw, 340px);
}
@media only screen and (max-width: 768px) {
  .busines_cont.busines_cont_sec03 {
    padding-top: 50px;
    padding-bottom: 93px;
  }
}
.busines_cont.busines_cont_sec04 {
  padding-top: min(9.1vw, 174px);
  padding-bottom: min(23vw, 440px);
}
@media only screen and (max-width: 768px) {
  .busines_cont.busines_cont_sec04 {
    padding-top: 50px;
    padding-bottom: 112px;
  }
}
@media only screen and (max-width: 768px) {
  .busines_cont {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 194px;
  }
}
.busines_cont .cont_l {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.busines_cont .cont_l h2 {
  line-height: 1;
  margin-bottom: min(3.7vw, 70px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l h2 {
    margin-bottom: 26px;
  }
}
.busines_cont .cont_l h2 p {
  font-size: clamp(44px, 3.2vw, 60px);
  font-weight: 300;
  margin-bottom: min(1.6vw, 30px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l h2 p {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
.busines_cont .cont_l h2 span {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  display: block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l h2 span {
    font-size: 12px;
  }
}
.busines_cont .cont_l .logo_game {
  width: min(13.4vw, 254px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .logo_game {
    width: 212px;
  }
}
.busines_cont .cont_l .logo_comic {
  width: min(14.8vw, 284px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .logo_comic {
    width: 240px;
  }
}
.busines_cont .cont_l .logo_ai {
  width: min(20.1vw, 284px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .logo_ai {
    width: 168px;
  }
}
.busines_cont .cont_l .link_wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.busines_cont .cont_l .link_wrap .circle_btn_wrap {
  margin-left: 44px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .link_wrap .circle_btn_wrap {
    margin-top: 20px;
    margin-left: 0;
  }
}
.busines_cont .cont_l .link_wrap .circle_btn_wrap a {
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .link_wrap {
    margin-top: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100px;
  }
}
.busines_cont .cont_l .link_wrap .link_txt {
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .link_wrap .link_txt {
    font-size: 10px;
  }
}
.busines_cont .cont_l .link_wrap .arrow_link {
  margin-left: 44px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_l .link_wrap .arrow_link {
    margin-top: 20px;
    margin-left: 0;
  }
}
.busines_cont .cont_r {
  width: min(54%, 708px);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r {
    width: 100%;
    margin-top: 58px;
  }
}
.busines_cont .cont_r.mv {
  width: min(67.9vw, 930px);
  margin-left: min(15.7vw, 295px);
  color: #212020;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.busines_cont .cont_r.mv .mv_cont {
  margin-bottom: min(14.6vw, 280px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont {
    margin-bottom: 270px;
  }
}
.busines_cont .cont_r.mv .mv_cont:last-child {
  margin-bottom: 0;
}
.busines_cont .cont_r.mv .mv_cont .mv_cont_sub {
  position: absolute;
  left: -20%;
  top: 68px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont .mv_cont_sub {
    position: absolute;
    left: 80px;
    top: -162px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: -2;
  }
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont .mv_cont_sub.vision {
    position: absolute;
    left: 50px;
    top: -132px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: -2;
  }
}
.busines_cont .cont_r.mv .mv_cont .mv_cont_sub img {
  width: min(12.11vw, 167px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont .mv_cont_sub img {
    width: 67%;
  }
}
.busines_cont .cont_r.mv .mv_cont .mv_subtitle {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  line-height: 1;
  background-color: #030303;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont .mv_subtitle {
    font-size: 16px;
    height: 30px;
    padding: 0 14px;
    margin-bottom: 12px;
  }
}
.busines_cont .cont_r.mv .mv_cont h3 {
  font-size: clamp(44px, 3.2vw, 60px);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.busines_cont .cont_r.mv .mv_cont h3 .f_72 {
  font-size: clamp(56px, 3.8vw, 72px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont h3 .f_72 {
    font-size: 44px;
    line-height: 1.1;
  }
}
.busines_cont .cont_r.mv .mv_cont p {
  line-height: 3.1;
  margin-bottom: 42px;
}
.busines_cont .cont_r.mv .mv_cont p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r.mv .mv_cont p {
    font-size: 12px;
    line-height: 2.5;
    margin-bottom: 28px;
  }
}
.busines_cont .cont_r h3 {
  font-size: clamp(24px, 1.5vw, 28px);
  line-height: 1.42;
  margin-bottom: min(1.5vw, 28px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.busines_cont .cont_r p {
  font-size: clamp(12px, 0.9vw, 16px);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 2.25;
  margin-bottom: min(2vw, 38px);
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
}
.busines_cont .cont_r .list {
  width: min(74%, 507px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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) {
  .busines_cont .cont_r .list {
    width: 100%;
  }
}
.busines_cont .cont_r .list li {
  width: calc(33.3% - 8px);
  margin-right: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .busines_cont .cont_r .list li {
    width: calc(33.3% - 3.4px);
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .busines_cont .cont_r .list li:nth-child(3n) {
    margin-right: 0;
  }
}

.busines_common_wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .busines_common_wrap {
    padding: 0 28px;
  }
}
.busines_common_wrap.thoughts {
  background-color: #F4F3ED;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .busines_common_wrap.thoughts {
    padding: 0 24px;
  }
}
.busines_common_wrap.thoughts::after {
  content: "";
  width: min(56.9vw, 1092px);
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat !important;
  background: url(../img/company/mv_bg.png);
  background-size: min(56.9vw, 1092px);
  position: absolute;
  top: min(17.2vw, 330px);
  bottom: 0;
  right: calc(min(10.4vw, 184px) * -1);
  margin: auto;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .busines_common_wrap.thoughts::after {
    width: 100%;
    background-size: 590px;
    top: 570px;
    bottom: 0;
    right: -90px;
    margin: auto;
  }
}
.busines_common_wrap.thoughts .busines_cont {
  padding-top: min(6.6vw, 126px);
  padding-bottom: min(12vw, 233px);
}
@media only screen and (max-width: 768px) {
  .busines_common_wrap.thoughts .busines_cont {
    padding-top: 80px;
    padding-bottom: 88px;
  }
}
.busines_common_wrap.message {
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .busines_common_wrap.message {
    overflow: hidden;
  }
}
.busines_common_wrap.message .busines_cont {
  width: clamp(833px, 76.4vw, 1466px);
  padding-top: min(9.2vw, 138px);
  padding-bottom: min(10.9vw, 210px);
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  .busines_common_wrap.message .busines_cont {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 76px;
    border: none;
  }
}

.sec_bg {
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
}
.sec_bg.sec01 {
  background: url(../img/company/sec01_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 1300px) {
  .sec_bg.sec01 {
    background-size: cover !important;
  }
}
@media only screen and (max-width: 768px) {
  .sec_bg.sec01 {
    background: url(../img/company/sec01_bg_sp.jpg);
    background-size: cover;
  }
}
.sec_bg.sec02 {
  background: url(../img/company/sec02_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 768px) {
  .sec_bg.sec02 {
    background: url(../img/company/sec02_bg_sp.jpg);
    background-size: cover;
  }
}
.sec_bg.sec03 {
  background: url(../img/company/sec03_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 768px) {
  .sec_bg.sec03 {
    background: url(../img/company/sec03_bg_sp.jpg);
    background-size: cover;
  }
}
.sec_bg.sec04 {
  background: url(../img/company/sec04_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 768px) {
  .sec_bg.sec04 {
    background: url(../img/company/sec04_bg_sp.jpg);
    background-size: cover;
  }
}
.sec_bg::before {
  content: "";
  background: inherit;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  position: absolute;
  /*ブラー効果位置調整*/
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.sec_bg .sec_bg_b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 768px) {
  .sec_bg .sec_bg_b {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  .sec_bg.sec_bg_hover {
    pointer-events: none;
  }
}
.sec_bg.sec_bg_hover::before {
  content: "";
  background: inherit;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.sec_bg.sec_bg_hover .sec_bg_b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#second_thoughts .second_thoughts_cont {
  padding: min(5.2vw, 92px) 0 min(9.2vw, 140px) 0;
}
@media only screen and (max-width: 768px) {
  #second_thoughts .second_thoughts_cont {
    padding: 36px 0 30px 0;
  }
}
#second_thoughts .second_thoughts_cont p {
  line-height: 3.5;
  text-align: center;
  margin-bottom: 66px;
  color: #000;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #second_thoughts .second_thoughts_cont p {
    line-height: 3.3;
    margin-bottom: 40px;
    font-size: 12px;
  }
}
#second_thoughts .second_thoughts_cont p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #second_overview {
    padding: 0 14px !important;
  }
}
#second_overview .access_cont {
  height: auto;
  width: clamp(733px, 76.4vw, 1466px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-bottom: 1px solid #707070;
}
#second_overview .access_cont:first-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  #second_overview .access_cont {
    width: 100%;
  }
}
#second_overview .access_cont .access_r {
  width: min(57.9vw, 1110px);
  height: auto;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  #second_overview .access_cont .access_r {
    width: 100%;
    padding-left: 0;
  }
}
#second_overview .access_cont .access_r .text {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  padding-left: 14px;
  color: #212020;
}
#second_overview .access_cont .access_r .text.last {
  padding-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  #second_overview .access_cont .access_r .text.last {
    padding-bottom: 56px;
  }
}
#second_overview .common_cont {
  width: 100%;
}
#second_overview .second_overview_cont {
  padding: 82px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #second_overview .second_overview_cont {
    padding: 42px 0 0 0;
  }
}
#second_overview .second_overview_cont .overview_box {
  width: clamp(733px, 76.4vw, 1466px);
  margin: auto;
}
#second_overview .cate_subtitle {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  line-height: 1;
  background-color: #212020;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #second_overview .cate_subtitle {
    font-size: 16px;
    height: 29px;
    margin-bottom: 12px;
  }
}
#second_overview .map_wrap .iframe-wrapper {
  height: 420px;
  margin: 32px 0;
}
@media only screen and (max-width: 768px) {
  #second_overview .map_wrap .iframe-wrapper {
    height: 220px;
    margin: 0 0 10px 0;
  }
}

.company_list_wrap {
  width: 100%;
  max-width: 770px;
  color: #212020;
}
.company_list_wrap.wrap_100 {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .company_list_wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.company_list_wrap .company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #212020;
  padding-bottom: 30px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .company_list_wrap .company_list {
    width: calc(100% - 14px);
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-left: 14px;
  }
}
.company_list_wrap .company_list:last-child {
  margin-bottom: 0;
  border: none;
}
.company_list_wrap .company_list.list_l {
  margin-bottom: min(7.4vw, 142px);
  padding-bottom: 0;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .company_list_wrap .company_list.list_l {
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #212020 !important;
  }
}
.company_list_wrap .company_list p {
  width: 31%;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin: 0;
  text-indent: 16px;
}
@media only screen and (max-width: 768px) {
  .company_list_wrap .company_list p {
    width: 100%;
    font-size: 12px;
    font-weight: 800;
    text-indent: 0px;
  }
}
.company_list_wrap .company_list ul {
  width: 69%;
}
@media only screen and (max-width: 768px) {
  .company_list_wrap .company_list ul {
    margin-top: 6px;
    width: 100%;
    max-width: none;
  }
}
.company_list_wrap .company_list ul li {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .company_list_wrap .company_list ul li {
    font-size: 12px;
    line-height: 1.7;
  }
}
.company_list_wrap .company_list ul li span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .company_list_wrap .company_list ul li span {
    font-size: 10px;
  }
}

#second_message .second_message_cont {
  padding: min(5.2vw, 92px) 0 min(9.2vw, 140px) 0;
}
@media only screen and (max-width: 768px) {
  #second_message .second_message_cont {
    padding: 36px 0 30px 0;
  }
}

.sticky_wrapper {
  height: 158vw;
  width: 100%;
  max-height: 2614px;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
    max-height: inherit;
  }
}
.sticky_wrapper .sticky { /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 200px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .sticky {
    position: inherit;
    top: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 18px auto 0 auto;
  }
}
.sticky_wrapper .sticky .sticky_subtxt {
  color: #000000;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 48px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.sticky_wrapper .sticky .sticky_subtxt::before, .sticky_wrapper .sticky .sticky_subtxt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.sticky_wrapper .sticky .sticky_subtxt::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.sticky_wrapper .sticky .sticky_subtxt::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .sticky .sticky_subtxt {
    display: none;
  }
}
.sticky_wrapper .sticky .sticky_txt {
  font-size: clamp(36px, 2.1vw, 40px);
  font-weight: 500;
  color: #0492A5;
  line-height: 1.5;
  margin-bottom: 52px;
}
.sticky_wrapper .sticky .sticky_txt.name {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .sticky .sticky_txt.name {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
    color: #101010;
  }
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .sticky .sticky_txt {
    display: none;
  }
}
.sticky_wrapper .sticky .sticky_photo {
  width: 360px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .sticky .sticky_photo {
    width: 250px;
    margin: auto;
  }
}
.sticky_wrapper .history_wrap {
  width: min(42vw, 806px);
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .history_wrap {
    width: 100%;
    position: inherit;
  }
}
.sticky_wrapper .history_wrap .history_cont {
  margin-bottom: min(5.2vw, 100px);
}
.sticky_wrapper .history_wrap .history_cont:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .history_wrap .history_cont {
    margin-bottom: 72px;
  }
}
.sticky_wrapper .history_wrap .history_cont .history_title {
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 500;
  color: #005762;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .history_wrap .history_cont .history_title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.sticky_wrapper .history_wrap .history_cont .history_txt {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  color: #101010;
  line-height: 2.5;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sticky_wrapper .history_wrap .history_cont .history_txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.sticky_wrapper .history_wrap .history_cont .history_txt:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #second_interview {
    padding: 0 14px !important;
  }
}
#second_interview .common_cont {
  width: 100%;
}
#second_interview .second_interview_cont {
  padding: 140px 0 70px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_interview_cont {
    padding: 42px 0 24px 0;
  }
}
#second_interview .second_interview_cont .marquee {
  position: absolute;
  top: 40px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_interview_cont .marquee {
    top: 10px;
  }
}
#second_interview .second_interview_cont .interview_list_wrap ul {
  width: min(100%, 1072px);
  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;
  margin: 0 auto;
}
#second_interview .second_members_cont {
  position: relative;
  color: #2E2D2D;
  margin-top: 270px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont {
    margin-top: 80px;
  }
}
#second_interview .second_members_cont .members_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: clamp(734px, 77.2vw, 1482px);
  margin: auto;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 100px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l {
  width: 39.1%;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l {
    width: 100%;
  }
}
#second_interview .second_members_cont .members_wrap .members_l h2 {
  font-size: clamp(56px, 3.8vw, 72px);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l h2 {
    font-size: 40px;
    text-indent: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: relative;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .members .members_list {
  font-size: min(14.6vw, 280px);
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_list {
    font-size: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: -10px;
    right: -10px;
    position: absolute;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .members .members_list::before {
  font-size: min(3.1vw, 60px);
  position: absolute;
  top: min(2.1vw, 40px);
  left: calc(min(2.1vw, 40px) * -1);
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_list::before {
    font-size: 40px;
    top: -22px;
    left: -1px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap {
  margin-top: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 14px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_16 {
  font-size: clamp(12px, 0.9vw, 16px);
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_16 {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_16.sub {
    font-size: 10px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_28 {
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 800;
  line-height: 1.5;
  height: min(6.6vw, 84px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_28 {
    font-size: 12px;
    font-weight: 500;
    height: min(9.6vw, 50px);
    line-height: 1.6;
    margin-bottom: 26px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_60 {
  font-size: clamp(44px, 3.2vw, 60px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .members .members_txt_wrap .f_60 {
    font-size: 32px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .career_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -64px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .career {
  margin-top: 112px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .career {
    margin-top: 88px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .career li {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .career li {
    margin-bottom: 20px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .career li:last-child {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .career li:last-child {
    margin-bottom: 46px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .career li .career_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(24px, 2.1vw, 40px);
  border-radius: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2E2D2D;
  color: #ffffff;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .career li .career_title {
    width: 160px;
    height: 32px;
    font-size: 12px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .career li .career_txt {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  padding-left: 20px;
  color: #2E2D2D;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .career li .career_txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .photo_wrap {
    margin: 0 14px;
  }
}
#second_interview .second_members_cont .members_wrap .members_l .photo_wrap P {
  width: calc(50% - min(0.7vw, 12px));
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_l .photo_wrap P {
    width: calc(50% - 7px);
  }
}
#second_interview .second_members_cont .members_wrap .members_r {
  width: 47.3%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r {
    width: 100%;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .flow {
  font-size: min(4.2vw, 80px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-top: 78px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .flow {
    font-size: 24px;
    margin-top: 84px;
    margin-bottom: 20px;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list01 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list01 li .schedule p {
  color: #8C61C7;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list02 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list02 li .schedule p {
  color: #CF6A92;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list03 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list03 li .schedule p {
  color: #63B4D4;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list04 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list04 li .schedule p {
  color: #BCB34B;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list05 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list05 li .schedule p {
  color: #D57E7C;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list06 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list06 li .schedule p {
  color: #5CC872;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list07 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list07 li .schedule p {
  color: #D268D5;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list08 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list08 li .schedule p {
  color: #47A38B;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list09 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list09 li .schedule p {
  color: #5872CB;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list10 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list10 li .schedule p {
  color: #C7A351;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list11 li .time, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list11 li .schedule p {
  color: #4E89BD;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list01 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list01 li .schedule {
  border-color: #8C61C7;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list02 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list02 li .schedule {
  border-color: #CF6A92;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list03 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list03 li .schedule {
  border-color: #63B4D4;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list04 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list04 li .schedule {
  border-color: #BCB34B;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list05 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list05 li .schedule {
  border-color: #D57E7C;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list06 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list06 li .schedule {
  border-color: #5CC872;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list07 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list07 li .schedule {
  border-color: #D268D5;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list08 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list08 li .schedule {
  border-color: #47A38B;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list09 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list09 li .schedule {
  border-color: #5872CB;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list10 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list10 li .schedule {
  border-color: #C7A351;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list11 li .schedule::before, #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule.day_list11 li .schedule {
  border-color: #4E89BD;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule {
    padding: 0 14px;
    margin: 0 auto 0 auto;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li:last-child .schedule {
  border: none;
  min-height: inherit;
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .time {
  width: 90px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .time {
    width: 94px;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule {
  width: 85%;
  min-height: 96px;
  color: #1C1B1C;
  padding-left: 34px;
  border-left: 2px solid #2E2D2D;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule {
    width: 78%;
    padding-left: 28px;
    padding-top: 5px;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 100px;
  position: absolute;
  left: -15px;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule::before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: 0;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule p {
  font-size: 20px;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 1;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
#second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule span {
  font-size: 12px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .members_r.members_detail .day_schedule li .schedule span {
    font-size: 10px;
  }
}
#second_interview .second_members_cont .members_wrap .lines_wrap {
  position: relative;
  width: 100%;
}
#second_interview .second_members_cont .members_wrap .lines_wrap .lines {
  position: absolute;
  left: min(5.7%, 40px);
  width: min(31.4%, 220px);
}
@media only screen and (max-width: 768px) {
  #second_interview .second_members_cont .members_wrap .lines_wrap .lines {
    left: min(14%, 99px);
    top: 14.7%;
    width: min(29.7%, 205px);
  }
}

.marquee_interviews {
  background-color: #F0F0F0;
  padding: 20px 0 6px 0;
}
@media only screen and (max-width: 768px) {
  .marquee_interviews {
    padding: 25px 0 10px 0;
    margin-bottom: 40px;
  }
}
.marquee_interviews .title {
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .marquee_interviews .title {
    font-size: 28px;
  }
}

.interview_list {
  width: min(29.9%, 320px);
  height: auto;
  aspect-ratio: 320/420;
  border-radius: 84px;
  -webkit-box-shadow: 12px 12px 0px rgba(154, 153, 153, 0.16);
          box-shadow: 12px 12px 0px rgba(154, 153, 153, 0.16);
  margin-bottom: 46px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .interview_list {
    width: 46.1%;
    -webkit-box-shadow: 8px 8px 0px rgba(154, 153, 153, 0.16);
            box-shadow: 8px 8px 0px rgba(154, 153, 153, 0.16);
    border-radius: 38px;
    margin-bottom: 40px;
  }
  .interview_list.list01 {
    background: url(../img/members/interview_list01_sp.png);
    background-size: cover;
  }
  .interview_list.list02 {
    background: url(../img/members/interview_list02_sp.png);
    background-size: cover;
  }
  .interview_list.list03 {
    background: url(../img/members/interview_list03_sp.png);
    background-size: cover;
  }
  .interview_list.list04 {
    background: url(../img/members/interview_list04_sp.png);
    background-size: cover;
  }
  .interview_list.list05 {
    background: url(../img/members/interview_list05_sp.png);
    background-size: cover;
  }
  .interview_list.list06 {
    background: url(../img/members/interview_list06_sp.png);
    background-size: cover;
  }
  .interview_list.list07 {
    background: url(../img/members/interview_list07_sp.png);
    background-size: cover;
  }
  .interview_list.list08 {
    background: url(../img/members/interview_list08_sp.png);
    background-size: cover;
  }
  .interview_list.list09 {
    background: url(../img/members/interview_list09_sp.png);
    background-size: cover;
  }
  .interview_list.list10 {
    background: url(../img/members/interview_list10_sp.png);
    background-size: cover;
  }
  .interview_list.list11 {
    background: url(../img/members/interview_list11_sp.png);
    background-size: cover;
  }
}
.interview_list a {
  height: 100%;
  width: 100%;
  display: block;
}
.interview_list p {
  position: absolute;
  bottom: 8.8%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .interview_list p {
    font-size: 9px;
    bottom: 8.5%;
  }
}
.interview_list.list01 {
  background: url(../img/members/interview_list01.png);
  background-size: cover;
}
.interview_list.list02 {
  background: url(../img/members/interview_list02.png);
  background-size: cover;
}
.interview_list.list03 {
  background: url(../img/members/interview_list03.png);
  background-size: cover;
}
.interview_list.list04 {
  background: url(../img/members/interview_list04.png);
  background-size: cover;
}
.interview_list.list05 {
  background: url(../img/members/interview_list05.png);
  background-size: cover;
}
.interview_list.list06 {
  background: url(../img/members/interview_list06.png);
  background-size: cover;
}
.interview_list.list07 {
  background: url(../img/members/interview_list07.png);
  background-size: cover;
}
.interview_list.list08 {
  background: url(../img/members/interview_list08.png);
  background-size: cover;
}
.interview_list.list09 {
  background: url(../img/members/interview_list09.png);
  background-size: cover;
}
.interview_list.list10 {
  background: url(../img/members/interview_list10.png);
  background-size: cover;
}
.interview_list.list11 {
  background: url(../img/members/interview_list11.png);
  background-size: cover;
}
.interview_list.list_none {
  background: none;
  -webkit-box-shadow: 12px 12px 0px rgba(154, 153, 153, 0);
          box-shadow: 12px 12px 0px rgba(154, 153, 153, 0);
}

.list01_color {
  color: #8C61C7;
}
.list01_color.number {
  color: #C29EF2;
}
.list01_color.number::before {
  content: "#";
}

.list02_color {
  color: #CF6A92;
}
.list02_color.number {
  color: #F59DC0;
}
.list02_color.number::before {
  content: "#";
}

.list03_color {
  color: #63B4D4;
}
.list03_color.number {
  color: #9FDCF4;
}
.list03_color.number::before {
  content: "#";
}

.list04_color {
  color: #BCB34B;
}
.list04_color.number {
  color: #E6E092;
}
.list04_color.number::before {
  content: "#";
}

.list05_color {
  color: #D57E7C;
}
.list05_color.number {
  color: #F5ABAA;
}
.list05_color.number::before {
  content: "#";
}

.list06_color {
  color: #5CC872;
}
.list06_color.number {
  color: #AEF8BD;
}
.list06_color.number::before {
  content: "#";
}

.list07_color {
  color: #D268D5;
}
.list07_color.number {
  color: #F7A7FA;
}
.list07_color.number::before {
  content: "#";
}

.list08_color {
  color: #47A38B;
}
.list08_color.number {
  color: #A8F0DE;
}
.list08_color.number::before {
  content: "#";
}

.list09_color {
  color: #5872CB;
}
.list09_color.number {
  color: #98ACF0;
}
.list09_color.number::before {
  content: "#";
}

.list10_color {
  color: #C7A351;
}
.list10_color.number {
  color: #F2D79B;
}
.list10_color.number::before {
  content: "#";
}

.list11_color {
  color: #4E89BD;
}
.list11_color.number {
  color: #9ECEF7;
}
.list11_color.number::before {
  content: "#";
}

@media only screen and (max-width: 768px) {
  #second_work_life {
    padding: 0 14px !important;
  }
}
#second_work_life .common_cont {
  width: 100%;
}
#second_work_life .second_work_life_cont {
  padding: 0 0 70px 0;
  position: relative;
}
#second_work_life .second_work_life_cont.supports {
  padding: 0 0 230px 0;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.supports {
    padding: 0 0 16px 0;
  }
}
#second_work_life .second_work_life_cont.data {
  padding: 140px 0 150px 0;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.data {
    padding: 44px 0 38px 0;
  }
}
#second_work_life .second_work_life_cont.data .data_list {
  width: clamp(780px, 78.4vw, 1120px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.data .data_list {
    width: 100%;
  }
}
#second_work_life .second_work_life_cont.data .data_list li {
  margin-bottom: 16px;
}
#second_work_life .second_work_life_cont.data .data_list li:last-child {
  margin-bottom: 0;
}
#second_work_life .second_work_life_cont.system {
  padding: 86px 0 210px 0;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system {
    padding: 20px 0 70px 0;
  }
}
#second_work_life .second_work_life_cont.system .system_sub {
  width: min(62.5vw, 1200px);
  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;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_sub {
    width: 100%;
  }
}
#second_work_life .second_work_life_cont.system .system_sub .system_wrap {
  width: calc(50% - 16px);
  margin: 0;
  padding: 38px 32px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_sub .system_wrap {
    width: 100%;
    padding: 16px 13px;
    margin-bottom: 16px;
  }
  #second_work_life .second_work_life_cont.system .system_sub .system_wrap:last-child {
    margin-bottom: 0;
  }
}
#second_work_life .second_work_life_cont.system .system_sub .system_wrap .system_title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_sub .system_wrap .system_title {
    margin-bottom: 26px;
  }
}
#second_work_life .second_work_life_cont.system .system_sub .system_wrap .sub_cont {
  width: 84.7%;
  max-width: 440px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_sub .system_wrap .sub_cont {
    width: 91%;
  }
}
#second_work_life .second_work_life_cont.system .system_sub .system_wrap .sub_cont span {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  color: #000;
  display: block;
  margin-top: 32px;
  line-height: 1.5;
  text-align: left;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_sub .system_wrap .sub_cont span {
    line-height: 1.7;
    font-size: 12px;
    margin-top: 20px;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap {
  border-radius: min(2.1vw, 40px);
  width: min(62.5vw, 1200px);
  background-color: #FFFFFF;
  padding: 40px 40px;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap {
    width: 100%;
    border-radius: 20px;
    padding: 16px 13px;
    margin: 0 auto 16px auto;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system_title {
  border-radius: min(2.1vw, 40px);
  background-color: #0492a5;
  width: 100%;
  color: #ffffff;
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 500;
  line-height: 1;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
#second_work_life .second_work_life_cont.system .system_wrap .system_title.mb_46 {
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system_title.mb_46 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system_title {
    height: 27px;
    font-size: 16px;
    margin-bottom: 8px;
    border-radius: 40px;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system01_txt {
  width: min(49.3vw, 946px);
  border-radius: 12px;
  background: #ecfafc;
  margin: 25px auto 18px auto;
  padding: min(1.6vw, 30px);
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1F1E1E;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system01_txt {
    width: 100%;
    padding: 18px 14px;
    font-size: 12px;
    margin: auto;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system01_txt p {
  width: 85.8%;
  display: block;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system01_txt p {
    width: 100%;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system02_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(100%, 984px);
  margin: 18px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 22px auto 0 auto;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_l {
  border-radius: 9px;
  padding: 2px 13px;
  background: #005762;
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  margin-right: 30px;
  margin-top: 10px;
  min-width: 122px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_l {
    font-size: 16px;
    min-width: inherit;
    padding: 2px 9px;
    margin: 0 auto 16px auto;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r {
  width: 84.6%;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r {
    width: 100%;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner {
  width: 100%;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #1F1E1E;
  border-radius: 12px;
  border: 1px solid #C0D7D7;
  padding: 12px 0 20px 28px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner {
    padding: 13px;
  }
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner:last-child {
    margin-bottom: 0;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner ul {
  margin-left: 28px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner ul {
    width: 100%;
    margin-left: 0px;
  }
}
#second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner p {
  color: #005762;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner p {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont.system .system_wrap .system02_txt .txt_r .supports_inner div {
    padding-left: 22px;
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 92px auto 88px auto;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .cate_menu_wrap {
    width: calc(100% - 23px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 46px;
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap li {
  width: min(9.2vw, 140px);
  margin: 0 min(0.6vw, 10px);
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .cate_menu_wrap li {
    width: calc(25% - 13px);
    margin: 0 0 33px 0;
    position: relative;
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: min(2.8vw, 42px);
}
#second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img.shadow {
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 24px;
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .cate_menu_wrap .cate_menu_img:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap .menu_txt {
  color: #212020;
  font-size: 13px;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 500;
  margin: 16px auto 0 auto;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .cate_menu_wrap .menu_txt {
    font-size: 10px;
    position: absolute;
    bottom: -18px;
    left: -10px;
    right: 0;
    width: 90px;
    text-align: center;
    margin: auto;
  }
}
#second_work_life .second_work_life_cont .cate_menu_wrap .menu_txt::after {
  content: inherit;
}
#second_work_life .second_work_life_cont .supports_list_wrap {
  border-radius: min(4.2vw, 80px);
  background-color: #FFFFFF;
  color: #255352;
  width: min(75vw, 1480px);
  margin: 0 auto 20px auto;
  padding: 40px 0 64px 0;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_list_wrap {
    width: 100%;
    margin: 0 auto 24px auto;
    padding: 24px 26px 36px 26px;
  }
}
#second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  width: min(63.6vw, 1220px);
  margin: -150px auto 36px auto;
  padding-bottom: 25px;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title {
    width: 100%;
    margin: 0 auto 24px auto;
    padding-bottom: 24px;
    padding-top: 0px;
  }
}
#second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title p {
  padding: 0 36px 0 24px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title p {
    padding: 0 22px 0 0;
  }
}
#second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title p img {
  width: 72px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title p img {
    width: 60px;
  }
}
#second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title span {
  font-size: clamp(36px, 2.1vw, 40px);
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_list_wrap .supports_list_title span {
    font-size: 24px;
  }
}
#second_work_life .second_work_life_cont .supports_inner {
  width: min(63.6vw, 1220px);
  padding-left: 112px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_inner {
    width: 100% !important;
    margin: 0;
    padding-left: 0;
  }
}
#second_work_life .second_work_life_cont .supports_inner ul {
  margin-left: 58px;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_inner ul {
    margin: 0 auto;
    width: 79.5vw;
  }
}
#second_work_life .second_work_life_cont .supports_inner ul li {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_inner ul li {
    margin-bottom: 26px;
  }
}
#second_work_life .second_work_life_cont .supports_inner ul li:last-child {
  margin-bottom: 0;
}
#second_work_life .second_work_life_cont .supports_inner ul li p {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  position: relative;
  padding-bottom: 18px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
#second_work_life .second_work_life_cont .supports_inner ul li p::before {
  display: inline-block;
  content: "●";
  margin-left: -1.6em;
  padding-right: 10px;
  color: #255352;
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_inner ul li p::before {
    margin-left: 0;
    padding-right: 6px;
  }
}
#second_work_life .second_work_life_cont .supports_inner ul li div {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
#second_work_life .second_work_life_cont .supports_inner ul li span.title {
  font-size: clamp(10px, 0.7vw, 12px);
}
@media only screen and (max-width: 768px) {
  #second_work_life .second_work_life_cont .supports_inner ul li span.title {
    margin-top: 0 !important;
  }
}
#second_work_life .second_work_life_cont .supports_inner ul li .pl_2 {
  padding-left: 2rem;
  display: inline-block;
}
#second_work_life .second_work_life_cont .supports_inner ul li .pl_3 {
  padding-left: 4rem;
  display: inline-block;
}
#second_work_life .second_work_life_cont .supports_inner ul li .pl_4 {
  padding-left: 6rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #second_recruit {
    padding: 0 14px !important;
  }
}
#second_recruit .entry_title {
  text-align: center;
  color: #255352;
}
#second_recruit .entry_title h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 32px;
}
#second_recruit .entry_title h2::before, #second_recruit .entry_title h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#second_recruit .entry_title h2::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
#second_recruit .entry_title h2::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #second_recruit .entry_title h2 {
    font-size: 40px;
    margin-bottom: 36px;
  }
}
#second_recruit .entry_title p {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 68px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
#second_recruit .entry_title p::before, #second_recruit .entry_title p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#second_recruit .entry_title p::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
#second_recruit .entry_title p::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #second_recruit .entry_title p {
    font-size: 16px;
    margin-bottom: 64px;
  }
}
#second_recruit .entry_title span {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  display: block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
#second_recruit .entry_title span::before, #second_recruit .entry_title span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#second_recruit .entry_title span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#second_recruit .entry_title span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #second_recruit .entry_title span {
    font-size: 12px;
  }
}
#second_recruit .entry_btn {
  margin: 86px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 760px;
}
@media only screen and (max-width: 768px) {
  #second_recruit .entry_btn {
    margin: 50px auto 68px auto;
    width: 290px;
  }
}
#second_recruit .entry_btn a {
  width: 48.4%;
  height: auto;
  aspect-ratio: 368/124;
  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;
  border-radius: 62px;
  background: #f8c526;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
#second_recruit .entry_btn a.career {
  background: #28A0F7;
}
@media only screen and (max-width: 768px) {
  #second_recruit .entry_btn a {
    font-size: 12px;
  }
}
#second_recruit .second_entry_cont {
  width: clamp(1000px, 77.1vw, 1480px);
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont {
    width: 100%;
  }
}
#second_recruit .second_entry_cont h2 {
  font-size: clamp(36px, 2.1vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  color: #255352;
  text-align: center;
  margin-bottom: 54px;
}
#second_recruit .second_entry_cont h2::before, #second_recruit .second_entry_cont h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#second_recruit .second_entry_cont h2::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#second_recruit .second_entry_cont h2::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont h2 {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
#second_recruit .second_entry_cont h2.qa {
  color: #469B9F;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont h2.qa {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#second_recruit .second_entry_cont .entry_common_wrap {
  background-color: #FFFFFF;
  width: 100%;
  padding: 104px 78px 98px 102px;
  border-radius: min(2.1vw, 40px);
  margin-bottom: 154px;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .entry_common_wrap {
    padding: 33px 24px;
    margin-bottom: 56px;
  }
}
#second_recruit .second_entry_cont .entry_common_wrap.flow {
  background-color: #dce3e2;
  padding: 30px 0 74px 0;
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .entry_common_wrap.flow {
    border-radius: 0;
    padding: 0;
    margin-bottom: 48px;
    padding: 57px 14px 62px 14px;
  }
}
#second_recruit .second_entry_cont .flow_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 81.1%;
  height: auto;
  min-height: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: min(2.1vw, 40px);
  background-color: #FFFDFD;
  margin: 0 auto 36px auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont {
    border-radius: 40px;
    width: 100%;
    min-height: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#second_recruit .second_entry_cont .flow_cont::after {
  content: "▼";
  color: #469B9F;
  font-size: 49px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: -14px;
  right: 0;
  bottom: -45px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont::after {
    left: 0;
  }
}
#second_recruit .second_entry_cont .flow_cont.none {
  margin-bottom: 0;
}
#second_recruit .second_entry_cont .flow_cont.none::after {
  display: none;
}
#second_recruit .second_entry_cont .flow_cont .txt_l {
  width: 26.7%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_l {
    position: absolute;
    right: 36px;
    top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#second_recruit .second_entry_cont .flow_cont .txt_l img {
  height: 170px;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_l img {
    height: 60px;
  }
}
#second_recruit .second_entry_cont .flow_cont .txt_r {
  width: 65.3%;
  height: 100%;
  margin-right: 42px;
  margin-bottom: auto;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_r {
    width: 100%;
    margin: 0;
    padding: 30px 0 34px 0;
  }
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner {
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner {
    width: 100% !important;
    margin: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul {
    margin: 0 auto;
    width: 79.5vw;
  }
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  color: #255352;
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  position: relative;
  padding-bottom: 18px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p {
    font-size: 16px;
    padding-bottom: 34px;
  }
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p.no01::before {
  content: "01";
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p.no02::before {
  content: "02";
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p.no03::before {
  content: "03";
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p.no04::before {
  content: "04";
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p::before {
  display: inline-block;
  content: "";
  margin-left: -5.6rem;
  padding-right: 2.4rem;
  color: #255352;
}
@media only screen and (max-width: 768px) {
  #second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li p::before {
    margin-left: 0;
    padding-right: 6px;
  }
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li div {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li span {
  font-size: 12px;
  line-height: 1.5;
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li span::before, #second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#second_recruit .second_entry_cont .flow_cont .txt_r .supports_inner ul li span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .qa_wrap .entry_common_wrap {
    margin: 0 auto;
    width: calc(100% - 28px) !important;
    border-radius: 40px !important;
  }
}

.accordion {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #255352;
}

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

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  color: #D146A6;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 12px 0;
  position: relative;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  .accordion-open {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.6;
  }
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #D146A6;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .accordion-open::before,
  .accordion-open::after {
    right: 5px;
  }
}

/* アイコンのー */
.accordion-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  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-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* ↑ここまで共通 */
.accordion_qa ul li {
  border-bottom: 1px dotted #707070;
}
.accordion_qa ul li:last-child {
  border-bottom: none;
}

/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  display: block;
  position: absolute;
  top: -0.5em;
  left: -1.3em;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  .accordion_qa .Q::before,
  .accordion_qa .A::before {
    font-size: 20px;
    top: -0.8em;
  }
}

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

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

.accordion_qa .accordion-open {
  padding-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .accordion_qa .accordion-open {
    padding-left: 2em;
  }
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 3px 90px 50px 3.5em;
}
@media only screen and (max-width: 768px) {
  .accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    padding: 3px 40px 18px 2.1em;
  }
}

/* Q&A追加ここまで */
/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.accordion-hidden:checked + .accordion-open + .accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.top_txt_wrap {
  margin: auto;
  padding-top: 10.3vw;
  width: 72.8vw;
}
@media only screen and (max-width: 768px) {
  .top_txt_wrap {
    width: 100%;
    padding: 0 28px;
  }
}

.top_txt {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .top_txt {
    width: 71%;
  }
}

.top_subtxt {
  color: #101010;
  width: 40vw;
  margin-top: 20vw;
  margin-left: 23.4vw;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .top_subtxt {
    width: 100%;
    margin-left: 0;
    margin-top: 35%;
  }
}
.top_subtxt .f_60 {
  font-size: 3.1vw;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.1vw;
}
@media only screen and (max-width: 768px) {
  .top_subtxt .f_60 {
    font-size: 24px;
    margin-bottom: 2%;
  }
}
.top_subtxt .f_45 {
  font-size: 2.4vw;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .top_subtxt .f_45 {
    font-size: 16px;
    margin-bottom: 5.8%;
  }
}
.top_subtxt .f_30 {
  font-size: 1.6vw;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 2.3vw;
}
.top_subtxt .f_30.mb_80 {
  margin-bottom: 4.2vw;
}
@media only screen and (max-width: 768px) {
  .top_subtxt .f_30.mb_80 {
    margin-bottom: 8.7%;
  }
}
.top_subtxt .f_30.mb_100 {
  margin-bottom: 5.2vw;
}
@media only screen and (max-width: 768px) {
  .top_subtxt .f_30.mb_100 {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .top_subtxt .f_30 {
    font-size: 12px;
    margin-bottom: 9.6%;
  }
}
.top_subtxt .f_120 {
  font-size: 6.1vw;
  font-weight: 800;
  line-height: 1.19;
}
@media only screen and (max-width: 768px) {
  .top_subtxt .f_120 {
    font-size: 52px;
  }
}

.pt_960 {
  padding-top: 960px;
  pointer-events: none;
}

.apply {
  background: url(../img/apply_bg.jpg) no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  height: 408px;
  color: #ffffff;
  text-align: center;
  padding: 76px 0 0 0;
  pointer-events: auto !important;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .apply {
    display: none;
  }
}
.apply a {
  margin: 0 auto;
}

.policy {
  background: url(../img/policy_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: min(45.6vw, 959px);
  text-align: center;
  padding: 138px 0 0 0;
  position: relative;
  overflow: hidden;
}
.policy::after {
  content: "";
  position: absolute;
  background: url(../img/policy_bg_on.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: min(45.6vw, 959px);
  top: 0;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .policy::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .policy {
    background: url(../img/policy_bg_sp.jpg) no-repeat;
    background-size: 100%;
    padding: 62px 0 0 0;
    height: 213.3vw;
  }
}
.policy a {
  margin: 0 auto;
}
.policy .slick-arrow {
  display: none !important;
}
.policy .top_policy01 {
  position: absolute;
  top: 0;
  right: 0;
  left: 66%;
  margin: auto;
  width: 7.2vw;
}
@media only screen and (max-width: 768px) {
  .policy .top_policy01 {
    display: none;
  }
}
.policy .top_policy02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 48.5%;
  margin: auto;
  width: 7.2vw;
}
@media only screen and (max-width: 768px) {
  .policy .top_policy02 {
    display: none;
  }
}
.policy .top_policy03 {
  position: absolute;
  top: 0;
  right: 0;
  left: 30%;
  margin: auto;
  width: 7.2vw;
}
@media only screen and (min-width: 3000px) {
  .policy .top_policy03 {
    left: 44%;
  }
}
@media only screen and (max-width: 768px) {
  .policy .top_policy03 {
    display: none;
  }
}
.policy .vertical_down .slick-list {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.policy .vertical_down .slick-list img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #F4F3ED;
  padding: 118px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 48px 0 0 0;
  }
}
.about .about_bg01 {
  position: absolute;
  top: 112px;
  left: 0;
  right: min(29.7vw, 570px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about .about_bg01 {
    top: 30px;
    left: 0;
    right: 0;
  }
}
.about .about_bg01 img {
  width: min(41vw, 786px);
}
@media only screen and (max-width: 768px) {
  .about .about_bg01 img {
    width: 66.2%;
  }
}
.about .about_bg02 {
  position: absolute;
  top: 216px;
  left: min(53.6vw, 1030px);
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about .about_bg02 {
    top: 208px;
    left: inherit;
  }
}
.about .about_bg02 img {
  width: min(36vw, 690px);
}
@media only screen and (max-width: 768px) {
  .about .about_bg02 img {
    width: 96.2%;
    margin-left: 14px;
  }
}
.about .about_bg03 {
  position: absolute;
  top: 1136px;
  left: 0;
  right: min(36.5vw, 700px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about .about_bg03 {
    display: none;
  }
}
.about .about_bg03 img {
  width: min(46.1vw, 884px);
}
@media only screen and (max-width: 768px) {
  .about .marquee {
    top: 124px;
  }
}
.about .top_sec_cont {
  width: min(74vw, 1420px);
  margin: 0 auto 124px auto;
}
@media only screen and (max-width: 768px) {
  .about .top_sec_cont {
    width: 100%;
    margin: 0 auto 90px auto;
  }
}
.about .top_sec_cont .about_wrap01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .top_sec_cont .about_wrap01 .wrap01_title {
  width: 50%;
  text-align: right;
  padding-right: min(7.4vw, 142px);
}
@media only screen and (max-width: 768px) {
  .about .top_sec_cont .about_wrap01 .wrap01_title {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 56px;
  }
}
.about .top_sec_cont .about_wrap01 .wrap01_title img {
  width: min(16.2vw, 310px);
}
@media only screen and (max-width: 768px) {
  .about .top_sec_cont .about_wrap01 .wrap01_title img {
    width: 170px;
  }
}
.about .top_sec_cont .about_wrap01 .wrap01_cont {
  width: 50%;
  padding-top: 174px;
  padding-left: min(5vw, 96px);
}
@media only screen and (max-width: 768px) {
  .about .top_sec_cont .about_wrap01 .wrap01_cont {
    width: 100%;
    padding: 0;
  }
}
.about .top_sec_cont .about_wrap01 .wrap01_cont .wrap01_txt {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 2.5;
  text-align: left;
  margin-bottom: 108px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.about .top_sec_cont .about_wrap01 .wrap01_cont .wrap01_txt::before, .about .top_sec_cont .about_wrap01 .wrap01_cont .wrap01_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.about .top_sec_cont .about_wrap01 .wrap01_cont .wrap01_txt::before {
  margin-top: calc((1 - 2.5) * 0.5em);
}
.about .top_sec_cont .about_wrap01 .wrap01_cont .wrap01_txt::after {
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .about .top_sec_cont .about_wrap01 .wrap01_cont .wrap01_txt {
    font-size: 12px;
    text-align: center;
    margin-bottom: 62px;
  }
}
@media only screen and (max-width: 768px) {
  .about .top_sec_cont .about_wrap01 .wrap01_cont .circle_btn_wrap {
    margin: auto;
  }
}
.about .about_sub {
  position: relative;
  padding: 457px 0 113px 0;
}
@media only screen and (max-width: 768px) {
  .about .about_sub {
    padding: 212px 0 69px 0;
  }
}
.about .about_sub .about_sub01 {
  position: absolute;
  width: auto;
  height: min(6.9vw, 132px);
  aspect-ratio: 1817/265;
  overflow: hidden;
  top: 126px;
  left: min(14.2vw, 272px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about .about_sub .about_sub01 {
    height: 43px;
    top: 63px;
    left: 28px;
  }
}
.about .about_sub .about_sub02 {
  position: absolute;
  width: auto;
  height: min(7.1vw, 136px);
  aspect-ratio: 1735/272;
  overflow: hidden;
  top: 264px;
  right: min(11.7vw, 224px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about .about_sub .about_sub02 {
    height: 43px;
    right: 29px;
    top: 116px;
  }
}
.about .about_sub_wrap {
  width: min(90%, 1186px);
  margin: auto;
  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;
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap {
    width: 100%;
    padding: 0 14px;
  }
}
.about .about_sub_wrap .about_sub_cont {
  width: min(49.2%, 583px);
  height: auto;
  aspect-ratio: 583/400;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap .about_sub_cont {
    width: 100%;
  }
}
.about .about_sub_wrap .about_sub_cont::after {
  position: absolute;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 583/400;
  left: 0;
  bottom: 0;
  background: url(../img/top_about_message.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
.about .about_sub_wrap .about_sub_cont.business::after {
  background: url(../img/top_about_business.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
.about .about_sub_wrap .about_sub_cont .top_sec_title {
  text-align: left;
  position: absolute;
  background-color: #E8E6D6;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 583/334;
  bottom: 0px;
  padding-left: min(2.5vw, 48px);
  padding-top: min(2.9vw, 54px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap .about_sub_cont .top_sec_title {
    aspect-ratio: 336/192;
    padding-left: 16px;
    padding-top: 27px;
  }
}
.about .about_sub_wrap .about_sub_cont .top_sec_title h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap .about_sub_cont .top_sec_title h2 {
    margin-bottom: 14px;
  }
}
.about .about_sub_wrap .about_sub_cont .top_sec_title p {
  margin-bottom: min(3.3vw, 64px);
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap .about_sub_cont .top_sec_title p {
    margin-bottom: 34px;
  }
}
.about .about_sub_wrap .about_sub_cont .circle_btn_wrap_more {
  pointer-events: auto !important;
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap .about_sub_cont .circle_btn_wrap_more {
    width: 146px;
  }
}
.about .about_sub_wrap .about_sub_cont .circle_btn_wrap_more p {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .about .about_sub_wrap .about_sub_cont .circle_btn_wrap_more p {
    font-size: 12px;
  }
}

.interview {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 118px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .interview {
    padding: 48px 0 0 0;
  }
}
.interview .marquee {
  position: absolute;
  top: 370px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .interview .marquee {
    top: 124px;
  }
}
.interview .interview_title {
  width: 658px;
  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;
  margin-bottom: 196px;
}
@media only screen and (max-width: 768px) {
  .interview .interview_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 62px;
  }
}
.interview .interview_title .top_sec_title p {
  margin-bottom: 0;
}
.interview .interview_title .interview_btv_wrap {
  position: relative;
  width: min(20.5vw, 276px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media only screen and (max-width: 768px) {
  .interview .interview_title .interview_btv_wrap {
    display: none;
  }
}
.interview .interview_title .interview_btv_wrap::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 88%;
  border-left: 2px solid #020202;
}
.interview .interview_slider {
  width: 71.4%;
  margin: 0 auto 238px auto;
}
@media only screen and (max-width: 768px) {
  .interview .interview_slider {
    width: 78%;
    margin: 0 auto 58px auto;
  }
}
.interview .interview_slider .interview_list {
  width: 100%;
  height: auto;
  aspect-ratio: 400/520;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-box-shadow: 12px 12px 0px rgba(154, 153, 153, 0);
          box-shadow: 12px 12px 0px rgba(154, 153, 153, 0);
}
@media only screen and (max-width: 768px) {
  .interview .interview_slider .interview_list {
    width: 100%;
    margin-bottom: 10px;
  }
}
.interview .interview_slider .interview_list a {
  height: 100%;
  width: 100%;
  display: block;
}
.interview .interview_slider .interview_list p {
  position: absolute;
  bottom: 7.6%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: min(1.3vw, 24px);
  font-weight: 500;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .interview .interview_slider .interview_list p {
    font-size: 16px;
    bottom: 7.6%;
  }
}
.interview .interview_slider .interview_list.list01 {
  background: url(../img/interview_list01.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list02 {
  background: url(../img/interview_list02.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list03 {
  background: url(../img/interview_list03.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list04 {
  background: url(../img/interview_list04.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list05 {
  background: url(../img/interview_list05.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list06 {
  background: url(../img/interview_list06.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list07 {
  background: url(../img/interview_list07.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list08 {
  background: url(../img/interview_list08.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list09 {
  background: url(../img/interview_list09.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list10 {
  background: url(../img/interview_list10.png);
  background-size: cover;
}
.interview .interview_slider .interview_list.list11 {
  background: url(../img/interview_list11.png);
  background-size: cover;
}
.interview .interview_slider .circle_btn_wrap {
  display: none;
}
@media only screen and (max-width: 768px) {
  .interview .interview_slider .circle_btn_wrap {
    display: block;
    margin: auto;
  }
}
.interview .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 768px) {
  .interview .sliderArea {
    padding: 0;
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .interview .sliderArea .regular_2.slider div:nth-child(n+4) {
    display: none;
  }
}
.interview .slick-slide {
  margin: 0 20px;
}

.work_life {
  background: url(../img/work_life_bg.jpg) no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  color: #ffffff;
}
.work_life .top_sec_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.work_life .top_sec_cont .work_life_l {
  width: min(36.5vw, 701px);
  padding-top: 190px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont .work_life_l {
    width: 100%;
    padding: 48px 14px 58px 14px;
  }
}
.work_life .top_sec_cont .work_life_l .work_life_txt {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 2.5;
}
.work_life .top_sec_cont .work_life_l .work_life_txt::before, .work_life .top_sec_cont .work_life_l .work_life_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.work_life .top_sec_cont .work_life_l .work_life_txt::before {
  margin-top: calc((1 - 2.5) * 0.5em);
}
.work_life .top_sec_cont .work_life_l .work_life_txt::after {
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont .work_life_l .work_life_txt {
    font-size: 12px;
  }
}
.work_life .top_sec_cont .work_life_r {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont .work_life_r {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap {
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 960/360;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: min(15.9vw, 258px);
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont .work_life_r .circle_btn_wrap {
    padding-right: 0;
    padding: 0 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont .work_life_r .circle_btn_wrap::after {
    opacity: 1;
  }
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap:hover::after {
  opacity: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap p {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 400;
  line-height: 1;
  display: block;
  padding-right: 16px;
  height: 26px;
  margin-right: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .work_life .top_sec_cont .work_life_r .circle_btn_wrap p {
    margin-right: auto;
  }
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap.data::after {
  content: "";
  background: url(../img/top_data_bg.jpg) no-repeat;
  background-size: cover;
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap.supports::after {
  content: "";
  background: url(../img/top_supports_bg.jpg) no-repeat;
  background-size: cover;
}
.work_life .top_sec_cont .work_life_r .circle_btn_wrap.system::after {
  content: "";
  background: url(../img/top_system_bg.jpg) no-repeat;
  background-size: cover;
}

.top_sec_title h2 {
  font-size: clamp(44px, 3.2vw, 60px);
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 30px;
}
.top_sec_title h2::before, .top_sec_title h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top_sec_title h2::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.top_sec_title h2::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .top_sec_title h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
.top_sec_title p {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 0.8;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.top_sec_title p::before, .top_sec_title p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top_sec_title p::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.top_sec_title p::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}
@media only screen and (max-width: 768px) {
  .top_sec_title p {
    font-size: 10px;
  }
}
.top_sec_title.mb_56 {
  margin-bottom: 56px;
}
.top_sec_title.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .top_sec_title.mb_80 {
    margin-bottom: 60px;
  }
}
.top_sec_title.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .top_sec_title.mb_90 {
    margin-bottom: 58x;
  }
}

.about .about_sub_wrap .about_sub_cont:hover .top_sec_title {
  background-color: #D9D7B9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_sec_cont {
  width: min(73.1vw, 1402px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top_sec_cont {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.top_sec_cont .top_sec_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */