@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

#body .b {
  font-family: "UD新ゴ B";
}
#body .db {
  font-family: "UD新ゴ DB";
}
#body .m {
  font-family: "UD新ゴ M";
}
#body .r {
  font-family: "UD新ゴ R";
}
#body .l {
  font-family: "UD新ゴ L";
}

#header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.single-about #header .button, .post-type-interview #header .button, .post-type-cross-talk #header .button, .post-type-job #header .button {
  color: #000;
}
#header.scrolled {
  background: #FFF;
}
#header.scrolled .button {
  color: #000;
}
#header .header-block {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width:1366px) {
  #header .header-block {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  #header .header-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  #header .header-block {
    padding-top: 1.95vw;
    padding-bottom: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  #header .header-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width:767px) {
  #header .header-block nav {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#header .header-block-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  #header .header-block-banner {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  #header .header-block-banner {
    font-size: 15px;
  }
}
#header .button {
  margin-right: 20px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  color: #FFF;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1024px) {
  #header .button {
    margin-right: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  #header .button {
    margin-right: 10px;
  }
}
#header .button:hover {
  color: #f29206;
}
#header .button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  background: #f29206;
  margin: auto;
  -webkit-transform: scale(0) translateY(15px);
          transform: scale(0) translateY(15px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#header .button:hover::before {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}
@media screen and (max-width:767px) {
  #header .button {
    display: none;
  }
}
#header .button-entry {
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  cursor: pointer;
  background: #89c43f;
  border-radius: 60px;
  padding: 10px 20px;
  max-width: 148px;
  max-height: 48px;
  text-align: center;
  border: 2px solid #000000;
  color: #FFF;
  overflow: hidden;
  position: relative;
  display: block;
}
#header .button-entry::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  z-index: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
#header .button-entry:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#header .button-entry span {
  position: relative;
}
#header .header-block-img {
  vertical-align: top;
}
@media screen and (max-width:767px) {
  #header .header-block-img {
    width: 120px;
    height: auto;
  }
}

#footer {
  width: 100%;
  height: auto;
  background-color: #F8F8F8;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 50px;
}
@media screen and (max-width:1024px) {
  #footer {
    padding-top: 0vw;
    padding-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  #footer {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
#footer .m {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1.4;
  color: #f29206;
}
@media screen and (max-width:1024px) {
  #footer .m {
    font-size: 3.52vw;
  }
}
@media screen and (max-width:767px) {
  #footer .m {
    font-size: 24px;
  }
}
#footer .r {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  #footer .r {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  #footer .r {
    font-size: 16px;
  }
}
#footer .l {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
}
#footer .footer-f-block {
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footer-text {
  padding: 0;
}
@media screen and (max-width:767px) {
  #footer .footer-text {
    width: 45%;
  }
}
#footer .footer-text li:not(:last-child) {
  padding-bottom: 30px;
}
@media screen and (max-width:1024px) {
  #footer .footer-text li:not(:last-child) {
    padding-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  #footer .footer-text li:not(:last-child) {
    padding-bottom: 15px;
  }
}
#footer .footer-text li.m a:hover span {
  color: #000;
}
#footer .footer-text li.m a::before {
  background: #f29206;
}
#footer .footer-text li a {
  display: inline-block;
  position: relative;
}
#footer .footer-text li a span {
  display: inline-block;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#footer .footer-text li a:hover span {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #f29206;
}
#footer .footer-text li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  margin: auto;
  -webkit-transform: scale(0) translateX(-15px);
          transform: scale(0) translateX(-15px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#footer .footer-text li a:hover::before {
  -webkit-transform: scale(1) translateX(0px);
          transform: scale(1) translateX(0px);
}
#footer .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 120px;
  gap: 20px;
}
@media screen and (max-width:1366px) {
  #footer .footer-block {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  #footer .footer-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-block {
    padding-top: 4.88vw;
    padding-bottom: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  #footer .footer-block {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-block {
    gap: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  #footer .footer-block {
    gap: 15px;
  }
}
@media screen and (max-width:1024px) {
  #footer .footer-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .footer-block-copyright-block {
  text-align: right;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  #footer .footer-block-copyright-block {
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  #footer .footer-block-copyright-block {
    padding-right: 15px;
  }
}
#footer .footer-block-copyright-block img {
  margin-bottom: 15px;
  vertical-align: top;
}
@media screen and (max-width:767px) {
  #footer .footer-block-copyright-block img {
    width: 90px;
    height: auto;
  }
}

#section-entry {
  height: auto;
  background-color: #f29206;
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width:1024px) {
  #section-entry {
    padding: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry {
    padding: 15px;
  }
}
#section-entry .text-entry {
  margin-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width:1024px) {
  #section-entry .text-entry {
    margin-bottom: 2.44vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .text-entry {
    margin-bottom: 15px;
  }
}
#section-entry .text-entry.m {
  font-size: 66px;
  font-family: futura-pt, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: #f29206;
}
@media screen and (max-width:1024px) {
  #section-entry .text-entry.m {
    font-size: 6.45vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .text-entry.m {
    font-size: 36px;
  }
}
#section-entry h3 {
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width:1024px) {
  #section-entry h3 {
    font-size: 3.91vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry h3 {
    font-size: 30px;
  }
}
#section-entry .entry-block {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border: 2px solid #000;
  padding: 50px;
  border-radius: 30px;
}
@media screen and (max-width:1024px) {
  #section-entry .entry-block {
    padding: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .entry-block {
    padding: 30px;
  }
}
@media screen and (max-width:1024px) {
  #section-entry .entry-block {
    border-radius: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .entry-block {
    border-radius: 15px;
  }
}
#section-entry .entry-block img {
  max-width: 506px;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  #section-entry .entry-block img {
    margin-bottom: 30px;
  }
}
#section-entry .entry-block-button {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:1024px) {
  #section-entry .entry-block-button {
    margin-top: 3.91vw;
    margin-bottom: 3.91vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .entry-block-button {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:767px) {
  #section-entry .entry-block-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#section-entry .newgraduate-button,
#section-entry .halfway-button {
  position: relative;
  width: 100%;
  max-width: 400px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#section-entry .newgraduate-button a,
#section-entry .halfway-button a {
  display: block;
  padding: 25px 40px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 25px 40px 25px 40px;
}
@media screen and (max-width:1024px) {
  #section-entry .newgraduate-button a,
  #section-entry .halfway-button a {
    padding: 2.44vw 3.91vw 2.44vw 3.91vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .newgraduate-button a,
  #section-entry .halfway-button a {
    padding: 15px 30px 15px 30px;
  }
}
#section-entry .newgraduate-button::before,
#section-entry .halfway-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  border: 2px solid #000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#section-entry .newgraduate-button::after,
#section-entry .halfway-button::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 80px;
  border: 2px solid #000;
  z-index: -2;
}
@media screen and (max-width:767px) {
  #section-entry .newgraduate-button::after,
  #section-entry .halfway-button::after {
    top: 5px;
    left: 5px;
  }
}
#section-entry .newgraduate-button:hover::before,
#section-entry .halfway-button:hover::before {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}
@media screen and (max-width:767px) {
  #section-entry .newgraduate-button:hover::before,
  #section-entry .halfway-button:hover::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
#section-entry .newgraduate-button:hover a,
#section-entry .halfway-button:hover a {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}
@media screen and (max-width:767px) {
  #section-entry .newgraduate-button:hover a,
  #section-entry .halfway-button:hover a {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
#section-entry .newgraduate-button {
  margin-right: 55px;
}
@media screen and (max-width:1024px) {
  #section-entry .newgraduate-button {
    margin-right: 5.37vw;
  }
}
@media screen and (max-width:767px) {
  #section-entry .newgraduate-button {
    margin-right: 0px;
  }
}
@media screen and (max-width:767px) {
  #section-entry .newgraduate-button {
    margin-bottom: 15px;
  }
}
#section-entry .newgraduate-button::before {
  background: #f29206;
}
#section-entry .halfway-button::before {
  background: #89c43f;
}

#section-main-visual {
  position: relative;
  width: auto;
  height: 100%;
}
#section-main-visual .main-visual-block-title {
  position: absolute;
  bottom: 18%;
  width: 100%;
  height: auto;
  text-align: left;
  z-index: 3;
  padding-left: 50px;
}
@media screen and (max-width:1024px) {
  #section-main-visual .main-visual-block-title {
    padding-left: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  #section-main-visual .main-visual-block-title {
    padding-left: 15px;
  }
}
#section-main-visual .main-visual-block-title .b {
  font-size: 70px;
  color: #fff;
  line-height: 1.3;
  -webkit-text-stroke: 1px black;
}
@media screen and (max-width:1024px) {
  #section-main-visual .main-visual-block-title .b {
    font-size: 6.84vw;
  }
}
@media screen and (max-width:767px) {
  #section-main-visual .main-visual-block-title .b {
    font-size: 36px;
  }
}
@media screen and (max-width:767px) {
  #section-main-visual .main-visual-block-title .b {
    -webkit-text-stroke: 0px black;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
}
#section-main-visual .main-visual-block-title img {
  margin-top: 13px;
  height: auto;
  vertical-align: top;
  width: 521px;
}
@media screen and (max-width:1024px) {
  #section-main-visual .main-visual-block-title img {
    width: 50.88vw;
  }
}
@media screen and (max-width:767px) {
  #section-main-visual .main-visual-block-title img {
    width: 300px;
  }
}
#section-main-visual .main-visual-block-shadow {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 744px;
  background-color: #f29206;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: 0;
}
@media screen and (max-width:767px) {
  #section-main-visual .main-visual-block-shadow {
    aspect-ratio: 1/1;
  }
}
#section-main-visual .main-visual-block-shadow::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 744px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: 0;
}
@media screen and (max-width:767px) {
  #section-main-visual .main-visual-block-shadow::before {
    aspect-ratio: 1/1;
    top: -6px;
  }
}
#section-main-visual .main-visual-block {
  position: relative;
  width: auto;
  max-height: 744px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: 1;
}
#section-main-visual .main-visual-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}
#section-main-visual video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (max-width:767px) {
  #section-main-visual video {
    aspect-ratio: 4/4;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#section-message {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width:1366px) {
  #section-message {
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }
}
@media screen and (max-width:767px) {
  #section-message {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#section-message .message-block-text-title.m {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: #f29206;
  font-size: 40px;
  margin-top: 35px;
}
@media screen and (max-width:1024px) {
  #section-message .message-block-text-title.m {
    font-size: 3.91vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .message-block-text-title.m {
    font-size: 30px;
  }
}
@media screen and (max-width:1024px) {
  #section-message .message-block-text-title.m {
    margin-top: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .message-block-text-title.m {
    margin-top: 15px;
  }
}
#section-message .message-block-text.m {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
  #section-message .message-block-text.m {
    font-size: 2.54vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .message-block-text.m {
    font-size: 20px;
  }
}
#section-message .knowledge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
@media screen and (max-width:1024px) {
  #section-message .knowledge {
    margin-top: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge {
    margin-top: 15px;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
#section-message .knowledge-block-k,
#section-message .knowledge-block-w,
#section-message .knowledge-block-i {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 3px solid #000;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 0 0 #f29206;
          box-shadow: 6px 6px 0 0 #f29206;
  border-radius: 22px;
  max-width: 259px;
  padding: 10px 40px 10px 40px;
  margin: 0px 18px 0px 18px;
}
@media screen and (max-width:1024px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    border-radius: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    border-radius: 10px;
  }
}
@media screen and (max-width:1024px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    max-width: 25.29vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    max-width: 140px;
  }
}
@media screen and (max-width:1024px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    padding: 0.98vw 3.91vw 0.98vw 3.91vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    padding: 5px 20px 5px 20px;
  }
}
@media screen and (max-width:1024px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    margin: 0vw 1.76vw 0vw 1.76vw;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width:767px) {
  #section-message .knowledge-block-k,
  #section-message .knowledge-block-w,
  #section-message .knowledge-block-i {
    border-width: 2px;
    -webkit-box-shadow: 3px 3px 0 0 #f29206;
            box-shadow: 3px 3px 0 0 #f29206;
  }
}
#section-message .knowledge-block-k img,
#section-message .knowledge-block-w img,
#section-message .knowledge-block-i img {
  width: 100%;
  height: 100%;
}

#section-chieru {
  margin-top: 72px;
  margin-bottom: 78px;
}
@media screen and (max-width:1366px) {
  #section-chieru {
    margin-top: 5.27vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru {
    margin-top: 30px;
  }
}
@media screen and (max-width:1366px) {
  #section-chieru {
    margin-bottom: 5.71vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru {
    margin-bottom: 30px;
  }
}
#section-chieru .section-chieru-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  #section-chieru .section-chieru-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#section-chieru .section-chieru-block .section-chieru-center-block-h.r {
  font-size: 34px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:1024px) {
  #section-chieru .section-chieru-block .section-chieru-center-block-h.r {
    font-size: 3.32vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .section-chieru-block .section-chieru-center-block-h.r {
    font-size: 26px;
  }
}
#section-chieru .section-chieru-block .section-chieru-center-block-p.r {
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width:1024px) {
  #section-chieru .section-chieru-block .section-chieru-center-block-p.r {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .section-chieru-block .section-chieru-center-block-p.r {
    font-size: 15px;
  }
}
#section-chieru .section-chieru-center {
  max-width: 517px;
  width: 100%;
}
@media screen and (max-width:767px) {
  #section-chieru .section-chieru-center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 30px;
    max-width: initial;
  }
}
#section-chieru .section-chieru-center img {
  margin: 19px auto 76px;
  width: 80%;
  height: auto;
  display: block;
  margin-top: 19px;
  margin-bottom: 76px;
}
@media screen and (max-width:1366px) {
  #section-chieru .section-chieru-center img {
    margin-top: 1.39vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .section-chieru-center img {
    margin-top: 10px;
  }
}
@media screen and (max-width:1366px) {
  #section-chieru .section-chieru-center img {
    margin-bottom: 5.56vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .section-chieru-center img {
    margin-bottom: 30px;
  }
}
#section-chieru .chieru-circle {
  padding: 0px 30px 0px 30px;
}
@media screen and (max-width:1366px) {
  #section-chieru .chieru-circle {
    padding: 0vw 2.2vw 0vw 2.2vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .chieru-circle {
    padding: 0px 10px 0px 10px;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .chieru-circle:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #section-chieru .chieru-circle:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#section-chieru .chieru-circle .circle-big,
#section-chieru .chieru-circle .circle-small {
  position: relative;
  border-radius: 50%;
}
#section-chieru .chieru-circle .circle-big {
  aspect-ratio: 1/1;
  background-color: #ccc;
  width: 284px;
}
@media screen and (max-width:1366px) {
  #section-chieru .chieru-circle .circle-big {
    width: 20.79vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .chieru-circle .circle-big {
    width: 150px;
  }
}
#section-chieru .chieru-circle .circle-big.left {
  margin-left: 0;
  margin-right: auto;
}
#section-chieru .chieru-circle .circle-big.left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/chieru-ph-circular-a@2x.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#section-chieru .chieru-circle .circle-big.right {
  margin-left: auto;
  margin-right: 0;
}
#section-chieru .chieru-circle .circle-big.right::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/chieru-ph-circular-c@2x.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#section-chieru .chieru-circle .circle-small {
  aspect-ratio: 1/1;
  background-color: #ccc;
  margin-top: 5vw;
  width: 206px;
}
@media screen and (max-width:1366px) {
  #section-chieru .chieru-circle .circle-small {
    width: 15.08vw;
  }
}
@media screen and (max-width:767px) {
  #section-chieru .chieru-circle .circle-small {
    width: 100px;
  }
}
#section-chieru .chieru-circle .circle-small.left {
  margin-left: auto;
  margin-right: 0;
}
#section-chieru .chieru-circle .circle-small.left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/chieru-ph-circular-b@2x.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#section-chieru .chieru-circle .circle-small.right {
  margin-left: 0;
  margin-right: auto;
}
#section-chieru .chieru-circle .circle-small.right::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/chieru-ph-circular-d@2x.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.message-button-block {
  text-align: center;
}

