@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(1.5rem, 0.26vw + 1.3rem, 1.8rem);
  }
}

img {
  max-width: 100%;
}

p, dt, dd, time, li {
  line-height: 2;
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
}
@media screen and (min-width: 768px) {
  p, dt, dd, time, li {
    font-size: clamp(1.5rem, 0.26vw + 1.3rem, 1.8rem);
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  line-height: 2;
}

table, th, td {
  vertical-align: middle;
  table-layout: fixed;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

*:focus {
  outline: none;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.recruit-page .js-animation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.recruit-page .js-animation .js-ttl-01, .recruit-page .js-animation .js-ttl-02, .recruit-page .js-animation .js-ttl-03 {
  opacity: 0;
  transition: all 1s;
}
.recruit-page .js-animation.is-show .js-ttl-01, .recruit-page .js-animation.is-show .js-ttl-02, .recruit-page .js-animation.is-show .js-ttl-03 {
  animation: fadeUptitle 1s cubic-bezier(0.275, 0, 0, 1) 2s forwards;
}
.recruit-page .js-animation.is-show .js-ttl-01 {
  animation-delay: 0.5s;
}
.recruit-page .js-animation.is-show .js-ttl-02 {
  animation-delay: 1s;
}
.recruit-page .js-animation.is-show .js-ttl-03 {
  animation-delay: 1.5s;
}

@keyframes fadeUptitle {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .l-pc {
    display: none;
  }
  .l-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-pc {
    display: block;
  }
  .l-sp {
    display: none;
  }
}
.sw-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  word-break: break-all;
}

.sw-font_green {
  color: #1B983A;
}

.sw-font_bold {
  font-weight: 600;
}

.sw-txt_uline {
  text-decoration: underline;
}

.sw-txt_center {
  text-align: center;
}

.sw-midashi_common {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sw-midashi_common {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.sw-midashi_common .sw-en {
  display: block;
  font-size: clamp(1.6rem, 8vw + 0rem, 6.4rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 0.15em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_common .sw-en {
    font-size: clamp(5.2rem, 1.22vw + 4.26rem, 6.6rem);
    margin-bottom: 0.3em;
  }
}

.sw-btn_standard a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2em;
  padding: 0.75em 0.5em;
  display: inline-block;
  min-width: 12em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sw-btn_standard a {
    max-width: 12em;
  }
}
.sw-btn_standard a .icn_arw {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
}
.sw-btn_standard.btn-bk a {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
  transition: all 0.4s;
}
.sw-btn_standard.btn-bk a:hover {
  background: #fff;
  color: #2e2e2e;
}
.sw-btn_standard.btn-gr a {
  background: #1B983A;
  color: #fff;
}

.sw-btn_recruit a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 320px;
  padding: 1.4em 1em;
  display: inline-block;
  background: url(../img/common/bg-btn@2x.png) repeat-y;
  background-size: 100% auto;
  border: 1px solid #1B983A;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .sw-btn_recruit a {
    padding: 1.25em 1em;
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  }
}
.sw-btn_recruit a:hover {
  color: #1B983A;
  background: #fff;
}

.sw-btn_more a {
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2em;
  min-width: 16.2em;
  padding: 1.25em 1.5em;
  display: inline-block;
  background: #1B983A;
  color: #fff;
  border: 1px solid #1B983A;
  transition: all 0.4s;
}
.sw-btn_more a:hover {
  background: #fff;
  color: #1B983A;
}
.sw-btn_more a:hover .icn_arw {
  background-image: url(../img/common/icn-arw-grn.svg);
}
.sw-btn_more a .sw-en {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sw-btn_more a {
    width: 76%;
    max-width: 320px;
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 1.45em 2em;
  }
}
.sw-btn_more a .icn_arw {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1em;
  margin-left: 0.5em;
  margin-top: -2px;
  background: url(../img/common/icn-arw-wht.svg) no-repeat 50% 50%;
  background-size: contain;
}

.sw-btn_arw {
  color: #1B983A;
  display: inline-block;
}
.sw-btn_arw:after {
  content: "";
  width: 1.5em;
  height: 1em;
  display: inline-block;
  margin-left: 0.6em;
  margin-top: -0.2em;
  background: url(../img/common/icn-arw-grn.svg) no-repeat 50% 50%;
  background-size: contain;
  vertical-align: middle;
}
.sw-btn_arw .sw-link_txt {
  color: #1B983A;
}

.sw-btn_submit, .sw-btn_prev, .sw-btn_back {
  text-align: center;
  margin-top: 14%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sw-btn_submit, .sw-btn_prev, .sw-btn_back {
    margin-top: 5%;
  }
}
.sw-btn_submit .wpcf7-submit, .sw-btn_submit .wpcf7-previous, .sw-btn_submit .btn, .sw-btn_prev .wpcf7-submit, .sw-btn_prev .wpcf7-previous, .sw-btn_prev .btn, .sw-btn_back .wpcf7-submit, .sw-btn_back .wpcf7-previous, .sw-btn_back .btn {
  background: #2e2e2e;
  color: #fff;
  display: inline-block;
  min-width: 280px;
  max-width: 400px;
  text-align: center;
  padding: 1em;
  border-radius: 3em;
  width: 100%;
  font-size: clamp(1.4rem, 3.5vw + 0rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .sw-btn_submit .wpcf7-submit, .sw-btn_submit .wpcf7-previous, .sw-btn_submit .btn, .sw-btn_prev .wpcf7-submit, .sw-btn_prev .wpcf7-previous, .sw-btn_prev .btn, .sw-btn_back .wpcf7-submit, .sw-btn_back .wpcf7-previous, .sw-btn_back .btn {
    width: 70%;
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.sw-btn_submit .wpcf7-submit, .sw-btn_prev .wpcf7-submit, .sw-btn_back .wpcf7-submit {
  background: #1B983A;
  border: 1px solid #1B983A;
  color: #fff;
  transition: all 0.4s;
}
.sw-btn_submit .wpcf7-submit:hover, .sw-btn_prev .wpcf7-submit:hover, .sw-btn_back .wpcf7-submit:hover {
  background: #fff;
  color: #1B983A;
}
.sw-btn_submit .wpcf7-previous, .sw-btn_prev .wpcf7-previous, .sw-btn_back .wpcf7-previous {
  border: 1px solid #2e2e2e;
  color: #fff;
  transition: all 0.4s;
}
.sw-btn_submit .wpcf7-previous:hover, .sw-btn_prev .wpcf7-previous:hover, .sw-btn_back .wpcf7-previous:hover {
  background: #fff;
  color: #2e2e2e;
}
.sw-btn_submit .wpcf7-spinner, .sw-btn_prev .wpcf7-spinner, .sw-btn_back .wpcf7-spinner {
  position: absolute;
  top: 21px;
  left: calc(50% - 24px);
}

.sw-midashi_page {
  aspect-ratio: 40/15;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sw-midashi_page {
    aspect-ratio: 1920/370;
    font-size: clamp(1.5rem, 0.26vw + 1.3rem, 1.8rem);
  }
}
.sw-midashi_page .l-flex {
  height: 100%;
}
.sw-midashi_page .sw-ttl {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_page .sw-ttl {
    margin-bottom: 4.5%;
  }
}
.sw-midashi_page .sw-en {
  display: block;
  font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_page .sw-en {
    font-size: clamp(3.6rem, 1.22vw + 2.66rem, 5rem);
  }
}
.sw-midashi_page .l-inner {
  padding: 0 40px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sw-midashi_page .l-inner {
    padding: 0 5%;
  }
}

.sw-midashi_01 .sw-ttl {
  text-align: center;
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
}
@media screen and (min-width: 768px) {
  .sw-midashi_01 .sw-ttl {
    font-size: clamp(1.8rem, 0.35vw + 1.53rem, 2.2rem);
  }
}
.sw-midashi_01 .sw-en {
  font-size: clamp(1.6rem, 8vw + 0rem, 6.4rem);
  color: #1B983A;
  display: block;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sw-midashi_01 .sw-en {
    font-size: clamp(5.2rem, 1.22vw + 4.26rem, 6.6rem);
  }
}
@media screen and (max-width: 767px) {
  .sw-midashi_01 .sw-en {
    margin-bottom: 0.3em;
  }
}
.sw-midashi_01 .sw-ja {
  display: block;
  font-weight: 600;
}
.sw-midashi_01.midashi_small .sw-en {
  font-size: clamp(2.6rem, 7vw + 0rem, 5.6rem);
  line-height: 1.05;
}
@media screen and (min-width: 768px) {
  .sw-midashi_01.midashi_small .sw-en {
    font-size: clamp(3.6rem, 1.22vw + 2.66rem, 5rem);
  }
}
.sw-midashi_01.midashi_small .sw-ja {
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_01.midashi_small .sw-ja {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
    margin-top: 0.8em;
  }
}

.sw-midashi_02 .sw-ttl {
  text-align: center;
  font-size: clamp(1.8rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sw-midashi_02 .sw-ttl {
    font-size: clamp(2.8rem, 0.35vw + 2.53rem, 3.2rem);
  }
}

.sw-midashi_03 .sw-ttl {
  font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
}
@media screen and (min-width: 768px) {
  .sw-midashi_03 .sw-ttl {
    font-size: clamp(2.8rem, 0.35vw + 2.53rem, 3.2rem);
  }
}
.sw-midashi_03 .sw-ja {
  color: #1B983A;
  font-weight: 600;
  line-height: 1.5;
}

.sw-midashi_04 .sw-ttl {
  font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sw-midashi_04 .sw-ttl {
    font-size: clamp(2.8rem, 0.35vw + 2.53rem, 3.2rem);
  }
}
.sw-midashi_04 .sw-num {
  color: #1B983A;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_04 .sw-num {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    margin-bottom: 1.5em;
  }
}
.sw-midashi_04 .sw-num .sw-en {
  margin-right: 1em;
}

.sw-midashi_05 .sw-ttl {
  font-size: clamp(3.6rem, 10vw + 0rem, 8rem);
}
@media screen and (min-width: 768px) {
  .sw-midashi_05 .sw-ttl {
    font-size: clamp(1.8rem, 0.35vw + 1.53rem, 2.2rem);
  }
}
.sw-midashi_05 .sw-en {
  font-size: clamp(3.6rem, 10vw + 0rem, 8rem);
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .sw-midashi_05 .sw-en {
    font-size: clamp(4.8rem, 1.91vw + 3.33rem, 7rem);
  }
}
.sw-midashi_05 .sw-ja {
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  display: block;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 0.8em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sw-midashi_05 .sw-ja {
    font-size: clamp(2.2rem, 1.22vw + 1.26rem, 3.6rem);
    margin-top: 1em;
  }
}
.sw-midashi_05 .sw-ja.sw-small {
  font-size: clamp(1.4rem, 3.5vw + 0rem, 2.8rem);
  margin-top: 0.5em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sw-midashi_05 .sw-ja.sw-small {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
    margin-top: 0.8em;
  }
}
.sw-midashi_05.midashi_small .sw-en {
  font-size: clamp(3.6rem, 10vw + 0rem, 8rem);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_05.midashi_small .sw-en {
    font-size: clamp(4.8rem, 1.48vw + 3.66rem, 6.5rem);
  }
}
.sw-midashi_05.midashi_small .sw-ja {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_05.midashi_small .sw-ja {
    font-size: clamp(1.6rem, 0.17vw + 1.47rem, 1.8rem);
  }
}

.sw-midashi_06 .sw-ttl {
  font-size: clamp(3.2rem, 0.69vw + 2.67rem, 4rem);
}
.sw-midashi_06 .sw-ja {
  font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
  display: inline-block;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .sw-midashi_06 .sw-ja {
    font-size: clamp(3.2rem, 0.69vw + 2.67rem, 4rem);
  }
}

.sw-midashi_07 {
  margin-bottom: 1.5em;
  text-align: center;
}
.sw-midashi_07 .sw-ttl {
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sw-midashi_07 .sw-ttl {
    font-size: clamp(2rem, 0.35vw + 1.73rem, 2.4rem);
  }
}
.sw-midashi_07 .sw-en {
  color: #1B983A;
  font-weight: 600;
  display: block;
  letter-spacing: 0.06em;
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_07 .sw-en {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    margin-top: 0.7em;
  }
}

.sw-midashi_08 {
  margin-bottom: 10.5%;
  text-align: center;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  aspect-ratio: 780/182;
}
@media screen and (max-width: 767px) {
  .sw-midashi_08 {
    margin-bottom: 6%;
  }
}
.sw-midashi_08 .sw-ttl {
  color: #fff;
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 600;
  line-height: 1.5;
  padding: 1em 2em;
}
@media screen and (min-width: 768px) {
  .sw-midashi_08 .sw-ttl {
    font-size: clamp(2rem, 0.35vw + 1.73rem, 2.4rem);
  }
}

.sw-ttl_01 {
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sw-ttl_01 {
    font-size: clamp(2rem, 0.35vw + 1.73rem, 2.4rem);
  }
}

.sw-ttl_02 {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
}
.sw-ttl_03 {
  font-size: clamp(2.6rem, 7vw + 0rem, 5.6rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sw-ttl_03 {
    font-size: clamp(2.2rem, 1.22vw + 1.26rem, 3.6rem);
  }
}

.sw-ttl_04 {
  font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
  position: relative;
  padding-left: 0.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sw-ttl_04 {
    font-size: clamp(2.4rem, 0.35vw + 2.13rem, 2.8rem);
  }
}
.sw-ttl_04.midashi_small {
  font-size: clamp(1.8rem, 5vw + 0rem, 4rem);
}
@media screen and (min-width: 768px) {
  .sw-ttl_04.midashi_small {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.sw-ttl_04:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
  left: 0;
  top: 0.4em;
  background: #1B983A;
}

.sw-ttl_05 {
  font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sw-ttl_05 {
    font-size: clamp(2.5rem, 0.26vw + 2.3rem, 2.8rem);
  }
}

.sw-article_box_01 {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .sw-article_box_01 {
    margin-top: 9%;
  }
}
.sw-article_box_01 .l-inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .sw-article_box_01 .l-inner {
    max-width: 85%;
  }
}
.sw-article_box_01 .sw-figure {
  display: block;
}
@media screen and (min-width: 768px) {
  .sw-article_box_01 .sw-figure {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sw-article_box_01 .sw-figure {
    aspect-ratio: 340/232;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .sw-article_box_01 .sw-box {
    width: 44.5%;
  }
}
@media screen and (max-width: 767px) {
  .sw-article_box_01 .sw-box {
    margin-top: 9%;
  }
}

.sw-article_box_02 {
  margin-top: 6.5%;
}
@media screen and (max-width: 767px) {
  .sw-article_box_02 {
    margin-top: 18%;
  }
}
@media screen and (max-width: 767px) {
  .sw-article_box_02 .l-flex {
    flex-direction: column-reverse;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .sw-article_box_02 .sw-figure {
    width: 54%;
  }
}
@media screen and (min-width: 768px) {
  .sw-article_box_02 .sw-box {
    width: 42%;
  }
}

.sw-article_box_03 {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .sw-article_box_03 {
    margin-top: 9%;
  }
}
@media screen and (max-width: 767px) {
  .sw-article_box_03 .l-inner {
    width: 85%;
  }
}
.sw-article_box_03 .sw-figure {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .sw-article_box_03 .sw-figure {
    width: 59%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sw-article_box_03 .sw-box {
    margin-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .sw-article_box_03 .sw-box {
    width: 58%;
  }
}
.sw-article_box_03 .sw-box .sw-box_p p {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 0.3em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sw-article_box_03 .sw-box .sw-box_p p {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    letter-spacing: 0.015em;
    margin-top: 2em;
  }
}

.sw-table_01 th, .sw-table_01 td {
  padding: 1.01em;
}
@media screen and (max-width: 767px) {
  .sw-table_01 th, .sw-table_01 td {
    padding: 1.8em 0.8em;
    line-height: 1.7;
  }
}
.sw-table_01 th {
  background: #2e2e2e;
  color: #fff;
  width: 24%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sw-table_01 th {
    width: 25%;
    font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  }
}
.sw-table_01 td {
  border-bottom: 1px solid #e6e6e6;
}

.sw-dl_list_01 dt {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sw-dl_list_01 dt {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.sw-dl_list_01 dd {
  margin-bottom: 1.2em;
  margin-top: 0.7em;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
}
@media screen and (min-width: 768px) {
  .sw-dl_list_01 dd {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sw-dl_list_01 dd {
    margin-bottom: 2em;
    margin-top: 0.5em;
  }
}
.sw-dl_list_01 dd dl dd {
  margin-bottom: 0;
}

.sw-dot_list li {
  position: relative;
  margin-right: 1em;
  padding-left: 1em;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
}
@media screen and (min-width: 768px) {
  .sw-dot_list li {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sw-dot_list li {
    padding-left: 0.7em;
    margin: 0 0 0.7em;
    line-height: 1.7;
  }
}
.sw-dot_list li:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  left: 0;
  top: 0.85em;
  background: #1B983A;
}
.sw-dot_list li a {
  transition: all 0.4s;
}
.sw-dot_list li a:hover {
  color: #1B983A;
}

.sw-dot_list_02 li {
  position: relative;
  margin-right: 1em;
  padding-left: 1em;
}
.sw-dot_list_02 li:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  left: 0;
  top: 0.85em;
  background: #f6f6f6;
}

.sw-line_list li {
  position: relative;
  margin-right: 1em;
  padding-left: 1em;
}
.sw-line_list li:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 1px;
  left: -0.9em;
  top: 1em;
  background: #c6c6c6;
}
.sw-line_list li a {
  transition: all 0.4s;
}
.sw-line_list li a:hover {
  color: #1B983A;
}

.sw-box_wrap .l-inner {
  background: #fff;
  border-radius: 20px;
  padding: 2% 2% 1.5%;
}
@media screen and (max-width: 767px) {
  .sw-box_wrap .l-inner {
    border-radius: 15px;
    padding: 7% 6% 5.5%;
  }
}
.sw-box_wrap .sw-ttl {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.8em;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .sw-box_wrap .sw-ttl {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.sw-box_wrap .sw-ttl .sw-en {
  display: block;
  color: #1B983A;
  margin-bottom: 0.5em;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .sw-box_wrap .sw-ttl .sw-en {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}

.l-inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 85%;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-flex.l-flex-pc {
    display: block;
  }
}
.l-flex.fd-column {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-flex.fd-column-r-sp {
    flex-direction: column-reverse;
  }
}
.l-flex.jc-sb {
  justify-content: space-between;
}
.l-flex.jc-ct {
  justify-content: center;
}
.l-flex.jc-fs {
  justify-content: flex-start;
}
.l-flex.jc-fe {
  justify-content: flex-end;
}
.l-flex.ai-ct {
  align-items: center;
}
.l-flex.ai-fe {
  align-items: flex-end;
}
.l-flex.fd-rr {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .l-flex.fd-rr-pc {
    flex-direction: row-reverse;
  }
}

.st-header {
  background: #fff;
  padding: 0.9% 2% 1.2%;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .st-header {
    padding: 0.9% 2% 1.8%;
  }
}
@media screen and (min-width: 768px) {
  .st-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    max-height: 80px;
  }
}
.st-header .st-header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  left: 0;
  z-index: -1;
}
.st-header .st-header-nav.open {
  background: #fff;
  z-index: 10000;
  height: 100%;
}
.st-header .st-header-nav .st-header-inner {
  padding: 11.7vw 8% 8% 8%;
  height: 100%;
  overflow-y: auto;
}
.st-header .st-header-nav .st-header-inner .sw-dot_list {
  margin-bottom: 6.5vw;
}
.st-header .st-header-nav .st-header-inner .sw-dot_list > li {
  padding-left: 1em;
  font-size: clamp(1.5rem, 3.75vw + 0rem, 2rem);
  margin: 0 0 0.7em;
  line-height: 1.7;
  font-weight: 600;
}
.st-header .st-header-nav .st-header-inner .sw-dot_list > li:before {
  width: 0.4em;
  height: 0.4em;
  left: 0.1em;
  top: 0.7em;
}
.st-header .st-header-nav .st-header-inner .sw-line_list li {
  margin-right: 0;
  padding-left: 0;
  font-size: clamp(1.5rem, 3.75vw + 0rem, 2rem);
  margin: 0.35em 0 0;
}
.st-header .st-header-nav .st-header-inner .sw-line_list li:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 1px;
  left: -0.9em;
  top: 0.85em;
  background: #c6c6c6;
}
.st-header .st-header-nav .st-header-inner .sw-btn_standard {
  margin-top: 8.5vw;
  margin-bottom: -3vw;
}
.st-header .st-header-nav .st-header-inner .sw-btn_standard a {
  font-size: clamp(1.5rem, 3.75vw + 0rem, 2rem);
  padding: 1.5em 2em;
  border-radius: 3em;
}
.st-header .st-header-nav .st-header-menu {
  list-style: none;
}
.st-header .st-header-nav .st-header-menu li a {
  padding: 8px;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 3.5vw + 0rem, 2.8rem);
  color: #464646;
  display: block;
  text-align: center;
  text-decoration: none;
}
.st-header .st-hamburger {
  cursor: pointer;
  width: 12.5vw;
  height: 11.7vw;
  z-index: 10101;
  position: fixed;
  top: 0;
  right: 0;
  background: #1B983A;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .st-header .st-hamburger {
    display: none;
  }
}
.st-header .st-hamburger span {
  /*3本の線を作る*/
  position: absolute;
  left: 3.6vw;
  width: 5.3vw;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: all 0.4s;
}
.st-header .st-hamburger span:nth-of-type(1) {
  /*上の線の位置*/
  top: calc(50% - 8px);
}
.st-header .st-hamburger span:nth-of-type(2) {
  /*真ん中の線の位置*/
  top: calc(50% - 1px);
}
.st-header .st-hamburger span:nth-of-type(3) {
  /*下の線の位置*/
  top: calc(50% + 6px);
}
.st-header .st-hamburger.open span:nth-of-type(1) {
  /*openのとき、上の線を右斜めにする*/
  transform: translateY(calc(50% + 6px)) rotate(-315deg);
}
.st-header .st-hamburger.open span:nth-of-type(2) {
  /*真ん中の線を消す*/
  opacity: 0;
}
.st-header .st-hamburger.open span:nth-of-type(3) {
  /*下の線を左斜めにする*/
  transform: translateY(calc(50% - 8px)) rotate(315deg);
}
@media screen and (max-width: 767px) {
  .st-header {
    padding: 3.8% 0 3.2% 5%;
  }
}
.st-header .l-flex {
  align-items: center;
}
.st-header .l-inner {
  width: 100%;
  max-width: 100%;
}
.st-header .h-logo-wrap {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .st-header .h-logo-wrap {
    width: 32%;
  }
}
.st-header .h-logo-wrap .sw-logo {
  max-width: 220px;
}
.st-header .h-nav-wrap {
  width: 75%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .st-header .h-nav-wrap {
    display: none;
  }
}
.st-header .h-nav-wrap .h-nav {
  width: 72%;
  padding-right: 2.4%;
}
.st-header .h-nav-wrap .h-nav ul {
  justify-content: flex-end;
}
.st-header .h-nav-wrap .h-nav ul li {
  margin-left: 2em;
  font-size: clamp(1.2rem, 0.26vw + 1rem, 1.5rem);
}
.st-header .h-nav-wrap .h-nav ul li a, .st-header .h-nav-wrap .h-nav ul li span {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  cursor: pointer;
}
.st-header .h-nav-wrap .h-nav ul li a:hover {
  color: #1B983A;
  transition: all 0.4s;
}
.st-header .h-nav-wrap .btn-contact {
  font-size: clamp(1.2rem, 0.26vw + 1rem, 1.5rem);
}
.st-header .h-nav-wrap .menu__single {
  position: relative;
}
.st-header .h-nav-wrap .menu__single > a {
  padding-right: 1em;
}
.st-header .h-nav-wrap .menu__single > a:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 0.2em);
}
.st-header .h-nav-wrap .menu__single .menu__second-level {
  position: absolute;
  top: 52px;
  left: 0;
  padding: 0.5em 0;
  width: 145px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.st-header .h-nav-wrap .menu__single .menu__second-level li {
  margin: 0;
}
.st-header .h-nav-wrap .menu__single .menu__second-level li a {
  padding: 0;
  position: relative;
  display: block;
  font-size: clamp(1.2rem, 0.26vw + 1rem, 1.5rem);
  padding: 0.05em 1em 0.05em 2.5em;
}
.st-header .h-nav-wrap .menu__single .menu__second-level li a:hover {
  background: #dcdcdc;
  color: #2e2e2e;
}
.st-header .h-nav-wrap .menu__single .menu__second-level li a:before {
  content: "";
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: 1.15em;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.st-header .h-nav-wrap .menu__single .menu__second-level li.food a:before {
  background-image: url(../img/common/icn-business-04.svg);
}
.st-header .h-nav-wrap .menu__single .menu__second-level li.resin a:before {
  background-image: url(../img/common/icn-business-01.svg);
}
.st-header .h-nav-wrap .menu__single .menu__second-level li.chemical a:before {
  background-image: url(../img/common/icn-business-06.svg);
}
.st-header .h-nav-wrap .menu__single .menu__second-level li.industry a:before {
  background-image: url(../img/common/icn-business-05.svg);
}
.st-header .h-nav-wrap .menu__single .menu__second-level li.machine a:before {
  background-image: url(../img/common/icn-business-02.svg);
}
.st-header .h-nav-wrap .menu__single .menu__second-level li.development a:before {
  background-image: url(../img/common/icn-business-03.svg);
}
.st-header .h-nav-wrap .menu__single:hover .menu__second-level {
  top: 52px;
  visibility: visible;
  opacity: 1;
}

.st-footer {
  background: #eaeaea;
  padding: 6.4% 4.2%;
}
@media screen and (max-width: 767px) {
  .st-footer {
    padding: 20% 7.2% 18%;
  }
}
.st-footer a {
  text-decoration: none;
}
.st-footer .l-inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .st-footer .f-wrap-01 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .st-footer .f-logo-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .st-footer .f-logo-wrap {
    width: 100%;
    margin-bottom: 5%;
  }
}
.st-footer .f-logo-wrap .f-logo {
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .st-footer .f-logo-wrap .f-logo {
    width: 70%;
  }
}
.st-footer .f-logo-wrap .f-logo img {
  width: 100%;
}
.st-footer .f-menu-wrap {
  width: 70%;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .st-footer .f-menu-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap {
    width: 100%;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap {
  width: 100%;
  max-width: 767px;
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap {
    margin-top: 9.5%;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-nav-list {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list {
    width: 100%;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list {
    width: 100%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list > li {
    padding-left: 1em;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list > li:before {
  font-size: 0.8em;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list > li > a, .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list > li > span {
  font-weight: 600;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list li {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-dot_list li {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-line_list li {
  padding-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-line_list li {
    margin: 0.35em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-nav-list .sw-line_list li:before {
    width: 0.5em;
    left: -0.9em;
    top: 0.85em;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-btn-list {
    width: 100%;
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-btn-list ul {
    max-width: 340px;
    margin: 0 auto;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list ul li {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-btn-list ul li {
    margin-bottom: 7%;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn {
  text-align: center;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5em;
  padding: 1em 1em;
  display: inline-block;
  background: #2e2e2e;
  color: #fff;
  border: 1px solid #2e2e2e;
  font-size: clamp(1.4rem, 1.25vw + 1rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn a {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    max-width: 260px;
  }
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn a:hover {
  color: #2e2e2e;
  background: #fff;
  transition: all 0.4s;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn.btn-recruit a {
  border: 1px solid #1B983A;
  background: #1B983A;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn.btn-recruit a:hover {
  color: #1B983A;
  background: #fff;
  transition: all 0.4s;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn.btn-sakusaku a {
  border: 1px solid #fff;
  background: #fff;
  color: #2e2e2e;
}
.st-footer .f-menu-wrap .f-nav-wrap .f-btn-list .f-btn.btn-sakusaku span {
  display: block;
  line-height: 1.2;
  font-size: clamp(1.1rem, 0.17vw + 0.97rem, 1.3rem);
  margin: 0.4em 0 0;
}
.st-footer .f-catch {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .st-footer .f-catch {
    width: 100%;
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .st-footer .f-catch .sw-ja {
    font-size: clamp(1.8rem, 5vw + 0rem, 4rem);
    font-weight: 600;
    line-height: 1.5;
  }
}
.st-footer .f-catch .sw-en {
  color: #1B983A;
  margin-top: 0.2em;
  font-size: clamp(1.4rem, 3.5vw + 0rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .st-footer .f-catch .sw-en {
    font-size: clamp(1.4rem, 0.17vw + 1.27rem, 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .st-footer .f-copy {
    width: 50%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .st-footer .f-copy {
    margin-top: 6%;
    font-size: clamp(1.2rem, 3.5vw + 0rem, 2.8rem);
  }
}

.top-page .sec-mv {
  aspect-ratio: 1920/960;
  background: url(../img/top/bg-mv@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page .sec-mv {
    aspect-ratio: 5/6;
    background-image: url(../img/top/bg-mv-sp@2x.jpg);
  }
}
.top-page .sec-mv .l-inner {
  max-width: 1680px;
}
@media screen and (max-width: 767px) {
  .top-page .sec-mv .l-inner {
    padding: 10% 0;
  }
}
.top-page .sec-mv .l-flex {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-page .sec-mv .l-flex {
    justify-content: flex-start;
  }
}
.top-page .sec-mv .sw-midashi_mv {
  font-size: clamp(1.6rem, 8vw + 0rem, 6.4rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.35em;
}
@media screen and (min-width: 768px) {
  .top-page .sec-mv .sw-midashi_mv {
    font-size: 7rem;
    font-size: clamp(4.8rem, 1.91vw + 3.33rem, 7rem);
  }
}
.top-page .sec-mv .sw-midashi_mv .sw-en {
  color: #1B983A;
  display: block;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  margin-top: 1.6em;
}
@media screen and (min-width: 768px) {
  .top-page .sec-mv .sw-midashi_mv .sw-en {
    font-size: clamp(1.8rem, 0.35vw + 1.53rem, 2.2rem);
  }
}
.top-page .sec-business {
  padding: 6.5% 0 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-page .sec-business {
    padding: 21% 0 17.5%;
  }
}
@media screen and (min-width: 768px) {
  .top-page .sec-business::before {
    content: "";
    position: absolute;
    top: 6.5%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg-business@2x.png) no-repeat 50% 45%;
    background-size: 107em auto;
  }
}
.top-page .sec-business > .l-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-midashi_common {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.top-page .sec-business .sw-business-wrap {
  position: relative;
  margin: 10.5% auto 0;
}
@media screen and (max-width: 767px) {
  .top-page .sec-business .sw-business-wrap .sw-box_midashi {
    padding: 21.5% 0 37.5%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-business-wrap .sw-box_midashi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-business .sw-business-wrap .sw-box_midashi:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -7.5vw;
    top: -4vw;
    background: url(../img/top/bg-business-02@2x.png) no-repeat 50% 0;
    background-size: 100% auto;
  }
}
.top-page .sec-business .sw-business-wrap .sw-box_midashi .sw-ttl {
  font-size: clamp(1.6rem, 8vw + 0rem, 6.4rem);
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-business-wrap .sw-box_midashi .sw-ttl {
    font-size: clamp(4.2rem, 2.39vw + 0.91rem, 5.5rem);
  }
}
.top-page .sec-business .sw-business-wrap .sw-box_midashi p {
  text-align: center;
  font-size: clamp(1.3rem, 3.75vw + 0rem, 3rem);
  line-height: 1.65;
  margin-top: 1.5em;
  margin-bottom: 3.8em;
  letter-spacing: -0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-business-wrap .sw-box_midashi p {
    font-size: clamp(1.3rem, 0.78vw + 0.7rem, 2.2rem);
  }
}
.top-page .sec-business .sw-business-wrap aside {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-business-wrap aside {
    padding: 0 6.114em;
  }
}
.top-page .sec-business .sw-business-wrap .sw-business_list {
  width: 12.228em;
}
@media screen and (max-width: 767px) {
  .top-page .sec-business .sw-business-wrap .sw-business_list {
    width: 48.5%;
  }
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-business-wrap .sw-business_list {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .top-page .sec-business .sw-business-wrap .sw-business_list:nth-child(1) .sw-item:nth-child(2) {
    left: -7em;
  }
  .top-page .sec-business .sw-business-wrap .sw-business_list:nth-child(2) .sw-item:nth-child(2) {
    left: 7em;
  }
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-item {
  width: 100%;
  position: relative;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #000;
  position: relative;
  border-radius: 0.5em;
  margin-bottom: 2.1em;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business {
    margin-bottom: 6%;
  }
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business a {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.4s;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business a:hover:before {
  transition: all 0.3s;
  transform: scale(1.06);
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business a:hover .sw-btn_txt {
  background: #1B983A;
  color: #fff;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business a:hover .sw-btn_txt:after {
  background-image: url(../img/common/icn-arw-03.svg);
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business.btn-development a:before {
  background: url(../img/top/bg-btn-development@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business.btn-resin a:before {
  background: url(../img/top/bg-btn-resin@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business.btn-machine a:before {
  background: url(../img/top/bg-btn-machine@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business.btn-chemical a:before {
  background: url(../img/top/bg-btn-chemical@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business.btn-food a:before {
  background: url(../img/top/bg-btn-food@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business.btn-material a:before {
  background: url(../img/top/bg-btn-material@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business .sw-btn_txt {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 600;
  transition: all 0.4s;
}
.top-page .sec-business .sw-business-wrap .sw-business_list .sw-btn_business .sw-btn_txt:after {
  content: "";
  width: 0.8em;
  height: 100%;
  background: url(../img/common/icn-arw-02.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 0;
}
.top-page .sec-sustainability {
  padding: 7.5% 0 8.5%;
  background: url(../img/top/bg-sustainability@2x.jpg) no-repeat 0 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page .sec-sustainability {
    padding: 20% 0 21.5%;
    background-image: url(../img/top/bg-sustainability-sp@2x.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-sustainability .l-inner > .l-flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .top-page .sec-sustainability .sw-box {
    width: 50%;
  }
}
.top-page .sec-sustainability .sw-figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-page .sec-sustainability .sw-figure {
    width: 50%;
    max-width: 385px;
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-sustainability .sw-figure {
    margin-bottom: 10%;
  }
}
.top-page .sec-sustainability .sw-midashi_common {
  margin-bottom: 12%;
}
@media screen and (max-width: 767px) {
  .top-page .sec-sustainability .sw-midashi_common {
    margin-bottom: 9%;
  }
}
.top-page .sec-sustainability .sw-midashi_common .sw-en {
  font-size: clamp(1.6rem, 8vw + 0rem, 6.4rem);
}
@media screen and (min-width: 768px) {
  .top-page .sec-sustainability .sw-midashi_common .sw-en {
    font-size: clamp(4.2rem, 2.39vw + 0.91rem, 5.5rem);
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-sustainability .sw-midashi_common .sw-en {
    margin-bottom: 0.1em;
  }
}
.top-page .sec-information {
  background: #f6f6f6;
  padding: 8.2% 0 8.6%;
}
@media screen and (max-width: 767px) {
  .top-page .sec-information {
    padding: 20% 0 20.5%;
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-information .l-inner {
    width: 90%;
  }
}
.top-page .sec-information .sw-inner_box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 6.5%;
}
@media screen and (max-width: 767px) {
  .top-page .sec-information .sw-inner_box {
    padding: 9% 5.5% 5.5%;
  }
}
.top-page .sec-information .sw-midashi_common {
  text-align: center;
}
.top-page .sec-information .sw-info_list {
  max-width: 645px;
  margin: 4% auto 0;
}
@media screen and (max-width: 767px) {
  .top-page .sec-information .sw-info_list {
    margin: 15% auto 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-information .sw-info_list li {
    margin-top: 8%;
  }
}
.top-page .sec-information .sw-info_list .sw-time {
  width: 170px;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-page .sec-information .sw-info_list .sw-time {
    font-size: clamp(1.4rem, 0.17vw + 1.27rem, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-information .sw-info_list .sw-time {
    width: 100%;
  }
}
.top-page .sec-information .sw-info_list .sw-p_txt {
  width: calc(100% - 170px);
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
}
@media screen and (min-width: 768px) {
  .top-page .sec-information .sw-info_list .sw-p_txt {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .top-page .sec-information .sw-info_list .sw-p_txt {
    width: 100%;
    line-height: 1.5;
    margin-top: 0.5em;
  }
}
.top-page .sec-company {
  padding: 7.6% 0 8.2%;
}
@media screen and (max-width: 767px) {
  .top-page .sec-company {
    padding: 28% 0 30.5%;
  }
}
.top-page .sec-company .sw-box_p {
  margin: 2em 0 2.8em;
}
@media screen and (max-width: 767px) {
  .top-page .sec-company .sw-box_p {
    margin: 6% auto 7%;
  }
}
.top-page .sec-company .sw-box_p p {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top-page .sec-company .sw-box_p p {
    font-size: clamp(1.4rem, 0.17vw + 1.27rem, 1.6rem);
  }
}
.top-page .sec-recruit {
  padding: 7.7% 0;
  background: url(../img/top/bg-recruit@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page .sec-recruit {
    background-image: url(../img/top/bg-recruit-sp@2x.jpg);
    background-position: 0 0;
    padding: 81vw 0 10.5%;
  }
}
.top-page .sec-recruit .sw-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-page .sec-recruit .sw-box {
    max-width: 500px;
  }
}
.top-page .sec-recruit .sw-box_p {
  margin: 2em 0 2.8em;
}
@media screen and (max-width: 767px) {
  .top-page .sec-recruit .sw-box_p {
    margin: 6% auto 7%;
  }
}
.top-page .sec-recruit .sw-box_p p {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top-page .sec-recruit .sw-box_p p {
    font-size: clamp(1.4rem, 0.17vw + 1.27rem, 1.6rem);
  }
}

.business-page .sw-midashi_page {
  background-image: url(../img/business/bg-midashi@2x.jpg);
}
@media screen and (max-width: 767px) {
  .business-page .sw-midashi_page {
    background-image: url(../img/business/bg-midashi-sp@2x.jpg);
  }
}
.business-page .st-aside {
  margin-top: 3.6%;
  padding: 0.9% 0 1.2%;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .business-page .st-aside {
    margin-top: 17.6%;
    padding: 5.5% 0 1px;
  }
}
@media screen and (min-width: 768px) {
  .business-page .st-aside {
    position: sticky;
    top: calc(2.1% + 4.9rem);
    left: 0;
    z-index: 9;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .business-page .st-aside {
    top: calc(2.1% + 4.4rem);
  }
}
@media screen and (max-width: 767px) {
  .business-page .st-aside .l-flex {
    justify-content: flex-start;
  }
}
.business-page .st-aside ul li {
  margin: 0 1em;
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .business-page .st-aside ul li {
    margin: 0 1.5em 1.7em 0;
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .business-page .st-aside ul li:before {
    top: 0.7em;
  }
}
.business-page .sw-midashi_business_top .sw-en {
  display: block;
  font-size: clamp(4.8rem, 1.56vw + 3.6rem, 6.6rem);
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business-page .sw-midashi_business_top .sw-en {
    font-size: clamp(2.8rem, 8vw + 0rem, 6.4rem);
    line-height: 1.01;
    margin-bottom: 0.35em;
  }
}
.business-page .sw-midashi_business_top .sw-ja {
  display: block;
  margin-top: 0.5em;
  font-size: clamp(1.8rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 600;
  position: relative;
  padding-left: 1.7em;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .business-page .sw-midashi_business_top .sw-ja {
    font-size: 3.6rem;
    font-size: clamp(2.2rem, 1.22vw + 1.26rem, 3.6rem);
  }
}
.business-page .sw-midashi_business_top .sw-ja:before {
  content: "";
  width: 1.2em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.business-page .sw-midashi_business_list {
  color: #1B983A;
  font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  letter-spacing: 0.04em;
  font-weight: 600;
}
.business-page .sw-midashi_business_list .midashi_large {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .business-page .sw-midashi_business_list .midashi_large {
    font-size: clamp(1.8rem, 5vw + 0rem, 4rem);
    line-height: 1.45;
  }
}
.business-page .sw-box_business_top {
  margin-top: 3.6%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_top {
    margin-top: 18.6%;
  }
}
.business-page .sw-box_business_top .sw-figure {
  margin-top: 3.8%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_top .sw-figure {
    margin-top: 5.5%;
  }
}
.business-page .sw-box_business_top .sw-box_p {
  margin-top: 2.8%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_top .sw-box_p p {
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    font-weight: 600;
    letter-spacing: 0.03em;
  }
}
.business-page .sw-dl-line {
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-dl-line {
    margin-top: 8.5%;
  }
}
.business-page .sw-dl-line dt, .business-page .sw-dl-line dd {
  margin-bottom: 1%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-dl-line dt, .business-page .sw-dl-line dd {
    margin-bottom: 3%;
  }
}
.business-page .sw-dl-line dt {
  font-weight: 700;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .business-page .sw-dl-line dt {
    width: calc(28.5% - 1px);
    border-right: 1px solid #7c7c7c;
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.business-page .sw-dl-line dd {
  font-size: clamp(1.1rem, 0.17vw + 0.97rem, 1.3rem);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .business-page .sw-dl-line dd {
    margin-bottom: 6.5%;
  }
}
@media screen and (min-width: 768px) {
  .business-page .sw-dl-line dd {
    width: 69.5%;
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    line-height: 1.5;
  }
}
.business-page .sw-dl-word {
  margin-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-dl-word {
    margin-top: 4.5%;
  }
}
.business-page .sw-dl-word dt, .business-page .sw-dl-word dd, .business-page .sw-dl-word li {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
.business-page .sw-dl-word dd {
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .business-page .sw-dl-word dd {
    margin-bottom: 4%;
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.7;
    margin-top: 1.5%;
  }
}
.business-page .sw-list, .business-page .sw-dot-list {
  margin-top: 2.8%;
}
.business-page .sw-list li, .business-page .sw-dot-list li {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-list li, .business-page .sw-dot-list li {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.75;
  }
}
.business-page .sw-dot-list li:before {
  content: "・";
}
.business-page .sw-dot_list_02 li {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-dot_list_02 li {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.65;
    margin-bottom: 0.6em;
  }
}
.business-page .sw-box_business_01-wrap {
  padding-top: 19.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-wrap {
    padding-top: 33%;
  }
}
@media screen and (min-width: 768px) {
  .business-page .sw-box_business_01-wrap .sw-box {
    width: calc(93% - 400px);
  }
}
.business-page .sw-box_business_01-wrap .sw-box .sw-box_p {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-wrap .sw-box .sw-box_p {
    margin-top: 8.5%;
  }
}
.business-page .sw-box_business_01-wrap .sw-box .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-wrap .sw-box .sw-box_p p {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-wrap .sw-figure {
    margin-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .business-page .sw-box_business_01-wrap .sw-figure {
    width: 50%;
    max-width: 400px;
    margin-top: 0.5%;
  }
}
.business-page .sw-box_business_01-wrap .sw-box_figure {
  position: relative;
  left: -1%;
  width: 102%;
}
@media screen and (min-width: 768px) {
  .business-page .sw-box_business_01-wrap .sw-figure-wrap .sw-figure {
    max-width: 480px;
  }
}
.business-page .sw-box_business_02-wrap {
  padding-top: 19.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-wrap {
    padding-top: 33%;
  }
}
.business-page .sw-box_business_02-wrap .sw-box_p {
  margin-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-wrap .sw-box_p {
    margin-top: 8.5%;
  }
}
.business-page .sw-box_business_02-wrap .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-wrap .sw-box_p p {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.75;
  }
}
.business-page .sw-box_business_02-wrap .sw-figure {
  margin-top: 7.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-wrap .sw-figure {
    margin-top: 9.5%;
  }
}
.business-page .sw-box_business_02-wrap .sw-box_figure {
  position: relative;
  left: -1%;
  width: 101%;
}
.business-page .sw-box_business_03-wrap {
  padding-top: 19.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap {
    padding-top: 33.5%;
    margin-bottom: 35%;
  }
}
.business-page .sw-box_business_03-wrap .sw-box_p {
  margin-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap .sw-box_p {
    margin-top: 9%;
  }
}
.business-page .sw-box_business_03-wrap .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap .sw-box_p p {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.75;
  }
}
.business-page .sw-box_business_03-wrap .sw-figure {
  margin-top: 7.5%;
}
.business-page .sw-box_business_03-wrap .sw-box_figure {
  position: relative;
  left: -1%;
  width: 102%;
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap .sw-box_figure {
    margin-top: 9%;
  }
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap {
  margin-top: 7%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap .sw-dl_list-wrap {
    margin-bottom: 9%;
  }
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dl {
  margin-bottom: 2.6%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap .sw-dl_list-wrap dl {
    margin-bottom: 6.5%;
  }
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #575757;
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd, .business-page .sw-box_business_03-wrap .sw-dl_list-wrap li {
  font-size: 1.2rem;
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd {
  color: #575757;
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd .sw-ttl {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.4em;
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd ul {
  margin-top: 0.6%;
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd li {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd li {
    line-height: 1.65;
    margin-bottom: 0.5em;
  }
}
.business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd li span, .business-page .sw-box_business_03-wrap .sw-dl_list-wrap dd li a {
  font-size: clamp(1.2rem, 0.17vw + 1.07rem, 1.4rem);
  text-decoration: underline;
}
.business-page .sw-box_business_01-list {
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  padding: 3.5% 4%;
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-list {
    padding: 6.5% 5.5% 1%;
    margin-top: 12%;
  }
}
.business-page .sw-box_business_01-list .sec-business-inner {
  margin-top: 3.5%;
  margin-bottom: -1%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-list .sec-business-inner {
    margin-top: 7.5%;
  }
}
.business-page .sw-box_business_01-list .sw-box_p {
  margin-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-list .sw-box_p {
    margin-top: 6.5%;
    margin-bottom: 6%;
  }
}
.business-page .sw-box_business_01-list .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_01-list .sw-box_p p {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.9;
  }
}
.business-page .sw-box_business_02-list {
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  padding: 3.5% 4%;
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-list {
    margin-top: 10.5%;
    padding: 6.5% 5.5% 5%;
  }
}
.business-page .sw-box_business_02-list .sec-business-inner {
  margin-bottom: -1%;
}
.business-page .sw-box_business_02-list .sec-business-inner .sw-figure {
  margin-top: 3.5%;
  margin-bottom: 2%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-list .sec-business-inner .sw-figure {
    margin-top: 8.5%;
    margin-bottom: 5%;
  }
}
.business-page .sw-box_business_02-list .sw-box_p {
  margin-top: 1%;
  margin-bottom: -1%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-list .sw-box_p {
    margin-top: 9.5%;
  }
}
.business-page .sw-box_business_02-list .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_02-list .sw-box_p p {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.75;
  }
}
.business-page .sw-box_business_03-list {
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  padding: 3.8% 4% 1.5%;
  margin-top: 7.2%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-list {
    padding: 7% 5.5% 5%;
    margin-top: 11%;
  }
}
.business-page .sw-box_business_03-list .sec-business-inner {
  margin-bottom: 4.4%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-list .sec-business-inner {
    margin-bottom: 8.5%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-list .sec-business-inner .l-flex {
    flex-direction: column-reverse;
  }
}
.business-page .sw-box_business_03-list .sec-business-inner .sw-figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .business-page .sw-box_business_03-list .sec-business-inner .sw-figure {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-list .sec-business-inner .sw-figure {
    margin-top: 9%;
  }
}
@media screen and (min-width: 768px) {
  .business-page .sw-box_business_03-list .sec-business-inner .sw-box {
    width: 48%;
  }
}
.business-page .sw-box_business_03-list .sw-box_p {
  margin-top: 1%;
  margin-bottom: -1%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-list .sw-box_p {
    margin-top: 3.5%;
  }
}
.business-page .sw-box_business_03-list .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_03-list .sw-box_p p {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    line-height: 1.75;
  }
}
.business-page .sw-box_business_flow {
  margin-top: 5%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_flow .sw-box_business_01-wrap {
    margin-top: 34.5%;
  }
}
.business-page .sw-box_business_flow ol {
  counter-reset: flownum;
  list-style: none;
  margin-top: 4%;
}
.business-page .sw-box_business_flow ol li {
  font-size: clamp(4rem, 0.43vw + 3.67rem, 4.5rem);
  padding-left: 2.65em;
  position: relative;
  padding-top: 0.5%;
  padding-bottom: 1.5%;
  margin-bottom: 3.6%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_flow ol li {
    font-size: clamp(2.2rem, 5.5vw + 0rem, 4.4rem);
    padding-bottom: 7%;
  }
}
.business-page .sw-box_business_flow ol li .sw-icn {
  counter-increment: flownum;
  content: counter(flownum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #1B983A;
  background: #f6f6f6;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 4.75em;
  height: 100%;
  font-size: clamp(1.3rem, 0.35vw + 1.03rem, 1.7rem);
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_flow ol li .sw-icn {
    width: 3.9em;
    font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
  }
}
.business-page .sw-box_business_flow ol li .sw-icn > span {
  width: 100%;
  line-height: 1.1;
}
.business-page .sw-box_business_flow ol li .sw-icn .sw-num {
  font-size: clamp(4rem, 0.43vw + 3.67rem, 4.5rem);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_flow ol li .sw-icn .sw-num {
    font-size: clamp(2.3rem, 2.17vw + 0.83rem, 5rem);
  }
}
.business-page .sw-box_business_flow ol li .sw-icn:before {
  content: "";
  position: absolute;
  bottom: calc(2px - 2.375em);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.375em solid transparent;
  border-left: 2.375em solid transparent;
  border-top: 2.375em solid #f6f6f6;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .business-page .sw-box_business_flow ol li .sw-icn:before {
    bottom: calc(2px - 1.545em);
    border-width: 1.95em;
    background: #fff;
  }
}
.business-page .sw-box_business_flow ol li p {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .business-page .sw-box_business_flow ol li p {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    line-height: 2;
  }
}
.business-page .sw-box_business_flow ol li:last-child .sw-icn:before {
  display: none;
}
.business-page .sec-our_business {
  margin-top: 10.7%;
  background: #f6f6f6;
  padding: 4.5% 0;
}
@media screen and (max-width: 767px) {
  .business-page .sec-our_business {
    margin-top: 29.7%;
    padding: 18% 0;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-our_business .l-inner {
    width: 93%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-our_business .sw-business_list {
    margin-top: 7%;
  }
}
.business-page .sec-our_business .sw-business_list li {
  width: calc(16.6666% - 20px);
  aspect-ratio: 1/1;
  text-align: center;
  max-width: 120px;
  border: 1px solid #bcbcbc;
  margin: 10px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .business-page .sec-our_business .sw-business_list li {
    width: 27%;
    max-width: 160px;
  }
}
.business-page .sec-our_business .sw-business_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.business-page .sec-our_business .sw-business_list li .sw-icn {
  display: block;
  font-size: clamp(1.8rem, 4.5vw + 0rem, 3.6rem);
  width: 1.2em;
  height: 1.2em;
  margin: 0.2em auto -0.1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .business-page .sec-our_business .sw-business_list li .sw-icn {
    font-size: clamp(1.8rem, 5vw + 0rem, 4rem);
  }
}
.business-page .sec-our_business .sw-business_list li.sw-business_development .sw-ttl {
  color: #45aedd;
}
.business-page .sec-our_business .sw-business_list li.sw-business_development .sw-icn {
  background-image: url(../img/common/icn-business-03.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_development a {
  transition: all 0.4s;
}
.business-page .sec-our_business .sw-business_list li.sw-business_development a:hover {
  background: #45aedd;
}
.business-page .sec-our_business .sw-business_list li.sw-business_development a:hover .sw-ttl {
  color: #fff;
}
.business-page .sec-our_business .sw-business_list li.sw-business_development a:hover .sw-icn {
  background-image: url(../img/common/icn-business-03-on.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_machine .sw-ttl {
  color: #5160B7;
}
.business-page .sec-our_business .sw-business_list li.sw-business_machine .sw-icn {
  background-image: url(../img/common/icn-business-02.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_machine a {
  transition: all 0.4s;
}
.business-page .sec-our_business .sw-business_list li.sw-business_machine a:hover {
  background: #5160B7;
}
.business-page .sec-our_business .sw-business_list li.sw-business_machine a:hover .sw-ttl {
  color: #fff;
}
.business-page .sec-our_business .sw-business_list li.sw-business_machine a:hover .sw-icn {
  background-image: url(../img/common/icn-business-02-on.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_food .sw-ttl {
  color: #a89471;
}
.business-page .sec-our_business .sw-business_list li.sw-business_food .sw-icn {
  background-image: url(../img/common/icn-business-04.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_food a {
  transition: all 0.4s;
}
.business-page .sec-our_business .sw-business_list li.sw-business_food a:hover {
  background: #a89471;
}
.business-page .sec-our_business .sw-business_list li.sw-business_food a:hover .sw-ttl {
  color: #fff;
}
.business-page .sec-our_business .sw-business_list li.sw-business_food a:hover .sw-icn {
  background-image: url(../img/common/icn-business-04-on.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_resin .sw-ttl {
  color: #68AA1B;
}
.business-page .sec-our_business .sw-business_list li.sw-business_resin .sw-icn {
  background-image: url(../img/common/icn-business-01.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_resin a {
  transition: all 0.4s;
}
.business-page .sec-our_business .sw-business_list li.sw-business_resin a:hover {
  background: #68AA1B;
}
.business-page .sec-our_business .sw-business_list li.sw-business_resin a:hover .sw-ttl {
  color: #fff;
}
.business-page .sec-our_business .sw-business_list li.sw-business_resin a:hover .sw-icn {
  background-image: url(../img/common/icn-business-01-on.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_chemical .sw-ttl {
  color: #1A7EE2;
}
.business-page .sec-our_business .sw-business_list li.sw-business_chemical .sw-icn {
  background-image: url(../img/common/icn-business-06.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_chemical a {
  transition: all 0.4s;
}
.business-page .sec-our_business .sw-business_list li.sw-business_chemical a:hover {
  background: #1A7EE2;
}
.business-page .sec-our_business .sw-business_list li.sw-business_chemical a:hover .sw-ttl {
  color: #fff;
}
.business-page .sec-our_business .sw-business_list li.sw-business_chemical a:hover .sw-icn {
  background-image: url(../img/common/icn-business-06-on.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_industry .sw-ttl {
  color: #666;
}
.business-page .sec-our_business .sw-business_list li.sw-business_industry .sw-icn {
  background-image: url(../img/common/icn-business-05.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li.sw-business_industry a {
  transition: all 0.4s;
}
.business-page .sec-our_business .sw-business_list li.sw-business_industry a:hover {
  background: #666;
}
.business-page .sec-our_business .sw-business_list li.sw-business_industry a:hover .sw-ttl {
  color: #fff;
}
.business-page .sec-our_business .sw-business_list li.sw-business_industry a:hover .sw-icn {
  background-image: url(../img/common/icn-business-05-on.svg?ver0831);
}
.business-page .sec-our_business .sw-business_list li .sw-ttl {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .business-page .sec-our_business .sw-business_list li .sw-ttl {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  }
}
.business-page .sec-development .sw-midashi_business_top .sw-en {
  color: #45aedd;
}
.business-page .sec-development .sw-midashi_business_top .sw-ja:before {
  background: url(../img/common/icn-business-03.svg?ver0831) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .business-page .sec-development .sw-dl-line {
    margin-top: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-development .sw-dl-line dd {
    margin-bottom: 3%;
  }
}
.business-page .sec-development .sec-our_business .sw-business_list li.sw-business_development {
  background: #45aedd;
}
.business-page .sec-development .sec-our_business .sw-business_list li.sw-business_development .sw-ttl {
  color: #fff;
}
.business-page .sec-development .sec-our_business .sw-business_list li.sw-business_development .sw-icn {
  background-image: url(../img/common/icn-business-03-on.svg?ver0831);
}
.business-page .sec-development .sec-our_business .sw-business_list li.sw-business_development a {
  pointer-events: none;
}
.business-page .sec-machine .sw-midashi_business_top .sw-en {
  color: #5160B7;
}
.business-page .sec-machine .sw-midashi_business_top .sw-ja:before {
  background: url(../img/common/icn-business-02.svg?ver0831) no-repeat 50% 50%;
  background-size: contain;
}
.business-page .sec-machine .sec-our_business .sw-business_list li.sw-business_machine {
  background: #5160B7;
}
.business-page .sec-machine .sec-our_business .sw-business_list li.sw-business_machine .sw-ttl {
  color: #fff;
}
.business-page .sec-machine .sec-our_business .sw-business_list li.sw-business_machine .sw-icn {
  background-image: url(../img/common/icn-business-02-on.svg?ver0831);
}
.business-page .sec-machine .sec-our_business .sw-business_list li.sw-business_machine a {
  pointer-events: none;
}
.business-page .sec-food .sw-midashi_business_top .sw-en {
  color: #a89471;
}
.business-page .sec-food .sw-midashi_business_top .sw-ja:before {
  background: url(../img/common/icn-business-04.svg?ver0831) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .business-page .sec-food .sw-dl-line {
    margin-top: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-food .sw-dl-line dd {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-food .sw-box_business_01-list {
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-food .sw-ttl_03 {
    font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
  }
}
.business-page .sec-food .sec-our_business .sw-business_list li.sw-business_food {
  background: #a89471;
}
.business-page .sec-food .sec-our_business .sw-business_list li.sw-business_food .sw-icn {
  background-image: url(../img/common/icn-business-04-on.svg?ver0831);
}
.business-page .sec-food .sec-our_business .sw-business_list li.sw-business_food .sw-ttl {
  color: #fff;
}
.business-page .sec-food .sec-our_business .sw-business_list li.sw-business_food a {
  pointer-events: none;
}
.business-page .sec-resin .sw-midashi_business_top .sw-en {
  color: #68AA1B;
}
.business-page .sec-resin .sw-midashi_business_top .sw-ja:before {
  background: url(../img/common/icn-business-01.svg?ver0831) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .business-page .sec-resin .sw-box_business_01-list {
    padding: 6.5% 5.5% 7%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-resin .sw-box_business_01-list .sw-dot-list, .business-page .sec-resin .sw-box_business_01-list .sw-list {
    margin-top: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-resin .sw-box_business_01-wrap .sw-ttl_04 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .business-page .sec-resin .sw-box_business_01-wrap .sw-box_p {
    margin-top: 7%;
  }
}
.business-page .sec-resin .sec-our_business .sw-business_list li.sw-business_resin {
  background: #68AA1B;
}
.business-page .sec-resin .sec-our_business .sw-business_list li.sw-business_resin .sw-ttl {
  color: #fff;
}
.business-page .sec-resin .sec-our_business .sw-business_list li.sw-business_resin .sw-icn {
  background-image: url(../img/common/icn-business-01-on.svg?ver0831);
}
.business-page .sec-resin .sec-our_business .sw-business_list li.sw-business_resin a {
  pointer-events: none;
}
.business-page .sec-chemical .sw-midashi_business_top .sw-en {
  color: #1A7EE2;
}
.business-page .sec-chemical .sw-midashi_business_top .sw-ja:before {
  background: url(../img/common/icn-business-06.svg?ver0831) no-repeat 50% 50%;
  background-size: contain;
}
.business-page .sec-chemical .sec-our_business .sw-business_list li.sw-business_chemical {
  background: #1A7EE2;
}
.business-page .sec-chemical .sec-our_business .sw-business_list li.sw-business_chemical .sw-ttl {
  color: #fff;
}
.business-page .sec-chemical .sec-our_business .sw-business_list li.sw-business_chemical .sw-icn {
  background-image: url(../img/common/icn-business-06-on.svg?ver0831);
}
.business-page .sec-chemical .sec-our_business .sw-business_list li.sw-business_chemical a {
  pointer-events: none;
}
.business-page .sec-industry .sw-midashi_business_top .sw-en {
  color: #666;
}
.business-page .sec-industry .sw-midashi_business_top .sw-ja:before {
  background: url(../img/common/icn-business-05.svg?ver0831) no-repeat 50% 50%;
  background-size: contain;
}
.business-page .sec-industry .sec-our_business .sw-business_list li.sw-business_industry {
  background: #666;
}
.business-page .sec-industry .sec-our_business .sw-business_list li.sw-business_industry .sw-ttl {
  color: #fff;
}
.business-page .sec-industry .sec-our_business .sw-business_list li.sw-business_industry .sw-icn {
  background-image: url(../img/common/icn-business-05-on.svg?ver0831);
}
.business-page .sec-industry .sec-our_business .sw-business_list li.sw-business_industry a {
  pointer-events: none;
}
.business-page .sw-sakusaku_box {
  padding: 11.5% 0 10.5%;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box {
    padding: 34.5% 0 30%;
  }
}
.business-page .sw-sakusaku_box .l-inner {
  background: #f6f6f6;
  max-width: 900px;
  padding: 6.5% 2% 5.5%;
  position: relative;
  background-image: url(../img/business/bg-sakusaku@2x.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 52% auto;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box .l-inner {
    padding: 18.5% 12% 15% 5%;
    background-size: 62% auto;
  }
}
.business-page .sw-sakusaku_box .l-inner:before {
  content: "";
  width: 13.4em;
  height: 4em;
  position: absolute;
  top: -1.5em;
  left: 4.5%;
  z-index: 1;
  /* border: 1px solid; */
  background: url(../img/business/icn-sakusaku.svg) no-repeat 100% 100%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box .l-inner:before {
    width: 11.5em;
    height: 4em;
    top: -2.2em;
    left: 0;
  }
}
.business-page .sw-sakusaku_box .sw-ttl {
  display: inline-block;
  background: #fff;
  font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  font-weight: 700;
  padding: 0.5em 1em 0.75em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box .sw-ttl {
    font-size: clamp(1.5rem, 3.75vw + 0rem, 3rem);
    padding: 0.9em 1em 1.1em 1.3em;
    margin-bottom: 0.7em;
  }
}
.business-page .sw-sakusaku_box .sw-ttl .sw-cat {
  font-size: 1.8em;
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box .sw-ttl .sw-cat {
    font-size: 1.6em;
  }
}
.business-page .sw-sakusaku_box .sw-arw_list li {
  position: relative;
  padding-left: 1.85em;
  line-height: 1.9;
  margin-bottom: 0.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box .sw-arw_list li {
    padding-left: 1.9em;
    margin-bottom: 0.3em;
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  }
}
.business-page .sw-sakusaku_box .sw-arw_list li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.6em solid #1B983A;
  border-right: 0;
  position: absolute;
  top: 0.8em;
  left: 0.5em;
}
@media screen and (max-width: 767px) {
  .business-page .sw-sakusaku_box .sw-arw_list li:before {
    border-top: 0.35em solid transparent;
    border-bottom: 0.35em solid transparent;
    border-left: 0.55em solid #1B983A;
    top: 0.5em;
    left: 0.55em;
  }
}
.business-page .sw-sakusaku_box .sw-arw_list li a {
  text-decoration: underline;
}
.business-page .sw-sakusaku_box .sw-arw_list li a:after {
  content: "";
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  margin-left: 0.1em;
  margin-top: -0.4em;
  vertical-align: middle;
  background: url(../img/common/ico-arw_link.svg) no-repeat 50% 50%;
  background-size: contain;
}

.contact-page .sw-midashi_page {
  background-image: url(../img/contact/bg-midashi@2x.png);
}
@media screen and (max-width: 767px) {
  .contact-page .sw-midashi_page {
    background-image: url(../img/contact/bg-midashi-sp@2x.png);
  }
}
.contact-page .sw-form {
  margin-top: 5.8%;
  margin-bottom: 10.5%;
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form {
    margin-top: 17%;
  }
}
.contact-page .sw-form .l-inner {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form .l-inner {
    max-width: 600px;
    width: 85%;
  }
}
.contact-page .sw-form .sw-txt_top {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-txt_top {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form .sw-txt_top {
    margin-bottom: 1.5%;
  }
}
.contact-page .sw-form .sw-form_box {
  margin-top: 5.5%;
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form .sw-form_box {
    margin-top: 18%;
  }
}
.contact-page .sw-form .sw-form_box dt, .contact-page .sw-form .sw-form_box dt p {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-form_box dt, .contact-page .sw-form .sw-form_box dt p {
    font-size: 2rem;
  }
}
.contact-page .sw-form .sw-form_box .sw-label_imp {
  font-size: 1rem;
  padding: 0 0.7em;
  display: inline-block;
  margin-left: 0.85em;
  line-height: 1.7;
  vertical-align: middle;
  color: #fff;
  background: #1B983A;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-form_box .sw-label_imp {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form .sw-form_box .sw-label_imp {
    padding: 0 0.8em;
    margin: 0 0 0.5em 1em;
  }
}
.contact-page .sw-form .sw-form_box dd {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form .sw-form_box dd {
    margin-bottom: 2.6em;
    margin-top: 0.4em;
  }
}
.contact-page .sw-form .sw-form_box dd input, .contact-page .sw-form .sw-form_box dd textarea {
  font-size: 1.6rem;
  border: 1px solid #898989;
  padding: 0.2em 0.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-form_box dd input, .contact-page .sw-form .sw-form_box dd textarea {
    padding: 1em;
  }
}
.contact-page .sw-form .sw-form_box dd textarea {
  height: 17.2em;
}
.contact-page .sw-form .sw-form_box dd .wpcf7-text::-moz-placeholder, .contact-page .sw-form .sw-form_box dd .wpcf7-textarea::-moz-placeholder {
  color: #898989;
  font-size: 1.4rem;
}
.contact-page .sw-form .sw-form_box dd .wpcf7-text::placeholder, .contact-page .sw-form .sw-form_box dd .wpcf7-textarea::placeholder {
  color: #898989;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-form_box dd .wpcf7-text::-moz-placeholder, .contact-page .sw-form .sw-form_box dd .wpcf7-textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .contact-page .sw-form .sw-form_box dd .wpcf7-text::placeholder, .contact-page .sw-form .sw-form_box dd .wpcf7-textarea::placeholder {
    font-size: 1.6rem;
  }
}
.contact-page .sw-form .sw-form_box dd .sw-input-list li {
  width: 49%;
  margin-right: 2%;
}
.contact-page .sw-form .sw-form_box dd .sw-input-list li:last-child {
  margin-right: 0;
}
.contact-page .sw-form .sw-privacy_box {
  border: 1px solid #f2f2f2;
  padding: 0.7em 1em;
  height: 11em;
  overflow-y: auto;
  margin-top: 4.5%;
}
@media screen and (max-width: 767px) {
  .contact-page .sw-form .sw-privacy_box {
    padding: 1.2em 1.4em;
    height: 15.5em;
    margin-top: 12%;
  }
}
.contact-page .sw-form .sw-privacy_box dl dt {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-privacy_box dl dt {
    font-size: 1.5rem;
  }
}
.contact-page .sw-form .sw-privacy_box dl dd, .contact-page .sw-form .sw-privacy_box dl li, .contact-page .sw-form .sw-privacy_box dl p {
  word-break: break-all;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-privacy_box dl dd, .contact-page .sw-form .sw-privacy_box dl li, .contact-page .sw-form .sw-privacy_box dl p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.contact-page .sw-form .sw-privacy_box dl dd {
  margin-bottom: 1.4em;
}
.contact-page .sw-form .sw-privacy_box dl dd > ol, .contact-page .sw-form .sw-privacy_box dl dd > ol > li, .contact-page .sw-form .sw-privacy_box dl dd ol ul {
  margin-bottom: 1.4em;
}
.contact-page .sw-form .sw-txt_privacy {
  text-align: center;
  font-weight: 700;
  margin-top: 2.7em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .contact-page .sw-form .sw-txt_privacy {
    margin-top: 1.85em;
    font-size: 2rem;
  }
}
.contact-page .sw-form input[type=checkbox] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #2e2e2e;
  vertical-align: -3px;
  margin-right: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-page .sw-form input[type=checkbox]:checked {
  background: #2e2e2e;
}
.contact-page .sw-form input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 4px;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.company-page .sw-midashi_page {
  background-image: url(../img/company/bg-midashi@2x.jpg);
}
@media screen and (max-width: 767px) {
  .company-page .sw-midashi_page {
    background-image: url(../img/company/bg-midashi-sp@2x.jpg);
  }
}
.company-page .sec-message {
  padding-top: 7.3%;
  margin-bottom: 6.4%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-message {
    padding-top: 18.3%;
    margin-bottom: 18%;
  }
}
@media screen and (min-width: 768px) {
  .company-page .sec-message .sw-article_box_01 .sw-figure {
    width: 24.5%;
  }
  .company-page .sec-message .sw-article_box_01 .sw-box {
    width: 62%;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .company-page .sec-message .sw-article_box_01 .sw-figure {
    width: 34.5%;
  }
  .company-page .sec-message .sw-article_box_01 .sw-box {
    width: 52%;
  }
}
.company-page .sec-message .sw-txt_wrap p {
  margin-bottom: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .company-page .sec-message .sw-txt_wrap p {
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  }
}
.company-page .sec-message .sw-sign {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .company-page .sec-message .sw-sign {
    margin-top: 0.5em;
  }
}
.company-page .sec-message .sw-sign .sw-name {
  font-size: 1.4em;
  margin-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .company-page .sec-message .sw-sign p {
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  }
}
.company-page .sec-history {
  background: #f6f6f6;
  background-image: url(../img/company/bg-history@2x.png);
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 399px auto;
  padding-top: 5.5%;
  padding-bottom: 9.4%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-history {
    padding-top: 18%;
    background-position: 100% 65.6%;
    background-size: 63.5% auto;
    padding-bottom: 15.5%;
  }
}
.company-page .sec-history .sw-history_list {
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-history .sw-history_list {
    width: 90%;
    margin-top: 12%;
    margin-left: auto;
    margin-right: auto;
  }
}
.company-page .sec-history .sw-history_list dt {
  color: #1B983A;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  padding-bottom: 0.95em;
}
@media screen and (min-width: 768px) {
  .company-page .sec-history .sw-history_list dt {
    width: 268px;
  }
}
@media screen and (max-width: 767px) {
  .company-page .sec-history .sw-history_list dt {
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    padding-bottom: 0.3em;
  }
}
.company-page .sec-history .sw-history_list dt:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 50%;
  left: 5px;
}
.company-page .sec-history .sw-history_list dt:first-child:before {
  display: none;
}
.company-page .sec-history .sw-history_list dt:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #1B983A;
  position: absolute;
  top: calc(0.6em + 5px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-page .sec-history .sw-history_list dt:after {
    width: 0.4em;
    height: 0.4em;
    top: calc(1rem + 0.2em);
    left: calc(0.2em - 2px);
  }
}
.company-page .sec-history .sw-history_list dd {
  padding-bottom: 0.95em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company-page .sec-history .sw-history_list dd {
    width: calc(100% - 268px);
  }
}
@media screen and (max-width: 767px) {
  .company-page .sec-history .sw-history_list dd {
    padding-left: 6%;
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    line-height: 1.7;
    padding-bottom: 1.47em;
  }
}
@media screen and (max-width: 767px) {
  .company-page .sec-history .sw-history_list dt:before, .company-page .sec-history .sw-history_list dd:before {
    content: "";
    width: 1px;
    height: calc(100% - 0.3em + 5px);
    background: #000;
    position: absolute;
    bottom: calc(0.6em + 5px);
    left: calc(0.2em + 0.5px);
  }
}
.company-page .sec-history .sw-history_list dt:last-child:before, .company-page .sec-history .sw-history_list dd:last-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .company-page .sec-history .sw-history_list dt dd:before, .company-page .sec-history .sw-history_list dd dd:before {
    bottom: 0;
  }
}
.company-page .sec-about {
  background: #f6f6f6;
  padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-about {
    padding-bottom: 20%;
  }
}
.company-page .sec-about .sw-table_01 {
  margin-top: 7.2%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-about .sw-table_01 {
    margin-top: 9.7%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.company-page .sec-office {
  margin-top: 6%;
  margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-office {
    margin-top: 18%;
  }
}
.company-page .sec-office .sw-ttl_01 {
  line-height: 1.6;
}
.company-page .sec-office .sw-address_list {
  margin-top: 1%;
}
.company-page .sec-office .sw-address_list dl {
  margin-bottom: 8%;
}
.company-page .sec-office .sw-address_list dt {
  color: #1B983A;
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .company-page .sec-office .sw-address_list dt {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  }
}
.company-page .sec-office .sw-address_list dd, .company-page .sec-office .sw-address_list li {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  line-height: 1.4;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .company-page .sec-office .sw-address_list dd, .company-page .sec-office .sw-address_list li {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .company-page .sec-office .sw-address_list dd ul {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .company-page .sec-office .sw-article_box_02 {
    margin-bottom: -6%;
  }
}
.company-page .sec-office .sw-figure {
  overflow: hidden;
  margin-top: 1.5%;
}
.company-page .sec-office .sw-figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 54/33;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-page .sec-office .sw-figure iframe {
    aspect-ratio: 161/104;
  }
}
.company-page .sec-office .sec-office_relation {
  margin-top: 18.5%;
}
.company-page .sec-office .sec-office_partner {
  margin-top: 19%;
}
@media screen and (max-width: 767px) {
  .company-page .sec-office .sec-office_partner {
    margin-top: 26%;
  }
}
.company-page .sec-office .sec-office_partner .sw-fw_outer {
  margin-top: 6.5%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner {
    width: 50%;
  }
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner:first-child > ul {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
}
@media screen and (min-width: 768px) {
  .company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner:first-child > ul {
    font-size: clamp(1rem, 0.17vw + 0.87rem, 1.2rem);
  }
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner:first-child > ul:first-child {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner ul {
    width: 50%;
  }
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner ul li {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
}
@media screen and (min-width: 768px) {
  .company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner ul li {
    font-size: clamp(1rem, 0.17vw + 0.87rem, 1.2rem);
  }
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner ul li:last-child ul {
  margin-bottom: 0;
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner ul li ul {
  width: 100%;
  margin-bottom: 2em;
}
.company-page .sec-office .sec-office_partner .sw-fw_outer .sw-fw_inner ul li ul li:before {
  content: "・";
}

.recruit-page #hamburger, .recruit-page #header-nav {
  display: none;
}
.recruit-page #loading {
  display: none;
}
.recruit-page #bg-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}
.recruit-page .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.recruit-page .loading.remove {
  animation: remove 0.5s cubic-bezier(0.275, 0, 0, 1) 1s forwards;
}
.recruit-page .loading.remove .sw-loading_title .sw-txt_logo, .recruit-page .loading.remove .sw-loading_title .sw-corp_logo, .recruit-page .loading.remove .sw-loading_title .sw-en_txt {
  opacity: 1;
  animation: fadeOutUp 1s cubic-bezier(0.275, 0, 0, 1) 2s forwards;
}
.recruit-page .loading.remove .sw-loading_title .sw-txt_logo {
  animation-delay: 0.5s;
}
.recruit-page .loading.remove .sw-loading_title .sw-corp_logo {
  animation-delay: 0.5s;
}
.recruit-page .loading.remove .sw-loading_title .sw-en_txt {
  animation-delay: 0.5s;
}
.recruit-page .sw-loading_title {
  text-align: center;
  color: #fff;
}
.recruit-page .sw-loading_title .sw-txt_logo, .recruit-page .sw-loading_title .sw-corp_logo, .recruit-page .sw-loading_title .sw-en_txt {
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.275, 0, 0, 1) 2s forwards;
}
.recruit-page .sw-loading_title .sw-txt_logo {
  width: 56em;
  height: 13em;
  margin: 2.5em auto 1em;
  max-width: 100%;
  animation-delay: 0.5s;
  background: url(../img/recruit/txt-100.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-loading_title .sw-txt_logo {
    height: 6.35em;
  }
}
.recruit-page .sw-loading_title .sw-corp_logo {
  width: 14em;
  animation-delay: 1s;
  margin: 0.5em auto 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-loading_title .sw-corp_logo {
    margin: -1em auto 0.75em;
    width: 9.5em;
  }
}
.recruit-page .sw-loading_title .sw-en_txt {
  animation-delay: 1.5s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(5em);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-5em);
  }
}
@keyframes remove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.recruit-page .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.recruit-page .loading-text {
  margin-top: 15px;
  font-family: Arial, sans-serif;
  color: #333;
}
.recruit-page .content {
  display: none;
}
.recruit-page .show {
  display: block;
}
.recruit-page .st-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  padding: 2.6% 2%;
}
@media screen and (max-width: 767px) {
  .recruit-page .st-header {
    padding: 5%;
  }
}
.recruit-page .st-header .l-inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-page .st-header .h-logo-wrap {
    width: 39%;
  }
}
.recruit-page .st-header .h-logo-wrap img {
  width: 100%;
  max-width: 200px;
}
.recruit-page .st-header .h-nav-wrap {
  display: none;
}
.recruit-page .sw-midashi_recruit {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/11;
  background: #1B983A;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-midashi_recruit {
    aspect-ratio: 1920/1080;
  }
}
.recruit-page .sw-midashi_recruit .l-inner {
  max-width: 1760px;
  padding-bottom: 4.7%;
}
.recruit-page .sw-midashi_recruit .l-flex.fd-column {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-midashi_recruit.sw-midashi_child {
    aspect-ratio: 1920/840;
  }
}
.recruit-page .sw-midashi_recruit.sw-midashi_child .l-inner {
  padding-bottom: 3.8%;
}
.recruit-page .sw-midashi_recruit.sw-midashi_child .sw-ttl .sw-en {
  display: block;
  color: #1B983A;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-midashi_recruit.sw-midashi_child .sw-ttl .sw-en {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.recruit-page .sw-midashi_recruit.sw-midashi_child .sw-ttl .sw-ja {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  color: #fff;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.6em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-midashi_recruit.sw-midashi_child .sw-ttl .sw-ja {
    font-size: clamp(2.8rem, 0.35vw + 2.53rem, 3.2rem);
  }
}
.recruit-page .sw-midashi_recruit.sw-midashi_child dl {
  margin-top: 1.2%;
}
.recruit-page .sw-midashi_recruit.sw-midashi_child dl dt, .recruit-page .sw-midashi_recruit.sw-midashi_child dl dd {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-midashi_recruit.sw-midashi_child dl dt, .recruit-page .sw-midashi_recruit.sw-midashi_child dl dd {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.recruit-page .sw-breadclumb {
  padding: 1.6% 0 0;
}
.recruit-page .sw-breadclumb .l-inner {
  max-width: 90%;
}
.recruit-page .sw-breadclumb li {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-breadclumb li {
    letter-spacing: 0.055em;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-breadclumb li {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.recruit-page .sw-breadclumb li:first-child:after {
  content: "";
  display: inline-block;
}
.recruit-page .sw-midashi_page {
  background-image: url(../img/recruit/bg-midashi@2x.jpg);
}
.recruit-page .sw-link_list {
  background: #f6f6f6;
  padding: 5.6% 0 6.2%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-link_list {
    padding: 17.5% 0 13%;
  }
}
.recruit-page .sw-link_list .sw-btn_recruit_wrap li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-link_list .sw-btn_recruit_wrap li {
    margin-bottom: 8.5%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-link_list .sw-btn_recruit_wrap li {
    width: 50%;
    max-width: 400px;
    padding: 0 2.5%;
  }
}
.recruit-page .sw-link_list .sw-btn_recruit_wrap li .sw-ttl {
  font-size: clamp(1.2rem, 4.5vw + 0rem, 3.6rem);
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-link_list .sw-btn_recruit_wrap li .sw-ttl {
    margin-bottom: 1.2em;
    font-size: clamp(2rem, 0.35vw + 1.73rem, 2.4rem);
  }
}
.recruit-page .sw-recruit_category_list {
  margin-top: 4.2%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list {
    margin-top: 20%;
  }
}
.recruit-page .sw-recruit_category_list .l-inner {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 2.5% 2.5% 1px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list .l-inner {
    border-radius: 8px;
    padding: 4.5% 5% 1px;
  }
}
.recruit-page .sw-recruit_category_list ol {
  max-width: 920px;
  margin: 0 auto;
  counter-reset: listnum;
  list-style: none;
}
.recruit-page .sw-recruit_category_list ol li {
  text-align: center;
  background: #fff;
  margin-bottom: 2.2em;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-recruit_category_list ol li {
    width: calc(33.333% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list ol li {
    margin-bottom: 6.5%;
  }
}
.recruit-page .sw-recruit_category_list ol li:before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  top: -0.8em;
  left: 0.35em;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #1B983A;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list ol li:before {
    top: calc(50% - 1em);
    left: 3.5%;
    font-size: 1.6rem;
  }
}
.recruit-page .sw-recruit_category_list ol li a {
  display: block;
  padding: 0 0 1.6em;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list ol li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding: 5.5% 0;
  }
}
.recruit-page .sw-recruit_category_list ol li .sw-icn {
  display: block;
  width: 100%;
  height: 4em;
  margin: 1.5em 0 0.5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list ol li .sw-icn {
    background-size: contain;
    margin: 0;
    padding: 0 5%;
    width: 3em;
    height: 2em;
  }
}
.recruit-page .sw-recruit_category_list ol li .sw-icn.sw-icn_resin {
  background-image: url(../img/common/icn-business-01.svg);
}
.recruit-page .sw-recruit_category_list ol li .sw-icn.sw-icn_machine {
  background-image: url(../img/common/icn-business-02.svg);
}
.recruit-page .sw-recruit_category_list ol li .sw-icn.sw-icn_development {
  background-image: url(../img/common/icn-business-03.svg);
}
.recruit-page .sw-recruit_category_list ol li .sw-icn.sw-icn_food {
  background-image: url(../img/common/icn-business-04.svg);
}
.recruit-page .sw-recruit_category_list ol li .sw-icn.sw-icn_industry {
  background-image: url(../img/common/icn-business-05.svg);
}
.recruit-page .sw-recruit_category_list ol li .sw-icn.sw-icn_chemical {
  background-image: url(../img/common/icn-business-06.svg);
}
.recruit-page .sw-recruit_category_list ol li .sw-ttl {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-recruit_category_list ol li .sw-ttl {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-recruit_category_list ol li .sw-ttl {
    text-align: left;
    width: 27%;
    margin: 0 5%;
  }
}
.recruit-page .sw-recruit_category_list ol li .sw-ttl .sw-en {
  font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
  display: block;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-recruit_category_list ol li .sw-ttl .sw-en {
    font-size: 1.4rem;
  }
}
.recruit-page .sw-box_recruit_01 {
  margin-top: 10.5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_01 {
    margin-top: 18.5%;
  }
}
.recruit-page .sw-box_recruit_01 .l-inner {
  position: relative;
}
.recruit-page .sw-box_recruit_01 .l-inner:before {
  content: "";
  width: 4.7em;
  height: 5em;
  position: absolute;
  top: -3.5em;
  left: -5.4em;
  background: url(../img/recruit/icn-01@2x.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1660px) {
  .recruit-page .sw-box_recruit_01 .l-inner:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_01 .l-inner:before {
    width: 3.4em;
    height: 4em;
    top: -2.2em;
    left: 87%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_01 .sw-box {
    width: 40%;
  }
}
.recruit-page .sw-box_recruit_01 .sw-box .sw-box_p p {
  font-size: 1.3rem;
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  font-weight: 700;
  margin-top: 1.3em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_01 .sw-box .sw-box_p p {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_01 .sw-figure {
    width: 55.5%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_01 .sw-figure {
    margin-top: 10%;
  }
}
.recruit-page .sw-box_recruit_02 {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_02 {
    margin-top: 20%;
  }
}
.recruit-page .sw-box_recruit_02 .l-inner {
  background: #f6f6f6;
  border-radius: 16px;
  border: 3px solid #1B983A;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_02 .l-inner {
    border-radius: 8px;
  }
}
.recruit-page .sw-box_recruit_02 .sw-box {
  padding: 4% 5.5% 5.5%;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_02 .sw-box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_02 .sw-box {
    padding: 8% 6.5% 5.5%;
  }
}
.recruit-page .sw-box_recruit_02 .sw-box .sw-box_p p {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 2.2em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_02 .sw-box .sw-box_p p {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
    margin-top: 0.8em;
    margin-bottom: 1.6em;
  }
}
.recruit-page .sw-box_recruit_02 .sw-box .sw-box_p .sw-btn_recruit a {
  padding: 1.8em 1em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_02 .sw-figure {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_02 .sw-figure {
    aspect-ratio: 334/150;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.recruit-page .sw-box_recruit_02 .sw-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-page .sw-box_recruit_03 {
  margin-top: 10.5%;
  overflow: hidden;
}
.recruit-page .sw-box_recruit_03 .l-inner {
  background: #f6f6f6;
  border-radius: 16px;
  border: 3px solid #1B983A;
  padding: 3.5% 4% 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_03 .l-inner {
    border-radius: 8px;
    padding: 7.5% 6.5% 7%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_03 .l-inner:before {
    content: "";
    width: 4.7em;
    height: 5.1em;
    position: absolute;
    top: 2.7em;
    right: -2.7em;
    background: url(../img/recruit/icn-02@2x.png) no-repeat 50% 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_03 .l-flex {
    flex-direction: column-reverse;
  }
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner {
  margin-top: 5.5%;
  border: 1px solid #b9b9b9;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_03 .sw-box_recruit_inner {
    margin-top: 11%;
  }
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner a {
  transition: all 0.4s;
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner a:hover {
  background: #1B983A;
  color: #fff;
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner a:hover * {
  color: #fff;
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner a:hover .sw-btn_arw:after {
  background-image: url(../img/common/icn-arw-wht.svg);
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner a:hover .sw-figure {
  overflow: hidden;
}
.recruit-page .sw-box_recruit_03 .sw-box_recruit_inner a:hover .sw-figure img {
  transition: all 0.3s;
  transform: scale(1.06);
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_03 .sw-figure {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_03 .sw-box {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_recruit_03 .sw-box {
    padding: 9% 7%;
    width: 100%;
  }
}
.recruit-page .sw-box_recruit_03 .sw-midashi .sw-en {
  font-weight: 700;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  color: #1B983A;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_03 .sw-midashi .sw-en {
    font-size: clamp(1.5rem, 0.26vw + 1.3rem, 1.8rem);
  }
}
.recruit-page .sw-box_recruit_03 .sw-midashi .sw-ja {
  font-size: clamp(1.3rem, 3.75vw + 0rem, 3rem);
  font-weight: 700;
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-box_recruit_03 .sw-midashi .sw-ja {
    font-size: clamp(2.1rem, 0.35vw + 1.83rem, 2.5rem);
  }
}
.recruit-page .sw-box_btn-top {
  text-align: center;
  padding: 10.5% 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-box_btn-top {
    paddng: 20% 0;
  }
}
.recruit-page .sw-box_btn-top .sw-btn_recruit a {
  background: none;
  border: 1px solid #1B983A;
  color: #1B983A;
  font-weight: 700;
  padding: 1.67em 1em;
  transition: all 0.4s;
}
.recruit-page .sw-box_btn-top .sw-btn_recruit a:hover {
  color: #fff;
  background: #1B983A;
}
.recruit-page .sec-people {
  margin-top: 9.6%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people {
    margin-top: 15.6%;
  }
}
.recruit-page .sec-people .card02 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people .card02 .splide-controller {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit-page .sec-people .card02 .splide__arrows {
  width: 100%;
  position: static;
}
.recruit-page .sec-people .card02 .splide__arrows .splide__arrow {
  border: 1px solid;
  width: 4.2em;
  height: 4.2em;
  border-radius: 100%;
  position: absolute;
  top: calc(50% + 2.1em);
  transform: unset;
  background: #fff;
  border-color: #1B983A;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people .card02 .splide__arrows .splide__arrow {
    font-size: clamp(0.8rem, 2.25vw + 0rem, 1.8rem);
    width: 3.2em;
    height: 3.2em;
  }
}
.recruit-page .sec-people .card02 .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -2.1em;
}
.recruit-page .sec-people .card02 .splide__arrows .splide__arrow.splide__arrow--next {
  right: -2.1em;
}
.recruit-page .sec-people .card02 .splide__arrows .splide__arrow svg {
  fill: #1B983A;
}
.recruit-page .sec-people .card02 .splide__track {
  overflow: visible;
}
.recruit-page .sec-people .card02 .splide-wrapper {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people .card02 .splide-wrapper {
    margin-top: 0;
  }
}
.recruit-page .sec-people .card02 .splide__slide {
  position: relative;
  aspect-ratio: 49/68;
  border-radius: 16px;
}
.recruit-page .sec-people .card02 .splide__slide .sw-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.recruit-page .sec-people .card02 .splide__slide .sw-figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(../img/recruit/bg-grd@2x.png) no-repeat 100% 100%;
  background-size: 100% auto;
  mix-blend-mode: multiply;
}
.recruit-page .sec-people .card02 .splide__slide a > * {
  position: relative;
  z-index: 2;
}
.recruit-page .sec-people .card02 .splide__slide a:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  bottom: 4%;
  right: 6%;
  z-index: 3;
  background: url(../img/common/icn-arw-01.svg) no-repeat 50% 50%;
  background-size: contain;
}
.recruit-page .sec-people .card02 .splide__slide a:hover .sw-figure img {
  transition: all 0.6s;
  transform: scale(1.06);
}
.recruit-page .sec-people .card02 .splide__slide .sw-icn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #000;
  color: #fff;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  width: 10em;
  display: inline-block;
  text-align: center;
  padding: 0.7em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-icn {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-icn {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
    width: auto;
    padding: 0.6em 0.8em;
  }
}
.recruit-page .sec-people .card02 .splide__slide .sw-ttl {
  color: #fff;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  z-index: 1;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-ttl {
    font-size: clamp(2rem, 0.35vw + 1.73rem, 2.4rem);
    margin-bottom: 1.2em;
  }
}
.recruit-page .sec-people .card02 .splide__slide .sw-slide_box {
  height: 100%;
  padding: 5.5%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-slide_box {
    padding: 0 8.5% 4.5%;
  }
}
.recruit-page .sec-people .card02 .splide__slide .sw-box {
  color: #fff;
  z-index: 1;
}
.recruit-page .sec-people .card02 .splide__slide .sw-box dt {
  font-weight: 700;
  font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-box dt {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-box dt {
    font-size: clamp(1.6rem, 0.17vw + 1.47rem, 1.8rem);
  }
}
.recruit-page .sec-people .card02 .splide__slide .sw-box dd {
  font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-people .card02 .splide__slide .sw-box dd {
    font-size: clamp(1.2rem, 0.17vw + 1.07rem, 1.4rem);
  }
}
.recruit-page .sec-cross_talk {
  margin-top: 10.5%;
}
.recruit-page .sec-company {
  margin-top: 10%;
}
.recruit-page .sec-company .sw-data_list {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-company .sw-data_list {
    margin-top: 9.5%;
  }
}
.recruit-page .sec-company .sw-data_list li {
  margin-bottom: 3%;
  background: #f6f6f6;
  width: 48%;
  text-align: center;
  margin-bottom: 3%;
  padding: 3.5% 1% 4%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-company .sw-data_list li {
    width: calc(33.3333% - 12px);
    margin-bottom: 25px;
    border-radius: 16px;
    padding: 2%;
  }
}
.recruit-page .sec-company .sw-data_list li.sw-data-02 .sw-en {
  min-width: 1.25em;
}
.recruit-page .sec-company .sw-data_list .sw-data_box {
  height: 100%;
  justify-content: space-between;
}
.recruit-page .sec-company .sw-data_list .sw-ttl {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-company .sw-data_list .sw-ttl {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.recruit-page .sec-company .sw-data_list .sw-figure {
  height: 5.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-company .sw-data_list .sw-figure {
    height: 3.6em;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-company .sw-data_list .sw-figure img {
    height: 100%;
    width: auto;
  }
}
.recruit-page .sec-company .sw-data_list .sw-data_wrap p {
  margin-bottom: 0.7em;
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-company .sw-data_list .sw-data_wrap p {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.recruit-page .sec-company .sw-data_list .sw-txt_small {
  font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-company .sw-data_list .sw-txt_small {
    font-size: clamp(1.2rem, 0.17vw + 1.07rem, 1.4rem);
    margin-top: 1.5em;
  }
}
.recruit-page .sec-company .sw-data_list .sw-en {
  font-size: 4rem;
  display: inline-block;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin: 0 0.08em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-company .sw-data_list .sw-en {
    font-size: clamp(6rem, 2.6vw + 4rem, 9rem);
  }
}
.recruit-page .sec-faq {
  margin-top: 7.2%;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-faq .sw-midashi_wrap {
    width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-faq .sw-box {
    width: 81.2%;
  }
}
.recruit-page .sec-faq .sw-faq_list {
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-faq .sw-faq_list {
    margin-top: 9.5%;
  }
}
.recruit-page .sec-faq .sw-faq_list dt {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  padding: 1.2em 1em 1.2em 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-left: 8px solid #1B983A;
  background: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-faq .sw-faq_list dt {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
    padding: 1em 1em 1em 1.6em;
  }
}
.recruit-page .sec-faq .sw-faq_list dd {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  padding: 1.7em 0 2.5em 2.3em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-faq .sw-faq_list dd {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    padding: 1.2em 2.5em 2.2em;
  }
}
.recruit-page .sw-slider_wrap .sw-link_list, .recruit-page .sw-link_list_wrap .sw-link_list {
  background: none;
  padding: 3.1% 0 7.5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-slider_wrap .sw-link_list, .recruit-page .sw-link_list_wrap .sw-link_list {
    padding-bottom: 12.5%;
  }
}
.recruit-page .sw-slider_wrap .sw-link_list .l-inner, .recruit-page .sw-link_list_wrap .sw-link_list .l-inner {
  background: #f6f6f6;
  padding: 5.5% 2.5% 6%;
  border-radius: 16px;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-slider_wrap .sw-link_list .l-inner, .recruit-page .sw-link_list_wrap .sw-link_list .l-inner {
    padding: 7.5% 5% 2%;
    margin: 7% auto;
    border-radius: 8px;
  }
}
.recruit-page .sw-slider_wrap .sw-link_list .sw-btn_recruit_wrap li, .recruit-page .sw-link_list_wrap .sw-link_list .sw-btn_recruit_wrap li {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-slider_wrap .sw-link_list .sw-btn_recruit_wrap li, .recruit-page .sw-link_list_wrap .sw-link_list .sw-btn_recruit_wrap li {
    margin-bottom: 11%;
  }
}
.recruit-page .sw-slider_wrap .sw-link_list .sw-btn_recruit_wrap li .sw-ttl, .recruit-page .sw-link_list_wrap .sw-link_list .sw-btn_recruit_wrap li .sw-ttl {
  font-size: clamp(1.2rem, 4.5vw + 0rem, 3.6rem);
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-slider_wrap .sw-link_list .sw-btn_recruit_wrap li .sw-ttl, .recruit-page .sw-link_list_wrap .sw-link_list .sw-btn_recruit_wrap li .sw-ttl {
    font-size: clamp(2.2rem, 0.52vw + 1.8rem, 2.8rem);
    margin-bottom: 1em;
  }
}
.recruit-page .sw-slider_wrap {
  position: relative;
  margin-top: 8.4%;
}
.recruit-page .sw-slider_wrap > * {
  position: relative;
  z-index: 1;
}
.recruit-page .sw-slider_wrap:before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-slider_wrap:before {
    height: 89%;
  }
}
.recruit-page .sw-slider_wrap .card05 {
  overflow: hidden;
}
.recruit-page .sw-slider_wrap .card05 .splide__track {
  overflow: visible;
}
.recruit-page .sw-slider_wrap .card05 .splide__slide {
  width: -moz-max-content;
  width: max-content;
}
.recruit-page .sw-slider_wrap .card05 .splide__slide img {
  overflow: hidden;
  border-radius: 16px;
}
.recruit-page .sw-slider_wrap .card05 .splide__slide:nth-child(even) {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-slider_wrap .card05 .splide__slide:nth-child(even) {
    margin-top: 12%;
  }
}
.recruit-page .sw-slider_wrap .card05 .slide {
  overflow: hidden;
  border-radius: 16px;
}
.recruit-page .sw-slider_wrap .c-text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 3.2%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-slider_wrap .c-text {
    margin-top: 5.2%;
  }
}
.recruit-page .sw-slider_wrap .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(2rem, 10vw + 0rem, 8rem);
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .recruit-page .sw-slider_wrap .c-text__item {
    font-size: clamp(10rem, 1.74vw + 8.66rem, 12rem);
  }
}
.recruit-page .sw-slider_wrap .c-text__item:nth-child(odd) {
  animation: MoveLeft 128s -64s infinite linear;
}
.recruit-page .sw-slider_wrap .c-text__item:nth-child(even) {
  animation: MoveLeft2 128s infinite linear;
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.recruit-page .sw-link_list_wrap {
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
}
.recruit-page .sw-link_list_wrap .sw-link_list {
  padding-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-link_list_wrap .sw-link_list .l-inner {
    margin: 1% auto 7.5%;
  }
}
.recruit-page .sw-link_list_wrap .sw-box_p {
  text-align: center;
  padding: 6% 0 1px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sw-link_list_wrap .sw-box_p {
    padding-top: 16.5%;
  }
}
.recruit-page .sw-link_list_wrap .sw-box_p p img {
  width: 90%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_top .l-inner {
    max-width: 1440px;
  }
}
.recruit-page .sec-recruit_top .sw-breadclumb {
  padding: 0.75% 0 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_top .sw-breadclumb {
    padding: 0;
    margin-bottom: 4.5%;
  }
}
.recruit-page .sec-recruit_top .sw-breadclumb li:first-child:after {
  width: 5em;
  height: 1px;
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
  background: #1B983A;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_top .sw-breadclumb li:first-child:after {
    width: 3.4em;
    margin: -2px 0.8em 0;
  }
}
.recruit-page .sec-recruit_top .sw-midashi_recruit {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/recruit/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_top .sw-midashi_recruit {
    background-image: url(../img/recruit/bg_mv-pc@2x.jpg);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_top .sw-midashi_recruit .l-inner {
    max-width: 92%;
  }
}
.recruit-page .sec-recruit_top .sw-midashi_recruit .sw-ttl {
  width: 50%;
  max-width: 720px;
  margin-left: -2.2%;
  margin-bottom: 0.8%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_top .sw-midashi_recruit .sw-ttl {
    width: 78.5%;
    margin-left: -4%;
    margin-bottom: 0.8%;
  }
}
.recruit-page .sec-recruit_top .sw-midashi_recruit .sw-ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-breadclumb li, .recruit-page .sec-recruit_interview .sw-breadclumb li {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  }
}
.recruit-page .sec-recruit_cross-talk .sw-breadclumb li:first-child:after, .recruit-page .sec-recruit_interview .sw-breadclumb li:first-child:after {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em;
  vertical-align: middle;
  border-top: 1px solid #1B983A;
  border-right: 1px solid #1B983A;
  transform: rotate(45deg);
}
.recruit-page .sec-recruit_cross-talk .sw-midashi_child {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/recruit/crosstalk/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sw-midashi_child {
    background-image: url(../img/recruit/crosstalk/bg_mv-pc@2x.jpg);
  }
}
.recruit-page .sec-recruit_cross-talk .sw-midashi_child .sw-ttl .sw-en {
  font-size: 4rem;
  background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sw-midashi_child .sw-ttl .sw-en {
    font-size: clamp(5.8rem, 1.04vw + 5rem, 7rem);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-midashi_child .sw-ttl .sw-ja {
    line-height: 1.85;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sw-midashi_child .sw-ttl .sw-ja {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
    margin-top: 1.1em;
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-midashi_child .l-inner {
    padding-bottom: 8.5%;
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member {
  position: relative;
  background: #f6f6f6;
  padding: 6.5% 0 5.8%;
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-breadclumb {
  position: absolute;
  top: 0.5%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-breadclumb {
    top: 3.5%;
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-breadclumb .l-inner {
  max-width: 91.5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sec-member {
    padding: 30% 0 15%;
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .l-inner {
  max-width: 1000px;
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list {
  margin: 2.5% auto 0;
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li {
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  padding: 3%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li {
    padding: 6% 6% 4%;
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li {
    width: calc(50% - 10px);
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-figure {
  width: 23%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-figure {
    width: 20%;
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box {
  width: 73%;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box {
    width: 68%;
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box p {
  font-size: clamp(1rem, 3vw + 0rem, 2.4rem);
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box p {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box p .sw-name {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box p .sw-name {
    font-size: clamp(1.6rem, 0.35vw + 1.33rem, 2rem);
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box_p {
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box_p {
    margin-top: 5%;
  }
}
.recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box_p p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sec-member .sw-member_list li .sw-box_p p {
    font-size: 1.4rem;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01 {
  margin: 5% auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01 {
    margin: 17.5% auto 0;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01 .l-inner {
  max-width: 1000px;
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap {
    margin-top: 9.5%;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list {
  margin: 0 auto 3.5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list {
    align-items: flex-start;
    margin: 5% auto 9%;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list dt {
  width: 70px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list dt {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list dt {
    width: 20.5%;
    font-size: clamp(0.8rem, 2.5vw + 0rem, 2rem);
  }
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list dd {
  width: 78%;
  margin-top: -3%;
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list dd {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list dd {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list:nth-child(even) {
  flex-direction: row-reverse;
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list:nth-child(even) dd {
  padding-right: 2.8em;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list:nth-child(even) dd {
    padding-right: 1em;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list:nth-child(odd) dd {
  padding-left: 2.8em;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-chat_list-wrap .sw-chat_list:nth-child(odd) dd {
    padding-left: 1em;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01 .sw-figure {
  margin-top: 10.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01 .sw-figure {
    margin-top: 21%;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01.talk-02 {
  overflow: hidden;
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01.talk-02 .sw-figure:before {
  content: "";
  width: 8.2em;
  height: 9.6em;
  position: absolute;
  top: -1.8em;
  left: -5em;
  background: url(../img/recruit/icn-04@2x.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01.talk-02 .sw-figure:before {
    width: 4.3em;
    height: 4.6em;
    top: 0.6em;
    left: -0.8em;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01.talk-03 {
  overflow: hidden;
  padding-bottom: 6%;
}
.recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01.talk-03 .sw-figure:before {
  content: "";
  width: 8.2em;
  height: 9.6em;
  position: absolute;
  bottom: -3.5em;
  right: -5em;
  background: url(../img/recruit/icn-03@2x.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_cross-talk .sw-box_crosstalk_01.talk-03 .sw-figure:before {
    width: 4.3em;
    height: 4.6em;
    bottom: -2.3em;
    right: -1.2em;
  }
}
.recruit-page .sec-recruit_cross-talk .sw-box_btn-top {
  padding-top: 4.5%;
}
.recruit-page .sec-recruit_interview .l-inner {
  max-width: 1760px;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-breadclumb {
    padding: 8.6% 0 13%;
  }
}
.recruit-page .sec-recruit_interview .sw-midashi_child {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-midashi_child .l-inner {
    padding-bottom: 9%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-midashi_child .sw-ttl .sw-ja {
    font-size: clamp(2rem, 6vw + 0rem, 4.8rem);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-midashi_child .sw-ttl .sw-en {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-midashi_child dl {
    margin-top: 5.2%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-midashi_child dl dt, .recruit-page .sec-recruit_interview .sw-midashi_child dl dd {
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
    margin: 0.4em 0 0;
    line-height: 1.3;
  }
}
.recruit-page .sec-recruit_interview.interview_tb .sw-midashi_child {
  background-image: url(../img/recruit/interview/tb/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview.interview_tb .sw-midashi_child {
    background-image: url(../img/recruit/interview/tb/bg_mv-pc@2x.jpg);
  }
}
.recruit-page .sec-recruit_interview.interview_st .sw-midashi_child {
  background-image: url(../img/recruit/interview/st/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview.interview_st .sw-midashi_child {
    background-image: url(../img/recruit/interview/st/bg_mv-pc@2x.jpg);
  }
}
.recruit-page .sec-recruit_interview.interview_yn .sw-midashi_child {
  background-image: url(../img/recruit/interview/yn/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview.interview_yn .sw-midashi_child {
    background-image: url(../img/recruit/interview/yn/bg_mv-pc@2x.jpg);
  }
}
.recruit-page .sec-recruit_interview.interview_yo .sw-midashi_child {
  background-image: url(../img/recruit/interview/yo/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview.interview_yo .sw-midashi_child {
    background-image: url(../img/recruit/interview/yo/bg_mv-pc@2x.jpg);
  }
}
.recruit-page .sec-recruit_interview.interview_au .sw-midashi_child {
  background-image: url(../img/recruit/interview/au/bg_mv-sp@2x.jpg);
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview.interview_au .sw-midashi_child {
    background-image: url(../img/recruit/interview/au/bg_mv-pc@2x.jpg);
  }
}
.recruit-page .sec-recruit_interview .sw-box_interview_01 {
  margin: 3.5% auto 0;
}
.recruit-page .sec-recruit_interview .sw-box_interview_01:nth-child(even) .l-flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-box_interview_01:nth-child(even) .l-flex.fd-column-r-sp {
    flex-direction: column-reverse;
  }
}
.recruit-page .sec-recruit_interview .sw-box_interview_01 .l-inner {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-figure {
    width: 42%;
    margin-top: 0.6%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box {
    width: 50%;
  }
}
.recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box .sw-box-inner {
  margin-bottom: 13%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box .sw-box-inner {
    margin-bottom: 19%;
  }
}
.recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box .sw-box-inner:last-child {
  margin-bottom: 0;
}
.recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box_p {
  margin-top: 1.05em;
}
.recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box_p p {
  font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-box_p p {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sw-box_interview_01 .sw-figure {
    margin-top: 21%;
    margin-bottom: 17%;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule {
  margin: 10.4% auto 0;
  padding: 5.7% 0 7.3% 0;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule {
    margin: 6.4% auto 0;
    padding: 17% 0;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .l-inner {
  max-width: 1040px;
  position: relative;
}
.recruit-page .sec-recruit_interview .sec-schedule .l-inner:before {
  content: "";
  width: 8.5em;
  height: 9em;
  position: absolute;
  top: -5.7em;
  left: -19.5em;
  background: url(../img/recruit/icn-05@2x.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .l-inner:before {
    width: 4.3em;
    height: 5em;
    top: -8.6em;
    left: 0;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-midashi_01 .sw-ttl {
  text-align: left;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-midashi_01 .sw-ttl .sw-en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-midashi_01 .sw-ttl .sw-ja {
    font-size: clamp(1.2rem, 4.5vw + 0rem, 3.6rem);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-midashi {
    width: 42%;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box {
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box {
    width: 58%;
    margin-top: 1%;
    padding: 0.75% 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box {
    margin-top: 6.5%;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol {
  position: relative;
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol:before {
  content: "";
  position: absolute;
  top: 3%;
  left: 7%;
  border-left: 2px solid #eaeaea;
  width: 1px;
  height: 94%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol:before {
    left: 11.5%;
    height: 91%;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li {
  position: relative;
  padding: 2.5% 2.5% 2.5% calc(2.5% + 1em);
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li {
    padding: 4.5% 5% 5.5% 22.5%;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li:last-child {
  border-bottom: none;
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  top: calc(2.5% + 1.35em);
  left: calc(7% - 0.326em);
  background: #1B983A;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li:before {
    width: 0.9em;
    height: 0.9em;
    top: 20.5%;
    left: 10%;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-morning:before, .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-afternoon:before, .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-evening:before {
  background: #fff;
  border-radius: unset;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 2em;
  top: calc(2.5% + 0.7em);
  left: calc(2.5% + 0.7em);
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-morning:before, .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-afternoon:before, .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-evening:before {
    width: 2.8em;
    height: 2.5em;
    top: calc(21.5% - 0.9em);
    left: calc(10% - 0.9em);
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-morning:before {
  background-image: url(../img/common/icn-sch-01.svg);
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-afternoon:before {
  background-image: url(../img/common/icn-sch-02.svg);
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li.time-evening:before {
  background-image: url(../img/common/icn-sch-03.svg);
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .l-flex {
    flex-direction: column;
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-time {
  color: #1B983A;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.2rem, 4.5vw + 0rem, 3.6rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-time {
    width: 4.65em;
    font-size: clamp(1.6rem, 0.17vw + 1.47rem, 1.8rem);
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo {
    width: calc(100% - 6.3em);
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo dt, .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo .sw-txt {
  color: #1B983A;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo dt, .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo .sw-txt {
    line-height: 1.4;
    font-size: clamp(1.6rem, 4.5vw + 0rem, 3.6rem);
  }
}
.recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo dd {
  font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  margin-top: 0.4em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .recruit-page .sec-recruit_interview .sec-schedule .sw-box ol li .sw-todo dd {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}

.sustainability-page .sw-midashi_page {
  background-image: url(../img/sustainability/bg-midashi@2x.png);
}
@media screen and (max-width: 767px) {
  .sustainability-page .sw-midashi_page {
    background-image: url(../img/sustainability/bg-midashi-sp@2x.jpg);
  }
}
.sustainability-page .sw-dl_box_wrap {
  margin-top: 6.4%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sw-dl_box_wrap {
    margin-top: 7%;
  }
}
.sustainability-page .sec-health_management {
  margin-top: 5.6%;
  padding-bottom: 5.2%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-health_management {
    margin-top: 18.7%;
    padding-bottom: 11%;
  }
}
.sustainability-page .sec-environmental_preservation {
  background: #f6f6f6;
  padding-top: 5.5%;
  padding-bottom: 3.4%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-environmental_preservation {
    padding-top: 18.7%;
    padding-bottom: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-environmental_preservation .sw-dl_list_01 dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-environmental_preservation .sw-dl_list_01 dd {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0.1em 0 1.8em;
  }
}
.sustainability-page .sec-sdgs {
  margin-top: 5.6%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs {
    margin-top: 18.8%;
  }
}
.sustainability-page .sec-sdgs .sw-article_box_03 {
  margin-top: 5.8%;
  margin-bottom: 5.8%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sw-article_box_03 {
    margin-bottom: 7.8%;
  }
}
@media screen and (min-width: 768px) {
  .sustainability-page .sec-sdgs .sw-article_box_03 .sw-figure {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sw-article_box_03 .sw-figure {
    width: 100%;
    margin-top: 11%;
  }
}
@media screen and (min-width: 768px) {
  .sustainability-page .sec-sdgs .sw-article_box_03 .sw-box {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sw-article_box_03 .sw-box .sw-ttl_03 .sw-en {
    font-size: 3.3rem;
    letter-spacing: 0.05em;
    margin-right: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .sustainability-page .sec-sdgs .sw-article_box_03 .sw-box .sw-box_p p {
    margin-top: 1em;
  }
}
.sustainability-page .sec-sdgs .sec-action {
  background: #f6f6f6;
  padding-top: 6%;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sec-action {
    padding-top: 18%;
    padding-bottom: 10%;
  }
}
.sustainability-page .sec-sdgs .sec-action .sw-box_wrap {
  margin-top: 2%;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sec-action .sw-box_wrap {
    width: 90%;
    margin: 2% auto 10%;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sec-action .sw-box_wrap .l-inner {
    width: 100%;
  }
}
.sustainability-page .sec-sdgs .sec-action .sw-sdgs_list li {
  width: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sustainability-page .sec-sdgs .sec-action .sw-sdgs_list li {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.sustainability-page .sec-sdgs .sec-action .sw-dl_list_01 {
  margin-top: 0.5%;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sec-action .sw-dl_list_01 {
    margin-top: 3.5%;
  }
}
.sustainability-page .sec-sdgs .sec-action .sw-dl_list_01 dd {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sec-action .sw-dl_list_01 dd {
    margin-bottom: 0.2em;
  }
}
.sustainability-page .sec-sdgs .sec-action .sw-dot_list li {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sustainability-page .sec-sdgs .sec-action .sw-dot_list li {
    margin: 0.3em 1em 0.3em 0;
  }
}
@media screen and (min-width: 768px) {
  .sustainability-page .sec-sdgs .sec-action .sw-dot_list li {
    font-size: 1.5rem;
  }
}

.kiso-page .st-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.kiso-page .st-header .h-nav-wrap {
  display: none;
}
.kiso-page .st-header .h-logo-wrap img {
  max-width: 200px;
}
.kiso-page .sw-midashi_kiso {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/11;
  background: url(../img/kiso/bg-midashi@2x.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-midashi_kiso {
    aspect-ratio: 1920/840;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-midashi_kiso {
    background-image: url(../img/kiso/bg-midashi-sp@2x.png);
    aspect-ratio: 8/11;
  }
}
.kiso-page .sw-midashi_kiso .l-inner {
  max-width: 1760px;
  padding-bottom: 4.7%;
}
.kiso-page .sw-midashi_kiso .l-flex {
  height: 100%;
}
.kiso-page .sw-midashi_kiso .sw-ja {
  display: inline-block;
  background: url(../img/common/bg-btn@2x.png) repeat-y;
  background-size: 100% auto;
  margin: 0.15em 0;
  color: #fff;
  font-size: clamp(3.5rem, 3.04vw + 1.17rem, 7rem);
  padding: 0.15em 0.3em 0.28em 0.3em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-midashi_kiso .sw-ja {
    font-size: clamp(1.55rem, 8.42vw + 0.14rem, 6.6rem);
  }
}
.kiso-page .sw-breadclumb {
  padding: 1.8% 0 0;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-breadclumb {
    padding: 8.5% 0 0;
  }
}
.kiso-page .sw-breadclumb .l-inner {
  max-width: 92%;
}
.kiso-page .sw-breadclumb li {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-breadclumb li {
    letter-spacing: 0.055em;
    font-size: clamp(1.1rem, 3.25vw + 0rem, 2.6rem);
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-breadclumb li {
    font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  }
}
.kiso-page .sw-breadclumb li:first-child:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.75em;
  vertical-align: middle;
  border-top: 1px solid #1B983A;
  border-right: 1px solid #1B983A;
  transform: rotate(45deg);
}
.kiso-page .sw-kiso_here > .l-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here > .l-inner {
    padding: 0 7%;
    width: 100%;
    max-width: 1270px;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here > .l-inner {
    width: 80%;
  }
}
.kiso-page .sw-kiso_here > .l-inner:before, .kiso-page .sw-kiso_here > .l-inner:after {
  content: "";
  position: absolute;
}
.kiso-page .sw-kiso_here > .l-inner:before {
  width: 16%;
  max-width: 164px;
  height: 50%;
  background: url(../img/kiso/icn-illust-01@2x.png) no-repeat 50% 50%;
  background-size: contain;
  right: 0.5%;
  top: 15%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here > .l-inner:before {
    width: 22%;
    right: -8%;
    top: -21%;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here > .l-inner:after {
    width: 14%;
    max-width: 144px;
    height: 50%;
    background: url(../img/kiso/icn-illust-03@2x.png) no-repeat 50% 50%;
    background-size: contain;
    right: 6%;
    top: 65%;
    z-index: 1;
  }
}
.kiso-page .sw-kiso_here .sw-box_kiso-here {
  background: #f6f6f6;
  text-align: center;
  margin: 7% auto;
  padding: 7% 0;
  border-radius: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-box_kiso-here {
    margin: 22% auto;
    padding: 22.5% 0;
  }
}
.kiso-page .sw-kiso_here .sw-box_kiso-here:after {
  content: "";
  position: absolute;
  width: 15%;
  max-width: 150px;
  height: 100%;
  background: url(../img/kiso/icn-illust-02@2x.png) no-repeat 50% 50%;
  background-size: contain;
  left: -11%;
  top: 37%;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .kiso-page .sw-kiso_here .sw-box_kiso-here:after {
    left: -8%;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-box_kiso-here:after {
    width: 20.5%;
    background-position: 50% 100%;
    left: -8%;
    top: 13.5%;
  }
}
.kiso-page .sw-kiso_here .sw-box_kiso-here .sw-midashi_05 .sw-ttl {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-box_kiso-here .sw-midashi_05 .sw-ttl {
    margin-bottom: 0.5em;
  }
}
.kiso-page .sw-kiso_here .sw-box_kiso-here .sw-midashi_05 .sw-en {
  font-size: clamp(4.8rem, 1.39vw + 3.73rem, 6.4rem);
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-box_kiso-here .sw-midashi_05 .sw-en {
    line-height: 1.15;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-box_kiso-here .sw-box_p p {
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    font-weight: 700;
  }
}
.kiso-page .sw-kiso_here .sw-kiso_item_list {
  margin: 10.3% auto 0;
  background: url(../img/kiso/bg-modal-pc@2x.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list {
    aspect-ratio: 1920/880;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list {
    background-image: url(../img/kiso/bg-modal-sp@2x.png);
    aspect-ratio: 5/6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 19.3% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .l-inner {
    height: 100%;
    max-width: 81.5%;
    width: 95%;
    padding: 0;
  }
}
.kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li {
    border-bottom: 1px solid #BCBCBC;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li {
    font-size: clamp(4rem, 5.13vw + 0.15rem, 20rem);
    width: 1em;
    height: 1em;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li.sw-item_01 {
    top: 74.5%;
    left: 16.2%;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li.sw-item_02 {
    top: 50.7%;
    left: 79.5%;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li.sw-item_03 {
    top: 66%;
    left: 53.5%;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li.sw-item_04 {
    top: 25.5%;
    left: 25.1%;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li.sw-item_05 {
    top: 14%;
    left: 53%;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li.sw-item_06 {
    top: 11%;
    left: 0;
  }
}
.kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button {
    background: rgba(255, 255, 255, 0.9);
    padding: 1em 1.3em;
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button {
    text-align: center;
    line-height: 2;
    font-weight: 600;
    background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
    background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
    color: #fff;
    border-radius: 100%;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    font-size: clamp(0.8rem, 0.61vw + 0.33rem, 1.5rem);
    border: 0.35em solid #fff;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a:hover, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button:hover {
    background: #fff;
    color: #1B983A;
    text-shadow: unset;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a:hover:after, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button:hover:after {
    transform: scale(1.3);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a:after, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    background: linear-gradient(90deg, #2BD0A1, #1CB267 52%, #1E9A3C);
    background: -webkit-linear-gradient(0deg, #2BD0A1, #1CB267 52%, #1E9A3C);
    transition: transform 0.2s, opacity 0.3s;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li a:after, .kiso-page .sw-kiso_here .sw-kiso_item_list .sw-modal-list li button:after {
    content: "";
    width: 1em;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 0;
    background: url(../img/kiso/icn-pls.svg) no-repeat 50% 50%;
    background-size: contain;
  }
}
.kiso-page .sw-kiso_here .sw-modal_box {
  max-width: 900px;
  margin: 0 auto;
  padding: 3%;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-modal_box {
    padding: 5%;
  }
}
.kiso-page .sw-kiso_here .sw-modal_box .sw-modal-flex_box {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-modal_box .sw-modal-flex_box {
    margin-bottom: 23%;
  }
}
.kiso-page .sw-kiso_here .sw-modal_box .sw-figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-modal_box .sw-figure {
    width: 43.6%;
  }
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-modal_box .sw-figure {
    margin-bottom: 7.5%;
  }
}
.kiso-page .sw-kiso_here .sw-modal_box .sw-box_p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kiso-page .sw-kiso_here .sw-modal_box .sw-box_p {
    width: 51%;
  }
}
.kiso-page .sw-kiso_here .sw-modal_box .sw-box_p p {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-modal_box .sw-box_p p {
    font-size: clamp(1.5rem, 4vw + 0rem, 3rem);
  }
}
.kiso-page .sw-kiso_here .sw-modal_box .sw-box_p ul li {
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  background: #1B983A;
  color: #fff;
  margin: 0 1em 0.5em 0;
  padding: 0.4em 1em;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .kiso-page .sw-kiso_here .sw-modal_box .sw-box_p ul li {
    font-size: clamp(1.3rem, 1.25vw + 1rem, 2.8rem);
    margin: 0 0.35em 0.65em 0;
    padding: 0.4em 1.1em;
    border-radius: 7px;
    font-weight: 700;
  }
}

/* micromodal.js */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 90vh;
  max-width: 900px;
  overflow-y: auto;
  padding: 0;
  width: 90%;
}

.modal-close {
  margin: 0 auto;
  width: 90%;
  max-width: 175px;
  text-align: center;
  display: block;
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  background: none;
  border: 1px solid #1B983A;
  color: #1B983A;
  font-weight: 700;
  padding: 0.75em 1em;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .modal-close {
    margin-top: 20%;
  }
}
.modal-close:hover {
  color: #fff;
  background: #1B983A;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmslideOut {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/* 非表示状態 */
.modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* 表示状態 */
.modal[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル本体 */
.modal-container {
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 新規追記分：表示時のアニメーション完了状態 */
.modal[aria-hidden=false] .modal-container {
  transform: scale(1);
  opacity: 1;
}

/** 
 * .sw- (SiteWide)...サイト共通の汎用的なModule（リストやボタンなどの場所を選ばないもの）
 * .st- (Structure)...サイト共通の構造的なModule（ヘッダーやフッターのような場所が固定されるもの）
 * .l- (Layout)...コンテンツ内の余白やレイアウト専用のModule
 * .tp- (HomePage)...ホームページ（サイトトップページ）
 **//*# sourceMappingURL=style.css.map */