/* fv上部のpadding修正 (+97px) */
/* h3スタイル削除 */
/* 画像url修正 url(../../images/recruitment/画像名) */


/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}/*# sourceMappingURL=reset.css.map */



.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_ML_display {
  display: none;
}
@media screen and (max-width: 1300px) {
  .pc_ML_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein_bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------- fv ---------------*/
.fv {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  color: #000000;
}

.fv_wrap {
  width: 93.4vw;
  margin-left: auto;
  padding: calc(7.4vw + 97px) 0 7.4vw;
}
@media screen and (max-width: 600px) {
  .fv_wrap {
    width: 100%;
  }
}

.fv_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .fv_content {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}

.fv_txt {
  width: 390px;
}
@media screen and (max-width: 1400px) {
  .fv_txt {
    width: 316px;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt {
    width: 100%;
  }
}

.fv_txt_line {
  width: 100%;
  height: 0.5px;
  background-color: #000000;
  opacity: 0;
  transform: translateY(20px);
}

.move .fv_txt_line_top {
  animation: fadein_bottom 1.2s 0.2s ease forwards;
}

.move .fv_txt_line_bottom {
  animation: fadein_bottom 1.2s 0.5s ease forwards;
}

.fv_txt_content {
  padding: 22px 0;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1200px) {
  .fv_txt_content {
    padding: 32px 0;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt_content {
    padding: 24px 6.6vw 24px 0;
    margin-left: 6.6vw;
  }
}

.move .fv_txt_content {
  animation: fadein_bottom 1.2s 0.35s ease forwards;
}


.fv_txt_row {
  display: block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .fv_txt_row {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.fv_txt_row:last-child {
  margin-bottom: 0;
}
.fv_txt_row .big_txt {
  font-size: 23px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-right: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .fv_txt_row .big_txt {
    font-size: 20px;
  }
}
.fv_txt_row .small_txt {
  letter-spacing: -0.05em;
}

.fv_txt_row:nth-child(3) .big_txt {
  width: 100%;
  text-align: right;
  margin-right: 0;
}

.fv_txt_row:not(:last-child) {
  padding-left: 16px;
  position: relative;
}
.fv_txt_row:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 16px;
  left: 3.5px;
  background-color: #000;
  border-radius: 100%;
}
@media screen and (max-width: 1400px) {
  .fv_txt_row:not(:last-child)::after {
    top: 12px;
  }
}


.fv_img {
  width: 64vw;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .fv_img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fv_img {
    width: 93.4vw;
    margin-left: auto;
  }
}

.fv_item {
  position: absolute;
  opacity: 0;
}
.fv_item:nth-child(1) {
  width: 24vw;
  top: -3.1vw;
  right: 8vw;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .fv_item:nth-child(1) {
    width: 31vw;
  }
}
.fv_item:nth-child(2) {
  width: 25vw;
  bottom: -3.36vw;
  left: 4.6vw;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .fv_item:nth-child(2) {
    left: 9.6vw;
  }
}
@media screen and (max-width: 1000px) {
  .fv_item:nth-child(2) {
    width: 32vw;
    left: 16.6vw;
  }
}
.fv_item:nth-child(3) {
  width: 19.8vw;
  right: 11vw;
  bottom: -7.4vw;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .fv_item:nth-child(3) {
    width: 26.8vw;
  }
}
.fv_item:nth-child(4) {
  width: 27.4vw;
  bottom: -1.4vw;
  left: -16.5vw;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .fv_item:nth-child(4) {
    left: -11.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .fv_item:nth-child(4) {
    width: 34.4vw;
    left: -9.5vw;
  }
}

.move .fv_item:nth-child(1) {
  animation: fadein 1.2s 0.8s ease forwards;
}
.move .fv_item:nth-child(2) {
  animation: fadein 1.2s 0.8s ease forwards;
}
.move .fv_item:nth-child(3) {
  animation: fadein 1.2s 1.2s ease forwards;
}
.move .fv_item:nth-child(4) {
  animation: fadein 1.2s 1.2s ease forwards;
}

.fv_scroll {
  position: absolute;
  bottom: 0;
  left: calc(6.6vw + 20px);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .fv_scroll {
    position: static;
    margin-left: 15.4vw;
    margin-top: 60px;
  }
}

.fv_scroll_inner {
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

.move .fv_scroll {
  animation: fadein 1.2s 1.4s ease forwards;
}

.fv_scroll_txt {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.fv_scroll_arrow {
  width: 104px;
}

/*--------------- technology ---------------*/
.technology {
  color: #000000;
}

.technology_wrap {
  width: 86.8vw;
  margin: 0 auto;
  padding: 112px 0 48px;
}
@media screen and (max-width: 600px) {
  .technology_wrap {
    padding: 20px 0 48px;
  }
}

.technology_heading {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1200px) {
  .technology_heading {
    margin: 0 auto 20px;
  }
}

.technology_heading p {
  opacity: 0;
}
.technology_heading p:nth-child(1) {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  .technology_heading p:nth-child(1) {
    margin-bottom: 20px;
  }
}
.technology_heading p:nth-child(1) span {
  font-size: 19px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .technology_heading p:nth-child(1) span {
    font-size: 18px;
  }
}
.technology_heading p:nth-child(2) {
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .technology_heading p:nth-child(2) {
    font-size: 21px;
  }
}

.move.technology_heading p:nth-child(1) {
  animation: fadein 1.2s 0.3s ease forwards;
}
.move.technology_heading p:nth-child(2) {
  animation: fadein 1.2s 0.6s ease forwards;
}

.technology_content {
  height: 50vw;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .technology_content {
    grid-template-columns: 1fr;
    height: -moz-fit-content;
    height: fit-content;
    gap: 24px;
  }
}

.technology_left {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .technology_left {
    height: 70vw;
  }
}
@media screen and (max-width: 1000px) {
  .technology_left {
    height: 78vw;
  }
}
@media screen and (max-width: 800px) {
  .technology_left {
    height: 104vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_left {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.technology_right {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .technology_right {
    height: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_right {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.technology_item {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .technology_item {
    position: static;
  }
}

.technology_left .technology_item:nth-child(1) {
  width: 30vw;
  left: 0;
  top: -6vw;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .technology_left .technology_item:nth-child(1) {
    top: 0;
    width: 36vw;
  }
}
@media screen and (max-width: 800px) {
  .technology_left .technology_item:nth-child(1) {
    width: 48vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(1) {
    width: 100%;
    margin-bottom: 16px;
  }
}
.technology_left .technology_item:nth-child(1) .technology_item_img {
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(1) .technology_item_img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(1) .technology_item_txt br {
    display: none;
  }
}

.technology_left .move.technology_item:nth-child(1) .technology_item_img {
  animation: fadein 1.2s 0.3s ease forwards;
}
.technology_left .move.technology_item:nth-child(1) .technology_item_txt {
  animation: fadein 1.2s 0.5s ease forwards;
}

.technology_left .technology_item:nth-child(2) {
  width: 30vw;
  left: 23.7vw;
  top: 8.5vw;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .technology_left .technology_item:nth-child(2) {
    width: 36vw;
    top: 20vw;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .technology_left .technology_item:nth-child(2) {
    width: 48vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(2) {
    width: 100%;
    margin-bottom: 16px;
  }
}
.technology_left .technology_item:nth-child(2) .technology_item_img {
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(2) .technology_item_img {
    margin-bottom: 8px;
  }
}
.technology_left .technology_item:nth-child(2) .technology_item_txt {
  margin-left: 13vw;
}
@media screen and (max-width: 1200px) {
  .technology_left .technology_item:nth-child(2) .technology_item_txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(2) .technology_item_txt {
    margin-left: 0;
  }
}

.technology_left .move.technology_item:nth-child(2) .technology_item_img {
  animation: fadein 1.2s 0.3s ease forwards;
}
.technology_left .move.technology_item:nth-child(2) .technology_item_txt {
  animation: fadein 1.2s 0.5s ease forwards;
}

.technology_left .technology_item:nth-child(3) {
  width: -moz-fit-content;
  width: fit-content;
  left: 2vw;
  bottom: 3.6vw;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .technology_left .technology_item:nth-child(3) {
    bottom: 0;
    width: 36vw;
  }
}
@media screen and (max-width: 800px) {
  .technology_left .technology_item:nth-child(3) {
    width: 48vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(3) {
    width: 100%;
  }
}
.technology_left .technology_item:nth-child(3) .technology_item_img {
  width: 30vw;
}
@media screen and (max-width: 1200px) {
  .technology_left .technology_item:nth-child(3) .technology_item_img {
    width: 100%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(3) .technology_item_img {
    margin-bottom: 8px;
  }
}
.technology_left .technology_item:nth-child(3) .technology_item_txt {
  width: 280px;
  position: absolute;
  bottom: 0;
  left: calc(30vw + 18px);
}
@media screen and (max-width: 1200px) {
  .technology_left .technology_item:nth-child(3) .technology_item_txt {
    width: -moz-fit-content;
    width: fit-content;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .technology_left .technology_item:nth-child(3) .technology_item_txt br {
    display: none;
  }
}

.technology_left .move.technology_item:nth-child(3) .technology_item_img {
  animation: fadein 1.2s 0.3s ease forwards;
}
.technology_left .move.technology_item:nth-child(3) .technology_item_txt {
  animation: fadein 1.2s 0.5s ease forwards;
}

.technology_right .technology_item:nth-child(1) {
  width: 31vw;
  height: 35.6vw;
  top: -8.4vw;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(1) {
    width: 42vw;
    height: 50vw;
  }
}
@media screen and (max-width: 800px) {
  .technology_right .technology_item:nth-child(1) {
    width: 46vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(1) {
    width: 100%;
    height: 104vw;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(1) {
  width: 23vw;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(1) {
    width: 29vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(1) {
    width: 56vw;
  }
}
.technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(2) {
  width: 27.4vw;
  position: absolute;
  left: -5vw;
  top: 12.4vw;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(2) {
    width: 33.4vw;
    top: 16vw;
  }
}
@media screen and (max-width: 800px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(2) {
    top: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(2) {
    width: 66.4vw;
    top: 36vw;
  }
}
@media screen and (max-width: 375px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(2) {
    top: 40vw;
  }
}
.technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(3) {
  width: 23.3vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(3) {
    width: 29.3vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(1) .technology_item_img:nth-child(3) {
    width: 62.3vw;
  }
}
.technology_right .technology_item:nth-child(1) .technology_item_txt {
  text-align: center;
  position: absolute;
  top: 11.8vw;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(1) .technology_item_txt {
    top: 13vw;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(1) .technology_item_txt {
    top: 24vw;
  }
}

.technology_right .move.technology_item:nth-child(1) .technology_item_img:nth-child(1) {
  animation: fadein 1.2s 0.2s ease forwards;
}
.technology_right .move.technology_item:nth-child(1) .technology_item_img:nth-child(2) {
  animation: fadein 1.2s 0.6s ease forwards;
}
.technology_right .move.technology_item:nth-child(1) .technology_item_img:nth-child(3) {
  animation: fadein 1.2s 0.8s ease forwards;
}
.technology_right .move.technology_item:nth-child(1) .technology_item_txt {
  animation: fadein 1.2s 0.4s ease forwards;
}

.technology_right .technology_item:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(2) {
    flex-direction: column;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(2) {
    width: 100%;
  }
}
.technology_right .technology_item:nth-child(2) .technology_item_img {
  width: 21.7vw;
  order: 2;
}
@media screen and (max-width: 1200px) {
  .technology_right .technology_item:nth-child(2) .technology_item_img {
    width: 29vw;
    order: -1;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(2) .technology_item_img {
    width: 100%;
  }
}
.technology_right .technology_item:nth-child(2) .technology_item_txt {
  margin-top: 2.5vw;
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(2) .technology_item_txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .technology_right .technology_item:nth-child(2) .technology_item_txt br {
    display: none;
  }
}

.technology_right .move.technology_item:nth-child(2) .technology_item_img {
  animation: fadein 1.2s 0.3s ease forwards;
}
.technology_right .move.technology_item:nth-child(2) .technology_item_txt {
  animation: fadein 1.2s 0.5s ease forwards;
}

.technology_item_img {
  opacity: 0;
}

.technology_item_txt {
  display: block;
  opacity: 0;
  letter-spacing: 0.12em;
}

.technology_item_txt span {
  display: block;
  font-family: "Nunito Sans", sans-serif;
}
.technology_item_txt span:nth-child(1) {
  font-size: 16px;
  font-weight: 900;
}
.technology_item_txt span:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
}

/*--------------- charm1 ----------------*/
.charm1 {
  background-color: #F8F8F8;
  padding-top: 120px;
  color: #333;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 600px) {
  .charm1 {
    padding-top: 60px;
  }
}

.charm1_bg {
  position: absolute;
  width: 51.4vw;
  top: 0;
  right: 0;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .charm1_bg {
    width: 90vw;
  }
}

.charm1_heading {
  margin-bottom: 58px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .charm1_heading {
    margin-bottom: 32px;
  }
}
.charm1_heading h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .charm1_heading h2 {
    font-size: 26px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 375px) {
  .charm1_heading h2 {
    font-size: 24px;
  }
}
.charm1_heading span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.charm1_intro {
  display: grid;
  grid-template-columns: 29.8vw 63.6vw;
  justify-content: space-between;
  margin-left: 6.6vw;
  margin-bottom: 140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .charm1_intro {
    grid-template-columns: 32vw 56vw;
  }
}
@media screen and (max-width: 1000px) {
  .charm1_intro {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .charm1_intro {
    margin-bottom: 90px;
  }
}

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

.charm1_intro_txt_top {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .charm1_intro_txt_top {
    margin-bottom: 20px;
  }
}

.charm1_intro_txt_top span {
  display: block;
}
.charm1_intro_txt_top span:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .charm1_intro_txt_top span:nth-child(1) {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .charm1_intro_txt_top span:nth-child(1) {
    font-size: 19px;
  }
}
.charm1_intro_txt_top span:nth-child(2) {
  font-size: 28px;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .charm1_intro_txt_top span:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .charm1_intro_txt_top span:nth-child(2) {
    font-size: 22px;
  }
}

.charm1_intro_txt_bottom span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .charm1_intro_txt_bottom span {
    width: 96%;
  }
}
.charm1_intro_txt_bottom img {
  width: 24vw;
}
@media screen and (max-width: 1200px) {
  .charm1_intro_txt_bottom img {
    width: 96%;
    max-width: 320px;
  }
}

.charm1_intro_swiper_wrap {
  position: relative;
  width: 100%;
}

.charm1_intro_swiper {
  width: 100%;
  background-color: #F8F8F8;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}
@media screen and (max-width: 1000px) {
  .charm1_intro_swiper {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .charm1_intro_swiper {
    padding-right: 3.7vw;
  }
}

.charm1_intro_swiper .swiper-slide {
  width: 29.9vw !important;
  padding-right: 2.9vw;
}
@media screen and (max-width: 1200px) {
  .charm1_intro_swiper .swiper-slide {
    width: 32vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .charm1_intro_swiper .swiper-slide {
    width: 60vw !important;
  }
}
@media screen and (max-width: 600px) {
  .charm1_intro_swiper .swiper-slide {
    width: 100% !important;
  }
}

.charm1_intro_swiper_wrap .swiper-button-prev {
  width: 30px !important;
  height: 7px !important;
  top: auto !important;
  left: auto !important;
  right: calc(6.6vw + 48px) !important;
  bottom: -30px !important;
}
.charm1_intro_swiper_wrap .swiper-button-prev::after {
  content: "" !important;
  width: 30px !important;
  height: 7px !important;
  background-image: url(../../images/recruitment/prev_btn_black.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.charm1_intro_swiper_wrap .swiper-button-next {
  width: 30px !important;
  height: 7px !important;
  top: auto !important;
  bottom: -30px !important;
  right: 6.6vw !important;
}
.charm1_intro_swiper_wrap .swiper-button-next::after {
  content: "" !important;
  width: 30px !important;
  height: 7px !important;
  background-image: url(../../images/recruitment/next_btn_black.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.charm1_intro_item {
  position: relative;
}

.charm1_intro_item:hover::after {
  opacity: 1;
}
.charm1_intro_item:hover .charm1_intro_item_txt {
  opacity: 1;
}

.charm1_intro_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}

.charm1_intro_item_txt {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  transition: all 0.4s;
}

.charm1_delivery {
  display: grid;
  grid-template-columns: 57.8vw 1fr;
  gap: 50px;
  margin-right: 6.6vw;
  margin-bottom: 68px;
}
@media screen and (max-width: 1000px) {
  .charm1_delivery {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .charm1_delivery {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .charm1_delivery_txt {
    margin-left: 6.6vw;
  }
}

.charm1_delivery_top {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .charm1_delivery_top {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.charm1_delivery_item {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .charm1_delivery_item {
    margin-bottom: 20px;
  }
}

.charm1_delivery_item_title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.charm1_delivery_item_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 500;
}
.charm1_delivery_item_list span {
  display: block;
}

.charm1_voice {
  display: grid;
  grid-template-columns: 1fr 57.8vw;
  gap: 50px;
  margin-left: 6.6vw;
}
@media screen and (max-width: 1000px) {
  .charm1_voice {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.charm1_voice_txt {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .charm1_voice_txt {
    order: 2;
    margin-right: 6.6vw;
  }
}

.charm1_voice_top {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .charm1_voice_top {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.charm1_voice_item {
  flex: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .charm1_voice_item {
    margin-bottom: 24px;
  }
}

.charm1_voice_item_title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.charm1_voice_item_des {
  font-size: 16px;
  font-weight: 500;
}

.charm1_voice_main {
  border: 1px solid #999999;
  padding: 1.6vw 2.2vw;
}
@media screen and (max-width: 1000px) {
  .charm1_voice_main {
    padding: 16px 22px;
  }
}
@media screen and (max-width: 600px) {
  .charm1_voice_main {
    padding: 16px;
  }
}

.charm1_voice_main_top {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .charm1_voice_main_top {
    gap: 20px;
    padding-left: 12px;
  }
}

.charm1_voice_main_img {
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100%;
  background-color: #fff;
}
.charm1_voice_main_img img {
  width: max(5.86vw, 58.6px);
  border-radius: 100%;
}

.charm1_voice_main_top_txt {
  font-size: 18px;
  font-weight: 700;
}

.charm1_voice_main_des {
  font-size: 16px;
  margin-top: 15px;
}

/*--------------- data1 ----------------*/
.data1 {
  padding: 70px 0 45px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #F8F8F8;
  position: relative;
  color: #333;
}

.data1_bg {
  position: absolute;
  width: 51.4vw;
  bottom: -40px;
  right: 0;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .data1_bg {
    width: 90vw;
  }
}

.data1_wrap {
  width: 86.5vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.data1_heading {
  margin-bottom: 36px;
}

.data1_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.data1_heading span:nth-child(1) {
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto 10px;
}
@media screen and (max-width: 600px) {
  .data1_heading span:nth-child(1) {
    margin: 0 auto 4px;
  }
}
.data1_heading span:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .data1_heading span:nth-child(2) {
    font-size: 22px;
  }
}

.data1_content {
  display: grid;
  grid-template-columns: 53fr 63fr;
  gap: 2vw;
}
@media screen and (max-width: 800px) {
  .data1_content {
    grid-template-columns: 1fr;
  }
}



/*--------------- company ----------------*/
.company {
  background-color: #F8F8F8;
  padding-bottom: 78px;
  color: #333;
}

.company_wrap {
  width: 86.5vw;
  margin: 0 auto;
}

.company .name .title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}


/*--------------- charm2 ----------------*/
.charm2 {
  background-color: #7D7D7D;
  padding: 120px 0 148px;
  color: #fff;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 600px) {
  .charm2 {
    padding: 60px 0 80px;
  }
}

.charm2_bg {
  position: absolute;
  width: 51.4vw;
  top: 0;
  right: 0;
  opacity: 0.2;
}
@media screen and (max-width: 600px) {
  .charm2_bg {
    width: 90vw;
  }
}

.charm2_heading {
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .charm2_heading {
    margin-bottom: 32px;
  }
}
.charm2_heading h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .charm2_heading h2 {
    font-size: 26px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 375px) {
  .charm2_heading h2 {
    font-size: 24px;
  }
}
.charm2_heading span {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.charm2_intro {
  display: grid;
  grid-template-columns: 29.8vw 63.6vw;
  justify-content: space-between;
  margin-left: 6.6vw;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .charm2_intro {
    grid-template-columns: 32vw 56vw;
  }
}
@media screen and (max-width: 1000px) {
  .charm2_intro {
    grid-template-columns: 100%;
    gap: 40px;
  }
}

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

.charm2_intro_txt_top {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .charm2_intro_txt_top {
    margin-bottom: 20px;
  }
}

.charm2_intro_txt_top span {
  display: block;
}
.charm2_intro_txt_top span:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .charm2_intro_txt_top span:nth-child(1) {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .charm2_intro_txt_top span:nth-child(1) {
    font-size: 19px;
  }
}
.charm2_intro_txt_top span:nth-child(2) {
  font-size: 28px;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .charm2_intro_txt_top span:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .charm2_intro_txt_top span:nth-child(2) {
    font-size: 22px;
  }
}

.charm2_intro_txt_bottom span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .charm2_intro_txt_bottom span {
    width: 96%;
  }
}
.charm2_intro_txt_bottom img {
  width: 24vw;
}
@media screen and (max-width: 1200px) {
  .charm2_intro_txt_bottom img {
    width: 96%;
    max-width: 320px;
  }
}

.charm2_intro_right_top {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-right: 6.6vw;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .charm2_intro_right_top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.charm2_intro_right_top img {
  width: 20.4vw;
}
@media screen and (max-width: 800px) {
  .charm2_intro_right_top img {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .charm2_intro_right_top img {
    width: 100%;
    max-width: 240px;
  }
}
.charm2_intro_right_top p {
  font-size: 16px;
  font-weight: 500;
}

.charm2_intro_swiper_wrap {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.charm2_intro_swiper {
  width: 100%;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}
@media screen and (max-width: 1000px) {
  .charm2_intro_swiper {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .charm2_intro_swiper {
    padding-right: 3.7vw;
  }
}

.charm2_intro_swiper .swiper-slide {
  width: 29.9vw !important;
  padding-right: 2.9vw;
}
@media screen and (max-width: 1200px) {
  .charm2_intro_swiper .swiper-slide {
    width: 32vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .charm2_intro_swiper .swiper-slide {
    width: 60vw !important;
  }
}
@media screen and (max-width: 600px) {
  .charm2_intro_swiper .swiper-slide {
    width: 100% !important;
  }
}

.charm2_intro_swiper_wrap .swiper-button-prev {
  width: 30px !important;
  height: 7px !important;
  top: auto !important;
  left: auto !important;
  right: calc(6.6vw + 48px) !important;
  bottom: 0 !important;
}
.charm2_intro_swiper_wrap .swiper-button-prev::after {
  content: "" !important;
  width: 30px !important;
  height: 7px !important;
  background-image: url(../../images/recruitment/prev_btn_white.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.charm2_intro_swiper_wrap .swiper-button-next {
  width: 30px !important;
  height: 7px !important;
  top: auto !important;
  bottom: 0 !important;
  right: 6.6vw !important;
}
.charm2_intro_swiper_wrap .swiper-button-next::after {
  content: "" !important;
  width: 30px !important;
  height: 7px !important;
  background-image: url(../../images/recruitment/next_btn_white.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.charm2_intro_right_bottom {
  margin-right: 6.6vw;
}
.charm2_intro_right_bottom span {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.charm2_intro_right_bottom p {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .charm2_intro_right_bottom p br {
    display: none;
  }
}

.charm2_intro_right_bottom_inner {
  background-color: rgba(0, 0, 0, 0.38);
  padding: 1vw 2.1vw;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .charm2_intro_right_bottom_inner {
    padding: 10px 21px;
  }
}

.charm2_history {
  margin-bottom: 80px;
}

.charm2_history_title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  font-size: 22px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 600px) {
  .charm2_history_title {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 375px) {
  .charm2_history_title {
    letter-spacing: 0.03em;
  }
}

.charm2_history_img {
  width: 44.7vw;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .charm2_history_img {
    width: 68vw;
  }
}
@media screen and (max-width: 600px) {
  .charm2_history_img {
    width: 100%;
    margin: 0 auto 24px;
  }
}

.charm2_history_txt span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  font-weight: 700;
}
.charm2_history_txt p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.charm2_voice {
  display: grid;
  grid-template-columns: 1fr 57.8vw;
  gap: 50px;
  margin-left: 6.6vw;
}
@media screen and (max-width: 1000px) {
  .charm2_voice {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.charm2_voice_txt {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .charm2_voice_txt {
    order: 2;
    margin-right: 6.6vw;
  }
}

.charm2_voice_top {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .charm2_voice_top {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.charm2_voice_item {
  flex: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .charm2_voice_item {
    margin-bottom: 24px;
  }
}

.charm2_voice_item_title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.charm2_voice_item_des {
  font-size: 16px;
  font-weight: 500;
}

.charm2_voice_main {
  border: 1px solid #fff;
  padding: 1.6vw 2.2vw;
}
@media screen and (max-width: 1000px) {
  .charm2_voice_main {
    padding: 16px 22px;
  }
}
@media screen and (max-width: 600px) {
  .charm2_voice_main {
    padding: 16px;
  }
}

.charm2_voice_main_top {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .charm2_voice_main_top {
    gap: 20px;
    padding-left: 12px;
  }
}

.charm2_voice_main_img {
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100%;
  background-color: #fff;
}
.charm2_voice_main_img img {
  width: max(5.86vw, 58.6px);
  border-radius: 100%;
}

.charm2_voice_main_top_txt {
  font-size: 18px;
  font-weight: 700;
}

.charm2_voice_main_des {
  font-size: 16px;
  margin-top: 15px;
}

/*--------------- charm3 ---------------*/
.charm3 {
  background-color: #F8F8F8;
  padding: 120px 0 78px;
  color: #333333;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 600px) {
  .charm3 {
    padding: 60px 0 40px;
  }
}

.charm3_bg {
  position: absolute;
  width: 51.4vw;
  top: 0;
  right: 0;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .charm3_bg {
    width: 90vw;
  }
}

.charm3_heading {
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .charm3_heading {
    margin-bottom: 32px;
  }
}
.charm3_heading h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .charm3_heading h2 {
    font-size: 26px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 375px) {
  .charm3_heading h2 {
    font-size: 24px;
  }
}
.charm3_heading span {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.charm3_intro {
  display: grid;
  grid-template-columns: 29.8vw 63.6vw;
  justify-content: space-between;
  margin-left: 6.6vw;
  margin-bottom: 170px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .charm3_intro {
    grid-template-columns: 32vw 56vw;
  }
}
@media screen and (max-width: 1000px) {
  .charm3_intro {
    grid-template-columns: 100%;
    gap: 40px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 600px) {
  .charm3_intro {
    margin-bottom: 60px;
  }
}

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

.charm3_intro_txt_top {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .charm3_intro_txt_top {
    margin-bottom: 20px;
  }
}

.charm3_intro_txt_top > span {
  display: block;
}
.charm3_intro_txt_top > span:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .charm3_intro_txt_top > span:nth-child(1) {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .charm3_intro_txt_top > span:nth-child(1) {
    font-size: 19px;
  }
}
.charm3_intro_txt_top > span:nth-child(2) {
  font-size: 28px;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .charm3_intro_txt_top > span:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .charm3_intro_txt_top > span:nth-child(2) {
    font-size: 22px;
  }
}
.charm3_intro_txt_top > span:nth-child(2) span {
  font-weight: 400;
}

.charm3_intro_txt_bottom span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .charm3_intro_txt_bottom span {
    width: 96%;
  }
}
.charm3_intro_txt_bottom img {
  width: 24vw;
}
@media screen and (max-width: 1200px) {
  .charm3_intro_txt_bottom img {
    width: 96%;
    max-width: 320px;
  }
}

.charm3_intro_swiper_wrap {
  position: relative;
  width: 100%;
}

.charm3_intro_swiper {
  width: 100%;
  background-color: #F8F8F8;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}
@media screen and (max-width: 1000px) {
  .charm3_intro_swiper {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .charm3_intro_swiper {
    padding-right: 3.7vw;
  }
}

.charm3_intro_swiper .swiper-slide {
  width: 29.9vw !important;
  padding-right: 2.9vw;
  height: auto !important;
}
@media screen and (max-width: 1200px) {
  .charm3_intro_swiper .swiper-slide {
    width: 32vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .charm3_intro_swiper .swiper-slide {
    width: 60vw !important;
  }
}
@media screen and (max-width: 600px) {
  .charm3_intro_swiper .swiper-slide {
    width: 100% !important;
  }
}

.charm3_intro_swiper_wrap .swiper-button-prev {
  width: 30px !important;
  height: 7px !important;
  top: auto !important;
  left: auto !important;
  right: calc(6.6vw + 48px) !important;
  bottom: -30px !important;
}
.charm3_intro_swiper_wrap .swiper-button-prev::after {
  content: "" !important;
  width: 30px !important;
  height: 7px !important;
  background-image: url(../../images/recruitment/prev_btn_black.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.charm3_intro_swiper_wrap .swiper-button-next {
  width: 30px !important;
  height: 7px !important;
  top: auto !important;
  bottom: -30px !important;
  right: 6.6vw !important;
}
.charm3_intro_swiper_wrap .swiper-button-next::after {
  content: "" !important;
  width: 30px !important;
  height: 7px !important;
  background-image: url(../../images/recruitment/next_btn_black.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.charm3_intro_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.charm3_intro_item_txt {
  background-color: #fff;
  padding: 15px 20px;
  flex: 1;
}

.charm3_intro_item_txt span:first-child {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.charm3_intro_item_txt span:last-child {
  font-size: 13px;
  font-weight: 500;
}

.charm3_intro_item_txt p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.charm3_voice {
  width: 875px;
  margin: 0 auto;
  border: 1px solid #999999;
  padding: 32px 35px;
  display: grid;
  grid-template-columns: 270.5px 1fr;
}
@media screen and (max-width: 1000px) {
  .charm3_voice {
    grid-template-columns: 1fr;
    padding: 16px 22px;
    width: 86.5vw;
  }
}
@media screen and (max-width: 600px) {
  .charm3_voice {
    padding: 16px;
  }
}

.charm3_voice_top {
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
  width: 270.5px;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 1000px) {
  .charm3_voice_top {
    border-right: none;
    border-bottom: 1px solid #999999;
    width: 100%;
    padding-bottom: 12px;
    padding-left: 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .charm3_voice_top {
    gap: 20px;
    padding-left: 12px;
  }
}

.charm3_voice_top_img {
  padding: 6px;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .charm3_voice_top_img {
    padding: 5px;
  }
}
.charm3_voice_top_img img {
  width: 100px;
  border-radius: 100%;
}
@media screen and (max-width: 1000px) {
  .charm3_voice_top_img img {
    width: 58.6px;
  }
}

.charm3_voice_top_txt {
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.charm3_voice_des {
  padding-left: 27.5px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .charm3_voice_des {
    padding-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .charm3_voice_des br.sp_LL_hidden {
    display: none;
  }
}

/*--------------- data2 ----------------*/
.data2 {
  padding: 0 0 45px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #F8F8F8;
  position: relative;
  color: #333;
}

.data2_bg {
  position: absolute;
  width: 51.4vw;
  bottom: -84px;
  right: 0;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .data2_bg {
    width: 90vw;
  }
}

.data2_wrap {
  width: 86.5vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.data2_heading {
  margin-bottom: 36px;
}

.data2_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.data2_heading span:nth-child(1) {
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto 10px;
}
@media screen and (max-width: 600px) {
  .data2_heading span:nth-child(1) {
    margin: 0 auto 4px;
  }
}
.data2_heading span:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .data2_heading span:nth-child(2) {
    font-size: 22px;
  }
}

.data2_content {
  width: 446px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .data2_content {
    width: 86.5vw;
    max-width: 446px;
  }
}

/*--------------- platform ---------------*/
.platform {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 16px 0 74px;
}

.platform_inner {
  width: 86.5vw;
  margin: 0 auto;
}

.platform img {
  margin: 0 auto;
}

.platform .name .title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}