.message-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  background: #89c43f;
  border-radius: 80px;
  color: #000000;
  padding: 1.5em 1em 1.5em 2em;
  width: 280px;
  max-height: 3.4em;
  text-align: center;
  border: 2px solid #000000;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 20px;
  color: #FFF;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:1024px) {
  .message-button {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .message-button {
    font-size: 18px;
  }
}
.message-button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.message-button > span {
  position: relative;
}
.message-button:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.message-button:hover .message-button-round {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.message-button .message-button-round {
  max-width: 1.75em;
  min-height: 1.75em;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../image/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 40%;
  cursor: pointer;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media screen and (max-width:767px) {
  #section-representative .re-text-block-right img {
    width: 90px !important;
    margin-top: 10px !important;
  }
  #section-representative {
    margin-bottom: 30px !important;
  }
  #section-representative .representative-block {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 150px 15px 0 15px;
  }
  .representative-block-card-greeting-a-ph,
  .representative-block-card-about-b-ph {
    position: absolute;
    width: 200px;
    top: -155px;
    z-index: -1;
  }
  .representative-block-card-greeting-a-ph {
    right: 0px;
  }
  .representative-block-card-about-b-ph {
    left: 0px;
  }
  .representative-block-card-about,
  .representative-block-card-greeting {
    background: #f29206;
    padding: 0 !important;
    width: 49%;
    padding: 15px !important;
    border-radius: 10px;
    position: relative;
  }
  .representative-block-card-about-text,
  .representative-block-card-about-b,
  .representative-block-card-greeting-text,
  .representative-block-card-greeting-a {
    max-width: initial !important;
    position: initial !important;
  }
  .representative-block-card-about-text-block,
  .representative-block-card-greeting-text-block {
    position: initial !important;
    padding: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    aspect-ratio: initial !important;
    background: none !important;
    max-width: initial !important;
    height: initial !important;
  }
  #section-representative .m {
    font-size: 16px !important;
  }
  #section-representative .r {
    font-size: 14px !important;
  }
  #section-representative h6 {
    font-size: 20px !important;
  }
  #section-representative .l-h.m,
  #section-representative .r-h.m {
    width: auto !important;
    height: 75px !important;
    max-width: initial !important;
    border-radius: 10px !important;
    margin: 15ppx 0 !important;
    padding: 10px;
    font-size: 13px !important;
    margin: 0 0 15px !important;
  }
  #section-representative .l-h.m br,
  #section-representative .r-h.m br {
    display: none;
  }
  #section-representative .representative-block-button-r,
  #section-representative .re-text-block .representative-block-button {
    position: initial !important;
  }
  .representative-block-button-round-r,
  .representative-block-button-round {
    min-height: initial !important;
    max-width: initial !important;
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    bottom: 10px;
    right: 10px;
    left: initial;
  }
}
#section-representative .re-text-block-right img {
  width: 141px;
}
@media screen and (max-width:1366px) {
  #section-representative .re-text-block-right img {
    width: 10.32vw;
    vertical-align: top;
  }
}

/*フォント*/
#section-representative .l-h.m,
#section-representative .r-h.m {
  line-height: 1.72;
  font-size: 18px;
}
@media screen and (max-width:1366px) {
  #section-representative .l-h.m,
  #section-representative .r-h.m {
    font-size: 1.32vw;
  }
}

/*囲み塗り　左*/
#section-representative .l-h.m {
  width: 100%;
  max-width: 120px;
  height: 110px;
  border-radius: 30px 30px 30px 0;
  margin-top: 35px;
  margin-bottom: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1366px) {
  #section-representative .l-h.m {
    max-width: 8.78vw;
    height: 8.05vw;
    border-radius: 2.2vw 2.2vw 2.2vw 0;
    margin-top: 2.56vw;
    margin-bottom: 2.93vw;
  }
}

/*囲み塗り 右*/
#section-representative .r-h.m {
  width: 100%;
  max-width: 120px;
  height: 110px;
  background: #000;
  border-radius: 30px 30px 30px 0;
  margin-top: 35px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1366px) {
  #section-representative .r-h.m {
    max-width: 8.78vw;
    height: 8.05vw;
    border-radius: 2.2vw 2.2vw 2.2vw 0;
    margin-top: 2.56vw;
    margin-bottom: 2.93vw;
  }
}

#section-representative .m {
  line-height: 1.8;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  font-size: 24px;
}
@media screen and (max-width:1366px) {
  #section-representative .m {
    font-size: 1.76vw;
  }
}

#section-representative .r {
  line-height: 1.7142857143;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width:1366px) {
  #section-representative .r {
    font-size: 1.02vw;
  }
}

#section-representative h6 {
  font-size: 20px;
}
@media screen and (max-width:1366px) {
  #section-representative h6 {
    font-size: 1.46vw;
  }
}

#section-representative {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 170px;
}
@media screen and (max-width:1366px) {
  #section-representative {
    margin-bottom: 12.45vw;
  }
}

/*全体　2列*/
#section-representative .representative-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=================================*/
/*=========== 左ブロック ===========*/
#section-representative .representative-block-card-greeting {
  padding-right: 140px;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-greeting {
    padding-right: 10.25vw;
  }
}

#section-representative .representative-block-card-greeting-a-ph img {
  position: relative;
  width: 100%;
  height: auto;
}

#section-representative .representative-block .representative-block-card-greeting-text {
  width: 100%;
  max-width: 541px;
  height: auto;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block .representative-block-card-greeting-text {
    max-width: 39.6vw;
  }
}

/*ボタン 位置*/
#section-representative .re-text-block {
  text-align: left;
  margin-top: 0%;
}

#section-representative .re-text-block .representative-block-button {
  position: relative;
  left: 80%;
  bottom: -50px;
}
@media screen and (max-width:1366px) {
  #section-representative .re-text-block .representative-block-button {
    bottom: -3.66vw;
  }
}

/*カード　位置*/
#section-representative .representative-block .representative-block-card-greeting-a {
  position: relative;
  width: 100%;
  max-width: 541px;
  height: auto;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block .representative-block-card-greeting-a {
    max-width: 39.6vw;
  }
}

/*カード 位置*/
#section-representative .representative-block .representative-block-card-greeting-text-block {
  position: absolute;
  top: 44%;
  right: 0%;
  -webkit-transform: translateX(35%);
          transform: translateX(35%);
  text-align: right;
  padding-right: 20px;
  padding-left: 51px;
  z-index: 1;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block .representative-block-card-greeting-text-block {
    padding-right: 1.46vw;
    padding-left: 3.73vw;
  }
}

/*カード*/
#section-representative .representative-block-card-greeting-text-block {
  position: relative;
  top: 45px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-greeting-text-block {
    top: 3.29vw;
  }
}

/* カード　ph */
#section-representative .representative-block-card-greeting-text-block {
  position: absolute;
  width: 100%;
  max-width: 350px;
  height: 423px;
  aspect-ratio: 350/423;
  background-image: url("../image/solar-item-left-block.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-greeting-text-block {
    max-width: 25.62vw;
    height: 30.97vw;
  }
}

/*============ ボタン =========*/
/* 丸い矢印ボタン */
#section-representative .representative-block-card-greeting-text-block .representative-block-button-round {
  max-width: 35px;
  min-height: 35px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-greeting-text-block .representative-block-button-round {
    max-width: 2.56vw;
    min-height: 2.56vw;
  }
}

/* ボタン_ホバー*/
#section-representative .representative-block-card-greeting-text-block .representative-block-button-round:hover {
  background-color: #ffd19d;
}

/* ボタン_ホバー*/
#section-representative .representative-block-card-greeting-text-block .representative-block-button-round:hover {
  color: #fff;
}

/*ボタン_ゆっくり光る*/
#section-representative .representative-block-card-greeting-text-block .representative-block-button,
#section-representative .representative-block-card-greeting-text-block .representative-block-button-round {
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*　中 > マーク 　*/
#section-representative .representative-block-card-greeting-text-block .representative-block-button-round {
  background-image: url("../image/arrow-ff8906.svg");
  background-repeat: no-repeat;
  /*  繰り返し防止 */
  background-position: center;
  /*  中央配置 */
  background-size: contain;
  background-size: 40% 40%;
}

/*　中 > マーク 　ホバー　*/
#section-representative .representative-block-card-greeting-text-block .representative-block-button-round:hover {
  background-image: url("../image/arrow-fff.svg");
}

/*=========== 左ブロック ===========*/
/*=================================*/
/*=================================*/
/*=========== 右ブロック ===========*/
#section-representative .representative-block-card-about {
  padding-left: 140px;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-about {
    padding-left: 10.25vw;
  }
}

#section-representative .representative-block-card-about-b-ph img {
  position: relative;
  width: 100%;
  height: auto;
}

#section-representative .representative-block-card-about-text {
  width: 100%;
  max-width: 541px;
  height: auto;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-about-text {
    max-width: 39.6vw;
  }
}

/*ボタン 位置*/
#section-representative .re-text-block-right {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width:1366px) {
  #section-representative .re-text-block-right {
    margin-top: 0.73vw;
  }
}

#section-representative .representative-block-button-r {
  position: relative;
  left: 90%;
  bottom: -39px;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-button-r {
    bottom: -2.86vw;
  }
}

/*カード　位置 太陽*/
#section-representative .representative-block-card-about-b {
  position: relative;
  width: 100%;
  max-width: 541px;
  height: auto;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-about-b {
    max-width: 39.6vw;
  }
}

/*カード 位置*/
#section-representative .representative-block-card-about-text-block {
  position: absolute;
  top: 44% !important;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  text-align: left;
  padding-right: 51px;
  padding-left: 20px;
  z-index: 1;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-about-text-block {
    padding-right: 3.73vw;
    padding-left: 1.46vw;
  }
}

/*カード*/
#section-representative .representative-block-card-about-text-block {
  position: relative;
  top: 45px;
  overflow: hidden;
  z-index: 2;
}

/* カード　ph */
#section-representative .representative-block-card-about-text-block {
  position: absolute;
  width: 100%;
  max-width: 350px;
  height: 423px;
  aspect-ratio: 350/423;
  background-image: url("../image/solar-item-right-block.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-about-text-block {
    max-width: 25.62vw;
    height: 30.97vw;
  }
}

/*============ ボタン =========*/
/* 丸い矢印ボタン */
#section-representative .representative-block-card-about-text-block .representative-block-button-round-r {
  max-width: 35px;
  min-height: 35px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1366px) {
  #section-representative .representative-block-card-about-text-block .representative-block-button-round-r {
    max-width: 2.56vw;
    min-height: 2.56vw;
  }
}

/* ボタン_ホバー*/
#section-representative .representative-block-card-about-text-block .representative-block-button-round-r:hover {
  background-color: #ffd19d;
}

/* ボタン_ホバー*/
#section-representative .representative-block-card-about-text-block .representative-block-button-round-r:hover {
  color: #fff;
}

/*ボタン_ゆっくり光る*/
#section-representative .representative-block-card-about-text-block .representative-block-button-r,
#section-representative .representative-block-card-about-text-block .representative-block-button-round-r {
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*　中 > マーク 　*/
#section-representative .representative-block-button-round-r {
  background-image: url("../image/arrow-ff8906.svg");
  background-repeat: no-repeat;
  /*  繰り返し防止 */
  background-position: center;
  /*  中央配置 */
  background-size: contain;
  background-size: 40% 40%;
}

/*　中 > マーク 　ホバー　*/
#section-representative .representative-block-button-round-r:hover {
  background-image: url("../image/arrow-fff.svg");
}

/*=========== 右ブロック ===========*/
/*=================================*/
.gather-title > img {
  width: 274px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width:1024px) {
  .gather-title > img {
    width: 26.76vw;
  }
}
@media screen and (max-width:767px) {
  .gather-title > img {
    width: 160px;
  }
}

/*フォント*/
/*タイトル*/
#section-gather .gather-title .m {
  margin-top: 15px;
  font-size: 60px;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  #section-gather .gather-title .m {
    font-size: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-title .m {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-title .m {
    padding: 0 15px;
  }
}

/*サブタイトル*/
#section-gather .gather-title .r {
  margin-top: 30px;
  font-size: 28px;
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
  #section-gather .gather-title .r {
    margin-top: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-title .r {
    margin-top: 15px;
  }
}
@media screen and (max-width:1024px) {
  #section-gather .gather-title .r {
    font-size: 2.73vw;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-title .r {
    font-size: 22px;
  }
}

#section-gather {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

/*知を集めて　タイトル*/
#section-gather .gather-title {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 22px;
  margin-bottom: 835px;
}
@media screen and (max-width:1024px) {
  #section-gather .gather-title {
    margin-top: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-title {
    margin-top: 15px;
  }
}
@media screen and (max-width:1024px) {
  #section-gather .gather-title {
    margin-bottom: 81.54vw;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-title {
    margin-bottom: 200px;
  }
}

/*吹き出し写真*/
#section-gather .gather-speech-bubble {
  text-align: center;
}

#section-gather .gather-speech-bubble {
  position: relative;
  z-index: 0;
}

#section-gather .gather-speech-bubble img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  max-width: none;
  z-index: 0;
  max-width: 2346px;
}
@media screen and (max-width:1024px) {
  #section-gather .gather-speech-bubble img {
    max-width: 229.1vw;
  }
}
@media screen and (max-width:767px) {
  #section-gather .gather-speech-bubble img {
    max-width: 800px;
  }
}

/* 職種紹介 */
/*フォント*/
#job {
  width: 100%;
  height: auto;
  background-color: #f1f8e8;
  padding-top: 156px;
}

#job .job-job-logo {
  position: relative;
  text-align: center;
  margin-bottom: 27px;
  z-index: 2;
}

/*2列×2列*/
/* タブレット: 768px〜px */
/*（モバイル）: 〜767px */
/*=============================================*/
/* 制度&環境 */
.system-Selection-block-text a h4 {
  position: relative;
  overflow: hidden;
}
.system-Selection-block-text a h4::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #89c43f;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0.4;
}
.system-Selection-block-text a h4 .system-Selection-button {
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.system-Selection-block-text a:hover h4::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.system-Selection-block-text a:hover h4 .system-Selection-button {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*フォント*/
#system-Selection .m {
  font-size: 22px;
  color: #000;
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1024px) {
  #system-Selection .m {
    font-size: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .m {
    font-size: 18px;
  }
}

/*塗　囲み*/
#system-Selection .m {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  border: 2px solid #89c43f;
  padding: 12px 25px 12px 25px;
}
@media screen and (max-width:1024px) {
  #system-Selection .m {
    padding: 1.17vw 2.44vw 1.17vw 2.44vw;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .m {
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .m {
    border-width: 1px;
  }
}

#system-Selection .r {
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  #system-Selection .r {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .r {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .r {
    padding-top: 10px;
  }
}

#system .system-block .m {
  font-size: 18px;
  color: #FFF;
  line-height: 1.8;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width:1024px) {
  #system .system-block .m {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-block .m {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  #system .system-block .m {
    margin-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-block .m {
    margin-top: 30px;
  }
}

#system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width:767px) {
  #system {
    display: block;
  }
}

#system {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
}
@media screen and (max-width:1024px) {
  #system {
    margin-top: 6.64vw;
  }
}
@media screen and (max-width:767px) {
  #system {
    margin-top: 50px;
  }
}

#system .system-block {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 700px;
  padding-left: 130px;
  padding-right: 130px;
}
@media screen and (max-width:1366px) {
  #system .system-block {
    max-width: 51.24vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-block {
    max-width: 737px;
  }
}
@media screen and (max-width:1366px) {
  #system .system-block {
    padding-left: 9.52vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-block {
    padding-left: 30px;
  }
}
@media screen and (max-width:1366px) {
  #system .system-block {
    padding-right: 9.52vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-block {
    padding-right: 30px;
  }
}
@media screen and (max-width:767px) {
  #system .system-block {
    margin-right: 15px;
    width: auto;
  }
}

/*背景画像*/
/* ★ 背景用（左カラム全体に広がる） */
.system-block::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../image/A7R08718.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 0;
  border-radius: 0 30px 0 0;
}
@media screen and (max-width:1024px) {
  .system-block::before {
    border-radius: 0 2.93vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .system-block::before {
    border-radius: 0 15px 15px 0;
  }
}

/* ★ 背景色オーバーレイ */
.system-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 0 30px 0 0;
}
@media screen and (max-width:1024px) {
  .system-block::after {
    border-radius: 0 2.93vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .system-block::after {
    border-radius: 0 15px 15px 0;
  }
}

/*位置*/
#system .system-block-logotext {
  position: relative;
  text-align: center;
  z-index: 3;
  padding-top: 100px;
}
@media screen and (max-width:1366px) {
  #system .system-block-logotext {
    padding-top: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-block-logotext {
    padding-top: 50px;
  }
}
@media screen and (max-width:767px) {
  #system .system-block-logotext {
    padding-bottom: 50px;
  }
}

/*（モバイル）: 〜375px */
/*========================================================================*/
/*右側　流れ*/
#system .system-Selection-block {
  width: 100%;
  max-width: 708px;
}

#system .system-Selection-block {
  padding-top: 65px;
  padding-left: 65px;
  padding-right: 100px;
  padding-bottom: 65px;
}
@media screen and (max-width:1366px) {
  #system .system-Selection-block {
    padding-top: 4.76vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-Selection-block {
    padding-top: 30px;
  }
}
@media screen and (max-width:1366px) {
  #system .system-Selection-block {
    padding-left: 4.76vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-Selection-block {
    padding-left: 15px;
  }
}
@media screen and (max-width:1366px) {
  #system .system-Selection-block {
    padding-right: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-Selection-block {
    padding-right: 15px;
  }
}
@media screen and (max-width:1366px) {
  #system .system-Selection-block {
    padding-bottom: 4.76vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-Selection-block {
    padding-bottom: 30px;
  }
}

#system .system-Selection-block-text {
  margin-bottom: 35px;
}
@media screen and (max-width:1366px) {
  #system .system-Selection-block-text {
    margin-bottom: 2.56vw;
  }
}
@media screen and (max-width:767px) {
  #system .system-Selection-block-text {
    margin-bottom: 30px;
  }
}

/*========================================================================*/
/*流れ質問　丸い矢印ボタン　*/
#system-Selection .system-Selection-button {
  background-color: #fff;
  border: 2px solid #89c43f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  /* 右寄せ */
  margin-right: 0;
  margin-top: auto;
  width: 35px;
  height: 35px;
}
@media screen and (max-width:1024px) {
  #system-Selection .system-Selection-button {
    width: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .system-Selection-button {
    width: 25px;
  }
}
@media screen and (max-width:1024px) {
  #system-Selection .system-Selection-button {
    height: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  #system-Selection .system-Selection-button {
    height: 25px;
  }
}
#system-Selection .system-Selection-button svg {
  width: 40%;
  height: auto;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-size: 16px;
  line-height: 1.6;
  font-family: source-han-sans-japanese, "UD新ゴ R", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #FFF;
}

#main {
  overflow-x: clip;
  width: 100%;
}
.single-about #main, .post-type-interview #main, .post-type-cross-talk #main, .post-type-job #main {
  padding-top: 84px;
}
@media screen and (max-width:767px) {
  .single-about #main, .post-type-interview #main, .post-type-cross-talk #main, .post-type-job #main {
    padding-top: 62px;
  }
}

.splide__pagination__page {
  border-radius: 19px;
  background: #FFF;
  border: 2px solid #000;
  margin: 6px;
  width: 49px;
  height: 19px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1366px) {
  .splide__pagination__page {
    width: 3.59vw;
  }
}
@media screen and (max-width:767px) {
  .splide__pagination__page {
    width: 15px;
  }
}
@media screen and (max-width:1366px) {
  .splide__pagination__page {
    height: 1.39vw;
  }
}
@media screen and (max-width:767px) {
  .splide__pagination__page {
    height: 15px;
  }
}
@media screen and (max-width:767px) {
  .splide__pagination__page {
    border-radius: 50%;
    border-width: 1px;
  }
}
.splide__pagination__page.is-active {
  background: #89c43f;
}
.splide__pagination__page:hover {
  background-color: #000;
}

#job {
  padding-bottom: 0;
}

#section-main-visual-dd .main-visual-block-shadow-w::before {
  background: rgba(0, 0, 0, 0.4);
}

#section-main-visual-dd .main-visual-block-shadow::before {
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:767px) {
  #section-main-visual-dd .main-visual-block-title .b {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width:767px) {
  .cor-logo-text__block .db {
    text-align: center;
  }
}

.cor-logo-text__block .r {
  line-height: 2.8;
}
@media screen and (max-width:767px) {
  .cor-logo-text__block .r {
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  #cor-logo-text {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .cor-logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .message.com-in {
    margin-top: 50px;
  }
}

/*追加分*/
.about-nav {
  background: #F8F8F8;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .about-nav {
    margin-top: 30px;
  }
}
.about-nav__group {
  padding: 100px 50px;
  max-width: 1366px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:767px) {
  .about-nav__group {
    padding: 30px 15px 20px 15px;
  }
}
@media screen and (max-width:767px) {
  .about-nav__group {
    display: block;
  }
}
.about-nav__btn {
  display: block;
  width: 30%;
  border-radius: 15px;
  padding: 0px;
  text-align: left;
  border: 2px solid #000;
  padding: 30px 30px 150px 30px;
  background: #89c43f;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  color: #FFF;
  position: relative;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .about-nav__btn {
    font-size: 2.73vw;
  }
}
@media screen and (max-width:767px) {
  .about-nav__btn {
    font-size: 20px;
  }
}
.about-nav__btn i {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.about-nav__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 13px;
}
@media screen and (max-width:767px) {
  .about-nav__btn::before {
    border-radius: 8px;
  }
}
.about-nav__btn:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.about-nav__btn:hover .about-nav__arrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width:767px) {
  .about-nav__btn {
    width: auto;
    padding: 20px 20px 100px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.about-nav__btn:last-child {
  background: #f29206;
}
.about-nav__btn:last-child .about-nav__arrow {
  background-image: url("../image/arrow-ff8906.svg");
}
.about-nav__arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("../image/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 40%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:767px) {
  .about-nav__arrow {
    width: 30px;
    height: 30px;
  }
}

/*会社概要*/
#table__com-ov {
  padding: 0 50px 100px 50px;
}
@media screen and (max-width:767px) {
  #table__com-ov {
    padding: 0 15px 50px 15px;
  }
}

.table__com-ov-box {
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
}

.p-table th,
.p-table td {
  vertical-align: top;
  padding: 1.25em;
  border-top: 1px solid #f29206;
  border-bottom: 1px solid #f29206;
}
@media screen and (max-width:767px) {
  .p-table th,
  .p-table td {
    padding: 0.5em 0;
    display: block;
  }
}
.p-table th a,
.p-table td a {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
  color: #000;
}

@media screen and (max-width:767px) {
  .p-table th {
    border-bottom: 1px dashed #f29206;
  }
}

@media screen and (max-width:767px) {
  .p-table td {
    border-top: none;
  }
}

.p-table th:first-child {
  width: 30%;
  /* 調整：20%〜30%程度 一般的 */
}
@media screen and (max-width:767px) {
  .p-table th:first-child {
    width: auto;
  }
}

.p-table.roundBox10.wordBreakWord {
  border-collapse: collapse;
  width: 100%;
  border-top: 3px solid #FFA036;
  border-bottom: 3px solid #FFA036;
  border-left: none;
  border-right: none;
}

.p-table-officers-data.--pa_o {
  padding: 0 20px 0 0;
  border-top: 0px solid #FFC480;
  border-bottom: 0px solid #FFC480;
}

.p-table-officers-data.--pa_oo {
  padding: 15px 0 0 0;
  border-top: 0px solid #FFC480;
  border-bottom: 0px solid #FFC480;
}

.p-table-officers-data.--pa_ooo {
  padding: 40px 0 0 0;
  border-top: 0px solid #FFC480;
  border-bottom: 0px solid #FFC480;
}

.--top-h {
  margin-top: 30px;
}

th .m-table-switch.is-active[data-language=ja] {
  font-family: "UD新ゴ M";
}

.--top-h {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .--top-h {
    font-size: 12px;
  }
}

.p-table.roundBox10.wordBreakWord,
.m-table-switch[data-language=ja] {
  font-family: "UD新ゴ R";
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .p-table.roundBox10.wordBreakWord,
  .m-table-switch[data-language=ja] {
    font-size: 13px;
  }
}

th .m-table-switch[data-language=en] {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.m-table-switch[data-language=en] {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  color: #A2A2A2;
}
@media screen and (max-width:1024px) {
  .m-table-switch[data-language=en] {
    font-size: 1.27vw;
  }
}
@media screen and (max-width:767px) {
  .m-table-switch[data-language=en] {
    font-size: 11px;
  }
}

.m-table-data.p-table-data.p-table-data-business p {
  margin-bottom: 25px;
}

.m-table-row .p-table-data-address.icnArrow {
  margin-bottom: 25px;
}

.m-table-googleMap {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.m-table-googleMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*制度・環境*/
@media screen and (max-width:767px) {
  #flow {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .__botttttttt {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width:767px) {
  .flow__boxblock {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  .In-sys__black-box .db {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .flow__recr .b {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {
  #sys-tre {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .flow__recrbox.--2b,
  .flow__recrbox {
    padding: 30px;
    height: auto;
    min-height: initial;
    border-radius: 15px;
  }
}

@media screen and (max-width:767px) {
  .__display-fas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px !important;
    gap: 10px;
  }
  .__display-fas > * {
    width: 48%;
  }
  .__display-fas > * a {
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
}

.message-button-ro {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.job-job-logo {
  margin-bottom: 80px;
}

.message-but {
  border: 2px solid #000;
}

.flow__recrbox.--2b {
  border: 2px solid #000;
}

.flow__recrbox {
  border: 2px solid #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flow__boxblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.__display-fas {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flow__recr {
  margin-bottom: 20px;
  padding: 0.5em 0;
  background: none;
  position: relative;
}
.flow__recr::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f29206;
  top: 0;
  right: 0;
  border-radius: 5em;
}
.flow__recr h4 {
  position: relative;
}

.flow__recr.--2b {
  margin-bottom: 20px;
  background: none;
}
.flow__recr.--2b::before {
  background: #89c43f;
  left: 0;
  right: initial;
}

.com-colourbox-x {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 49px auto 80px auto;
  padding: 4.875em 4.0625em;
  margin-top: 1.4375em;
  background-color: #f1f8e8;
  border: 3px solid #89c43f;
  border-radius: 24px;
}

.message-but:hover {
  background: #E4F5BE;
  color: #89c43f;
  border: 2px solid #89c43f;
  /* 線を追加 */
}

.message-but.---o:hover {
  background: #f5dfbe;
  color: #f29206;
  border: 2px solid #f29206;
  /* 線を追加 */
}

/*メッセージ*/
@media screen and (max-width:767px) {
  .representative {
    padding: 0 15px;
    margin: 20px 0;
  }
}

@media screen and (max-width:767px) {
  .representative h2 {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {
  .ceo-title {
    margin-top: 0;
    padding: 15px;
  }
}

@media screen and (max-width:767px) {
  .ceo-title span {
    padding: 15px 0;
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .greeting-block_center span {
    margin: 0 auto !important;
  }
}

@media screen and (max-width:767px) {
  .figure {
    padding: 0 15px;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .greeting .greeting-block_cen {
    margin: 15px 0 30px 0;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .greeting {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .greeting-block_text .m {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .greeting .greeting-block_text > * {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .greeting-block_center {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .greeting-block_center img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width:767px) {
  .greeting .greeting-block {
    display: block;
  }
}

.greeting .greeting-block_text {
  line-height: 2.4;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
}

.greeting-block_text .m.-t-right {
  line-height: 1.6;
  margin-top: 60px;
}

body .greeting .greeting-block_cen .l {
  font-family: futura-pt, sans-serif !important;
  font-size: 20px;
}
@media screen and (max-width:1024px) {
  body .greeting .greeting-block_cen .l {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  body .greeting .greeting-block_cen .l {
    font-size: 18px;
  }
}

/*CHIeruとは*/
@media screen and (max-width:767px) {
  .custom-shape {
    height: 60px;
  }
}

@media screen and (max-width:767px) {
  .-circle-co {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px) {
  .cu-sh-bl-box {
    padding: 20px 0;
  }
}

@media screen and (max-width:767px) {
  .com-box {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .__display-f {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .com-oran-box {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .com-box .com-block h3 {
    margin: 0px 0;
  }
}

@media screen and (max-width:767px) {
  .job-job-logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .__bott {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .com-colourbox {
    padding: 15px;
  }
}

@media screen and (max-width:767px) {
  .col-bloc_boxblock.__display-fa {
    gap: 10px;
    text-align: center !important;
  }
}

@media screen and (max-width:767px) {
  .col-bloc_boxblock.__display-fa .col-block.-colw__id {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center !important;
  }
}

@media screen and (max-width:767px) {
  .com-colourbox .col-block-txt-box span h3 {
    padding: 5px 0;
  }
}

@media screen and (max-width:767px) {
  .__m-toppppe {
    margin-top: 50px;
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .__display-fas {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  .col-bloc_boxblock-se {
    gap: 15px;
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .col-block {
    margin: auto !important;
  }
}

@media screen and (max-width:767px) {
  .col-bloc_boxblock-s.--hw {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .-t_b-col,
  .-t_b-co,
  .-t_b-c {
    margin: 0px 0;
  }
}

@media screen and (max-width:767px) {
  .shbl-box-fff img {
    vertical-align: bottom;
  }
}

.cus-sh-block {
  padding: 0;
}

.custom-shape-block {
  padding: 0 50px;
  background: #FFF;
}
@media screen and (max-width:767px) {
  .custom-shape-block {
    padding: 0 15px;
  }
}

.cu-sh-bl-box {
  max-width: 936px;
  margin: auto;
  border: none;
  background: none;
}

.message-button-bot {
  border-width: 2px !important;
}
.message-button-bot .message-button-round {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.com-oran-box-text .oran-box-text p {
  line-height: 1.8;
}

.com-oran-box span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 20px;
  margin-top: 40px;
  margin-bottom: 18px;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
}

.-t_b-colo {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  background: none;
  padding-top: 0;
  border-right: 2px solid #000;
  border-radius: 0;
  min-height: 100%;
}
@media screen and (max-width:1024px) {
  .-t_b-colo {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .-t_b-colo {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .-t_b-colo {
    border-bottom: 2px solid #000;
    border-right: none;
    margin-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
  }
  .-t_b-colo p {
    padding-top: 10px;
  }
  .-t_b-colo br {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .cu-sh-bl-box .sh-bl-box-s .db {
    margin: 0 auto 20px auto;
  }
}

.shbl-box-fff p {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .shbl-box-fff p {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .shbl-box-fff p {
    font-size: 20px;
  }
}

.check-list {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  margin-left: 1.5em;
}
@media screen and (max-width:1024px) {
  .check-list {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .check-list {
    font-size: 18px;
  }
}
.check-list li {
  padding-left: 2.6em;
  position: relative;
}
.check-list li:not(:last-child) {
  padding-bottom: 0.5em;
}
.check-list li::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  background-color: #FFF;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.848" height="14.378" viewBox="0 0 20.848 14.378"><path d="M8.267,14.378,0,6.111,1.677,4.433l6.59,6.47L19.171,0l1.677,1.677Z" fill="%23ff8906"/></svg>');
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: center;
}

.heading-en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 0.74;
  text-align: center;
  color: #f29206;
  position: relative;
  padding-top: 1.345em;
}
@media screen and (max-width:1024px) {
  .heading-en {
    font-size: 3.13vw;
  }
}
@media screen and (max-width:767px) {
  .heading-en {
    font-size: 26px;
  }
}
.heading-en.-ja {
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  font-size: 80px;
}
@media screen and (max-width:1024px) {
  .heading-en.-ja {
    font-size: 7.81vw;
  }
}
@media screen and (max-width:767px) {
  .heading-en.-ja {
    font-size: 40px;
  }
}
.heading-en.-ja .heading-en__inner::before {
  height: 5px;
  bottom: -0.1em;
}
.heading-en.-ja .heading-en__highlight::before {
  content: "";
  position: absolute;
  width: 1.81em;
  height: 1.69em;
  right: 0.4em;
  top: -1.2em;
}
.heading-en.-tal {
  text-align: left;
}
.heading-en.-l {
  font-size: 50px;
}
@media screen and (max-width:1024px) {
  .heading-en.-l {
    font-size: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .heading-en.-l {
    font-size: 30px;
  }
}
.heading-en.-sl {
  font-size: 60px;
}
@media screen and (max-width:1024px) {
  .heading-en.-sl {
    font-size: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .heading-en.-sl {
    font-size: 36px;
  }
}
.heading-en.-sl .heading-en__inner::before {
  height: 4px;
}
.heading-en.-xl {
  font-size: 98px;
}
@media screen and (max-width:1024px) {
  .heading-en.-xl {
    font-size: 9.57vw;
  }
}
@media screen and (max-width:767px) {
  .heading-en.-xl {
    font-size: 52px;
  }
}
.heading-en.-xl .heading-en__inner::before {
  height: 5px;
}
.heading-en__inner {
  position: relative;
  padding: 0 1em;
  display: inline-block;
}
.heading-en__inner::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f29206;
  border-radius: 2em;
}
.heading-en__highlight {
  color: #89c43f;
  position: relative;
  z-index: 1;
}
.heading-en__highlight::before {
  content: "";
  position: absolute;
  width: 1.81em;
  height: 1.69em;
  right: 0;
  top: -1em;
  background: url(../image/decoration-item.svg) center center;
  background-size: contain;
}

.heading-sub {
  display: inline-block;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  background: #FFF;
  border-radius: 8px;
  padding: 24px 80px 24px 80px;
}
@media screen and (max-width:1024px) {
  .heading-sub {
    font-size: 2.73vw;
  }
}
@media screen and (max-width:767px) {
  .heading-sub {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) {
  .heading-sub {
    padding: 2.34vw 7.81vw 2.34vw 7.81vw;
  }
}
@media screen and (max-width:767px) {
  .heading-sub {
    padding: 20px 60px 20px 60px;
  }
}
@media screen and (max-width:767px) {
  .heading-sub {
    border-radius: 6px;
  }
}
.heading-sub .frame1 {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-left: 5px solid #89c43f;
  border-top: 5px solid #89c43f;
  border-radius: 12px 0 0 0;
  left: -5px;
  top: -5px;
}
@media screen and (max-width:767px) {
  .heading-sub .frame1 {
    border-width: 3px;
    border-radius: 8px 0 0 0;
    left: -3px;
    top: -3px;
  }
}
.heading-sub .frame1::before, .heading-sub .frame1::after {
  background: #89c43f;
}
.heading-sub .frame1::before {
  top: -5px;
  right: -2.5px;
}
@media screen and (max-width:767px) {
  .heading-sub .frame1::before {
    top: -3px;
    right: -1.5px;
  }
}
.heading-sub .frame1::after {
  left: -5px;
  bottom: -2.5px;
}
@media screen and (max-width:767px) {
  .heading-sub .frame1::after {
    left: -3px;
    bottom: -1.5px;
  }
}
.heading-sub .frame2 {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-right: 5px solid #f29206;
  border-bottom: 5px solid #f29206;
  border-radius: 0 0 12px 0;
  right: -5px;
  bottom: -5px;
}
@media screen and (max-width:767px) {
  .heading-sub .frame2 {
    border-radius: 0 0 8px 0;
    border-width: 3px;
    right: -3px;
    bottom: -3px;
  }
}
.heading-sub .frame2::before, .heading-sub .frame2::after {
  background: #f29206;
}
.heading-sub .frame2::before {
  top: -2.5px;
  right: -5px;
}
@media screen and (max-width:767px) {
  .heading-sub .frame2::before {
    top: -1.5px;
    right: -3px;
  }
}
.heading-sub .frame2::after {
  left: -2.5px;
  bottom: -5px;
}
@media screen and (max-width:767px) {
  .heading-sub .frame2::after {
    left: -1.5px;
    bottom: -3px;
  }
}
.heading-sub .frame1::before, .heading-sub .frame1::after,
.heading-sub .frame2::before,
.heading-sub .frame2::after {
  content: "";
  border-radius: 50px;
  width: 5px;
  height: 5px;
  position: absolute;
}
@media screen and (max-width:767px) {
  .heading-sub .frame1::before, .heading-sub .frame1::after,
  .heading-sub .frame2::before,
  .heading-sub .frame2::after {
    width: 3px;
    height: 3px;
  }
}

.post-type-interview .heading-en__highlight::before {
  background: url(../image/decoration-item-blue.svg) center center;
  background-size: contain;
}
.post-type-interview .heading-en__highlight {
  color: #3d9ac1;
}
.post-type-interview .page-interview {
  background: #e2f5f8;
}

.post-type-cross-talk #section-interview .heading-en__highlight {
  color: #89c43f;
}
.post-type-cross-talk #section-interview .heading-en__highlight::before {
  background: url(../image/decoration-item.svg) center center;
  background-size: contain;
}
.post-type-cross-talk #section-interview {
  background-color: #f1f8e8;
}
.post-type-cross-talk .splide__pagination__page.is-active {
  background-color: #89c43f !important;
}
.post-type-cross-talk .slider-btn {
  background-color: #89c43f;
}
.post-type-cross-talk .card-profile {
  -webkit-box-shadow: 6px 6px 0 #89c43f;
          box-shadow: 6px 6px 0 #89c43f;
}
@media screen and (max-width:767px) {
  .post-type-cross-talk .card-profile {
    -webkit-box-shadow: 3px 3px 0 #89c43f;
            box-shadow: 3px 3px 0 #89c43f;
  }
}

#section-interview {
  background-color: #e2f5f8;
}
#section-interview .heading-en__highlight::before {
  background: url(../image/decoration-item-blue.svg) center center;
  background-size: contain;
}
#section-interview .heading-en__highlight {
  color: #3d9ac1;
}
#section-interview .splide__pagination__page.is-active {
  background: #3d9ac1;
}

.post-type-interview #section-interview .interview-block-title .text-color {
  color: #3d9ac1 !important;
}

.key-dir-h {
  width: 286px;
  aspect-ratio: 286/104;
  position: relative;
}
.key-dir-h img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.key-dir-h > * {
  position: absolute;
}
.key-dir-h .-k {
  left: 0;
  bottom: 4.81%;
  width: 56.64%;
}
.key-dir-h .-x {
  top: 0px;
  right: 31.12%;
  z-index: 1;
  width: 15.73%;
}
.key-dir-h .-c {
  right: 0;
  top: 0;
  width: 35.66%;
}

#section-interview {
  padding-top: 140px;
  padding-bottom: 128px;
  text-align: center;
  width: 100%;
  pointer-events: initial;
  height: auto;
  -webkit-clip-path: polygon(0 0%, 50% 5%, 100% 0%, 100% 90%, 50% 95%, 0 90%);
          clip-path: polygon(0 0%, 50% 5%, 100% 0%, 100% 90%, 50% 95%, 0 90%);
}
@media screen and (max-width:1024px) {
  #section-interview {
    padding-top: 13.67vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width:767px) {
  #section-interview {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

#section-cross-talk .section-cross-talk-title .m,
#section-interview .interview-block-title p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "UD新ゴ M";
}
@media screen and (max-width:1024px) {
  #section-cross-talk .section-cross-talk-title .m,
  #section-interview .interview-block-title p {
    margin-top: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  #section-cross-talk .section-cross-talk-title .m,
  #section-interview .interview-block-title p {
    margin-top: 15px;
  }
}
@media screen and (max-width:1024px) {
  #section-cross-talk .section-cross-talk-title .m,
  #section-interview .interview-block-title p {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  #section-cross-talk .section-cross-talk-title .m,
  #section-interview .interview-block-title p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  #section-cross-talk .section-cross-talk-title .m,
  #section-interview .interview-block-title p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main .slider-interview {
  width: 100%;
  position: relative;
  overflow: visible;
  padding-top: 50px;
}
@media screen and (max-width:1024px) {
  #main .slider-interview {
    padding-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  #main .slider-interview {
    padding-top: 20px;
  }
}
#main .slider-interview.-slider-cross-talk .slider-interview__slide {
  width: 390px;
}
@media screen and (max-width:1024px) {
  #main .slider-interview.-slider-cross-talk .slider-interview__slide {
    width: 38.09vw;
  }
}
@media screen and (max-width:767px) {
  #main .slider-interview.-slider-cross-talk .slider-interview__slide {
    width: 340px;
  }
}
#main .slider-interview__track {
  overflow: visible;
}
#main .slider-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .slider-interview__slide {
  width: 390px;
  padding: 0px 25px 0px 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:1024px) {
  #main .slider-interview__slide {
    width: 38.09vw;
  }
}
@media screen and (max-width:767px) {
  #main .slider-interview__slide {
    width: 260px;
  }
}
@media screen and (max-width:1024px) {
  #main .slider-interview__slide {
    padding: 0vw 2.44vw 0vw 2.44vw;
  }
}
@media screen and (max-width:767px) {
  #main .slider-interview__slide {
    padding: 0px 10px 0px 10px;
  }
}
#main .slider-interview__slide .card-interview {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .slider-interview__slide .card-interview .card-interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#main .slider-interview__slide .card-talk-s {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .slider-interview__slide .card-talk-s .card-talk-s__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#main .slider-interview__slide .card-talk-s .card-talk-s__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .slider-interview__slide .card-talk-s .card-talk-s__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 26px;
}
@media screen and (max-width:1024px) {
  #main .slider-interview__slide .card-talk-s .card-talk-s__title {
    font-size: 2.54vw;
  }
}
@media screen and (max-width:767px) {
  #main .slider-interview__slide .card-talk-s .card-talk-s__title {
    font-size: 20px;
  }
}

.list-interview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 50px;
  padding-right: 50px;
  gap: 44px;
}
@media screen and (max-width:1366px) {
  .list-interview {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .list-interview {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width:1024px) {
  .list-interview {
    gap: 4.3vw;
  }
}
@media screen and (max-width:767px) {
  .list-interview {
    gap: 15px;
  }
}
@media screen and (max-width:1024px) {
  .list-interview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:540px) {
  .list-interview {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-interview li .card-interview {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-interview li .card-interview .card-interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-interview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}
.card-interview__link .card-interview__image {
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-interview__link .card-interview__image img {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-interview__link .card-interview__keyword {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-interview__link .card-interview__title {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-interview__link:hover .card-interview__image {
  background-position: center bottom -50px;
}
.card-interview__link:hover .card-interview__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card-interview__link:hover .card-interview__keyword {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.card-interview__link:hover .card-interview__title {
  color: #000;
}
.card-interview.comingsoon {
  opacity: 0.7;
  pointer-events: none;
}
.card-interview.comingsoon .card-interview__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
.card-interview.comingsoon .card-interview__title span {
  background: #FFF;
  width: auto;
  display: inline-block;
  text-align: center;
}
.card-interview.-horizontal {
  padding-top: 13%;
}
@media screen and (max-width:767px) {
  .card-interview.-horizontal {
    padding-top: 5%;
    padding-bottom: 50px;
  }
}
.card-interview.-horizontal .card-interview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.card-interview.-horizontal .card-interview__image {
  width: 39.05%;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg id='b' xmlns='http://www.w3.org/2000/svg' width='359' height='914' viewBox='0 0 359 914'><g id='c'><path d='M292,0h67v303H0v-11C0,130.7328,130.7328,0,292,0Z' fill='%23ffa036' /><rect y='300' width='359' height='614' fill='%23ffa036' /></g></svg>");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.card-interview.-horizontal .card-interview__image img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}
.card-interview.-horizontal .card-interview__group {
  width: 60.95%;
  position: initial;
}
@media screen and (max-width:767px) {
  .card-interview.-horizontal .card-interview__group {
    padding-bottom: 30px;
  }
}
.card-interview.-horizontal .card-interview__keyword {
  top: initial;
  right: initial;
  left: 2.96%;
  bottom: 10px;
}
@media screen and (max-width:767px) {
  .card-interview.-horizontal .card-interview__keyword {
    width: 180px;
    bottom: -40px;
  }
}
.card-interview img {
  vertical-align: top;
}
.card-interview__image {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="359" height="303" viewBox="0 0 359 303"><path d="M292,0h67a0,0,0,0,1,0,0V303a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V292A292,292,0,0,1,292,0Z" fill="%23ffa036"/></svg>');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.card-interview__image img {
  width: 100%;
  height: auto;
}
.card-interview__group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #b7e4ee;
  position: relative;
  padding: 50px 30px 15px 30px;
}
@media screen and (max-width:1024px) {
  .card-interview__group {
    padding: 4.88vw 2.93vw 1.46vw 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__group {
    padding: 30px 15px 10px 15px;
  }
}
.card-interview__keyword {
  position: absolute;
  top: -60px;
  width: 286px;
  aspect-ratio: 286/104;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .card-interview__keyword {
    top: -5.86vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__keyword {
    top: -50px;
  }
}
@media screen and (max-width:1024px) {
  .card-interview__keyword {
    width: 27.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__keyword {
    width: 200px;
  }
}
.card-interview__keyword img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.card-interview__keyword > * {
  position: absolute;
}
.card-interview__keyword .-k {
  left: 0;
  bottom: 4.81%;
  width: 56.64%;
}
.card-interview__keyword .-x {
  top: 0px;
  right: 31.12%;
  z-index: 1;
  width: 15.73%;
}
.card-interview__keyword .-c {
  right: 0;
  top: 0;
  width: 35.66%;
}
.card-interview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.card-interview__title {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  color: #3d9ac1;
  min-height: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:1024px) {
  .card-interview__title {
    padding-bottom: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width:1024px) {
  .card-interview__title {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .card-interview__title br {
    display: none;
  }
}
.card-interview__job {
  display: inline-block;
  background: #3d9ac1;
  color: #FFF;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  line-height: 1.2;
  padding: 0.3em 0.5em;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  .card-interview__job {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__job {
    font-size: 15px;
  }
}
.card-interview__name {
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  font-size: 24px;
  line-height: 1.4;
  padding-top: 10px;
}
@media screen and (max-width:1024px) {
  .card-interview__name {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__name {
    font-size: 20px;
  }
}
.card-interview__text {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  padding-top: 10px;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
}
@media screen and (max-width:1024px) {
  .card-interview__text {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__text {
    font-size: 12px;
  }
}
.card-interview__box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.card-interview__box-num {
  font-size: 60px;
  line-height: 1;
  color: #3d9ac1;
  width: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  right: 30px;
  bottom: 15px;
}
@media screen and (max-width:1024px) {
  .card-interview__box-num {
    font-size: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__box-num {
    font-size: 36px;
  }
}
@media screen and (max-width:1024px) {
  .card-interview__box-num {
    right: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__box-num {
    right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .card-interview__box-num {
    bottom: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .card-interview__box-num {
    bottom: 10px;
  }
}

.slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width:1366px) {
  .slider-btns {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .slider-btns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .slider-btns {
    padding-top: 8.79vw;
    padding-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .slider-btns {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.slider-btn {
  background: #3d9ac1;
  width: 68px;
  height: 39px;
  border-radius: 39px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 68px;
  height: 39px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1366px) {
  .slider-btn {
    width: 4.98vw;
  }
}
@media screen and (max-width:767px) {
  .slider-btn {
    width: 35px;
  }
}
@media screen and (max-width:1366px) {
  .slider-btn {
    height: 2.86vw;
  }
}
@media screen and (max-width:767px) {
  .slider-btn {
    height: 35px;
  }
}
@media screen and (max-width:767px) {
  .slider-btn {
    border-radius: 50%;
  }
}
.slider-btn:hover {
  background-color: #000;
}
.slider-btn--prev {
  background-image: url(../image/btn_angle_left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
@media screen and (max-width:767px) {
  .slider-btn--prev {
    background-size: auto 30%;
  }
}
.slider-btn--next {
  background-image: url(../image/btn_angle_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
@media screen and (max-width:767px) {
  .slider-btn--next {
    background-size: auto 30%;
  }
}

.page-interview {
  background: #f1f8e8;
}
.page-interview__header {
  background: #FFF;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  .page-interview__header {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .page-interview__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-interview__body {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  .page-interview__body {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .page-interview__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-interview__bg svg {
  width: 100%;
  height: auto;
}
.page-interview__inner {
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width:1024px) {
  .page-interview__inner {
    padding-bottom: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .page-interview__inner {
    padding-bottom: 30px;
  }
}
.page-interview__lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width:1024px) {
  .page-interview__lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .page-interview__lead {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  .page-interview__lead {
    padding-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .page-interview__lead {
    padding-top: 15px;
  }
}

.single-interview__header {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  .single-interview__header {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .single-interview__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-interview__header .heading-en {
  text-align: left;
}

.header-interview__inner {
  width: calc((100vw - 1366px) * 0.5 + 1366px);
  margin-left: auto;
  position: relative;
}
@media screen and (max-width:1366px) {
  .header-interview__inner {
    width: 100%;
  }
}
.header-interview__mv {
  margin-top: 30px;
  height: 630px;
  padding-left: 190px;
}
@media screen and (max-width:1366px) {
  .header-interview__mv {
    margin-top: 2.2vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__mv {
    margin-top: 15px;
  }
}
@media screen and (max-width:1366px) {
  .header-interview__mv {
    height: 46.12vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__mv {
    height: 400px;
  }
}
@media screen and (max-width:1366px) {
  .header-interview__mv {
    padding-left: 13.91vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__mv {
    padding-left: 45px;
  }
}
.header-interview__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.header-interview__title {
  position: absolute;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  line-height: 1.6;
  max-width: 683px;
  bottom: 260px;
  left: 50px;
  font-size: 50px;
}
@media screen and (max-width:1366px) {
  .header-interview__title {
    bottom: 19.03vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__title {
    bottom: 100px;
  }
}
@media screen and (max-width:1366px) {
  .header-interview__title {
    left: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__title {
    left: 15px;
  }
}
@media screen and (max-width:1366px) {
  .header-interview__title {
    font-size: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__title {
    font-size: 34px;
  }
}
@media screen and (max-width:767px) {
  .header-interview__title {
    position: relative;
  }
  .header-interview__title br {
    display: none;
  }
}
.header-interview__title span {
  background: #FFF;
  padding: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.header-interview__keyword {
  position: absolute;
  max-width: 1366px;
  width: 100%;
  left: 0;
  margin: auto;
  top: -100px;
}
@media screen and (max-width:1024px) {
  .header-interview__keyword {
    top: -9.77vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__keyword {
    top: -30px;
  }
}
.header-interview__keyword > * {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 370px;
  right: 50px;
}
@media screen and (max-width:1024px) {
  .header-interview__keyword > * {
    width: 36.13vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__keyword > * {
    width: 230px;
  }
}
@media screen and (max-width:1366px) {
  .header-interview__keyword > * {
    right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .header-interview__keyword > * {
    right: 15px;
  }
}

.article-interview-wrap {
  max-width: 1366px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  padding: 0 0 0 50px;
}
@media screen and (max-width:1024px) {
  .article-interview-wrap {
    margin-bottom: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  .article-interview-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:1366px) {
  .article-interview-wrap {
    padding: 0 0 0 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .article-interview-wrap {
    padding: 0 0 0 0;
  }
}
.article-interview-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 145px;
  width: calc(100% - 145px - 290px);
  height: 100%;
  background: #e2f5f8;
}
@media screen and (max-width:1366px) {
  .article-interview-wrap::before {
    width: calc(100% - 10.61vw - 21.23vw);
    left: 10.61vw;
  }
}
@media screen and (max-width:767px) {
  .article-interview-wrap::before {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.block-summary-inerview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width:767px) {
  .block-summary-inerview {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-summary-inerview > *:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -120px;
  width: 280px;
}
@media screen and (max-width:1366px) {
  .block-summary-inerview > *:first-child {
    margin-top: -8.78vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-inerview > *:first-child {
    margin-top: -15px;
  }
}
@media screen and (max-width:1024px) {
  .block-summary-inerview > *:first-child {
    width: 27.34vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-inerview > *:first-child {
    width: 240px;
  }
}
.block-summary-inerview > *:first-child .card-profile__ph {
  border: 8px solid #FFF;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:767px) {
  .block-summary-inerview > *:first-child .card-profile__ph {
    border-width: 4px;
  }
}
.block-summary-inerview > *:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.block-summary-inerview .-lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  padding-right: 190px;
  padding-left: 90px;
}
@media screen and (max-width:1024px) {
  .block-summary-inerview .-lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-inerview .-lead {
    font-size: 16px;
  }
}
.block-summary-inerview .-profile {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  max-width: 420px;
  margin-right: 190px;
  padding-left: 90px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top: 2px solid #3d9ac1;
  padding-top: 30px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .block-summary-inerview .-profile {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-inerview .-profile {
    font-size: 14px;
  }
}
.block-summary-inerview .-profile::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  background: url(../image/item-leaves.svg) right top no-repeat;
  background-size: auto 100%;
  top: -30px;
  right: 0;
}

.card-profile {
  background: #FFF;
  border: 2px solid #000;
  -webkit-box-shadow: 6px 6px 0 #3d9ac1;
          box-shadow: 6px 6px 0 #3d9ac1;
  position: relative;
  z-index: 1;
  padding: 0px 30px 30px 30px;
  border-radius: 22px;
}
@media screen and (max-width:1024px) {
  .card-profile {
    padding: 0vw 2.93vw 2.93vw 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile {
    padding: 0px 15px 15px 15px;
  }
}
@media screen and (max-width:1024px) {
  .card-profile {
    border-radius: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile {
    border-radius: 10px;
  }
}
@media screen and (max-width:767px) {
  .card-profile {
    -webkit-box-shadow: 3px 3px 0 #3d9ac1;
            box-shadow: 3px 3px 0 #3d9ac1;
  }
}
.card-profile__ph {
  width: 80%;
  max-width: 172px;
  border-radius: 50%;
  margin: auto;
  margin-top: -90px;
}
@media screen and (max-width:1024px) {
  .card-profile__ph {
    margin-top: -8.79vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile__ph {
    margin-top: -60px;
  }
}
.card-profile__ph img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.card-profile__name {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width:1024px) {
  .card-profile__name {
    font-size: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile__name {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .card-profile__name {
    padding-top: 10px;
  }
}
.card-profile__text {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  padding-top: 20px;
}
@media screen and (max-width:1024px) {
  .card-profile__text {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile__text {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .card-profile__text {
    padding-top: 15px;
  }
}
.card-profile__job {
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .card-profile__job {
    padding-top: 15px;
  }
}
.card-profile__job span {
  display: inline-block;
  background: #3d9ac1;
  color: #FFF;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  line-height: 1.2;
  padding: 0.3em 0.5em;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  .card-profile__job span {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile__job span {
    font-size: 15px;
  }
}
.card-profile__profile {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 20px;
}
@media screen and (max-width:1024px) {
  .card-profile__profile {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .card-profile__profile {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .card-profile__profile {
    padding-top: 15px;
  }
}

.block-enntry-inerview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .block-enntry-inerview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-enntry-inerview__detail {
  padding-right: 140px;
  padding-left: 230px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:1366px) {
  .block-enntry-inerview__detail {
    padding-right: 10.25vw;
    padding-left: 16.84vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__detail {
    padding: 0 30px;
  }
}
.block-enntry-inerview__toc {
  position: sticky;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #FFF;
  border: 2px solid #000;
  padding: 40px 42px 40px 20px;
  border-radius: 22px;
  margin-right: -22px;
  top: 114px;
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc {
    padding: 3.91vw 4.1vw 3.91vw 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc {
    border-radius: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc {
    border-radius: 10px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc {
    margin-right: -2.15vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc {
    margin-right: 0px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc {
    top: 11.13vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc {
    top: 0px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc {
    width: 330;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc {
    position: relative;
    top: 0;
    width: calc(100% - 60px);
    margin: 30px 30px 60px 30px;
  }
}
.block-enntry-inerview__toc p {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc p {
    margin-top: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc p {
    margin-top: 15px;
  }
}
.block-enntry-inerview__toc-name {
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.4em;
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-name {
    font-size: 2.73vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-name {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-name {
    margin-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-name {
    margin-bottom: 15px;
  }
}
.block-enntry-inerview__toc-nav {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  margin-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-nav {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-nav {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-nav {
    margin-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-nav {
    margin-bottom: 15px;
  }
}
.block-enntry-inerview__toc-nav a {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.block-enntry-inerview__toc-nav a:hover {
  color: #f29206;
}
.block-enntry-inerview__toc-nav a::before {
  content: "";
  position: absolute;
  height: 1.4em;
  width: 1.4em;
  left: 0;
  top: 0;
  background: url(../image/angle_orange.svg) center center no-repeat;
  background-size: 6px auto;
}
.block-enntry-inerview__toc-nav li:not(:last-child) {
  margin-bottom: 1em;
}
.block-enntry-inerview__toc-btn {
  display: block;
  background: #000;
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 0.3em 0.5em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-btn {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-btn {
    font-size: 18px;
  }
}
.block-enntry-inerview__toc-btn:hover {
  background-color: #f29206;
}
.block-enntry-inerview__toc-btn-chi {
  background: #3d9ac1;
  border-radius: 200px;
  border: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 30px 15px 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-btn-chi {
    padding: 1.46vw 2.93vw 1.46vw 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-btn-chi {
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-btn-chi {
    border-width: 2px;
  }
}
.block-enntry-inerview__toc-btn-chi::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.block-enntry-inerview__toc-btn-chi:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.block-enntry-inerview__toc-btn-chi:hover span {
  -webkit-transform: rotate(90deg) scale(1.2);
          transform: rotate(90deg) scale(1.2);
}
.block-enntry-inerview__toc-btn-chi img {
  height: auto;
  width: 50px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-btn-chi img {
    width: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-btn-chi img {
    width: 30px;
  }
}
.block-enntry-inerview__toc-btn-chi span {
  display: inline-block;
  background: #FFF;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 35px;
  height: 35px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-btn-chi span {
    width: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-btn-chi span {
    width: 25px;
  }
}
@media screen and (max-width:1024px) {
  .block-enntry-inerview__toc-btn-chi span {
    height: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-inerview__toc-btn-chi span {
    height: 25px;
  }
}
.block-enntry-inerview__toc-btn-chi span svg {
  width: 40%;
  height: auto;
}

.editor h2,
.editor .h-interview1 {
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  color: #000;
  line-height: 1.6;
  padding: 1.6em 1.6em;
  font-size: 18px;
  margin-bottom: 0.6em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .editor h2,
  .editor .h-interview1 {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .editor h2,
  .editor .h-interview1 {
    font-size: 16px;
  }
}
.editor h2:not(:first-child),
.editor .h-interview1:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width:1024px) {
  .editor h2:not(:first-child),
  .editor .h-interview1:not(:first-child) {
    margin-top: 7.81vw;
  }
}
@media screen and (max-width:767px) {
  .editor h2:not(:first-child),
  .editor .h-interview1:not(:first-child) {
    margin-top: 40px;
  }
}
.editor h2::before,
.editor .h-interview1::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-left: 5px solid #3d9ac1;
  border-top: 5px solid #3d9ac1;
  border-radius: 12px 0 0 0;
  left: -5px;
  top: -5px;
}
@media screen and (max-width:767px) {
  .editor h2::before,
  .editor .h-interview1::before {
    border-width: 3px;
    border-radius: 8px 0 0 0;
    left: -3px;
    top: -3px;
  }
}
.editor h2::after,
.editor .h-interview1::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-right: 5px solid #f29206;
  border-bottom: 5px solid #f29206;
  border-radius: 0 0 12px 0;
  right: -5px;
  bottom: -5px;
}
@media screen and (max-width:767px) {
  .editor h2::after,
  .editor .h-interview1::after {
    border-radius: 0 0 8px 0;
    border-width: 3px;
    right: -3px;
    bottom: -3px;
  }
}
.editor h3,
.editor .h-interview2 {
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (max-width:1024px) {
  .editor h3,
  .editor .h-interview2 {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .editor h3,
  .editor .h-interview2 {
    font-size: 20px;
  }
}
.editor > p,
.editor .p-interview {
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 2em;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  letter-spacing: 0.05em;
}
@media screen and (max-width:1024px) {
  .editor > p,
  .editor .p-interview {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .editor > p,
  .editor .p-interview {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .editor > p,
  .editor .p-interview {
    line-height: 2;
  }
}
.editor .img-large-left {
  margin-left: -230px;
  margin-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width:1024px) {
  .editor .img-large-left {
    margin-left: -22.46vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-left {
    margin-left: -30px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-left {
    margin-bottom: 7.81vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-left {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-left {
    padding-top: 3.91vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-left {
    padding-top: 20px;
  }
}
.editor .img-large-left:last-child {
  margin-bottom: 0;
}
.editor .img-large-right {
  margin-right: -230px;
  margin-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width:1024px) {
  .editor .img-large-right {
    margin-right: -22.46vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-right {
    margin-right: -30px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-right {
    margin-bottom: 7.81vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-right {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-right {
    padding-top: 3.91vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-right {
    padding-top: 20px;
  }
}
.editor .img-large-right:last-child {
  margin-bottom: 0;
}
.editor .img-large-full {
  margin-left: -230px;
  margin-right: -230px;
  margin-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width:1024px) {
  .editor .img-large-full {
    margin-left: -22.46vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-full {
    margin-left: -30px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-full {
    margin-right: -22.46vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-full {
    margin-right: -30px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-full {
    margin-bottom: 7.81vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-full {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) {
  .editor .img-large-full {
    padding-top: 3.91vw;
  }
}
@media screen and (max-width:767px) {
  .editor .img-large-full {
    padding-top: 20px;
  }
}
.editor .img-large-full:last-child {
  margin-bottom: 0;
}
.editor img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
  -webkit-box-shadow: 6px 6px 0 #3d9ac1;
          box-shadow: 6px 6px 0 #3d9ac1;
}
@media screen and (max-width:767px) {
  .editor img {
    -webkit-box-shadow: 3px 3px 0 #3d9ac1;
            box-shadow: 3px 3px 0 #3d9ac1;
  }
}

.block-other-inerview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block-other-inerview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-other-inerview__schedule {
  width: 62.37%;
  background: #f29206;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width:1366px) {
  .block-other-inerview__schedule {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__schedule {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-other-inerview__schedule {
    padding-top: 4.88vw;
    padding-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__schedule {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__schedule {
    width: 100%;
  }
}
.block-other-inerview__schedule .-in {
  max-width: 752px;
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .block-other-inerview__schedule .-in {
    width: auto;
  }
}
.block-other-inerview__schedule .block-other-inerview__title,
.block-other-inerview__schedule .block-other-inerview__subtitle,
.block-other-inerview__schedule .block-other-inerview__lead {
  color: #FFF;
}
.block-other-inerview__off {
  width: 37.63%;
  background: #e2f5f8;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width:1366px) {
  .block-other-inerview__off {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__off {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-other-inerview__off {
    padding-top: 4.88vw;
    padding-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__off {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__off {
    width: 100%;
  }
}
.block-other-inerview__off img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.block-other-inerview__off .-in {
  max-width: 414px;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .block-other-inerview__off .-in {
    width: auto;
  }
}
.block-other-inerview__title {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (max-width:1024px) {
  .block-other-inerview__title {
    font-size: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__title {
    font-size: 34px;
  }
}
.block-other-inerview__subtitle {
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .block-other-inerview__subtitle {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  .block-other-inerview__subtitle {
    padding-bottom: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__subtitle {
    padding-bottom: 30px;
  }
}
.block-other-inerview__lead {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  padding-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .block-other-inerview__lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__lead {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  .block-other-inerview__lead {
    padding-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview__lead {
    padding-bottom: 15px;
  }
}
.block-other-inerview figure {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .block-other-inerview figure {
    padding-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview figure {
    padding-bottom: 15px;
  }
}
.block-other-inerview .-heading {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width:1024px) {
  .block-other-inerview .-heading {
    font-size: 2.44vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview .-heading {
    font-size: 20px;
  }
}
.block-other-inerview .-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .block-other-inerview .-text {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .block-other-inerview .-text {
    font-size: 15px;
  }
}

.schedule-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .schedule-detail {
    margin-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .schedule-detail {
    margin-bottom: 15px;
  }
}
.schedule-detail:last-child {
  margin-bottom: 0;
}
.schedule-detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 6em;
  background: #000;
  border-radius: 6px 0 0 6px;
  color: #FFF;
  font-size: 25px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #FFF;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width:1024px) {
  .schedule-detail dt {
    font-size: 2.44vw;
  }
}
@media screen and (max-width:767px) {
  .schedule-detail dt {
    font-size: 20px;
  }
}
.schedule-detail dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #FFF;
  border-radius: 0 6px 6px 0;
  padding: 10px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:767px) {
  .schedule-detail dd {
    padding: 10px 20px;
  }
}
.schedule-detail dd .-title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .schedule-detail dd .-title {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .schedule-detail dd .-title {
    font-size: 18px;
  }
}
.schedule-detail dd .-title:not(:last-child) {
  padding-bottom: 5px;
}
.schedule-detail dd .-lead {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .schedule-detail dd .-lead {
    font-size: 1.27vw;
  }
}
@media screen and (max-width:767px) {
  .schedule-detail dd .-lead {
    font-size: 13px;
  }
}

.block-chi-inerview {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width:1366px) {
  .block-chi-inerview {
    padding-left: 7.32vw;
    padding-right: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-chi-inerview {
    padding-top: 11.72vw;
    padding-bottom: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-chi-inerview .key-dir-h {
  position: absolute;
  left: 45%;
  width: 386px;
  top: -30px;
}
@media screen and (max-width:1024px) {
  .block-chi-inerview .key-dir-h {
    width: 37.7vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview .key-dir-h {
    width: 240px;
  }
}
@media screen and (max-width:1024px) {
  .block-chi-inerview .key-dir-h {
    top: -2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview .key-dir-h {
    top: -50px;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview .key-dir-h {
    left: 15px;
    background: #FFF;
  }
}
.block-chi-inerview__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 5px solid #3d9ac1;
  border-radius: 22px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__inner {
    border-radius: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__inner {
    border-radius: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__inner {
    padding-left: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__inner {
    padding-left: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__inner {
    padding-right: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__inner {
    padding-right: 15px;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__inner {
    border-width: 3px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-chi-inerview__inner::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  background: url(../image/item-leaves_blue.svg) right top no-repeat;
  background-size: auto 100%;
  bottom: 0;
  right: 15px;
}
.block-chi-inerview__image {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="359" height="303" viewBox="0 0 359 303"><path d="M292,0h67a0,0,0,0,1,0,0V303a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V292A292,292,0,0,1,292,0Z" fill="%23ffa036"/></svg>');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 30%;
}
@media screen and (max-width:767px) {
  .block-chi-inerview__image {
    width: auto;
  }
}
.block-chi-inerview__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.block-chi-inerview__contents {
  width: 65%;
  padding-bottom: 30px;
  padding-top: 130px;
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__contents {
    padding-bottom: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__contents {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__contents {
    padding-top: 12.7vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__contents {
    padding-top: 15px;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__contents {
    width: auto;
  }
}
.block-chi-inerview__contents .-heading {
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  line-height: 1.6;
  margin-bottom: 1em;
  border-bottom: 2px solid #3d9ac1;
  padding-bottom: 0.6em;
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__contents .-heading {
    font-size: 2.44vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__contents .-heading {
    font-size: 20px;
  }
}
.block-chi-inerview__contents .-text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .block-chi-inerview__contents .-text {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-inerview__contents .-text {
    font-size: 14px;
  }
}

.block-job-inerview {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 0px;
  padding-bottom: 120px;
}
@media screen and (max-width:1366px) {
  .block-job-inerview {
    padding-left: 7.32vw;
    padding-right: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-inerview {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-job-inerview {
    padding-top: 0vw;
    padding-bottom: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-inerview {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .block-job-inerview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.block-job-inerview .card-job-s {
  max-width: 490px;
  margin-left: 50px;
}
@media screen and (max-width:1024px) {
  .block-job-inerview .card-job-s {
    margin-left: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-inerview .card-job-s {
    margin-left: 0px;
  }
}
@media screen and (max-width:767px) {
  .block-job-inerview .card-job-s {
    margin-top: 30px;
  }
}
.block-job-inerview .heading-sub .frame1 {
  border-color: #3d9ac1;
}
.block-job-inerview .heading-sub .frame1::before, .block-job-inerview .heading-sub .frame1::after {
  background-color: #3d9ac1;
}

#section-interview.other-interview {
  -webkit-clip-path: none;
          clip-path: none;
  padding: 50px 0px 50px 0px;
}
@media screen and (max-width:1024px) {
  #section-interview.other-interview {
    padding: 4.88vw 0vw 4.88vw 0vw;
  }
}
@media screen and (max-width:767px) {
  #section-interview.other-interview {
    padding: 30px 0px 0px 0px;
  }
}

.key-dir-v {
  width: 610px;
  aspect-ratio: 610/215;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:1024px) {
  .key-dir-v {
    width: 59.57vw;
  }
}
@media screen and (max-width:767px) {
  .key-dir-v {
    width: 340px;
  }
}
.key-dir-v img {
  width: 100%;
  height: auto;
}
.key-dir-v .-c {
  position: absolute;
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
  top: -16.28%;
}
.key-dir-v__keyword {
  width: 32.79%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.key-dir-v .-x {
  width: 100%;
}
.key-dir-v .-k {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 68.03%;
  bottom: -58.14%;
}
.key-dir-v .-job {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  font-size: 18px;
  background: #89c43f;
  color: #FFF;
  line-height: 1.4;
  padding: 0.2em 0.6em;
  width: 33.61%;
  position: relative;
}
@media screen and (max-width:1024px) {
  .key-dir-v .-job {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .key-dir-v .-job {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .key-dir-v .-job {
    margin: 0 -3%;
    padding: 0.2em 0.3em;
  }
}
.key-dir-v .-job .-in-name {
  position: absolute;
  left: 0;
  top: 1.8em;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
}
@media screen and (max-width:1024px) {
  .key-dir-v .-job .-in-name {
    font-size: 2.15vw;
  }
}
@media screen and (max-width:767px) {
  .key-dir-v .-job .-in-name {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .key-dir-v .-job .-in-name {
    display: none;
  }
}

#section-cross-talk .section-cross-talk-title .r {
  margin-bottom: 0;
}

#section-cross-talk {
  position: relative;
  background: #f1f8e8;
}
#section-cross-talk::before {
  content: "";
  width: 100%;
  height: 50vh;
  background: #FFF;
  left: 0;
  top: 0;
  position: absolute;
}
#section-cross-talk .section-cross-talk-title {
  position: relative;
  z-index: 1;
}

.top-cross-talk-bg {
  background: #FFF;
}
.top-cross-talk-bg svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.container-cross-talk {
  position: relative;
  /* enough scroll */
}

.card-talk {
  position: sticky;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
@media screen and (max-width:1366px) {
  .card-talk {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .card-talk {
    padding-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk {
    padding-top: 0px;
  }
}
.card-talk.comingsoon {
  opacity: 0.7;
  pointer-events: none;
}
.card-talk.comingsoon .card-talk__title span {
  background: #89c43f;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.card-talk img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.card-talk.-related {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 180px;
  height: auto;
}
@media screen and (max-width:1024px) {
  .card-talk.-related {
    padding-bottom: 17.58vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk.-related {
    padding-bottom: 120px;
  }
}
.card-talk.-related .key-dir-v {
  width: 500px;
  top: initial;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width:1024px) {
  .card-talk.-related .key-dir-v {
    width: 48.83vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk.-related .key-dir-v {
    width: 320px;
  }
}
.card-talk.-related .key-dir-v .-job {
  font-size: 14px;
}
@media screen and (max-width:1024px) {
  .card-talk.-related .key-dir-v .-job {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk.-related .key-dir-v .-job {
    font-size: 13px;
  }
}
.card-talk.-related .card-talk__image {
  height: 400px;
}
@media screen and (max-width:767px) {
  .card-talk.-related .card-talk__image {
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
}
.card-talk.-related .card-talk__image img {
  height: 400px;
}
@media screen and (max-width:767px) {
  .card-talk.-related .card-talk__image img {
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 20px 20px 0 0;
  }
}
.card-talk__wrap {
  width: 100%;
  position: relative;
}
.card-talk__link {
  position: relative;
  display: block;
}
.card-talk__link .card-talk__image {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-talk__link .card-talk__image img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-talk__link .key-dir-v {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-talk__link:hover .card-talk__image {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: #000;
}
.card-talk__link:hover .card-talk__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
.card-talk__image {
  width: 100%;
  height: 60svh;
  overflow: hidden;
  border-radius: 60px;
}
@media screen and (max-width:1024px) {
  .card-talk__image {
    border-radius: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__image {
    border-radius: 20px;
  }
}
@media screen and (max-width:767px) {
  .card-talk__image {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.card-talk__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-talk .key-dir-v {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.card-talk__title {
  text-align: center;
  color: #FFF;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  margin-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .card-talk__title {
    font-size: 3.52vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__title {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) {
  .card-talk__title {
    margin-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__title {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:767px) {
  .card-talk__title {
    margin-top: -1em;
  }
}
.card-talk__title span {
  background: #000;
  padding: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.card-talk__title span i {
  color: #89c43f;
  font-style: normal;
  font-size: 80%;
}
.card-talk__group-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width:1024px) {
  .card-talk__group-detail {
    bottom: -1.95vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__group-detail {
    bottom: 0px;
  }
}
@media screen and (max-width:767px) {
  .card-talk__group-detail {
    position: relative;
  }
}
.card-talk__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  width: 80%;
  margin: auto;
  border-radius: 24px;
  border: 2px solid #000;
  -webkit-box-shadow: 6px 6px 0 #89c43f;
          box-shadow: 6px 6px 0 #89c43f;
  max-width: 700px;
  min-width: 500px;
  border-radius: 24px;
  padding: 25px 0px 25px 0px;
}
@media screen and (max-width:1024px) {
  .card-talk__detail {
    max-width: 68.36vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail {
    max-width: 500px;
  }
}
@media screen and (max-width:1024px) {
  .card-talk__detail {
    min-width: 48.83vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail {
    min-width: 200px;
  }
}
@media screen and (max-width:1024px) {
  .card-talk__detail {
    border-radius: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail {
    border-radius: 10px;
  }
}
@media screen and (max-width:1024px) {
  .card-talk__detail {
    padding: 2.44vw 0vw 2.44vw 0vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail {
    padding: 35px 0px 20px 0px;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail {
    -webkit-box-shadow: 3px 3px 0 #89c43f;
            box-shadow: 3px 3px 0 #89c43f;
    width: 90%;
    margin-top: -15px;
  }
}
.card-talk__detail > * {
  width: 50%;
  text-align: center;
  padding: 0 15px;
}
.card-talk__detail > *:first-child {
  border-right: 2px solid #000;
}
.card-talk__detail .-name {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
}
@media screen and (max-width:1024px) {
  .card-talk__detail .-name {
    font-size: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail .-name {
    font-size: 20px;
  }
}
.card-talk__detail .-text {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  padding-top: 10px;
}
@media screen and (max-width:1024px) {
  .card-talk__detail .-text {
    font-size: 1.17vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk__detail .-text {
    font-size: 12px;
  }
}

.list-talk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 70px 50px 0px 50px;
}
@media screen and (max-width:1024px) {
  .list-talk {
    gap: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .list-talk {
    gap: 15px;
  }
}
@media screen and (max-width:1024px) {
  .list-talk {
    padding: 6.84vw 4.88vw 0vw 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .list-talk {
    padding: 30px 0px 0px 0px;
  }
}
@media screen and (max-width:1024px) {
  .list-talk {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-talk .card-talk-s {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-talk .card-talk-s .card-talk-s__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.list-talk .card-talk-s .card-talk-s__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-talk .card-talk-s .card-talk-s__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-talk-s {
  background: #FFF;
  border: 2px solid #000;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  border-radius: 24px;
}
@media screen and (max-width:1024px) {
  .card-talk-s {
    border-radius: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s {
    border-radius: 15px;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s {
    padding-bottom: 10px;
  }
}
.card-talk-s.comingsoon {
  opacity: 0.7;
  pointer-events: none;
}
.card-talk-s.comingsoon .card-talk-s__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
.card-talk-s.comingsoon .card-talk-s__title span {
  padding: 0.2em 0.8em;
  display: inline-block;
  background: #89c43f;
  color: #FFF;
  line-height: 1;
}
.card-talk-s img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.card-talk-s__link {
  display: block;
}
.card-talk-s__link .card-talk-s__image {
  background: #000;
}
.card-talk-s__link .card-talk-s__image img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-talk-s__link .card-talk-s__title span {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(0, 0, 0) 50%);
  background-size: 200%;
  background-position: 0 0;
  -webkit-transition-property: background-position, color;
  transition-property: background-position, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.card-talk-s__link:hover .card-talk-s__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}
.card-talk-s__link:hover .card-talk-s__title span {
  background-position: -100% 0;
  color: #FFF;
}
.card-talk-s__image {
  width: 100%;
  height: auto;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 0 #89c43f;
          box-shadow: 0 6px 0 #89c43f;
}
@media screen and (max-width:1024px) {
  .card-talk-s__image {
    border-radius: 0 0 2.34vw 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__image {
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0 3px 0 #89c43f;
            box-shadow: 0 3px 0 #89c43f;
  }
}
.card-talk-s__num {
  font-size: 60px;
  line-height: 1;
  color: #89c43f;
  width: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width:1024px) {
  .card-talk-s__num {
    font-size: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__num {
    font-size: 36px;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__num {
    right: 10px;
    bottom: 10px;
  }
}
.card-talk-s__name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.card-talk-s__name-group > * {
  width: 50%;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .card-talk-s__name-group > * {
    padding: 10px;
  }
}
.card-talk-s__name-group p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  line-height: 1.4;
  color: #89c43f;
}
@media screen and (max-width:1024px) {
  .card-talk-s__name-group p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__name-group p {
    font-size: 14px;
  }
}
.card-talk-s__title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  padding: 20px 30px;
  text-align: center;
  padding: 20px 10px 20px 10px;
}
@media screen and (max-width:1024px) {
  .card-talk-s__title {
    font-size: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__title {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) {
  .card-talk-s__title {
    padding: 1.95vw 0.98vw 1.95vw 0.98vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__title {
    padding: 10px 10px 10px 10px;
  }
}
.card-talk-s__title i {
  font-size: 80%;
  color: #89c43f;
  font-style: normal;
}
.card-talk-s__group-keyword {
  margin: auto;
  width: 100%;
  aspect-ratio: 490/210;
  padding-bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.card-talk-s__group-keyword img {
  width: 100%;
  height: auto;
}
.card-talk-s__group-keyword .-c {
  position: absolute;
  width: 12.65%;
  left: 0;
  right: 0;
  margin: auto;
  top: 7.14%;
}
.card-talk-s__group-keyword .-x {
  width: 100%;
}
.card-talk-s__group-keyword .-k {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 44.9%;
  bottom: 0;
}
.card-talk-s__group-keyword .-job {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  font-size: 16px;
  background: #89c43f;
  color: #FFF;
  line-height: 1.4;
  padding: 0.2em 0.6em;
  position: relative;
  width: 39.29%;
}
@media screen and (max-width:1024px) {
  .card-talk-s__group-keyword .-job {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .card-talk-s__group-keyword .-job {
    font-size: 13px;
  }
}
.card-talk-s__keyword {
  width: 21.43%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.single-cross-talk__header {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  .single-cross-talk__header {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .single-cross-talk__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-cross-talk__header .heading-en {
  text-align: left;
}

.header-cross-talk {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
@media screen and (max-width:1024px) {
  .header-cross-talk {
    padding-bottom: 19.53vw;
  }
}
@media screen and (max-width:767px) {
  .header-cross-talk {
    padding-bottom: 140px;
  }
}
.header-cross-talk__inner {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width:1366px) {
  .header-cross-talk__inner {
    width: 100%;
  }
}
.header-cross-talk__mv {
  margin-top: 30px;
  height: 630px;
}
@media screen and (max-width:1366px) {
  .header-cross-talk__mv {
    margin-top: 2.2vw;
  }
}
@media screen and (max-width:767px) {
  .header-cross-talk__mv {
    margin-top: 15px;
  }
}
@media screen and (max-width:1366px) {
  .header-cross-talk__mv {
    height: 46.12vw;
  }
}
@media screen and (max-width:767px) {
  .header-cross-talk__mv {
    height: 240px;
  }
}
.header-cross-talk__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.header-cross-talk__title-wrap {
  position: absolute;
  max-width: 1266px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .header-cross-talk__title-wrap {
    position: relative;
    padding: 15px;
  }
}
.header-cross-talk__title {
  position: relative;
  top: -2.4em;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  line-height: 1.6;
  max-width: 819.6px;
  color: #FFF;
  font-size: 50px;
}
@media screen and (max-width:1366px) {
  .header-cross-talk__title {
    font-size: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .header-cross-talk__title {
    font-size: 34px;
  }
}
@media screen and (max-width:767px) {
  .header-cross-talk__title {
    top: 0;
    margin-bottom: -1.2em;
  }
}
.header-cross-talk__title span {
  background: #000;
  padding: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.header-cross-talk__title span i {
  font-size: 80%;
  color: #89c43f;
  font-style: normal;
}
.header-cross-talk__keyword > * {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  right: 0;
  margin: auto;
}

.block-summary-cross-talk {
  position: relative;
  background: #f1f8e8;
  margin-top: -60px;
  margin-bottom: 120px;
}
@media screen and (max-width:1024px) {
  .block-summary-cross-talk {
    margin-top: -5.86vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk {
    margin-top: -30px;
  }
}
@media screen and (max-width:1024px) {
  .block-summary-cross-talk {
    margin-bottom: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk {
    margin-bottom: 60px;
  }
}
.block-summary-cross-talk__bg svg {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.block-summary-cross-talk__inner {
  max-width: 1366px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width:1366px) {
  .block-summary-cross-talk__inner {
    padding-left: 7.32vw;
    padding-right: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-summary-cross-talk__inner {
    padding-top: 2.93vw;
    padding-bottom: 1.46vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk__inner {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.block-summary-cross-talk__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 870px;
  margin: auto;
  gap: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .block-summary-cross-talk__group {
    gap: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk__group {
    gap: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-summary-cross-talk__group {
    padding-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk__group {
    padding-bottom: 15px;
  }
}
.block-summary-cross-talk__group > * {
  width: 50%;
}
.block-summary-cross-talk .-lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  max-width: 670px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .block-summary-cross-talk .-lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .block-summary-cross-talk .-lead {
    font-size: 16px;
  }
}

.block-enntry-cross-talk {
  position: relative;
}
.block-enntry-cross-talk__detail {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1366px;
  margin: auto;
}
@media screen and (max-width:1366px) {
  .block-enntry-cross-talk__detail {
    padding-left: 7.32vw;
    padding-right: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  .block-enntry-cross-talk__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.editor-talk {
  position: relative;
}
.editor-talk::before {
  content: "";
  width: 100vw;
  height: 100%;
  right: 67.46%;
  background: #f1f8e8;
  position: absolute;
  top: 0;
  border-radius: 0 24px 24px 0;
}
@media screen and (max-width:1024px) {
  .editor-talk::before {
    border-radius: 0 2.34vw 2.34vw 0;
  }
}
@media screen and (max-width:767px) {
  .editor-talk::before {
    display: none;
  }
}
.editor-talk::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  background: url(../image/item-leaves.svg) left top no-repeat;
  background-size: auto 100%;
  top: -30px;
  left: 22.12%;
}
.editor-talk .wp-block-image {
  width: 100%;
}
.editor-talk .wp-block-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.editor-talk .wp-block-columns.talk-block-sticky {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.editor-talk .wp-block-columns.talk-block-sticky:not(:first-child) .wp-block-column:first-child h2::before {
  content: "";
  width: 100vw;
  top: 0;
  right: 0;
  height: 3px;
  background: #89c43f;
  position: absolute;
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky:not(:first-child) .wp-block-column:first-child h2::before {
    display: none;
  }
}
.editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child {
  position: sticky;
  top: 84px;
  width: 26.86%;
  padding-top: 60px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child {
    padding-top: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child {
    padding-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child {
    width: auto;
    top: 0;
    background: #f1f8e8;
    width: 100%;
    border-radius: 0 15px 15px 0;
    margin-left: -15px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px;
  }
}
.editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child h2 {
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  font-size: 25px;
  line-height: 1.6;
  padding-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child h2 {
    font-size: 2.44vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child h2 {
    padding-bottom: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:first-child h2 {
    padding-bottom: 30px;
  }
}
.editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:last-child {
  width: 62.72%;
  padding-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:last-child {
    padding-bottom: 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:last-child {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-columns.talk-block-sticky .wp-block-column:last-child {
    width: auto;
  }
}
.editor-talk .wp-block-group.talk-block-g-comment {
  margin-top: 50px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment {
    margin-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment {
    margin-top: 30px;
  }
}
.editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > .wp-block-group {
  border-left: none;
  border-right: 3px solid #f29206;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px 40px 20px 0px;
  padding: 20px 40px 20px 0px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > .wp-block-group {
    padding: 1.95vw 3.91vw 1.95vw 0vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > .wp-block-group {
    padding: 10px 20px 10px 0px;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > .wp-block-group {
    border-width: 2px;
  }
}
.editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > figure::before {
  right: initial;
  background-position: right center;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: -40px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > figure::before {
    left: -3.91vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment.is-reverse .wp-block-group__inner-container > figure::before {
    left: -20px;
  }
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.4;
  overflow: visible;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 125px;
  height: 125px;
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure img {
  width: 100% !important;
  height: auto;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
    width: 12.21vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
    width: 80px;
  }
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
    height: 12.21vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure {
    height: 80px;
  }
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure::before {
  content: "";
  width: 28px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cpath d='M13.136 1.481a1 1 0 0 1 1.728 0L27.123 22.5a1 1 0 0 1-.864 1.5H1.741a1 1 0 0 1-.864-1.5Z' transform='translate(0 28) rotate(-90)' fill='%23ff8906'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: initial;
  right: -40px;
  margin: auto;
  right: -40px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure::before {
    right: -3.91vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure::before {
    right: -20px;
  }
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure figcaption {
  position: absolute;
  bottom: -1.8em;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  font-weight: 300;
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > figure img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background: #FFF;
  vertical-align: top;
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group {
  width: calc(100% - 125px - 40px);
  margin: 0;
  background: #FFF;
  border-left: 3px solid #f29206;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px 20px 40px;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group {
    padding: 1.95vw 0vw 1.95vw 3.91vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group {
    padding: 10px 0px 10px 20px;
  }
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group {
    width: calc(100% - 12.21vw - 3.91vw);
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group {
    border-width: 2px;
    width: calc(100% - 80px - 20px);
  }
}
.editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1024px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .editor-talk .wp-block-group.talk-block-g-comment .wp-block-group__inner-container > .wp-block-group p {
    font-size: 15px;
  }
}

.block-chi-cross-talk {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 280px 100px 120px 100px;
}
.block-chi-cross-talk__inner {
  position: relative;
  border-radius: 24px;
  padding: 0 60px;
  border: 3px solid #000;
  -webkit-box-shadow: 6px 6px 0 #f29206;
          box-shadow: 6px 6px 0 #f29206;
}
.block-chi-cross-talk__inner::before {
  content: "";
  height: 5px;
  top: -4px;
  width: 50%;
  position: absolute;
  background: #FFF;
  left: 0;
  right: 0;
  margin: auto;
}
.block-chi-cross-talk__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 80px;
}
.block-chi-cross-talk__group > * {
  width: 50%;
}
.block-chi-cross-talk__image {
  width: 70%;
  margin: auto;
  padding-bottom: 30px;
  background: #FFF;
}
.block-chi-cross-talk__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.block-chi-cross-talk__image figcaption {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  text-align: center;
  padding-top: 15px;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .block-chi-cross-talk__image figcaption {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-cross-talk__image figcaption {
    font-size: 20px;
  }
}
.block-chi-cross-talk__contents {
  padding-bottom: 30px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.block-chi-cross-talk__contents .-heading {
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  line-height: 1.6;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #f29206;
}
.block-chi-cross-talk__contents .-text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
  .block-chi-cross-talk__contents .-text {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .block-chi-cross-talk__contents .-text {
    font-size: 14px;
  }
}

.block-job-cross-talk {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width:1366px) {
  .block-job-cross-talk {
    padding-left: 7.32vw;
    padding-right: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-cross-talk {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .block-job-cross-talk {
    padding-top: 4.88vw;
    padding-bottom: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-cross-talk {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.block-job-cross-talk__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  margin-top: 50px;
  gap: 50px;
}
@media screen and (max-width:1024px) {
  .block-job-cross-talk__group {
    margin-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-cross-talk__group {
    margin-top: 30px;
  }
}
@media screen and (max-width:1024px) {
  .block-job-cross-talk__group {
    gap: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .block-job-cross-talk__group {
    gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .block-job-cross-talk__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-job-cross-talk .card-job-s {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block-job-cross-talk .card-job-s {
    width: auto;
  }
}

.cross-talk-msg-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 502px;
  height: auto;
  z-index: 1;
}
.cross-talk-msg-logo-block {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 170px;
}
.cross-talk-msg-logo img {
  width: 100%;
  height: auto;
  z-index: 5;
}
.cross-talk-msg-logo .img.aa {
  position: relative;
  z-index: 6;
}
.cross-talk-msg-logo .img.bb {
  position: relative;
  bottom: 90px;
  z-index: 5;
}
.cross-talk-msg-logo .img.cc {
  position: relative;
  bottom: 145px;
  z-index: 3;
}
.cross-talk-msg-logo .img.dd {
  position: relative;
  bottom: 195px;
  z-index: 2;
}

.list-top-job {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1045px;
  margin: 0 auto;
  z-index: 2;
  gap: 38px 60px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:1024px) {
  .list-top-job {
    padding-top: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .list-top-job {
    padding-top: 0px;
  }
}
@media screen and (max-width:1024px) {
  .list-top-job {
    padding-left: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .list-top-job {
    padding-left: 15px;
  }
}
@media screen and (max-width:1024px) {
  .list-top-job {
    padding-right: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .list-top-job {
    padding-right: 15px;
  }
}
@media screen and (max-width:1024px) {
  .list-top-job {
    gap: 3.71vw 4.39vw;
  }
}
@media screen and (max-width:767px) {
  .list-top-job {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.page-job {
  background: #f1f8e8;
}
.page-job__header {
  background: #FFF;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  .page-job__header {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .page-job__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-job__body {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1366px) {
  .page-job__body {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
@media screen and (max-width:767px) {
  .page-job__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-job__inner {
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width:1024px) {
  .page-job__inner {
    padding-bottom: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .page-job__inner {
    padding-bottom: 50px;
  }
}
.page-job__lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width:1024px) {
  .page-job__lead {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .page-job__lead {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  .page-job__lead {
    padding-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .page-job__lead {
    padding-top: 15px;
  }
}
.page-job__lead br {
  display: none;
}
.page-job__bg svg {
  width: 100%;
  height: auto;
}

.job-list {
  max-width: 1166px;
  margin: auto;
}
.job-list__item {
  padding-top: 75px;
}
@media screen and (max-width:1024px) {
  .job-list__item {
    padding-top: 7.32vw;
  }
}
@media screen and (max-width:767px) {
  .job-list__item {
    padding-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .job-list__item {
    padding-top: 60px;
  }
  .job-list__item:first-child {
    padding-top: 60px;
  }
}

.card-job-s {
  border: 2px solid #f29206;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 0 #f29206;
          box-shadow: 1px 1px 0 #f29206;
}
.card-job-s img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.card-job-s.-bd-none {
  background: #FFF;
  border: none;
}
.card-job-s__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 10px;
}
.card-job-s__link::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #f29206;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0.4;
}
.card-job-s__link:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.card-job-s__link:hover .card-job-s__btn {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.card-job-s__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  width: 120px;
  padding: 30px 0px 0px 40px;
}
@media screen and (max-width:1024px) {
  .card-job-s__icon {
    width: 11.72vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__icon {
    width: 80px;
  }
}
@media screen and (max-width:1024px) {
  .card-job-s__icon {
    padding: 2.93vw 0vw 0vw 3.91vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__icon {
    padding: 20px 0px 0px 15px;
  }
}
.card-job-s__group {
  padding: 30px 65px 30px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:1024px) {
  .card-job-s__group {
    padding: 2.93vw 6.35vw 2.93vw 3.91vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__group {
    padding: 15px 50px 15px 20px;
  }
}
.card-job-s__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  border-bottom: 2px solid #f29206;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
}
@media screen and (max-width:1024px) {
  .card-job-s__title {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__title {
    font-size: 16px;
  }
}
.card-job-s__text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
  .card-job-s__text {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__text {
    font-size: 13px;
  }
}
.card-job-s__btn {
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 10px;
  bottom: 10px;
  border: 2px solid #f29206;
  width: 35px;
  height: 35px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1024px) {
  .card-job-s__btn {
    width: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__btn {
    width: 25px;
  }
}
@media screen and (max-width:1024px) {
  .card-job-s__btn {
    height: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .card-job-s__btn {
    height: 25px;
  }
}
.card-job-s__btn svg {
  width: 40%;
  height: auto;
}

.card-job {
  background: #FFF;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #000;
  padding: 30px;
}
@media screen and (max-width:1024px) {
  .card-job {
    padding: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-job {
    padding: 15px;
  }
}
@media screen and (max-width:767px) {
  .card-job {
    border-radius: 10px;
    overflow: visible;
  }
}
.card-job__link {
  display: block;
  position: relative;
}
.card-job__link:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.card-job__link:hover .card-job__icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card-job__link:hover .card-job__btn {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.card-job__link:hover .card-job__box::before {
  opacity: 0.5;
}
.card-job__icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 0 #000;
          box-shadow: 6px 6px 0 #000;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 200px;
  height: 200px;
}
@media screen and (max-width:1024px) {
  .card-job__icon {
    width: 19.53vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__icon {
    width: 150px;
  }
}
@media screen and (max-width:1024px) {
  .card-job__icon {
    height: 19.53vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__icon {
    height: 150px;
  }
}
@media screen and (max-width:767px) {
  .card-job__icon {
    -webkit-box-shadow: 3px 3px 0 #000;
            box-shadow: 3px 3px 0 #000;
    margin-top: -60px;
    margin-bottom: 20px;
  }
}
.card-job__icon img {
  height: auto;
  width: 100px;
}
@media screen and (max-width:1024px) {
  .card-job__icon img {
    width: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__icon img {
    width: 80px;
  }
}
.card-job__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .card-job__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-job__detail {
  position: relative;
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
}
@media screen and (max-width:1024px) {
  .card-job__detail {
    padding-left: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__detail {
    padding-left: 0px;
  }
}
@media screen and (max-width:1024px) {
  .card-job__detail {
    width: calc(100% - 19.53vw);
  }
}
@media screen and (max-width:767px) {
  .card-job__detail {
    width: 100%;
  }
}
.card-job__box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 20px;
  padding-right: 35px;
}
@media screen and (max-width:1024px) {
  .card-job__box {
    padding-top: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__box {
    padding-top: 15px;
  }
}
@media screen and (max-width:1024px) {
  .card-job__box {
    padding-right: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__box {
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .card-job__box {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.card-job__box::before {
  content: "";
  background: #f29206;
  width: calc(100% + 200px + 60px + 30px);
  height: calc(100% + 30px);
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:1024px) {
  .card-job__box::before {
    width: calc(100% + 19.53vw + 5.86vw + 30px);
    height: calc(100% + 22.46vw);
  }
}
@media screen and (max-width:767px) {
  .card-job__box::before {
    width: calc(100% + 30px);
    right: -15px;
    height: calc(100% + 15px);
    border-radius: 0 0 8px 8px;
  }
}
.card-job__box > * {
  position: relative;
}
.card-job__title {
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  line-height: 1.4;
  border-bottom: 3px solid #f29206;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:1024px) {
  .card-job__title {
    font-size: 2.44vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__title {
    font-size: 20px;
  }
}
.card-job__heading {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  font-style: normal;
  font-family: "UD新ゴ DB";
  color: #FFF;
  padding-bottom: 15px;
}
@media screen and (max-width:1024px) {
  .card-job__heading {
    font-size: 1.76vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__heading {
    font-size: 16px;
  }
}
.card-job__desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  margin-bottom: 1.6em;
}
@media screen and (max-width:1024px) {
  .card-job__desc {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__desc {
    font-size: 15px;
  }
}
.card-job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.card-job__list li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  border-radius: 4.2em;
  background: #FFF;
  border: 1px solid #000;
  padding: 10px 15px;
}
@media screen and (max-width:1024px) {
  .card-job__list li {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__list li {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .card-job__list li {
    border-radius: 5px;
  }
}
.card-job__btn {
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -10px;
  bottom: -10px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 35px;
  height: 35px;
}
@media screen and (max-width:1024px) {
  .card-job__btn {
    width: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__btn {
    width: 25px;
  }
}
@media screen and (max-width:1024px) {
  .card-job__btn {
    height: 3.42vw;
  }
}
@media screen and (max-width:767px) {
  .card-job__btn {
    height: 25px;
  }
}
.card-job__btn svg {
  width: 40%;
  height: auto;
}
@media screen and (max-width:767px) {
  .card-job__btn {
    right: 0px;
    bottom: 0px;
  }
}

.job-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .job-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-point__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  width: 5.5em;
  text-align: center;
  background: #89c43f;
  padding: 0.5em;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 17px;
}
@media screen and (max-width:1024px) {
  .job-point__title {
    font-size: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .job-point__title {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) {
  .job-point__title {
    border-radius: 1.66vw;
  }
}
@media screen and (max-width:767px) {
  .job-point__title {
    border-radius: 10px;
  }
}
@media screen and (max-width:767px) {
  .job-point__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.job-point__title::before {
  content: "";
  position: absolute;
  background: url(../image/icon_leaf.svg) center center no-repeat;
  background-size: contain;
  width: 59px;
  height: 43px;
  top: -40px;
  right: 20px;
}
.job-point__detail {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  margin-left: 1.5em;
}
@media screen and (max-width:1024px) {
  .job-point__detail {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .job-point__detail {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .job-point__detail {
    margin-left: 0;
  }
}
.job-point__detail li {
  padding-left: 2.6em;
  position: relative;
}
.job-point__detail li:not(:last-child) {
  padding-bottom: 0.5em;
}
.job-point__detail li::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  background-color: #FFF;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.848" height="14.378" viewBox="0 0 20.848 14.378"><path d="M8.267,14.378,0,6.111,1.677,4.433l6.59,6.47L19.171,0l1.677,1.677Z" fill="%23ff8906"/></svg>');
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: center;
}

.job-modal {
  position: relative;
  background-color: #FFF;
  border: 3px solid #000000;
  padding: 0px 60px 50px 60px;
  border-radius: 24px;
}
@media screen and (max-width:1024px) {
  .job-modal {
    padding: 0vw 5.86vw 4.88vw 5.86vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal {
    padding: 0px 15px 15px 15px;
  }
}
@media screen and (max-width:1024px) {
  .job-modal {
    border-radius: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal {
    border-radius: 15px;
  }
}
@media screen and (max-width:767px) {
  .job-modal {
    border-width: 2px;
  }
}
.job-modal__icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
  -webkit-box-shadow: 6px 6px 0 #000;
          box-shadow: 6px 6px 0 #000;
}
@media screen and (max-width:1024px) {
  .job-modal__icon {
    width: 19.53vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__icon {
    width: 150px;
  }
}
@media screen and (max-width:1024px) {
  .job-modal__icon {
    height: 19.53vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__icon {
    height: 150px;
  }
}
@media screen and (max-width:1024px) {
  .job-modal__icon {
    top: -9.77vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__icon {
    top: -60px;
  }
}
@media screen and (max-width:767px) {
  .job-modal__icon {
    -webkit-box-shadow: 3px 3px 0 #000;
            box-shadow: 3px 3px 0 #000;
  }
}
.job-modal__icon img {
  width: 100px;
  height: auto;
}
@media screen and (max-width:1024px) {
  .job-modal__icon img {
    width: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__icon img {
    width: 80px;
  }
}
.job-modal__header {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .job-modal__header {
    margin-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__header {
    margin-bottom: 30px;
  }
}
.job-modal__header::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  background: #f29206;
  border-radius: 0 0 15px 15px;
  width: 80%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .job-modal__header::before {
    border-radius: 0 0 10px 10px;
  }
}
.job-modal__title {
  padding-top: 160px;
  width: 80%;
  text-align: center;
  margin: auto;
  position: relative;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
}
@media screen and (max-width:1024px) {
  .job-modal__title {
    padding-top: 15.63vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__title {
    padding-top: 120px;
  }
}
@media screen and (max-width:1024px) {
  .job-modal__title {
    font-size: 4.69vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__title {
    font-size: 32px;
  }
}
.job-modal__heading {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  font-family: "UD新ゴ B";
  color: #FFF;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width:1024px) {
  .job-modal__heading {
    font-size: 2.34vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__heading {
    font-size: 20px;
  }
}
.job-modal__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width:767px) {
  .job-modal__list {
    gap: 10px;
  }
}
.job-modal__list li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  border-radius: 4.2em;
  background: #FFF;
  border: 2px solid #000;
  padding: 10px 15px;
}
@media screen and (max-width:1024px) {
  .job-modal__list li {
    font-size: 1.37vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__list li {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .job-modal__list li {
    border-radius: 5px;
  }
}
.job-modal__detail {
  border-bottom: 3px solid #000;
  padding-bottom: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .job-modal__detail {
    padding-bottom: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__detail {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .job-modal__detail {
    border-width: 2px;
  }
}
.job-modal__detail > h3 {
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1em;
  border-bottom: 2px solid #f29206;
  padding-bottom: 0.6em;
}
@media screen and (max-width:1024px) {
  .job-modal__detail > h3 {
    font-size: 1.95vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__detail > h3 {
    font-size: 18px;
  }
}
.job-modal__detail > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width:1024px) {
  .job-modal__detail > p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width:767px) {
  .job-modal__detail > p {
    font-size: 15px;
  }
}
.job-modal__detail ol {
  margin-bottom: 2em;
}
.job-modal__detail ol li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.sp-bt {
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background: #FFF;
  display: block;
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  display: none;
}
@media screen and (max-width:767px) {
  .sp-bt {
    display: block;
  }
}
.sp-bt.cross .-bar .-line:nth-child(1) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
.sp-bt.cross .-bar .-line:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 5px;
}
.sp-bt .-bar {
  margin: 13px auto;
  width: 21px;
  height: 12px;
  position: relative;
  display: block;
}
.sp-bt .-bar .-line {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition-property: top, bottom, -webkit-transform;
  transition-property: top, bottom, -webkit-transform;
  transition-property: transform, top, bottom;
  transition-property: transform, top, bottom, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.sp-bt .-bar .-line:nth-child(1) {
  top: 0;
}
.sp-bt .-bar .-line:nth-child(2) {
  bottom: 0;
}

.sp-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100%;
  background: #FFF;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 10000;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:767px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.menu-open .sp-nav {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.drawer-nav-global {
  width: 80%;
}
.drawer-nav-global li {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
}
.drawer-nav-global li a {
  display: block;
  text-align: center;
}
.drawer-nav-global li:not(:last-child) {
  border-bottom: 2px solid #000;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.flow__box.-after-flow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.flow__box.-after-flow > * {
  width: 100%;
  max-width: initial;
}

#modal {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 10003;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
#modal.is-view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@supports (-webkit-touch-callout: none) {
  #modal {
    pointer-events: auto;
  }
}
.modal-inner {
  padding: 50px 15px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .modal-inner {
    padding: 30px 10px;
  }
}

#modal-container {
  padding-top: 150px;
  pointer-events: all;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 980px;
}
@media screen and (max-width:767px) {
  #modal-container {
    padding-top: 60px;
  }
}

#modal-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10002;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
#modal-overlay.is-view {
  visibility: visible;
  opacity: 1;
}

#modal-close {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 10;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #FFF url(../image/close.svg) center center no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#modal-close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media screen and (max-width:767px) {
  #modal-close {
    height: 40px;
    width: 40px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.z1 {
  z-index: 1;
  position: relative;
}

.z10 {
  z-index: 10;
  position: relative;
}

.interval-m {
  margin-top: 50px;
}
@media screen and (max-width:1024px) {
  .interval-m {
    margin-top: 4.88vw;
  }
}
@media screen and (max-width:767px) {
  .interval-m {
    margin-top: 20px;
  }
}

.interval-l {
  margin-top: 100px;
}
@media screen and (max-width:1024px) {
  .interval-l {
    margin-top: 9.77vw;
  }
}
@media screen and (max-width:767px) {
  .interval-l {
    margin-top: 50px;
  }
}

.interval-s {
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .interval-s {
    margin-top: 2.93vw;
  }
}
@media screen and (max-width:767px) {
  .interval-s {
    margin-top: 10px;
  }
}

.u-note {
  line-height: 1.6;
  font-size: 12px;
}
.u-note:not(:first-child) {
  margin-top: 1.6em;
}

.u-h-style2 {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  color: #FFF;
  line-height: 1.2;
  padding: 0.3em 0.5em;
  background: #000;
  text-align: center;
}
.u-h-style2:not(:first-child) {
  margin-top: 3.2em;
}

.u-h-style1 {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: "UD新ゴ M";
  line-height: 1.6;
  border-bottom: 2px solid #f29206;
  padding-bottom: 0.6em;
}
.u-h-style1.-c-sub {
  border-color: #89c43f;
}
.u-h-style1:not(:first-child) {
  margin-top: 1.6em;
}

.u-list-style1 {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .u-list-style1 {
    font-size: 15px;
  }
}
.u-list-style1:not(:first-child) {
  margin-top: 1.6em;
}
.u-list-style1.-c-sub li::before {
  border-color: #89c43f;
}
.u-list-style1 li {
  font-weight: 400;
  font-style: normal;
  font-family: "UD新ゴ R";
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}
.u-list-style1 li:not(:last-child) {
  margin-bottom: 0.8em;
}
.u-list-style1 li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 3px solid #f29206;
  position: absolute;
  left: 0;
  top: 0.3em;
}/*# sourceMappingURL=style.css.map */