@charset "UTF-8";
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes linkBottomBorderAnime {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  50% {
    width: 0;
    right: 0;
    left: auto;
  }
  50.1% {
    left: 0;
    right: auto;
    width: 0;
  }
  100% {
    right: auto;
    left: 0;
    width: 100%;
  }
}
.sp {
  display: inline-block;
}

.l-body .pc-only, .l-body .pc {
  display: none;
}

@media (min-width: 767px) {
  .l-body .sp {
    display: none;
  }
  .l-body .pc-only, .l-body .pc {
    display: inline-block;
  }
}
.jpn {
  font-family: "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.eng {
  font-family: "Chakra Petch", "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #262626;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Chakra Petch", "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  max-width: 100vw;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: rgba(38, 38, 38, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(38, 38, 38, 0.7);
  color: #fff;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #F08300;
  text-decoration: underline;
  position: relative;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: all 0.4s;
}

a:hover img {
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  a:hover img {
    transform: scale(1.1);
  }
}

a,
label,
input,
button {
  transition: all 0.4s;
}

/* l-header
--------------------------- */
#l-header {
  display: none;
}
@media (min-width: 1024px) {
  #l-header {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #l-header .l-header__inner {
    height: 100px;
    max-width: 1440px;
  }
}
#l-header .l-headermenu__navLists.js-navLists {
  display: none;
}
@media (min-width: 1024px) {
  #l-header .l-headermenu__navLists.js-navLists {
    height: 100px;
    padding: 0;
    margin: 0;
  }
}

.l-body {
  width: 100%;
  overflow-x: hidden;
}

.l-header .l-header__logo {
  width: calc(100% - 65px);
}
@media (min-width: 1024px) {
  .l-header .l-header__logo {
    padding-right: 40px;
  }
}
.l-header .l-header__logo:hover img {
  transform: none;
}
.l-header .l-header__nav .l-header__submenuwrap {
  display: none;
}
@media (min-width: 1024px) {
  .l-header .l-header__nav .l-header__submenuwrap.pc-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-header .l-headermenu__submenuwrap.pc-only {
    display: none;
  }
}

.l-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 19990;
  transition: all 0.4s;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* menu toggle */
}
@media (min-width: 1024px) {
  .l-header {
    height: 100px;
  }
}
.l-header.is-headIn {
  transform: translateY(-100%);
}
.l-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  text-transform: uppercase;
  text-decoration: none;
  color: #262626;
  font-size: 2rem;
  font-weight: bold;
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__navCta {
  display: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 16px;
  color: #fff;
  background-color: #F08300;
  border: solid 1px #F08300;
  position: relative;
  line-height: 40px;
  width: 118px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-left: 13px;
  margin-right: 13px;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .l-header__navCta {
    display: flex;
  }
}
.l-header__navCta:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-header__navCta:before {
  content: "";
  position: absolute;
  left: -12px;
  border-top: 24px solid transparent;
  border-right: 12px solid #F08300;
  border-bottom: 24px solid transparent;
}
.l-header__navCta:after {
  content: "";
  position: absolute;
  right: -12px;
  border-top: 24px solid transparent;
  border-left: 12px solid #F08300;
  border-bottom: 24px solid transparent;
}
.l-header__navCta.-contact {
  padding: 3px 0;
  font-size: 1.4rem;
  background-color: #00AAF6;
  border-color: #00AAF6;
}
.l-header__navCta.-contact:before {
  border-right: 12px solid #00AAF6;
}
.l-header__navCta.-contact:after {
  border-left: 12px solid #00AAF6;
}
.l-header__navLists {
  z-index: 1;
  position: fixed;
  top: 60px;
  left: 0;
  left: 100%;
  width: 100%;
  max-width: 100vw;
  background: #fff;
  text-align: center;
  transition: all 0.4s;
}
.l-header__navLists a {
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 12px;
  margin: 16px auto;
  font-feature-settings: "palt";
  font-weight: bold;
}
.l-header__navLists a:hover {
  text-decoration: none;
  color: #F08300;
}
.l-header__navHamburger {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  position: relative;
  /*height: calc($header-height - 20px);*/
  transition: transform 0.4s ease-in;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .l-header__navHamburger {
    width: 44px;
    height: 44px;
  }
}
.l-header__navHamburger > span {
  display: block;
  position: absolute;
}
.l-header__navHamburger > span:before, .l-header__navHamburger > span:after {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #262626;
  content: "";
  cursor: pointer;
  transition: all 0.4s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-header__navHamburger > span:before, .l-header__navHamburger > span:after {
    width: 32px;
    height: 3px;
  }
}
.l-header__navHamburger > span:after {
  transform: rotate(0deg) !important;
}
.l-header__navHamburger > .l-header__navHamburgerline:before, .l-header__navHamburger > .l-header__navHamburgerline:after {
  background-color: #fff;
}
.l-header__navHamburger > span {
  top: 47%;
  left: 50%;
  translate: -50%;
}
.l-header__navHamburger > span:before {
  transform: translateY(-10px);
}
.l-header__navHamburger > span:after {
  top: 0;
  transform: translateY(-2px);
}
.l-header__navHamburger .l-header__navHamburgertext {
  color: #fff;
  font-weight: bold;
  font-size: 79%;
  letter-spacing: 0.1em;
  position: relative;
  top: 3px;
}
@media (min-width: 1024px) {
  .l-header__navHamburger .l-header__navHamburgertext {
    top: 0;
    margin-top: 13px;
    font-size: 86%;
    padding-top: 0px;
    display: block;
    line-height: 1;
  }
}
.l-header__navClose {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition: all 0.4s;
}
.l-header #l-header__navToggle {
  display: none;
}
.l-header #l-header__navToggle:checked {
  /*
  & ~ .l-header__navClose {
      display: block;
      top: $header-height;
      left: 0;
  }
  */
}
.l-header #l-header__navToggle:checked + .l-header__navHamburger {
  transform: rotate(45deg);
}
.l-header #l-header__navToggle:checked + .l-header__navHamburger span:before,
.l-header #l-header__navToggle:checked + .l-header__navHamburger span:after {
  transition: all 0.4s;
  transform: rotate(90deg);
}
@media (min-width: 767px) {
  .l-header__inner {
    justify-content: space-between;
  }
  .l-header__nav {
    flex-direction: row-reverse;
  }
  .l-header__navCta {
    padding: 3px 32px;
  }
  .l-header__navLists {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    width: 520px;
    justify-content: space-between;
    margin-right: 10px;
  }
  .l-header__navLists a {
    margin: 8px auto;
    padding: 0 8px;
    font-size: 1.2rem;
  }
  .l-header__navLists a:after {
    background-color: #262626;
  }
}
@media (min-width: 1240px) {
  .l-header__navLists {
    width: 754px;
    margin-inline: 24px;
  }
  .l-header__navLists a {
    font-size: 100%;
    margin: 8px auto;
    padding: 0 8px;
  }
  .l-header__navLists a:after {
    background-color: #262626;
  }
}

.l-header #l-header__navToggle:checked ~ .l-header__navLists {
  z-index: 19999; /*
top: 0;
top:60px;
width: 100%;
height: 100vh;
*/
}

.l-headermenu.--onlymv {
  height: 63px;
}
.l-headermenu.--onlymv .l-header__navHamburger {
  top: -3px;
  right: 9px;
}

.l-headermenu__innerwrap {
  /*
  opacity: 0;
  visibility: hidden;
  background: s.$c-orange2;
  */
  width: 100vw;
  height: 60px;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  transition-delay: 0.2;
  position: relative;
  padding: 0 0 0 20px;
}
@media (min-width: 1024px) {
  .l-headermenu__innerwrap {
    position: absolute;
    padding: 0 40px 0 40px;
    height: 80px;
  }
}
.l-headermenu__innerwrap--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}
@media (min-width: 1024px) {
  .l-headermenu__innerwrap--menu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
  }
}

.l-headermenu {
  margin-top: 0;
  z-index: 19993;
  background: 0 0;
  position: fixed;
}
@media (min-width: 1024px) {
  .l-headermenu {
    position: absolute;
    height: 80px;
  }
}
.l-headermenu__btns {
  display: flex;
}
.l-headermenu__btns a {
  display: grid;
  place-content: center;
  padding-right: 4px;
  width: 64px;
  height: 60px;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .l-headermenu__btns a {
    display: none;
  }
}
.l-headermenu .l-header__logo {
  width: 220px;
  z-index: 1999;
  display: grid;
}
@media (min-width: 1024px) {
  .l-headermenu .l-header__logo {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}
.l-headermenu .l-header__logo img {
  width: 100%;
}
@media (min-width: 1024px) {
  .l-headermenu .l-header__logo img {
    width: 395px;
  }
}
.l-headermenu .l-header__navHamburger {
  z-index: 1999;
  width: 60px;
  height: 60px;
  background-color: #F08300;
}
@media (min-width: 1024px) {
  .l-headermenu .l-header__navHamburger {
    width: 80px;
    height: 80px;
  }
}
.l-headermenu .l-header__inner {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .l-headermenu .l-header__inner {
    height: 100%;
  }
}
.l-headermenu .l-headermenu__navLists {
  /*
  background: s.$c-orange2;
  opacity: 0;
  visibility: hidden;
  */
  overflow: auto;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 104px 18px;
  z-index: 1998;
  position: fixed;
  top: -150vh;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navLists {
    max-width: 1156px;
    margin: 90px auto 0;
    padding: 67px 18px;
    left: 0;
    right: 0;
  }
}
.l-headermenu .l-headermenu__img {
  display: none;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslist {
    width: 33.3333333333%;
    height: 39px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslist:nth-of-type(1) {
    width: 100%;
  }
}
.l-headermenu .l-headermenu__navListslistlink,
.l-headermenu .l-headermenu__submenulink,
.l-headermenu .l-headermenu__navListslistborderlink,
.l-headermenu .l-headermenu__navListslistborderlink02 {
  text-decoration: none;
  color: #EFEFEF;
}
.l-headermenu .l-headermenu__navListslistlink {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  position: relative;
  transition: 0;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistlink {
    border-bottom: none;
    padding: 0;
  }
}
.l-headermenu .l-headermenu__navListslistlink:after {
  content: "";
  width: 21px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  background: url(/recruit/asset/images/common/headermenu_arrow.svg);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistlink:after {
    display: none;
  }
}
.l-headermenu .l-headermenu__eng {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__eng {
    font-size: 3rem;
  }
}
.l-headermenu .l-headermenu__jpn {
  font-size: 93%;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__jpn {
    font-size: 100%;
  }
}
.l-headermenu .l-headermenu__navListslistborder01 {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistborder01 {
    width: 353px;
    margin-top: 0;
  }
}
.l-headermenu .l-headermenu__navListslistborder01 .l-headermenu__navListslistborderlink {
  position: relative;
  background: #fff;
  color: #F08300;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  display: flex;
  width: calc(100% - 54px);
  height: 56px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistborder01 .l-headermenu__navListslistborderlink {
    margin: 16px;
  }
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistborder02 {
    width: 353px;
  }
}
.l-headermenu .l-headermenu__navListslistborder02 .l-headermenu__navListslistborderlink02 {
  position: relative;
  border: 1px solid #fff;
  font-size: 93%;
  margin-top: 20px;
  display: flex;
  width: calc(100% - 54px);
  height: 56px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistborder02 .l-headermenu__navListslistborderlink02 {
    margin: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .l-headermenu .l-headermenu__navListslistborder02 .l-headermenu__navListslistborderlink02 img {
    width: 24px;
  }
}
.l-headermenu .l-headermenu__navListslistborder02.-contact .l-headermenu__navListslistborderlink02 {
  background-color: #00AAF6;
  border-color: #00AAF6;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-headermenu .l-headermenu__navListslistborder02.-contact .l-headermenu__navListslistborderlink02::before {
  border-right: 16.5px solid #00AAF6;
}
.l-headermenu .l-headermenu__navListslistborder02.-contact .l-headermenu__navListslistborderlink02::after {
  border-left: 16.5px solid #00AAF6;
}
.l-headermenu .l-headermenu__navListslistborderlink::before,
.l-headermenu .l-headermenu__navListslistborderlink02::before {
  content: "";
  position: absolute;
  left: -16px;
  border-top: 28px solid transparent;
  border-right: 16.5px solid #fff;
  border-bottom: 28px solid transparent;
}
.l-headermenu .l-headermenu__navListslistborderlink::after,
.l-headermenu .l-headermenu__navListslistborderlink02::after {
  content: "";
  position: absolute;
  right: -16px;
  border-top: 28px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 28px solid transparent;
}
.l-headermenu .l-headermenu__navListslistborderlink02::before {
  content: "";
  position: absolute;
  left: -16px;
  border-top: 28px solid transparent;
  border-right: 16.5px solid #fff;
  border-bottom: 28px solid transparent;
}
.l-headermenu .l-headermenu__navListslistborderlink02::after {
  content: "";
  position: absolute;
  right: -16px;
  border-top: 28px solid transparent;
  border-left: 16.5px solid #fff;
  border-bottom: 28px solid transparent;
}
.l-headermenu .l-headermenu__navListslistborder__jpn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-headermenu .l-headermenu__navListslistborder__jpn::before {
  content: "";
  position: absolute;
  left: -15.5px;
  border-top: 27px solid transparent;
  border-right: 16px solid #F08300;
  border-bottom: 27px solid transparent;
}
.l-headermenu .l-headermenu__navListslistborder__jpn::after {
  content: "";
  position: absolute;
  right: -15.5px;
  border-top: 27px solid transparent;
  border-left: 16px solid #F08300;
  border-bottom: 27px solid transparent;
  z-index: 1;
}

.l-header__submenulink--wrap {
  position: relative;
  padding-right: 16px;
}
.l-header__submenulink--wrap:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #262626;
  border-right: solid 2px #262626;
  transform: rotate(135deg);
  background: #fff !important;
  position: absolute;
  right: 8px;
  top: -3.5px;
  bottom: 0;
  margin: auto 0;
  transition: all 0.4s;
}
.l-header__submenulink--wrap:hover:after {
  border-color: #F08300;
  transform: rotate(-45deg);
  top: 2px;
}
.l-header__submenulink--wrap:hover:before {
  content: "";
  width: 100px;
  height: 50px;
  bottom: -33px;
  position: absolute;
  left: -8px;
}
.l-header__submenulink--wrap:hover .l-header__submenuwrap {
  display: flex !important;
  position: fixed;
  width: 100%;
  background: #F08300;
  min-width: 1000px;
  left: 50%;
  translate: -50%;
  margin: 31px auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 48px 30px;
}
@media (min-width: 1240px) {
  .l-header__submenulink--wrap:hover .l-header__submenuwrap {
    width: 1120px;
    padding: 48px 40px;
  }
}
.l-header__submenulink--wrap .l-header__submenulink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__submenulink--wrap .l-header__submenutit {
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 1240px) {
  .l-header__submenulink--wrap .l-header__submenutit {
    margin-right: 40px;
  }
}
.l-header__submenulink--wrap .l-header__submenutit .l-header__eng {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.l-header__submenulink--wrap .l-header__submenutit .l-header__jpn {
  font-size: 1.4rem;
  margin-left: 10px;
}
.l-header__submenulink--wrap .l-header__submenutit + * {
  position: relative;
  padding-left: 40px;
}
.l-header__submenulink--wrap .l-header__submenutit + *:after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__submenulink--wrap .requirements-link__list {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  gap: 2px 32px;
}
.l-header__submenulink--wrap .requirements-link__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.l-header__submenulink--wrap .requirements-link__item a {
  margin: 0;
  padding: 12px 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__submenulink--wrap .requirements-link__item a::after {
  content: "";
  display: block;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjAgNiIgZmlsbD0ibm9uZSI+IDxyZWN0IHk9IjIiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNMjAgM0wxNi4yNSA1LjU5ODA4VjAuNDAxOTI0TDIwIDNaIiBmaWxsPSJ3aGl0ZSIvPiA8L3N2Zz4=) no-repeat 0 0;
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjAgNiIgZmlsbD0ibm9uZSI+IDxyZWN0IHk9IjIiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNMjAgM0wxNi4yNSA1LjU5ODA4VjAuNDAxOTI0TDIwIDNaIiBmaWxsPSJ3aGl0ZSIvPiA8L3N2Zz4=) no-repeat 0 0;
  width: 20px;
  height: 6px;
  background-color: currentColor;
  translate: -6px;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .l-header__submenulink--wrap .requirements-link__item a:hover::after {
    translate: 0;
  }
}
.l-header__submenulink--wrap .l-header__innermenulist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}
.l-header__submenulink--wrap .l-header__innermenulist li {
  width: 302px;
}
.l-header__submenulink--wrap .l-header__innermenulist li a {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.l-header__submenulink--wrap .l-header__innermenulist li img {
  width: 100%;
  height: auto;
}
.l-header__submenulink--wrap .l-header__innermenulist .l-header__submenulink {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-header__submenulink--wrap .l-header__innermenulist .l-header__imgs {
  display: block;
  overflow: hidden;
}
.l-header__submenulink--wrap .l-header__innermenulist .l-header__eng {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 9px;
}
.l-header__submenulink--wrap .l-header__innermenulist .l-header__jpn {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 2px;
}

.active .l-headermenu__navLists {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: 0s;
}
@media (min-width: 1024px) {
  .active .l-headermenu__navLists {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }
}

.l-headermenu__submenuwrap.pc-only,
.l-headermenu__navListslist.pc-only.pcnum01 {
  display: none;
}

@media (min-width: 1024px) {
  .l-headermenu__navListslist.pc-only.pcnum01 {
    display: inline-block;
  }
}
.active .l-headermenu__innerwrap {
  background: #F08300;
  transition: 0.2s;
  height: 100vh;
  position: fixed;
}

.active .l-header__navHamburger > .l-header__navHamburgerline:after {
  transform: rotate(-135deg) !important;
  top: -5px;
}

.active .l-header__navHamburger > .l-header__navHamburgerline:before {
  transform: rotate(135deg) !important;
  top: -5px;
}

.active .l-header__inner {
  max-width: 100%;
}

.l-headermenu.active {
  position: fixed;
  z-index: 19999;
}

.l-header.l-headermenu.active .l-headermenu__innerwrap {
  position: relative;
}
.l-header.l-headermenu.active .l-headermenu__innerwrap:after {
  display: none;
  content: "";
  position: absolute;
  width: 519px;
  height: 529px;
  bottom: -75px;
  right: -10px;
  background: url(/recruit/asset/images/common/header_background-mark.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 1024px) {
  .l-header.l-headermenu.active .l-headermenu__innerwrap:after {
    display: block;
  }
}

.l-headermenu__navListslistborderlink:hover,
.l-headermenu__navListslistborderlink02:hover,
.l-headermenu__navListslistlink:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1023px) {
  #l-header.scrollOverContents {
    background: #fff;
    z-index: 19997;
    display: flex;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  #l-header.scrollOverContents .l-header__logo {
    opacity: 0;
    transition: 0;
  }
  #l-header.scrollOverContents + .l-headermenu {
    z-index: 19998;
    background: #fff;
    height: 60px;
  }
  #l-header + .l-headermenu .l-header__logo {
    background-size: contain !important;
    transition: 0 !important;
    height: 24px;
  }
  #l-header.scrollOverContents + .l-headermenu:not(.active) .l-header__logo {
    background: url(/recruit/asset/images/common/header_logo_active.svg?);
    background-repeat: no-repeat;
    transition: 0 !important;
  }
  #l-header.scrollOverContents + .l-headermenu:not(.active) .l-header__logo img {
    opacity: 0;
    transition: 0;
  }
  .__linktype-both .l-headermenu__jpn {
    width: 100%;
    display: block;
  }
  .__linktype-both .l-headermenu__jpn {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 400px) {
  .test {
    display: none;
  }
  #l-header + .l-headermenu .l-header__logo {
    background-size: contain !important;
  }
}
/*
.l-content {
    .l-header__navCta {
        @include s.breakpoint(pc) {
            width: 123px;
            margin-right: 42px;
            line-height: 32px;
        }
        &:before {
            @include s.breakpoint(pc) {
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
            }
        }
        &:after {
            @include s.breakpoint(pc) {
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
            }
        }
    }/*
    .l-header__navLists {
        @include s.breakpoint(pc) {
            margin-right: 0;
            width: 680px;
        }
        a {
            @include s.breakpoint(pc) {
                letter-spacing: .17em;
            }
        }
    }
}*/
@media (min-width: 1024px) {
  .pcnum03 + .l-headermenu__navListslist {
    line-height: 1.2;
    height: auto;
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .pcnum07 {
    margin-right: 50%;
  }
}

/* l-footer
--------------------------- */
.l-footer {
  max-width: 100vw;
  font-size: 1.4rem;
  background: #2B2E38;
  padding: 32px;
}
@media (min-width: 1024px) {
  .l-footer {
    margin-top: 45px;
    padding: 48px 80px 43px;
  }
}
.l-footer__inner {
  margin: 0 auto;
  padding: 0px 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .l-footer__inner {
    max-width: 1440px;
  }
}
@media (min-width: 767px) {
  .l-footer__inner img {
    width: 342px;
  }
}
.l-footer__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-footer__subtitle {
    font-size: 2.1rem;
    margin-top: 8px;
    letter-spacing: 0.12em;
  }
}
.l-footer__subtitle + p {
  text-align: center;
  width: 100%;
}
.l-footer__subtitle + p span {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 767px) {
  .l-footer__subtitle + p span {
    font-size: 3.2vw;
  }
}
@media (min-width: 1024px) {
  .l-footer__subtitle + p span {
    font-size: 1.5rem;
  }
}
.l-footer__subtitle + p span a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 767px) {
  .l-footer__subtitle + p span a {
    font-size: 3.9vw;
  }
}
@media (min-width: 1024px) {
  .l-footer__subtitle + p span a {
    pointer-events: none;
    font-size: 3rem;
  }
}
.l-footer__subtitle + p span:last-of-type {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (min-width: 767px) {
  .l-footer__subtitle + p span:last-of-type {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .l-footer__subtitle + p span:last-of-type {
    font-size: 1.3rem;
  }
}
.l-footer .l-footer__link {
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .l-footer .l-footer__link {
    margin-top: 1px;
    position: relative;
    left: 9px;
  }
}
.l-footer .l-footer__link img {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media (min-width: 1024px) {
  .l-footer .l-footer__link img {
    top: 3px;
    left: 2px;
  }
}
.l-footer__copy {
  width: 100%;
  max-width: 100vw;
  font-size: 1rem;
  margin: 0;
  text-align: center;
  background: #fff;
  width: 100%;
  display: block;
  color: #aaa;
  font-weight: bold;
  padding: 18px 20px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .l-footer__copy {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
.l-footer__information--wrap > a {
  color: #fff !important;
}
@media (min-width: 767px) {
  .l-footer__inner {
    flex-direction: row;
  }
  .l-footer__copy {
    margin: auto 0 0;
  }
}

.cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
}
.cookie-consent .cookie-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .cookie-consent .cookie-btn {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .cookie-consent {
    flex-direction: row;
  }
}

.overlay {
  visibility: hidden;
}

.overlay.is-open {
  visibility: visible;
  z-index: 50;
}

.cookie-consent a {
  color: #fff !important;
  text-decoration: underline;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
  margin-left: 20px;
}

.cookie-agree:hover {
  cursor: pointer;
}

.cookie-close {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: calc(0% - 40px);
  right: 7vw;
  display: grid;
  place-items: center;
}
.cookie-close span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2em;
  height: 0.2em;
  background: #fff;
  position: relative;
  transform: rotate(45deg);
}
.cookie-close span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .cookie-close {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 30px;
    position: inherit;
    background: rgba(0, 0, 0, 0);
  }
}

/* l-content
--------------------------- */
.l-content .l-header {
  background: #fff;
}
@media (min-width: 1024px) {
  .l-content .l-header__navHamburger .l-header__navHamburgertext {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .l-content .l-headermenu {
    display: none;
  }
}
.l-content .l-headermenu .l-header__logo {
  background: url(/recruit/asset/images/common/header_logo_active.svg?);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
}
.l-content .l-headermenu .l-header__logo img {
  display: none;
}
.l-content .l-headermenu.active .l-header__navHamburgertext {
  color: #fff;
}
.l-content .l-headermenu.active .l-header__navHamburger > .l-header__navHamburgerline::after, .l-content .l-headermenu.active .l-header__navHamburger > .l-header__navHamburgerline::before {
  background: #fff;
}
.l-content .l-headermenu.active .l-header__logo {
  background: none;
}
.l-content .l-headermenu.active .l-header__logo img {
  display: block;
}
@media (min-width: 1024px) {
  .l-content .l-header__navHamburger > .l-header__navHamburgerline::after, .l-content .l-header__navHamburger > .l-header__navHamburgerline::before {
    background: #fff;
  }
}
.l-content main {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .l-content main {
    padding-top: 100px;
  }
}
.l-content .page_mv {
  background-color: #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
  height: 48vw;
}
@media (max-width: 1023px) {
  .l-content .page_mv {
    background: url(/recruit/asset/images/common/header_bg_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .l-content .page_mv {
    background-color: #f3f3f3;
    background-image: url();
    height: 360px;
    /*
    background-color: #f3f3f3;
    background: url(/recruit/asset/images/common/header_bg_pc.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    */
  }
}
.l-content .page_mv--title {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .l-content .page_mv--title {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .l-content .page_mv--title:before {
    content: "";
    width: 268px;
    height: 360px;
    display: block;
    position: absolute;
    background: url(/recruit/asset/images/common/header_bg_pc_01.svg);
    left: -91px;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .l-content .page_mv--title:after {
    content: "";
    width: 610px;
    height: 360px;
    display: block;
    position: absolute;
    background: url(/recruit/asset/images/common/header_bg_pc_02.svg);
    right: -106px;
    top: 0;
  }
}
.l-content .page_mv--title--wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.l-content .page_mv--title--wrap span {
  display: block;
  width: 100%;
}
.l-content .page_mv--title--wrap .eng {
  font-size: 12vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 767px) {
  .l-content .page_mv--title--wrap .eng {
    font-size: 8rem;
    letter-spacing: 0.1em;
    position: relative;
    top: -5px;
  }
}
.l-content .page_mv--title--wrap .jpn {
  color: #AAA;
  font-weight: bold;
  font-size: 4.5vw;
  position: relative;
  line-height: 1;
  top: -10px;
}
@media (min-width: 767px) {
  .l-content .page_mv--title--wrap .jpn {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.l-content .page_mv .c-section {
  background: none;
}
@media (min-width: 1024px) {
  .l-content .page_mv .c-section__title {
    font-size: 4.6rem;
  }
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(1) {
  transition-delay: 0.4s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(2) {
  transition-delay: 0.45s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(3) {
  transition-delay: 0.5s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(4) {
  transition-delay: 0.55s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(5) {
  transition-delay: 0.6s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(6) {
  transition-delay: 0.65s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(7) {
  transition-delay: 0.7s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(8) {
  transition-delay: 0.75s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(9) {
  transition-delay: 0.8s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(10) {
  transition-delay: 0.85s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(11) {
  transition-delay: 0.9s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(12) {
  transition-delay: 0.95s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(13) {
  transition-delay: 1s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(14) {
  transition-delay: 1.05s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(15) {
  transition-delay: 1.1s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(16) {
  transition-delay: 1.15s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(17) {
  transition-delay: 1.2s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(18) {
  transition-delay: 1.25s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(19) {
  transition-delay: 1.3s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(20) {
  transition-delay: 1.35s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(21) {
  transition-delay: 1.4s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(22) {
  transition-delay: 1.45s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(23) {
  transition-delay: 1.5s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(24) {
  transition-delay: 1.55s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(25) {
  transition-delay: 1.6s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(26) {
  transition-delay: 1.65s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(27) {
  transition-delay: 1.7s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(28) {
  transition-delay: 1.75s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(29) {
  transition-delay: 1.8s;
}
.l-content .c-section__bgtitleline.scrolled.__line01 span:nth-of-type(30) {
  transition-delay: 1.85s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(1) {
  transition-delay: 0.5s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(2) {
  transition-delay: 0.55s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(3) {
  transition-delay: 0.6s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(4) {
  transition-delay: 0.65s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(5) {
  transition-delay: 0.7s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(6) {
  transition-delay: 0.75s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(7) {
  transition-delay: 0.8s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(8) {
  transition-delay: 0.85s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(9) {
  transition-delay: 0.9s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(10) {
  transition-delay: 0.95s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(11) {
  transition-delay: 1s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(12) {
  transition-delay: 1.05s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(13) {
  transition-delay: 1.1s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(14) {
  transition-delay: 1.15s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(15) {
  transition-delay: 1.2s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(16) {
  transition-delay: 1.25s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(17) {
  transition-delay: 1.3s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(18) {
  transition-delay: 1.35s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(19) {
  transition-delay: 1.4s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(20) {
  transition-delay: 1.45s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(21) {
  transition-delay: 1.5s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(22) {
  transition-delay: 1.55s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(23) {
  transition-delay: 1.6s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(24) {
  transition-delay: 1.65s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(25) {
  transition-delay: 1.7s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(26) {
  transition-delay: 1.75s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(27) {
  transition-delay: 1.8s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(28) {
  transition-delay: 1.85s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(29) {
  transition-delay: 1.9s;
}
.l-content .c-section__bgtitleline.scrolled.__line02 span:nth-of-type(30) {
  transition-delay: 1.95s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(1) {
  transition-delay: 0.6s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(2) {
  transition-delay: 0.65s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(3) {
  transition-delay: 0.7s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(4) {
  transition-delay: 0.75s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(5) {
  transition-delay: 0.8s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(6) {
  transition-delay: 0.85s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(7) {
  transition-delay: 0.9s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(8) {
  transition-delay: 0.95s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(9) {
  transition-delay: 1s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(10) {
  transition-delay: 1.05s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(11) {
  transition-delay: 1.1s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(12) {
  transition-delay: 1.15s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(13) {
  transition-delay: 1.2s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(14) {
  transition-delay: 1.25s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(15) {
  transition-delay: 1.3s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(16) {
  transition-delay: 1.35s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(17) {
  transition-delay: 1.4s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(18) {
  transition-delay: 1.45s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(19) {
  transition-delay: 1.6s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(20) {
  transition-delay: 1.65s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(21) {
  transition-delay: 1.7s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(22) {
  transition-delay: 1.75s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(23) {
  transition-delay: 1.8s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(24) {
  transition-delay: 1.85s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(25) {
  transition-delay: 1.9s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(26) {
  transition-delay: 1.95s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(27) {
  transition-delay: 2s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(28) {
  transition-delay: 2.05s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(29) {
  transition-delay: 2.1s;
}
.l-content .c-section__bgtitleline.scrolled.__line03 span:nth-of-type(30) {
  transition-delay: 2.15s;
}
.l-content .js-scroll.scrolled.c-section__bgtitleline.__line01::before {
  transition-delay: 0.1s;
}
.l-content .js-scroll.scrolled.c-section__bgtitleline.__line02::before {
  transition-delay: 0.2s;
}
.l-content .js-scroll.scrolled.c-section__bgtitleline.__line03::before {
  transition-delay: 0.3s;
}
.l-content a[href^="tel:"] {
  text-decoration: none;
  color: #262626;
}
@media (min-width: 767px) {
  .l-content a[href^="tel:"] {
    pointer-events: none;
  }
}

.l-bread_inner {
  width: calc(100vw - 40px);
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .l-bread_inner {
    margin-top: -2px;
    max-width: 1120px;
    padding-bottom: 13px;
  }
}
.l-bread_inner--list {
  display: flex;
  flex-wrap: wrap;
}
.l-bread_inner--list--item {
  color: #AAAAAA;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .l-bread_inner--list--item {
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
    font-feature-settings: inherit;
  }
}
.l-bread_inner--list--item a {
  color: #342E2E;
  text-decoration: none;
  font-weight: bold;
  padding-right: 28px;
  letter-spacing: 0.1rem;
  position: relative;
}
@media (min-width: 1024px) {
  .l-bread_inner--list--item a {
    font-size: 1.4rem;
    padding-right: 29px;
    line-height: 1;
  }
}
.l-bread_inner--list--item a:after {
  content: "";
  width: 8px;
  height: 2px;
  background: #f08300;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
}
@media (min-width: 1024px) {
  .l-bread_inner--list--item:nth-of-type(n+2) a {
    font-size: 1.2rem;
  }
}

.onlysp {
  display: none;
}
@media (max-width: 640px) {
  .onlysp {
    display: block;
  }
}

.l-content ~ .l-footer {
  margin-top: 0;
}

@media (min-width: 767px) {
  .pc_pt10 {
    padding-top: 9px;
  }
}

.l-footer__information {
  text-align: center;
  width: 100%;
}
.l-footer__information--wrap {
  display: block;
}
@media (min-width: 1024px) {
  .l-footer__information--wrap a {
    pointer-events: none;
  }
}

.finish--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .finish--title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.finish--text {
  font-weight: 500;
  line-height: 2.444;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 767px) {
  .finish--text {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .finish--text {
    margin-top: 32px;
  }
}
.backBtn {
  border: 1px solid #ddd;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  margin-top: 25px;
  position: relative;
}

@media (min-width: 767px) {
  .backBtn {
    font-size: 1.7rem;
    max-width: 372px;
    margin-top: 80px;
  }
}
.backBtn:before {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_org_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 767px) {
  .backBtn:before {
    left: 18px;
  }
}
.backBtn:hover {
  opacity: 0.6 !important;
}

@media (min-width: 1024px) {
  .backBtn:hover:before {
    left: 15px;
  }
}
.backBtn.scrolled {
  transition-delay: 0s !important;
}

.backBtn.confirm {
  width: 100%;
  font-size: 1.7rem;
}

@media (min-width: 767px) {
  .backBtn.confirm {
    max-width: 352px;
    margin-top: 35px;
  }
}
/* c-loading
--------------------------- */
.c-loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
}
.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.c-loading__spinner {
  width: 100px;
  height: 100px;
  margin: 40vh auto;
  border: 3px solid #FE7601;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: loadingAnimation 0.8s linear 0s infinite;
}
@keyframes loadingAnimation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* c-section
--------------------------- */
.c-section {
  background-color: #fff;
  padding: 40px 0;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .c-section {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-section__inner {
  width: calc(100vw - 40px);
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .c-section__inner {
    width: calc(100% - 160px);
    max-width: 1120px;
  }
}
.c-section__title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.11em;
}
@media (min-width: 1024px) {
  .c-section__title {
    font-size: 5.6rem;
  }
}
.c-section__title--jpn {
  color: #aaaaaa;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .c-section__title--jpn {
    font-size: 1.6rem;
  }
}
.c-section__bgtitleline {
  display: inline-block;
  color: #fff;
  /*background: s.$c-gray;*/
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  padding: 2.5px 6px 1px 10px;
  font-feature-settings: "palt";
  position: relative;
}
@media (min-width: 1024px) {
  .c-section__bgtitleline {
    font-size: 3.2rem;
  }
}
.c-section__bgtitleline:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  content: "";
  background: #2B2E38;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.c-section__bgtitleline span {
  transform: translateY(2em);
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 2;
  display: inline-block;
}
.c-section br + .c-section__bgtitleline {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .c-section br + .c-section__bgtitleline {
    margin-top: 8px;
    line-height: 1.515;
    padding-top: 4px;
  }
}
.c-section__lead {
  margin: 0 auto;
}
.c-section__block {
  margin: 0 auto;
}
.c-section__morelinkwrap {
  text-align: center;
}
.c-section__morelink {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .c-section__morelink {
    font-size: 2.6rem;
  }
}
.c-section__morelink:after {
  content: "";
  width: calc(100% - 1px);
  height: 2px;
  display: block;
  background: #F08300;
  position: absolute;
  bottom: -7px;
  left: 0;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  .c-section__morelink:after {
    width: calc(100% - 2px);
    bottom: -3px;
    left: 1px;
  }
}
@media (min-width: 1024px) {
  .c-section__morelink:hover:after {
    animation: linkBottomBorderAnime 0.8s forwards;
  }
}
.c-section__txt {
  font-size: 1.3rem;
  line-height: 2.153;
  letter-spacing: 0.14rem;
  word-break: break-all;
  font-family: "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (min-width: 1024px) {
  .c-section__txt {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.js-scroll.scrolled.c-section__bgtitleline::before {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(1);
}

.js-scroll.scrolled.c-section__bgtitleline span {
  transform: translateY(0);
}

.__fadeUP {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-scroll.scrolled.__fadeUP {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}

/* c-details
--------------------------- */
/*
main {
    @include s.breakpoint(tablet) {
        @include s.content-maxwidth();
        margin: 0 auto;
    }
}
*/
@media (min-width: 767px) {
  .c-section__inner--subinner {
    max-width: 800px;
    margin: 64px auto 0;
  }
}

.top__mv {
  position: relative;
  z-index: 19992;
  width: 100vw;
  height: auto;
  height: 100vh;
}
@media (min-width: 767px) {
  .top__mv {
    height: auto;
  }
  .top__mv__inner {
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .top__mv {
    height: auto;
  }
}
.top__mv--01 {
  height: auto;
  width: 100vw;
  margin: 0;
}
@media (min-width: 767px) {
  .top__mv--01 {
    margin: 0 calc(50% - 50vw);
  }
}
.top__mv--01 .sp {
  display: block;
  height: 100vh;
}
@media (min-width: 1024px) {
  .top__mv--01 .sp {
    display: none;
  }
}
.top__mv--01 .pc {
  display: none;
}
@media (min-width: 1024px) {
  .top__mv--01 .pc {
    display: block;
    height: auto;
  }
}
.top__mv--01img {
  height: 100%;
  border: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}
.top__mv--01img.sp {
  height: 100vh;
}

.top__mv--title.l-lg {
  background: url(/recruit/asset/images/common/header_background-mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45vw auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  line-height: 1.242;
  padding-top: 9.5vw;
  font-size: 3.2rem;
  z-index: 1;
}
@media (min-width: 767px) {
  .top__mv--title.l-lg {
    background: url(/recruit/asset/images/top/top__mv--eng_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0;
    max-width: 560px;
    max-height: 485px;
    font-size: 4.5rem;
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .top__mv--title.l-lg {
    font-size: 5.2rem;
    background: none;
  }
}
@media (min-width: 1240px) {
  .top__mv--title.l-lg {
    background-size: 70%;
    font-size: 6.6rem;
  }
}
@media only screen and (min-width: 1320px) {
  .top__mv--title.l-lg {
    width: 35vw;
    height: 35vw;
    background-size: 85% !important;
  }
}
.top__mv--title.l-lg .top__mv--eng {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .top__mv--title.l-lg .top__mv--eng {
    margin-left: 3px;
  }
}
.top__mv--title.l-lg .top__mv--message {
  width: 75vw;
}
@media (min-width: 1240px) {
  .top__mv--title.l-lg .top__mv--message {
    min-width: 487px;
    width: 487px;
    margin-top: 9px;
    margin-left: -8px;
    position: relative;
    top: -2px;
  }
}
.top__mv--title.l-lg .top__mv--line {
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
}

.top__message {
  background: #F3F3F3;
  position: relative;
  padding-bottom: 65px;
}
@media (min-width: 767px) {
  .top__message {
    padding-top: 112px;
    padding-bottom: 0px;
  }
}
.top__message:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #f3f3f3;
  top: 0;
  margin: 0 calc(50% - 50vw);
}
.top__message:after {
  display: block;
  content: "";
  width: 225%;
  height: 204%;
  background: url(/recruit/asset/images/top/bg_hex_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -20px 0;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 0;
  max-height: 81%;
}
@media (min-width: 767px) {
  .top__message:after {
    width: 1190px;
    height: 1190px;
    background: url(/recruit/asset/images/top/bg_hex.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    top: -135px;
    max-height: 1190px;
    left: -115px;
  }
}
.top__message .c-section__inner--subinner {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 767px) {
  .top__message .c-section__inner--subinner {
    margin-top: 55px;
  }
}
.top__message .c-section__inner--subinner:after {
  content: "";
  width: 61vw;
  height: 61vw;
  background: url(/recruit/asset/images/top/hex_02_sp.svg);
  display: block;
  position: absolute;
  left: -22px;
  bottom: 91px;
  background-repeat: no-repeat;
  bottom: -23vw;
  background-size: contain;
}
@media (min-width: 767px) {
  .top__message .c-section__inner--subinner:after {
    display: none;
  }
}
@media (min-width: 767px) {
  .top__message .c-section__title--jpn {
    position: relative;
    top: -1px;
    left: -9px;
  }
}
@media (min-width: 767px) {
  .top__message .c-section__title--jpn {
    margin: 52px auto 0;
  }
}
.top__message .c-section__bgtitle {
  margin-top: 20px;
  z-index: 1;
  position: relative;
}
.top__message .c-section__txt {
  z-index: 1;
  position: relative;
}
.top__message .c-section__txt.__line01 {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .top__message .c-section__txt.__line01 {
    width: 62%;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .top__message .c-section__txt.__line01 {
    width: 500px;
    margin-top: 43px;
  }
}
.top__message .c-section__txt.__line02 {
  margin-top: 6px;
}
@media (min-width: 767px) {
  .top__message .c-section__txt.__line02 {
    width: 62%;
  }
}
@media (min-width: 1024px) {
  .top__message .c-section__txt.__line02 {
    width: 500px;
    margin-top: 12px;
  }
}
.top__message .c-section__morelink {
  margin-top: 32px;
}
@media (min-width: 767px) {
  .top__message .c-section__morelink {
    margin-top: 56px;
  }
}
.top__message .top__message--img.__img01 {
  display: none;
}
@media (min-width: 767px) {
  .top__message .top__message--img.__img01 {
    display: block;
    width: 27vw;
    position: absolute;
    left: -17vw;
    top: 87px;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .top__message .top__message--img.__img01 {
    width: 446px;
    left: -446px;
  }
}
.top__message .top__message--img.__img02 {
  /*
              display: block;
              width: 81vw;
              position: relative;
              margin-left: auto;
              left: 16vw;
              margin-top: 44px;
  */
  display: block;
  width: 100vw;
  position: relative;
  margin-left: auto;
  left: 35px;
  margin-top: 45px;
}
@media (min-width: 767px) {
  .top__message .top__message--img.__img02 {
    width: 50%;
    position: absolute;
    right: -9%;
    top: -75px;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .top__message .top__message--img.__img02 {
    width: 626px;
    right: -321px;
    top: -210px;
  }
}
.top__message .top__message--img.__img03 {
  display: none;
}
@media (min-width: 767px) {
  .top__message .top__message--img.__img03 {
    display: block;
    width: 535px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: -60px auto 0;
    position: relative;
    left: 17px;
    top: -2px;
  }
}
.top__message .top__message--img.__img03:after {
  content: "";
  width: 549px;
  height: 365px;
  background: url(/recruit/asset/images/top/hex_04.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -420px;
  bottom: 91px;
}

@media (min-width: 767px) {
  .top__company {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
@media (min-width: 767px) {
  .top__company .c-section__title--jpn {
    position: relative;
    left: -10px;
    top: -1px;
    letter-spacing: 0.1em;
  }
}
.top__company .top__company--area {
  margin-top: 22px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .top__company .top__company--area {
    display: flex;
    justify-content: space-between;
    margin-top: -9px;
  }
}
@media (min-width: 767px) {
  .top__company .top__company--area .top__products--area--item {
    max-width: 528px;
    width: 48.5%;
  }
}
.top__company .top__company--area .top__products--area--item--link {
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
.top__company .top__company--area .top__products--area--item--link .top__products--area--item--imgwrap {
  position: relative;
}
.top__company .top__company--area .top__products--area--item--link .top__products--area--item--imgwrap:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 56px;
  display: block;
  right: 16px;
  bottom: 20px;
  transition: all 0.4s;
}
@media (min-width: 767px) {
  .top__company .top__company--area .top__products--area--item--link.__link01 {
    margin-top: 55px;
  }
}
.top__company .top__company--area .top__products--area--item--link.__link01 .top__products--area--item--imgwrap:after {
  background: url(/recruit/asset/images/top/company_icon01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top__company .top__company--area .top__products--area--item--link.__link02 .top__products--area--item--imgwrap:after {
  background: url(/recruit/asset/images/top/company_icon02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top__company .top__company--area .top__products--area--item--tit {
  font-weight: bold;
  letter-spacing: 0.135em;
  margin-top: 13px;
}
@media (min-width: 767px) {
  .top__company .top__company--area .top__products--area--item--tit {
    margin-top: 23px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.top__company .top__company--area .top__products--area--item--imgwrap {
  max-width: 100%;
  justify-self: 268px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .top__company .top__company--area .top__products--area--item--imgwrap {
    max-width: 528px;
  }
}
.top__company .top__company--area .top__products--area--item--img {
  transition: all 0.4s;
}
.top__company .top__company--area .top__products--area--item--txt {
  color: #262626;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  margin-top: 2px;
}
@media (min-width: 767px) {
  .top__company .top__company--area .top__products--area--item--txt {
    font-size: 2rem;
    margin-top: 4px;
    letter-spacing: 0.1em;
  }
}
.top__company .top__company--jobguide {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide {
    margin-top: 54px;
  }
}
.top__company .top__company--jobguide:after {
  content: "";
  z-index: 0;
  width: 100vw;
  height: 90%;
  display: block;
  position: absolute;
  top: 100px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F3F3F3;
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide:after {
    top: 155px;
    width: 100vw;
    height: 92%;
  }
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide--header {
    height: 285px;
  }
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--header {
    height: 480px;
  }
}
.top__company .top__company--jobguide--header--tit {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide--header--tit {
    font-size: 6.2rem;
  }
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--header--tit {
    font-size: 10.4rem;
  }
}
.top__company .top__company--jobguide--header--tit .eng span {
  color: #F08300;
  display: block;
}
.top__company .top__company--jobguide--header--tit .jpn {
  display: block;
  padding-left: 4px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--header--tit .jpn {
    font-size: 1.6rem;
  }
}
.top__company .top__company--jobguide--header--img {
  width: 100vw;
  max-width: 100vw;
  display: block;
  position: relative;
  top: -23px;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--header--img {
    top: -68px;
    width: 1280px;
    margin-left: -81px;
    margin-right: -81px;
  }
}
.top__company .top__company--jobguide--bgwhite {
  background: #fff;
  padding: 40px 32px 48px;
  position: relative;
  top: -45px;
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide--bgwhite {
    margin-top: 13px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--bgwhite {
    top: -60px;
  }
}
@media (min-width: 1240px) {
  .top__company .top__company--jobguide--bgwhite {
    padding: 72px 80px 96px;
    top: 0;
  }
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide--bgwhite .c-section__bgtitle {
    width: 265px;
  }
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--bgwhite .c-section__bgtitle {
    width: 384px;
  }
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide--bgwhite .top__company--jobguide--bgwhite--rightarea {
    width: calc(100% - 265px);
  }
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide--bgwhite .top__company--jobguide--bgwhite--rightarea {
    width: 400px;
  }
}
@media (min-width: 1240px) {
  .top__company .top__company--jobguide--bgwhite .top__company--jobguide--bgwhite--rightarea {
    width: 520px;
  }
}
.top__company .top__company--jobguide--bgwhite .c-section__morelink {
  margin-top: 30px;
}
.top__company .top__company--jobguide .top__company--jobguide--txt {
  font-size: 1.3rem;
  margin-top: 24px;
  line-height: 2.153;
  letter-spacing: 0.15rem;
  word-wrap: break-word;
  font-family: "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (min-width: 767px) {
  .top__company .top__company--jobguide .top__company--jobguide--txt {
    margin-top: -3px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .top__company .top__company--jobguide .top__company--jobguide--txt {
    font-size: 1.5rem;
  }
}

.top__company--jobguide--header--img.sp {
  width: 100vw;
  display: block !important;
  min-width: 100vw;
  margin: 0px calc(50% - 50vw);
}
@media (min-width: 767px) {
  .top__company--jobguide--header--img.sp {
    display: none !important;
  }
}
.top__company--jobguide--header--img.pc {
  display: none;
}
@media (min-width: 767px) {
  .top__company--jobguide--header--img.pc {
    width: 100vw;
    display: block;
    min-width: 100vw;
    margin: -1px calc(50% - 50vw);
  }
}
@media (min-width: 1240px) {
  .top__company--jobguide--header--img.pc {
    min-width: 1px;
    max-width: 1280px;
    margin: 0 0 0 -81px;
  }
}

.top__story {
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .top__story .c-section__inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__inner--sub {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__inner--sub:before {
    content: "";
    width: 250px;
    height: 410px;
    display: block;
    background: url(/recruit/asset/images/top/story_01.png?ver=0.1);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -40px;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__inner--sub:before {
    width: 300px;
    height: 500px;
  }
}
@media (min-width: 1240px) {
  .top__story .c-section__inner--sub:before {
    width: 427px;
    height: 620px;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__inner--sub:after {
    content: "";
    width: 75px;
    height: 620px;
    margin: 0;
    display: block;
    background: url(/recruit/asset/images/top/story_02.png?ver=0.1);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__inner--sub:after {
    width: 95px;
  }
}
@media (min-width: 1240px) {
  .top__story .c-section__inner--sub:after {
    width: 140px;
    right: 0;
  }
}
@media (min-width: 767px) {
  .top__story .top__story--centerarea {
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  .top__story .top__story--centerarea {
    width: 500px;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__title {
    margin-top: -9px;
    position: relative;
    left: -2px;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__title--jpn {
    margin-left: -7px;
    letter-spacing: 0.1em;
  }
}
.top__story .c-section__txt {
  font-weight: 400;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .top__story .c-section__txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 767px) {
  .top__story .c-section__bgtitle {
    margin-top: 30px;
  }
}
.top__story .c-section__txt.__line01 {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .top__story .c-section__txt.__line01 {
    margin-top: 43px;
  }
}
.top__story .c-section__txt.__line02 {
  margin-top: 6px;
}
.top__story .c-section__morelink {
  margin-top: 18px;
  position: relative;
}
.top__story .top__story--typography {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 56px;
  height: 171px;
}
@media (min-width: 767px) {
  .top__story .top__story--typography {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .top__story .top__story--typography {
    margin-top: 98px;
  }
}
.top__story .top__story--typography img {
  /*animation: flowing 270s linear infinite;*/
  animation: flowing 70s linear infinite;
  transform: translateX(0);
  height: 50vw;
  display: block;
  max-width: 19999px;
  padding-right: 40px;
  position: relative;
}
@media (min-width: 767px) {
  .top__story .top__story--typography img {
    padding-right: 200px;
    height: 171px;
  }
}
.top__story .top__story--interview {
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 767px) {
  .top__story .top__story--interview {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .top__story .top__story--interview {
    margin-top: 74px;
    overflow: hidden;
  }
}
.top__story .top__story--interview .c-section__title {
  text-align: center;
}
@media (min-width: 767px) {
  .top__story .top__story--interview .c-section__title {
    left: 4px;
    letter-spacing: 0.1em;
  }
}
.top__story .top__story--interview .c-section__title--eng {
  display: block;
  width: 100%;
  font-weight: bold;
}
.top__story .top__story--interview .c-section__title--jpn {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .top__story .top__story--interview .c-section__title--jpn {
    left: 5px;
    position: relative;
  }
}
@media (min-width: 767px) {
  .top__story .top__story--interview .swiper-slide {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    top: -102px;
    transition: 0.6s;
  }
}
@media (min-width: 1024px) {
  .top__story .top__story--interview .swiper-slide {
    max-width: 380px;
    height: 329px;
  }
}
@media (min-width: 1240px) {
  .top__story .top__story--interview .swiper-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.top__story .top__story--interview .swiper-slide.swiper-slide-next {
  top: 0;
}
.top__story .top__story--interview--area {
  margin-top: 24px;
  /*
  .swiper-slide:nth-of-type(1),
  .swiper-slide:nth-of-type(3) {
      @include s.breakpoint(tablet){
          margin-top: -102px;
      }
  }
  */
}
@media (min-width: 1024px) {
  .top__story .top__story--interview--area {
    margin-top: 65px;
    margin-top: -40px;
  }
}
.top__story .top__story--interview--area--item--link {
  position: inherit;
}
@media (min-width: 767px) {
  .top__story .top__story--interview--area--item--link {
    position: relative;
    width: 100%;
    height: 100%;
    right: auto;
    display: block;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .top__story .top__story--interview--area--item--link {
    max-width: 380px;
    height: 329px;
  }
}
.top__story .top__story--interview--area--item--link .c-section__bgtitle {
  position: absolute;
  left: 12px;
  right: 0;
  top: 0;
  bottom: auto;
  width: calc(100vw - 40px);
  height: calc(81vw - 14px);
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media (min-width: 767px) {
  .top__story .top__story--interview--area--item--link .c-section__bgtitle {
    width: 380px;
    max-width: 380px;
    height: 329px;
    text-align: left;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    padding-left: 34px;
    padding-bottom: 20px;
    margin-top: 0px;
  }
}
.top__story .top__story--interview--area--item--link .c-section__bgtitle br {
  display: block;
  padding: 380px;
  height: 0px;
}
.top__story .top__story--interview--area--item--link .c-section__bgtitle .c-section__bgtitleline {
  font-size: 1.5rem;
  background: #000;
  margin-right: 25%;
}
@media (min-width: 1024px) {
  .top__story .top__story--interview--area--item--link .c-section__bgtitle .c-section__bgtitleline {
    margin-top: 4px;
    font-size: 1.7rem;
    letter-spacing: 0.257em;
  }
}
.top__story .top__story--interview--area--item--link .c-section__bgtitle .c-section__bgtitleline.__date {
  font-size: 1.3rem;
}
@media (min-width: 767px) {
  .top__story .top__story--interview--area--item--link .c-section__bgtitle .c-section__bgtitleline.__date {
    letter-spacing: 0.22em;
  }
}
.top__story .top__story--interview--area--item--link .c-section__bgtitle .c-section__bgtitleline:nth-of-type(even) {
  background: none;
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .top__story .top__story--interview--area--item--link .c-section__bgtitle .c-section__bgtitleline:nth-of-type(even) {
    margin: 0;
  }
}
.top__story .top__story--interview--area--item--link img {
  mask-image: url("/recruit/asset/images/top/interview_01.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/recruit/asset/images/top/interview_01.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.top__story .top__story--interview .c-section__morelink {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .top__story .top__story--interview .c-section__morelink.pc {
    margin-top: 37px;
  }
}
@media (min-width: 1024px) {
  .top__story .top__story--interview--area {
    width: 1120px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 110px;
  }
}
.top__story .top__story--cultureguide {
  margin-top: 75px;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide {
    margin-top: 90px;
  }
}
.top__story .top__story--cultureguide--tit {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide--tit {
    text-align: left;
    font-size: 6.2rem;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .top__story .top__story--cultureguide--tit {
    font-size: 10.4rem;
  }
}
@media (min-width: 1320px) {
  .top__story .top__story--cultureguide--tit {
    padding-left: 0;
  }
}
.top__story .top__story--cultureguide--tit span {
  color: #F08300;
  display: block;
}
.top__story .top__story--cultureguide .top__story--cultureguide--area {
  width: 100vw;
  margin: 48px calc(50% - 50vw) 56px;
}
@media (min-width: 1024px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area {
    width: 1280px;
    margin: 72px calc(50% - 640px) 80px;
  }
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item {
    width: 50%;
  }
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item a {
  width: 100vw;
  height: 56.25vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item a {
    width: 100%;
    height: auto;
    padding: 21.7% 0 21%;
  }
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item a span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item a .top__story--cultureguide--area--item--eng {
  letter-spacing: 0.096em;
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item a .top__story--cultureguide--area--item--jpn {
  margin-top: 9px;
  letter-spacing: 0.09em;
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.4s;
  margin: auto;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item a:hover:after {
    transform: scale(1.1);
  }
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item--eng {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item--eng {
    font-size: 1.6rem;
  }
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item--jpn {
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item--jpn {
    font-size: 3.2rem;
  }
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item .__link01:after {
  background: url(/recruit/asset/images/top/guide_01_sp.jpg?ver=0.1);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item .__link01:after {
    background: url(/recruit/asset/images/top/guide_01.jpg?ver=0.1);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.top__story .top__story--cultureguide .top__story--cultureguide--area--item .__link02:after {
  background: url(/recruit/asset/images/top/guide_02_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .top__story .top__story--cultureguide .top__story--cultureguide--area--item .__link02:after {
    background: url(/recruit/asset/images/top/guide_02.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.top__joinourteam {
  padding-top: 10px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .top__joinourteam {
    padding-top: 40px;
    padding-bottom: 73px;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top__joinourteam .c-section__inner {
  padding-top: 32px;
  background: #F08300;
  margin: 0;
  padding-left: 20px;
  padding-right: 22px;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 45px;
    align-items: center;
    margin-top: 36px;
  }
}
@media (min-width: 1024px) {
  .top__joinourteam .c-section__inner {
    width: 100%;
    max-width: 100%;
    padding: 42px 70px 55px 65px;
  }
}
.top__joinourteam .c-section__inner .c-section__title {
  color: #fff;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner .c-section__title {
    width: 472px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.top__joinourteam .c-section__inner .c-section__title--hand {
  display: block;
  width: 90%;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner .c-section__title--hand {
    width: 100%;
  }
}
.top__joinourteam .c-section__inner .c-section__title--eng {
  font-size: 2.4rem;
  margin-left: 12px;
  width: 100%;
  display: block;
  margin-top: 8px;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner .c-section__title--eng {
    font-size: 4rem;
    width: auto;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 11px;
    margin-left: 20px;
  }
}
.top__joinourteam .c-section__inner .c-section__title--jpn {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  margin-left: 12px;
  margin-top: 5px;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner .c-section__title--jpn {
    font-size: 1.6rem;
    display: flex;
    align-items: flex-end;
    margin-left: 15px;
  }
}
.top__joinourteam .c-section__inner .c-section__morelink {
  color: #fff;
  margin-left: 12px;
  margin-top: 25px;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner .c-section__morelink {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .top__joinourteam .c-section__inner .c-section__morelink {
    margin-right: 55px;
  }
}
.top__joinourteam .c-section__inner .c-section__morelink:after {
  background: #fff;
}
.top__joinourteam .c-section__inner:after {
  content: "";
  width: 64.5vw;
  height: 64.5vw;
  margin: 0;
  display: block;
  background: url(/recruit/asset/images/common/header_background-mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6vw;
  right: 0;
  z-index: 0;
}
@media (min-width: 767px) {
  .top__joinourteam .c-section__inner:after {
    width: 515px;
    height: 517px;
    bottom: auto;
    right: -15px;
    top: -30px;
  }
}

.top__news--section {
  padding-bottom: 56px;
  max-width: 100vw;
}
@media (min-width: 767px) {
  .top__news--section .c-section__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
  .top__news--section .c-section__title--jpn {
    margin-left: 10px;
  }
}
@media (min-width: 767px) {
  .top__news--section ul {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1024px) {
  .top__news--section ul {
    width: calc(100% - 360px);
  }
}
.top__news--section li {
  border-bottom: 1px solid #EFEFEF;
}
.top__news--section .top__news--section--list a {
  text-decoration: none;
  color: #262626;
  line-height: 1.692;
  padding-bottom: 20px;
  padding-top: 20px;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
@media (min-width: 767px) {
  .top__news--section .top__news--section--list a {
    padding-top: 14px;
  }
}
@media (min-width: 767px) {
  .top__news--section .top__news--section--list a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 767px) {
  .top__news--section .top__news--section--list a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.top__news--section .top__news--section--list a .top__news--section--list--date {
  display: block;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 767px) {
  .top__news--section .top__news--section--list a .top__news--section--list--date {
    width: 122px;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
  }
}
.top__news--section .top__news--section--list a .top__news--section--list--tit {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 7px;
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .top__news--section .top__news--section--list a .top__news--section--list--tit {
    width: calc(100% - 122px);
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.top__news--section .top__news--section--list li:nth-of-type(n+2) a {
  padding-top: 20px;
}
@media (min-width: 767px) {
  .top__news--section .c-section__morelink.pc {
    margin-top: 29px;
  }
}
.top__news--section .c-section__morelink.sp {
  margin-top: 32px;
}
@media (min-width: 767px) {
  .top__news--section ul + .c-section__morelinkwrap {
    display: none;
  }
}

.top__flow--section .requirements_infomation--top--title {
  font-weight: bold;
}
.top__flow--section .requirements_infomation--top--title .eng {
  font-size: 1.4rem;
  color: #F08300;
  display: block;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--title .eng {
    font-size: 1.6rem;
  }
}
.top__flow--section .requirements_infomation--top--title .jpn {
  font-size: 2.8rem;
  display: block;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--title .jpn {
    font-size: 4.4rem;
    margin-top: 5px;
    letter-spacing: 0.1em;
    position: relative;
    left: 5px;
  }
}
.top__flow--section .requirements_infomation--top--text {
  font-weight: 500;
  line-height: 2.444;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--text {
    margin-top: 28px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 360px) {
  .top__flow--section .requirements_infomation--top--text br.sp {
    display: none !important;
  }
}
.top__flow--section .requirements_infomation--top--flow {
  position: relative;
}
.top__flow--section .requirements_infomation--top--flow:before, .top__flow--section .requirements_infomation--top--flow:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow:before, .top__flow--section .requirements_infomation--top--flow:after {
    width: 216px;
    height: 183px;
  }
}
.top__flow--section .requirements_infomation--top--flow::before {
  background: url(/recruit/asset/images/recruit-info/hex_01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -30px;
  right: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow::before {
    bottom: -35px;
    right: 0px;
  }
}
.top__flow--section .requirements_infomation--top--flow::after {
  background: url(/recruit/asset/images/recruit-info/hex_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -30px;
  left: -20px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow::after {
    top: -70px;
    left: -10px;
  }
}
.top__flow--section .requirements_infomation--top--flow .c-section__inner {
  position: relative;
  z-index: 2;
}
.top__flow--section .requirements_infomation--top--flow .requirements_infomation--top--flow--bg {
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .requirements_infomation--top--flow--bg {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
.top__flow--section .requirements_infomation--top--flow .requirements_infomation--top--flow--bg:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F3F3F3;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap {
  display: grid;
  margin-top: 20px;
  position: relative;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap._up {
  grid-template-columns: 1fr;
  margin-top: 35px;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap._up {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 54px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap._down {
  grid-template-columns: 1fr;
  margin-top: 30px;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap._down {
    grid-template-columns: 1fr 1fr 1fr auto;
    margin-bottom: 32px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner {
  background: #fff;
  padding: 25px 20px 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner {
    padding: 40px 32px;
    margin-left: 0;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento {
  position: relative;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento .recruit_flow--list {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    grid-template-columns: auto 1fr;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo .recruit_flow--list {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-syorui::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-syorui::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-syorui::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 16px;
    background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
    top: 50%;
    left: -38px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ichiji::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ichiji::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-niji::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-niji::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-nyusya {
  background: #F08300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--inner.-nyusya p {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--bubble {
  position: absolute;
  background: #F08300;
  display: flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  top: -21px;
  left: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--bubble {
    padding: 6px 12px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--bubble::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 34px;
  left: 0;
  background: url(/recruit/asset/images/recruit-info/bubble_bottom.svg);
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap--bubble::after {
    top: 40px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .recruit_flow--list {
  padding-top: 16px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .recruit_flow--list li {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 1.5em;
  text-indent: -1.5em;
  position: relative;
  padding-left: 11px;
  font-size: 1.3rem;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .recruit_flow--list li::before {
  position: absolute;
  left: -20px;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background: #FFBA53;
  border-radius: 50%;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .syorui_note {
  padding-top: 24px;
  font-size: 1.3rem;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .daisotsu {
  font-size: 1.4rem;
  font-weight: 400;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card {
  font-size: 1.2rem;
  background-color: #fff;
  padding: 16px;
  letter-spacing: 0.78px;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card {
    font-size: 1.3rem;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 span {
  position: relative;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 span::before {
  position: absolute;
  content: "|";
  top: 0;
  left: -12px;
  rotate: -45deg;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 span::after {
  position: absolute;
  content: "|";
  rotate: 45deg;
  top: 0;
  right: -12px;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 {
  color: #262626;
  padding: 16px 10px;
  border: solid 1px #DDD;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a {
  color: #262626;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  width: 100%;
  display: inline-block;
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a:hover:after {
    right: -3px;
  }
}
.top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_org_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(180deg);
  top: 7px;
  transition: 0.3s;
  z-index: 1;
  right: 0;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .recruit_flow_wrap .flow_card_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.top__flow--section .requirements_infomation--top--flow .grid03 {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .grid03 {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 0;
  }
}
.top__flow--section .requirements_infomation--top--flow .grid03 img {
  position: absolute;
  right: 20px;
  top: 16px;
}
@media (min-width: 1024px) {
  .top__flow--section .requirements_infomation--top--flow .grid03 img {
    bottom: 0;
    right: auto;
    top: auto;
  }
}

.c-details {
  width: 100%;
  margin: 0 auto;
}
.c-details__content {
  padding: 10px 20px;
}
@media (min-width: 767px) {
  .c-details {
    width: 80%;
  }
}
.top__hexwrap {
  position: absolute;
  z-index: 199;
  left: 0;
  right: 0;
}
.top__hexwrap--inner {
  width: calc(100vw - 40px);
  margin: 0 auto;
  /*padding: 0 20px;*/
  z-index: 1;
  position: relative;
}
@media (min-width: 767px) {
  .top__hexwrap--inner {
    width: calc(100vw - 160px);
    max-width: 1120px;
  }
}
.top__hexwrap--inner img {
  position: relative;
}
.top__hexwrap.__icon01 {
  z-index: 19996;
}
.top__hexwrap.__icon01 .top__hexwrap--inner {
  height: 1px;
}
.top__hexwrap.__icon01 img {
  width: 33vw;
  right: -5vw;
  position: absolute;
  top: -7vw;
  height: 46vw;
}
@media (min-width: 1024px) {
  .top__hexwrap.__icon01 img {
    position: relative;
    top: -55px;
    left: -45px;
    width: 379px;
    height: 157px;
    right: 157px;
  }
}
.top__hexwrap.__icon02 img {
  position: absolute;
  bottom: 0;
  width: 60vw;
  left: -11%;
}
@media (min-width: 767px) {
  .top__hexwrap.__icon02 img {
    position: relative;
    margin-top: -43vw;
    margin-left: -11vw;
    width: 40vw;
  }
}
@media (min-width: 1024px) {
  .top__hexwrap.__icon02 img {
    margin-top: -492px;
    margin-left: 15px;
    width: 549px;
  }
}
.top__hexwrap.__icon03 img {
  display: none;
}
@media (min-width: 767px) {
  .top__hexwrap.__icon03 img {
    width: 25vw;
    display: block;
    margin-top: -296px;
    margin-right: 0;
    right: -50px;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .top__hexwrap.__icon03 img {
    width: auto;
  }
}
.top__hexwrap.__icon04 img {
  display: none;
}
@media (min-width: 767px) {
  .top__hexwrap.__icon04 img {
    display: block;
    right: -122px;
    margin-top: 591px;
    position: absolute;
  }
}
.top__hexwrap.__icon05 img {
  position: absolute;
  width: 26vw;
  right: -9.5%;
  top: 20px;
}
@media (min-width: 767px) {
  .top__hexwrap.__icon05 img {
    width: 13vw;
    top: auto;
    bottom: -13vw;
  }
}
@media (min-width: 1024px) {
  .top__hexwrap.__icon05 img {
    width: 292px;
    height: 516px;
    bottom: auto;
    margin-top: -206px;
    right: -119px;
  }
}
.top__hexwrap.__icon05.bottom-icon img {
  width: 26vw;
  max-width: 100px;
  left: -9%;
  right: 0;
  bottom: -4vw;
  top: auto;
}
@media (min-width: 767px) {
  .top__hexwrap.__icon05.bottom-icon img {
    width: auto;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .top__hexwrap.__icon05.bottom-icon img {
    position: absolute;
    top: -110px;
    left: -33px;
    width: 78px;
  }
}
@media (min-width: 767px) {
  .top__hexwrap.__icon06 img {
    width: 30vw;
    margin-top: 3vw;
    right: -9vw;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .top__hexwrap.__icon06 img {
    width: auto;
    right: -92px;
    margin-top: -78px;
    margin-top: 20px;
  }
}

/* マスク側の画像の幅と高さを指定する */
#svg-animation {
  width: 41vw;
  height: 12vw;
  min-height: 18.75px;
  stroke-dasharray: 490 490;
  stroke-dashoffset: 490;
  animation: write-the-text 8s linear infinite;
}
@media (min-width: 1024px) {
  #svg-animation {
    width: 320px;
    height: 60px;
  }
}
@media (min-width: 1240px) {
  #svg-animation { /*
width: 360px;
height: 70px;*/ }
}
@media (min-width: 1540px) {
  #svg-animation {
    width: 490px;
    height: 79px;
  }
}

#svg-animation image {
  width: 41vw;
  height: 12vw;
  min-height: 18.75px;
}
@media (min-width: 1024px) {
  #svg-animation image {
    width: 320px;
    height: 60px;
  }
}
@media (min-width: 1240px) {
  #svg-animation image { /*
width: 490px;
height: 79px;
width: 360px;
height: 70px;*/ }
}
@media (min-width: 1540px) {
  #svg-animation image {
    width: 490px;
    height: 79px;
  }
}

#svg-animation path {
  fill: none;
  stroke: #fff;
  stroke-width: 60;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
}
@media (min-width: 1240px) {
  #svg-animation path {
    /*stroke-width: 15;
    stroke-width: 20;
    stroke-width: 50;*/
  }
}
@media (min-width: 1540px) {
  #svg-animation path {
    stroke-width: 15;
  }
}

@keyframes write-the-text {
  0% {
    stroke-dashoffset: 490;
  }
  20% {
    stroke-dashoffset: 490;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#svg-animation2 {
  animation-delay: 3s;
  width: 70vw;
  height: 12vw;
  min-height: 45px;
  stroke-dasharray: 472 472;
  stroke-dashoffset: 472;
}
@media (min-width: 767px) {
  #svg-animation2 {
    width: 484px;
    height: 76px;
  }
}

#svg-animation2.scrolled {
  animation: write-the-text2 6s linear infinite;
}

#svg-animation2 image {
  width: 70vw;
  height: 12vw;
  min-height: 45px;
}
@media (min-width: 767px) {
  #svg-animation2 image {
    width: 455px;
    height: 76px;
  }
}

#svg-animation2 path {
  fill: none;
  stroke: #fff;
  stroke-width: 40;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
}
@media (min-width: 767px) {
  #svg-animation2 path {
    stroke-width: 20;
  }
}

@keyframes write-the-text2 {
  0% {
    stroke-dashoffset: 472;
  }
  20% {
    stroke-dashoffset: 472;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.c-section__txt.__line01.top__story--jobguide--txt-innerborder {
  letter-spacing: -0.2em;
  display: inline-block;
  margin-top: 0;
  min-width: 3rem;
}

.__linktype-both .l-headermenu__jpn {
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .__linktype-both {
    display: none;
  }
}
.c-section__txt.__line01.top__story--jobguide--txt-innerborder {
  letter-spacing: -0.2em;
  display: inline-block;
  margin-top: 0;
}

#company.c-section {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  #company.c-section {
    padding-bottom: 80px;
  }
}

.top-project {
  background-color: #F08300;
  position: relative;
  margin-top: -4px;
  padding-block: 40px;
}
@media (min-width: 767px) {
  .top-project {
    padding: 0;
    margin-top: 0;
  }
}
.top-project__shape {
  width: 300px;
  height: 240px;
  display: block;
  position: absolute;
  inset: 0 0 auto auto;
  overflow: hidden;
}
@media (min-width: 767px) {
  .top-project__shape {
    width: 432px;
    height: 330px;
  }
}
.top-project__shape::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #F2901A;
  -webkit-clip-path: polygon(0 30%, 50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%);
          clip-path: polygon(0 30%, 50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%);
  position: absolute;
  inset: -140px -60px auto auto;
}
@media (min-width: 767px) {
  .top-project__shape::before {
    inset: -280px -120px auto auto;
    width: 600px;
    height: 600px;
  }
}
.top-project__inner {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  padding-bottom: 80px;
}
@media (min-width: 767px) {
  .top-project__inner {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: min(50%, 566px) 1fr;
    gap: 72px;
  }
}
.top-project .c-section__title--jpn {
  color: #fff;
}
.top-project .c-section__bgtitleline + .c-section__bgtitleline {
  margin-top: 8px;
}
.top-project__pht {
  max-width: 300px;
}
@media (min-width: 767px) {
  .top-project__pht {
    max-width: 566px;
  }
}
.top-project__pht img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  translate: -24px;
}
@media (min-width: 767px) {
  .top-project__pht img {
    translate: -60px -24px;
  }
}
.top-project .top__story--centerarea {
  padding-block: 32px 0;
  width: calc(100vw - 40px);
  margin-inline: auto;
}
@media (min-width: 767px) {
  .top-project .top__story--centerarea {
    padding-block: 88px 102px;
    width: auto;
    margin-inline: 0;
    translate: -60px;
  }
}
.top-project__deco {
  position: absolute;
  max-width: 160px;
  inset: auto 0 -80px auto;
}
@media (min-width: 767px) {
  .top-project__deco {
    inset: auto 0 -24px auto;
    max-width: 220px;
    width: 20%;
  }
}
.top-project__deco img {
  width: 100%;
  height: auto;
}
.top-project__btn {
  margin-top: 32px;
}
@media (min-width: 767px) {
  .top-project__btn {
    margin-top: 64px;
  }
}
.top-project .top__story--jobguide--txt br.pc {
  display: none;
}
@media (min-width: 1024px) {
  .top-project .top__story--jobguide--txt br.pc {
    display: block;
  }
}

.top-cg {
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-inline: auto;
}
.top-cg__list {
  display: grid;
  gap: 32px;
}
@media (min-width: 767px) {
  .top-cg__list {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.top-cg__ttl {
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .top-cg__ttl {
    margin-bottom: 40px;
  }
}
.top-cg__ttl::before {
  content: "";
  display: inline-block;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDI2IDMwIiBmaWxsPSJub25lIj4gICA8cGF0aCBkPSJNLTcuMTgyMjVlLTA4IDIyLjVMMTMgMzBMMjYgMjIuNUwyNiA3LjUwMDA0TDEzIC0xLjI0NDkyZS0wN0wtMi4xNTQ2NmUtMDcgNy41MDAwNEwtNy4xODIyNWUtMDggMjIuNVoiIGZpbGw9IiNGMjkwMUEiLz4gPC9zdmc+) no-repeat center center/contain;
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDI2IDMwIiBmaWxsPSJub25lIj4gICA8cGF0aCBkPSJNLTcuMTgyMjVlLTA4IDIyLjVMMTMgMzBMMjYgMjIuNUwyNiA3LjUwMDA0TDEzIC0xLjI0NDkyZS0wN0wtMi4xNTQ2NmUtMDcgNy41MDAwNEwtNy4xODIyNWUtMDggMjIuNVoiIGZpbGw9IiNGMjkwMUEiLz4gPC9zdmc+) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  background-color: #F2901A;
  margin-right: 8px;
  translate: 0 2px;
}
@media (min-width: 767px) {
  .top-cg__ttl::before {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .top-cg__ttl::before {
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }
}
.top-cg__ttl .ja {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 8px;
}
@media (min-width: 767px) {
  .top-cg__ttl .ja {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .top-cg__ttl .ja {
    font-size: 3.2rem;
  }
}
.top-cg__ttl .en {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.top-cg__pht {
  margin-bottom: 24px;
  aspect-ratio: 528/268;
}
@media (min-width: 767px) {
  .top-cg__pht {
    margin-bottom: 40px;
  }
}
.top-cg__pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-more-btn {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .top-more-btn {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .top-more-btn {
    margin-top: 40px;
  }
}
.top-more-btn.-right {
  text-align: center;
}
@media (min-width: 767px) {
  .top-more-btn.-right {
    text-align: right;
  }
}
.top-more-btn.-center {
  text-align: center;
}
@media (min-width: 767px) {
  .top-more-btn.-sp {
    display: none;
  }
}
.top-more-btn.-pc {
  display: none;
}
@media (min-width: 767px) {
  .top-more-btn.-pc {
    display: block;
  }
}

.c-link-box {
  min-height: 48px;
  min-width: 200px;
  background-color: #F08300;
  color: #fff;
  display: inline-grid;
  place-content: center;
  text-decoration: none;
  font-family: "Chakra Petch", "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
}
@media (min-width: 767px) {
  .c-link-box {
    font-size: 1.8rem;
    min-height: 56px;
    min-width: 220px;
  }
}
@media (min-width: 1024px) {
  .c-link-box {
    font-size: 2.2rem;
    min-height: 64px;
    min-width: 278px;
  }
}
.c-link-box::before {
  content: "";
  display: block;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjEgNiIgZmlsbD0ibm9uZSI+ICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNyA1LjE5NjE1TDIwLjc1IDIuNTk4MDhMMTcgMFYxLjU5ODE0SDBWMy41OTgxNEgxN1Y1LjE5NjE1WiIgZmlsbD0id2hpdGUiLz4gPC9zdmc+) no-repeat center center/contain;
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjEgNiIgZmlsbD0ibm9uZSI+ICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNyA1LjE5NjE1TDIwLjc1IDIuNTk4MDhMMTcgMFYxLjU5ODE0SDBWMy41OTgxNEgxN1Y1LjE5NjE1WiIgZmlsbD0id2hpdGUiLz4gPC9zdmc+) no-repeat center center/contain;
  width: 18px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  inset: 50% 12px auto auto;
  translate: 0 -50%;
  transition: background-color 0.3s;
}
@media (min-width: 767px) {
  .c-link-box::before {
    width: 21px;
    height: 6px;
    inset: 50% 16px auto auto;
  }
}
@media (min-width: 1024px) {
  .c-link-box::before {
    inset: 50% 28px auto auto;
  }
}
@media (hover: hover) {
  .c-link-box:hover {
    background-color: #fff;
    color: #F08300;
    border-color: currentColor;
  }
}
@media (min-width: 767px) {
  .c-link-box.-small {
    min-width: 180px;
  }
  .c-link-box.-small::before {
    inset: 50% 8px auto auto;
  }
}
@media (min-width: 1024px) {
  .c-link-box.-small {
    min-width: 278px;
  }
  .c-link-box.-small::before {
    inset: 50% 28px auto auto;
  }
}
.c-link-box.-white {
  background-color: #fff;
  color: #F08300;
}
@media (hover: hover) {
  .c-link-box.-white:hover {
    background-color: #F08300;
    color: #fff;
  }
}

/* c-editor
--------------------------- */
.c-editor {
  background: #FFF;
}
.c-editor p {
  margin-bottom: 4.8vw;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .c-editor p {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}
.c-editor h1 {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.12em;
  padding-bottom: 12.8vw;
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .c-editor h1 {
    padding-bottom: 56px;
    font-size: 3.2rem;
  }
}
.c-editor h1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #0063e0;
  content: "";
}
.c-editor h2 {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: break-all;
  margin-bottom: 6.6666666667vw;
  padding-left: 6.4vw;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-editor h2 {
    margin-bottom: 32px;
    padding-left: 28px;
    font-size: 2.4rem;
  }
}
.c-editor h2::before {
  position: absolute;
  left: 0;
  width: 13px;
  height: 15px;
  background: url(/assets/images/common/icon_octagon.svg);
  top: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 1024px) {
  .c-editor h2::before {
    top: 11px;
  }
}
.c-editor h3 {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  word-break: break-all;
}
.c-editor table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: "Noto Sans JP";
  border: none;
}
@media (min-width: 1024px) {
  .c-editor table {
    margin-bottom: 56px;
  }
}
.c-editor table tr {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .c-editor table tr {
    grid-template-columns: 290px 1fr;
  }
}
.c-editor table tr p {
  text-align: start;
}
.c-editor table tr th {
  background: #F3F3F3;
  padding: 12px 15px;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 2px;
  color: #000;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  margin-right: -1px;
}
@media (min-width: 1024px) {
  .c-editor table tr th {
    padding: 24px 24px;
    font-size: 1.8rem;
  }
}
.c-editor table tr th p {
  font-size: 1.8rem;
  line-height: 170%; /* 30.6px */
  color: #000;
}
.c-editor table tr td {
  background: #FFF;
  padding: 12px 15px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  color: #000;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
@media (min-width: 1024px) {
  .c-editor table tr td {
    padding: 22px 32px;
    font-size: 1.6rem;
  }
}
.c-editor table tr td p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (min-width: 1024px) {
  .c-editor table tr td p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 200%; /* 32px */
  }
}
.c-editor table tr td ul li {
  list-style: disc;
  color: #000;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (min-width: 1024px) {
  .c-editor table tr td ul li {
    font-size: 1.6rem;
  }
}
.c-editor table tr td ol {
  margin-left: 5px;
  padding-left: 1.6rem;
}
.c-editor table tr td ol li {
  list-style: decimal;
  color: #000;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (min-width: 1024px) {
  .c-editor table tr td ol li {
    font-size: 1.6rem;
  }
}
.c-editor table tr td a {
  color: #F08300;
  text-decoration: underline;
}
.c-editor table tr td blockquote {
  border-left: #DDD 1px solid;
  padding-left: 10px;
}
.c-editor table tr td blockquote p {
  color: #8d8d8d;
}
.c-editor ul {
  margin-bottom: 48px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-editor ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  list-style-type: none;
  color: #000;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media (min-width: 1024px) {
  .c-editor ul li {
    font-size: 1.6rem;
  }
}
.c-editor ul li::marker {
  content: none;
}
.c-editor ul li::before {
  position: absolute;
  top: 5px;
  left: 4px;
  content: "・";
  color: #0063e0;
}
.c-editor blockquote {
  border-left: #DDD 1px solid;
  padding-left: 10px;
}
.c-editor blockquote p {
  color: #8d8d8d;
}

#entry {
  padding-bottom: 0;
}

#entry .entry_read--p {
  line-height: 2.153;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (min-width: 767px) {
  #entry .entry_read--p {
    font-size: 1.5rem;
    padding-top: 36px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
#entry .entry_read--subtitle {
  margin-top: 25px;
  display: none;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  #entry .entry_read--subtitle {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 58px;
    letter-spacing: 0.1em;
    position: relative;
    left: 1px;
  }
}
#entry .entry_read--steps {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 520px) {
  #entry .entry_read--steps {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
  }
}
#entry .entry_read--steps--item {
  width: calc((100vw - 40px) / 3 - 25px);
  height: calc((100vw - 40px) / 3 - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border: 2px solid #ddd;
  color: #ddd;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
}

@media (min-width: 520px) {
  #entry .entry_read--steps--item {
    width: 120px;
    height: 120px;
  }
}
#entry .entry_read--steps--item:after {
  content: "";
  position: absolute;
  border-top: 7.5px solid transparent;
  border-left: 8px solid #f08300;
  border-bottom: 7.5px solid transparent;
  right: -31%;
}

@media (min-width: 1024px) {
  #entry .entry_read--steps--item:after {
    border-top: 11px solid transparent;
    border-left: 12px solid #f08300;
    border-bottom: 11px solid transparent;
    right: -50px;
  }
}
#entry .entry_read--steps--item span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

@media (min-width: 767px) {
  #entry .entry_read--steps--item span {
    position: relative;
    top: -3px;
    left: 1px;
  }
}
@media (min-width: 767px) {
  #entry .entry_read--steps--item span.jpn {
    font-size: 1.7rem;
    margin-top: 6px;
    padding-left: 2px;
  }
}
@media (min-width: 767px) {
  #entry .entry_read--steps--item span.eng {
    font-size: 1.6rem;
  }
}
#entry .entry_read--steps--item.current {
  background: #f08300;
  border-color: #f08300;
  color: #fff;
}

#entry .entry_read--steps--item:last-of-type:after {
  display: none;
}

#entryform {
  font-family: "Noto Sans jp", YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (min-width: 767px) {
  #entryform {
    margin-top: 18px;
    padding-bottom: 140px;
  }
}
#entryform .c-section__bgcolor {
  background: #f3f3f3;
  padding: 35px 24px 10px;
}

@media (min-width: 1024px) {
  #entryform .c-section__bgcolor {
    padding: 29px 72px 44px;
  }
}
@media (max-width: 767px) {
  #entryform table,
  #entryform td,
  #entryform th,
  #entryform tr {
    display: block;
    width: 100%;
  }
}
@media (min-width: 767px) {
  #entryform td,
  #entryform th {
    padding-top: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
  }
}
#entryform tr:last-of-type td,
#entryform tr:last-of-type th {
  border: none;
}

@media (min-width: 767px) {
  #entryform th {
    font-size: 1.5rem;
    width: 250px;
    vertical-align: middle;
    position: relative;
  }
}
@media (min-width: 1024px) {
  #entryform th {
    min-width: 288px;
  }
}
#entryform td {
  font-size: 1.3rem;
}

@media (min-width: 767px) {
  #entryform td {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-top: 26px;
  }
}
@media (min-width: 1024px) {
  #entryform td {
    width: 100%;
    padding-left: 57px;
  }
}
#entryform .entrytabel_title {
  letter-spacing: 0.1em;
}

#entryform .entrytabel_icon {
  font-size: 1.1rem;
  background: #f08300;
  color: #fff;
  padding: 4px 7px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-left: 10px;
}

@media (min-width: 1024px) {
  #entryform .entrytabel_icon {
    font-size: 1.3rem;
    padding: 5.5px 9.5px;
    position: absolute;
    right: 0;
  }
}
#entryform .entrytabel_td {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 15px;
}

#entryform .entrytabel_td.zipwrap {
  gap: 0;
}

#entryform .entrytabel_td .errorTxt {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  #entryform .entrytabel_td {
    margin-top: 0;
    gap: 4px 25px;
  }
}
#entryform input,
#entryform textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

#entryform .checkboxlabel,
#entryform .radiolabel {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
}

#entryform .checkboxlabel {
  display: flex;
  width: 33.3333333333%;
}

@media (min-width: 767px) {
  #entryform .checkboxlabel {
    width: auto;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  #entryform .checkboxlabel {
    letter-spacing: 0.1em;
  }
}
#entryform .checkboxlabel.w36p {
  width: 36%;
}

@media (min-width: 767px) {
  #entryform .checkboxlabel.w36p {
    width: auto;
  }
}
#entryform .checkboxlabel.mr30p {
  margin-right: 30%;
}

@media (min-width: 767px) {
  #entryform .checkboxlabel.mr30p {
    margin-right: 0;
    margin-right: 23px;
  }
}
#entryform .checkboxlabel:before,
#entryform .radiolabel:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 8px;
  position: relative;
  top: 0;
}

@media (min-width: 1024px) {
  #entryform .checkboxlabel:before,
  #entryform .radiolabel:before {
    margin-right: 14px;
  }
}
#entryform .radiolabel:before {
  border-radius: 50%;
}

#entryform .checkboxlabel span,
#entryform .radiolabel span {
  position: relative;
}

#entryform input[type=checkbox],
#entryform input[type=radio] {
  display: none;
}

#entryform input[type=checkbox]:checked + span:before,
#entryform input[type=radio]:checked + span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f08300;
  left: -25px;
  top: 4.5px;
}

@media (min-width: 1024px) {
  #entryform input[type=checkbox]:checked + span:before,
  #entryform input[type=radio]:checked + span:before {
    left: -31px;
    top: 6px;
  }
}
#entryform input[type=radio]:checked + span:before {
  border-radius: 50%;
}

#entryform input[type=tel],
#entryform input[type=text],
#entryform textarea {
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 20px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #entryform input[type=tel],
  #entryform input[type=text],
  #entryform textarea {
    margin-top: 6px;
    margin-bottom: 8px;
    padding-bottom: 11px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  #entryform input[type=tel] {
    max-width: 200px;
  }
}
#entryform textarea {
  max-height: 15rem;
  overflow: scroll;
  max-width: 631px;
}

@media (min-width: 1024px) {
  #entryform textarea {
    margin-bottom: 8px;
    height: 160px;
    max-height: 100vh;
    padding-top: 15px;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  #entryform textarea {
    width: 631px;
  }
}
#entryform tr {
  margin-bottom: 20px;
}

#entryform .entrytextwrap.day,
#entryform .entrytextwrap.month,
#entryform .entrytextwrap.year {
  display: inline-flex;
  width: 32%;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: center;
}

#entryform .entrytextwrap.day input,
#entryform .entrytextwrap.month input,
#entryform .entrytextwrap.year input {
  width: calc(100% - 2.5rem);
  margin-right: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1100px) {
  #entryform .entrytextwrap.day input,
  #entryform .entrytextwrap.month input,
  #entryform .entrytextwrap.year input {
    width: 120px;
    margin-right: 10px;
  }
}
#entryform .error_message {
  display: none;
}

#entryform .error input,
#entryform .error textarea {
  border-color: #f08300;
}

#entryform .error .radiolabel:before {
  border: 1px solid #f08300;
}

#entryform .error .error_message {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #f08300;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  #entryform .error .error_message {
    font-size: 1.4rem;
  }
}
#entryform .error .error_message img {
  margin-right: 6px;
}

@media (min-width: 1100px) {
  #entryform .error .error_message img {
    margin-right: 13px;
  }
}
@media (min-width: 767px) {
  #entryform .entrytextwrap.year {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  #entryform .entrytextwrap.year {
    min-width: 170px;
  }
}
@media (min-width: 1240px) {
  #entryform .entrytextwrap.year {
    width: 170px;
  }
}
@media (min-width: 1100px) {
  #entryform .entrytextwrap.year input {
    margin-right: 13px;
  }
}
#entryform .entrytextwrap.day,
#entryform .entrytextwrap.month {
  margin-left: 5%;
  display: inline-flex;
  width: 28%;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

@media (min-width: 767px) {
  #entryform .entrytextwrap.day,
  #entryform .entrytextwrap.month {
    width: 101px;
    margin-left: 0;
  }
}
@media (min-width: 1240px) {
  #entryform .entrytextwrap.day,
  #entryform .entrytextwrap.month {
    width: 101px;
    margin-left: 32px;
  }
}
#entryform .entrytextwrap.day input,
#entryform .entrytextwrap.month input {
  width: calc(100% - 3rem);
  margin-right: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  #entryform .entrytextwrap.day input,
  #entryform .entrytextwrap.month input {
    width: 52px;
  }
}
@media (min-width: 1240px) {
  #entryform .entrytextwrap.day input,
  #entryform .entrytextwrap.month input {
    width: 72px;
    margin-right: 13px;
  }
}
#entryform .zipwrap input {
  width: 50%;
}

@media (min-width: 1024px) {
  #entryform .zipwrap input {
    width: 160px;
  }
}
#entryform .zipwrap--mark {
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

@media (min-width: 1024px) {
  #entryform .zipwrap--mark {
    margin-right: 13px;
  }
}
#entryform .entry_attention--title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 30px;
}

@media (min-width: 767px) {
  #entryform .entry_attention--title {
    margin-top: 75px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#entryform .entry_attention--text {
  line-height: 2.133;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  #entryform .entry_attention--text {
    margin-top: 18px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
#entryform .entry_attention--text + div {
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 25px;
  font-size: 1.4rem;
  margin-bottom: 45px;
}

@media (min-width: 1024px) {
  #entryform .entry_attention--text + div {
    margin-top: 45px;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
#entryform .entry_attention--text + div label {
  position: relative;
}

#entryform .entry_attention--text + div label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

#entryform .entry_attention--text + div input:checked + label :after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f08300;
  left: 5px;
  top: 4.5px;
}

@media (min-width: 1024px) {
  #entryform .entry_attention--text + div input:checked + label :after {
    top: 5.5px;
  }
}
#entryform .entry_attention--text + div + .error_message {
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 0;
}

@media (min-width: 1024px) {
  #entryform .entry_attention--text + div + .error_message {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
#entryform .entry_button {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  #entryform .entry_button {
    margin-top: 58px;
  }
}
#entryform .entry_button--submit * {
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  background: #2b2e38;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  position: relative;
}

@media (min-width: 767px) {
  #entryform .entry_button--submit * {
    width: 352px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #2b2e38;
    box-sizing: border-box;
    transition: 0.3s;
  }
}
#entryform .entry_button--submit :after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_wht_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  transition: 0.3s;
}

@media (min-width: 1024px) {
  #entryform .entry_button--submit :hover {
    color: #2b2e38;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  #entryform .entry_button--submit :hover:after {
    right: 12px;
    background: url(/recruit/asset/images/common/icon_arrow_gry_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#entryform .entry_button--submit button:after {
  display: none !important;
}

@media (min-width: 767px) {
  #entryform.confirm {
    margin-top: 7px;
  }
}
@media (min-width: 767px) {
  #entryform.confirm .c-section__bgcolor {
    padding-bottom: 69px;
  }
}
@media (min-width: 767px) {
  #entryform.confirm .c-section__bgcolor + div {
    margin-top: 58px;
    margin-bottom: 58px;
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  #entryform.confirm .c-section__bgcolor + div {
    margin-top: 75px;
  }
}
@media (min-width: 767px) {
  #entryform.confirm .c-section__bgcolor + div .backBtn,
  #entryform.confirm .c-section__bgcolor + div .entry_button {
    margin-left: 0;
    margin-right: 0;
  }
}
#entryform.confirm .c-section__bgcolor + div .entry_button {
  margin-top: 58px;
}

@media (min-width: 767px) {
  #entryform.confirm .c-section__bgcolor + div .entry_button {
    order: 2;
    margin-top: 0;
  }
}
#entryform.confirm .c-section__bgcolor + div .backBtn {
  margin-top: 30px;
}

@media (min-width: 767px) {
  #entryform.confirm .c-section__bgcolor + div .backBtn {
    order: 1;
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  #entryform.confirm th {
    min-width: 182px;
    width: 182px;
  }
}
@media (min-width: 767px) {
  #entryform.confirm td,
  #entryform.confirm th {
    padding-top: 34px;
    padding-bottom: 3px;
    border-bottom: none;
  }
}
@media (min-width: 767px) {
  #entryform.confirm td {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 767px) {
  #entryform.confirm tr:last-of-type(2) th {
    padding-top: 0;
  }
}
#entryform.confirm tr:last-of-type(2) th span {
  position: relative;
}

@media (min-width: 767px) {
  #entryform.confirm tr:last-of-type(2) th span {
    top: -10px;
  }
}
@media (min-width: 767px) {
  #entryform.confirm tr:last-of-type(2) td.textarea {
    padding-top: 34px;
    line-height: 1.75;
  }
}
/* recruit
--------------------------- */
.flexbox {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  #requirements .c-section__title {
    letter-spacing: 0.08em;
  }
}
#requirements .c-section__title .eng {
  font-size: 3.2rem;
}
@media (min-width: 1024px) {
  #requirements .c-section__title .eng {
    font-size: 4.6rem;
  }
}
#requirements .c-section__title .jpn {
  color: #AAAAAA;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  #requirements .c-section__title .jpn {
    font-size: 1.6rem;
    display: inline;
    width: auto;
    margin-left: -6px;
  }
}
#requirements .requirements_infomation--top--read {
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
  background: url(/recruit/asset/images/recruit-info/logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--read {
    padding: 99px 0 89px;
    background-size: 447px 451px;
  }
}
#requirements .requirements_infomation--top--title {
  font-weight: bold;
}
#requirements .requirements_infomation--top--title .eng {
  font-size: 1.4rem;
  color: #F08300;
  display: block;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--title .eng {
    font-size: 1.6rem;
  }
}
#requirements .requirements_infomation--top--title .jpn {
  font-size: 2.8rem;
  display: block;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--title .jpn {
    font-size: 4.4rem;
    margin-top: 5px;
    letter-spacing: 0.1em;
    position: relative;
    left: 5px;
  }
}
#requirements .requirements_infomation--top--text {
  font-weight: 500;
  line-height: 2.444;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--text {
    margin-top: 28px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 360px) {
  #requirements .requirements_infomation--top--text br.sp {
    display: none !important;
  }
}
#requirements .requirements_infomation--top--flow {
  position: relative;
}
#requirements .requirements_infomation--top--flow:before, #requirements .requirements_infomation--top--flow:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow:before, #requirements .requirements_infomation--top--flow:after {
    width: 216px;
    height: 183px;
  }
}
#requirements .requirements_infomation--top--flow::before {
  background: url(/recruit/asset/images/recruit-info/hex_01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -30px;
  right: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow::before {
    bottom: -35px;
    right: 0px;
  }
}
#requirements .requirements_infomation--top--flow::after {
  background: url(/recruit/asset/images/recruit-info/hex_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -30px;
  left: -20px;
  z-index: 2;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow::after {
    top: -70px;
    left: -10px;
  }
}
#requirements .requirements_infomation--top--flow .c-section__inner {
  position: relative;
  z-index: 2;
}
#requirements .requirements_infomation--top--flow .requirements_infomation--top--flow--bg {
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .requirements_infomation--top--flow--bg {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
#requirements .requirements_infomation--top--flow .requirements_infomation--top--flow--bg:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F3F3F3;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap {
  display: grid;
  margin-top: 20px;
  position: relative;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap._up {
  grid-template-columns: 1fr;
  margin-top: 35px;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap._up {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 54px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap._down {
  grid-template-columns: 1fr;
  margin-top: 30px;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap._down {
    grid-template-columns: 1fr 1fr 1fr auto;
    margin-bottom: 32px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner {
  background: #fff;
  padding: 25px 20px 32px;
  position: relative;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner {
    padding: 40px 32px;
    margin-left: 0;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento {
  position: relative;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-kento .recruit_flow--list {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    grid-template-columns: auto 1fr;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ohbo .recruit_flow--list {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-syorui::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-syorui::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-syorui::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 16px;
    background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
    background-repeat: no-repeat;
    top: 50%;
    left: -38px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ichiji::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-ichiji::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-niji::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  left: 50%;
  rotate: 90deg;
  bottom: -15px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-niji::after {
    top: 50%;
    left: auto;
    right: -20px;
    bottom: auto;
    rotate: none;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-nyusya {
  background: #F08300;
  display: flex;
  align-items: center;
  justify-content: center;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--inner.-nyusya p {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--bubble {
  position: absolute;
  background: #F08300;
  display: flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  top: -21px;
  left: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--bubble {
    padding: 6px 12px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap--bubble::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 34px;
  left: 0;
  background: url(/recruit/asset/images/recruit-info/bubble_bottom.svg);
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap--bubble::after {
    top: 40px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .recruit_flow--list {
  padding-top: 16px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .recruit_flow--list li {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 1.5em;
  text-indent: -1.5em;
  position: relative;
  padding-left: 11px;
  font-size: 1.3rem;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .recruit_flow--list li::before {
  position: absolute;
  left: -20px;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background: #FFBA53;
  border-radius: 50%;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .syorui_note {
  padding-top: 24px;
  font-size: 1.3rem;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .daisotsu {
  font-size: 1.4rem;
  font-weight: 400;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card {
  font-size: 1.2rem;
  background-color: #fff;
  padding: 16px 12px;
  letter-spacing: 0.78px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card {
    font-size: 1.3rem;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 span {
  position: relative;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 span::before {
  position: absolute;
  content: "|";
  top: 0;
  left: -12px;
  rotate: -45deg;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt01 span::after {
  position: absolute;
  content: "|";
  rotate: 45deg;
  top: 0;
  right: -12px;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 {
  color: #262626;
  padding: 16px 12px;
  border: solid 1px #DDD;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a {
  color: #262626;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  width: 100%;
  display: inline-block;
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a:hover:after {
    right: -3px;
  }
}
#requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card--txt02 a:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_org_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(180deg);
  top: 7px;
  transition: 0.3s;
  z-index: 1;
  right: 0;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .recruit_flow_wrap .flow_card_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
#requirements .requirements_infomation--top--flow .grid03 {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .grid03 {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 0;
  }
}
#requirements .requirements_infomation--top--flow .grid03 img {
  position: absolute;
  right: 20px;
  top: 16px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--flow .grid03 img {
    bottom: 0;
    right: auto;
    top: auto;
  }
}
#requirements .requirements_infomation--top--information {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information {
    margin-top: 84px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .c-section__title .eng {
    letter-spacing: 0.13em;
  }
}
#requirements .requirements_infomation--top--information--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--list {
    margin-bottom: 31px;
  }
}
#requirements .requirements_infomation--top--information--list li {
  width: 50%;
}
#requirements .requirements_infomation--top--information--list li a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  text-decoration: none;
  color: #262626;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--list li a {
    font-size: 1.8rem;
    padding: 23.5px 5px;
  }
}
#requirements .requirements_infomation--top--information--list li a:after {
  content: "";
  position: absolute;
  right: 8px;
  border-left: 7.5px solid transparent;
  border-top: 8px solid #F08300;
  border-right: 7.5px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 8px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--list li a:after {
    right: 22px;
  }
}
#requirements .requirements_infomation--top--information--list li a:hover {
  opacity: 0.6;
}
#requirements .requirements_infomation--top--information--list li:nth-of-type(2) a {
  border-right: 2px solid #DDDDDD;
}
#requirements .requirements_infomation--top--information--block--list {
  margin-top: 43px;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  /*
  @media (max-width: 767px) {
      table,tbody,tr,th,td {
          display: block;
          width: 100%;
      }
  }
  */
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--list {
    margin-top: 21px;
  }
}
#requirements .requirements_infomation--top--information--block--list th, #requirements .requirements_infomation--top--information--block--list td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  letter-spacing: 0.1em;
}
#requirements .requirements_infomation--top--information--block--list th {
  background: #F3F3F3;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px;
  vertical-align: middle;
  width: 120px;
}
@media (min-width: 767px) {
  #requirements .requirements_infomation--top--information--block--list th {
    padding: 21px 10px 18px 31px;
    line-height: 2.76;
    line-height: 1.7;
    font-size: 1.6rem;
    width: 180px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--list th {
    width: 280px;
  }
}
#requirements .requirements_infomation--top--information--block--list td {
  font-weight: 500;
  padding: 15px;
  word-break: break-all;
  line-height: 1.733;
  width: calc(100% - 120px);
}
@media (min-width: 767px) {
  #requirements .requirements_infomation--top--information--block--list td {
    padding: 29px 30px 26px 30px;
    width: auto;
    font-size: 1.5rem;
  }
}
#requirements .requirements_infomation--top--information--block--list td li + li {
  margin-top: 11px;
}
#requirements .requirements_infomation--top--information--block--list .bold {
  font-weight: bold;
  display: block;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--list .bold {
    font-size: 1.6rem !important;
    letter-spacing: 0.02em;
  }
}
#requirements .requirements_infomation--top--information--block--list li + li {
  margin-top: 13px;
}
#requirements .requirements_infomation--top--information--block .requirements_infomation--detail--title {
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 767px) {
  #requirements .requirements_infomation--top--information--block .requirements_infomation--detail--title {
    margin-bottom: 27px;
    margin-top: 0;
  }
}
#requirements .requirements_infomation--top--information--block--inner {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--inner {
    margin-top: 77px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--inner + .requirements_infomation--top--information--block--inner .__text {
    order: 2;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--inner + .requirements_infomation--top--information--block--inner .__images {
    order: 1;
  }
}
#requirements .requirements_infomation--top--information--block--inner a[href^="tel:"] {
  text-decoration: none;
  color: #262626;
}
@media (min-width: 767px) {
  #requirements .requirements_infomation--top--information--block--inner a[href^="tel:"] {
    pointer-events: none;
  }
}
#requirements .requirements_infomation--top--information--block--inner.__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.133;
  letter-spacing: 0.1em;
}
#requirements .requirements_infomation--top--information--block--inner.__text p + p {
  margin-top: 14px;
}
#requirements .requirements_infomation--top--information--block--inner.__images {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block--inner.__images {
    max-width: 480px;
    width: calc(100% - 596px);
    margin-top: -13px;
  }
}
#requirements .requirements_infomation--top--information--block .flexbox {
  justify-content: space-between;
}
#requirements .requirements_infomation--top--information--block .flexbox .requirements_infomation--top--information--block--inner.__text {
  width: 100%;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information--block .flexbox .requirements_infomation--top--information--block--inner.__text {
    width: 568px;
    margin-top: 0;
  }
}
#requirements .requirements_infomation--top--information .bold {
  font-weight: bold;
  line-height: 1.777;
  display: inline;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .bold {
    font-size: 1.8rem;
  }
}
#requirements .requirements_infomation--top--information .bold + p {
  margin-top: 10px;
}
#requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist {
    margin-bottom: 60px;
    margin-top: 0px;
  }
}
#requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li {
    /*
    width: calc((100% / 3) - 10px);
    max-width: 352px;
    */
    width: auto;
    max-width: 100%;
    min-width: calc(33.3333333333% - 15px);
    margin-bottom: 0;
    margin-right: 15px;
  }
}
#requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li a {
  border: 1px solid #ddd;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  height: auto;
  padding: 19px 40px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  margin-top: 25px;
  position: relative;
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li a {
    letter-spacing: 0.1em;
    margin-top: 30px;
    font-size: 1.7rem;
    padding: 17px 40px;
    pointer-events: auto;
  }
}
#requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li a:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_org_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(180deg);
  right: 15px;
  transition: 0.3s;
  z-index: 1;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist li a:hover:after {
    right: 12px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner--linklist:after {
    content: "";
    width: calc(33.3333333333% - 10px);
    max-width: 352px;
    display: block;
    margin-bottom: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
}
#requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner.mt45 {
  margin-top: 0;
}
#requirements .requirements_infomation--top--information .requirements_infomation--top--information--block--inner.mt45 .requirements_infomation--top--information--block--inner.__text {
  margin-top: 20px;
}
#requirements .requirements_infomation--detail--title {
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.1em;
  padding-left: 32px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--title {
    font-size: 2.4rem;
    margin-top: 45px;
    padding-left: 43px;
  }
}
#requirements .requirements_infomation--detail--title:before {
  left: 0;
  position: absolute;
  content: "";
  width: 24px;
  height: 4px;
  background: #F08300;
  display: inline-block;
  margin-right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--title:before {
    top: -3px;
    margin-right: 20px;
  }
}
#requirements .requirements_infomation--detail--title + p a {
  text-decoration: none;
  color: #262626 !important;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--title + p a {
    pointer-events: auto;
  }
}
#requirements .requirements_infomation--detail--title + p#intern_link a {
  text-decoration: underline;
  color: #F08300 !important;
}
#requirements .requirements_infomation--detail--table {
  margin-top: 20px;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  width: 100%;
  /*
  @media (max-width: 767px) {
      table,tbody,tr,th,td {
          display: block;
          width: 100%;
      }
  }
  */
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--table {
    margin-top: 31px;
  }
}
#requirements .requirements_infomation--detail--table th, #requirements .requirements_infomation--detail--table td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  letter-spacing: 0.1em;
}
#requirements .requirements_infomation--detail--table th {
  background: #F3F3F3;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 15px;
  vertical-align: middle;
  width: 120px;
}
@media (min-width: 767px) {
  #requirements .requirements_infomation--detail--table th {
    padding: 20px 10px 19px 31px;
    line-height: 2.76;
    line-height: 1.7;
    font-size: 1.6rem;
    width: 180px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--table th {
    width: 280px;
  }
}
#requirements .requirements_infomation--detail--table td {
  font-weight: 500;
  padding: 15px;
  word-break: break-all;
  line-height: 1.733;
  width: calc(100% - 120px);
}
@media (min-width: 767px) {
  #requirements .requirements_infomation--detail--table td {
    padding: 29px 30px 27px 30px;
    width: auto;
    font-size: 1.5rem;
  }
}
#requirements .requirements_infomation--detail--table .bold {
  font-weight: bold;
  display: block;
}
#requirements .requirements_infomation--detail--table li {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--table .ptb45 th {
    padding-top: 45px;
    padding-bottom: 46px;
  }
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--table .pt12 td {
    padding-top: 18px;
  }
}
#requirements .requirements_infomation--detail--table .pt12 p {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  #requirements .requirements_infomation--detail--table .pt30 td {
    padding-top: 30px;
  }
}
#requirements .requirements_infomation--detail--table .attention {
  margin-top: 12px;
}
#requirements .backBtn {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #requirements .backBtn {
    margin-top: 40px;
    max-width: 351px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    transition: 0.3s;
  }
}
#requirements .backBtn:hover {
  opacity: 0.6;
}

.entrypageBtn {
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  font-weight: bold;
  padding: 3px 16px;
  color: #fff;
  background-color: #F08300;
  border: solid 1px #F08300;
  position: relative;
  line-height: 80px;
  width: calc(100% - 90px);
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .entrypageBtn {
    max-width: 409px;
    width: calc(100% - 48px);
    font-size: 2.2rem;
    line-height: 73px;
    margin-top: 64px;
    letter-spacing: 0.1em;
  }
}
.entrypageBtn.scrolled:hover {
  text-decoration: none;
  opacity: 0.6;
}
.entrypageBtn.scrolled {
  transition-delay: 0s !important;
}
.entrypageBtn:before {
  content: "";
  position: absolute;
  left: -25px;
  border-top: 44px solid transparent;
  border-right: 24px solid #F08300;
  border-bottom: 44px solid transparent;
}
@media (min-width: 767px) {
  .entrypageBtn:before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }
}
.entrypageBtn:after {
  content: "";
  position: absolute;
  right: -25px;
  border-top: 44px solid transparent;
  border-left: 24px solid #F08300;
  border-bottom: 44px solid transparent;
}
@media (min-width: 767px) {
  .entrypageBtn:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }
}

.entrypageBtn2 {
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  font-weight: bold;
  padding: 3px 16px;
  color: #fff;
  background-color: #2B2E38;
  border: solid 1px #2B2E38;
  position: relative;
  line-height: 56px;
  width: calc(100% - 90px);
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition-delay: 0s;
}
@media (min-width: 767px) {
  .entrypageBtn2 {
    max-width: 288px;
    width: calc(100% - 20px);
    font-size: 2.2rem;
    line-height: 49px;
    margin-top: 32px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 330px) {
  .entrypageBtn2 {
    width: calc(100% - 50px);
  }
}
.entrypageBtn2:hover {
  text-decoration: none;
  opacity: 0.6 !important;
}
.entrypageBtn2:before {
  content: "";
  position: absolute;
  left: -17px;
  border-top: 32px solid transparent;
  border-right: 16px solid #2B2E38;
  border-bottom: 32px solid transparent;
}
@media (min-width: 767px) {
  .entrypageBtn2:before {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
  }
}
.entrypageBtn2:after {
  content: "";
  position: absolute;
  right: -17px;
  border-top: 32px solid transparent;
  border-left: 16px solid #2B2E38;
  border-bottom: 32px solid transparent;
}
@media (min-width: 767px) {
  .entrypageBtn2:after {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
  }
}
.entrypageBtn2.scrolled {
  transition-delay: 0s !important;
}

@media (max-width: 767px) {
  .sp_fw-minus {
    font-weight: 400;
  }
}
#requirements .requirements_infomation--top--information--block--inner.mt0 {
  margin-top: 0;
}
#requirements .requirements_infomation--top--information--block--inner.mt0 .requirements_infomation--top--information--block--inner.--wrap {
  margin-top: 68px;
}
#requirements .requirements_infomation--top--information--block--inner.mt0 .requirements_infomation--top--information--block--inner.--wrap .requirements_infomation--detail--title {
  margin-bottom: 30px;
}
#requirements .requirements_infomation--top--information--block--inner.mt0 + .mt0 .requirements_infomation--top--information--block--inner.--wrap {
  margin-top: 30px;
}
#requirements .requirements_infomation--top--information--block--inner.mt0 .requirements_infomation--top--information--block--inner.--wrap.mt36 {
  margin-top: 36px;
}

#requirements .requirements_infomation--top--information--block--inner.pb38 {
  padding-bottom: 38px;
}

#anc01 {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #anc01 {
    margin-top: 0;
  }
}

.requirements_infomation--top--information--block .entry_button {
  margin: 15px 0 50px;
  transition-delay: 0s !important;
}
@media (min-width: 1024px) {
  .requirements_infomation--top--information--block .entry_button {
    margin: 30px 0 50px;
  }
}

/* recruit
--------------------------- */
.interview--top--sort--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .interview--top--sort--list {
    margin-top: 82px;
  }
}
.interview--top--sort--list li {
  width: calc(50% - 2px);
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .interview--top--sort--list li {
    width: calc(16.6666666667% - 2px);
    margin-bottom: 0px;
  }
}
.interview--top--sort--list li button {
  background: #F3F3F3;
  color: #AAAAAA;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  line-height: 1;
  display: flex;
  height: 56px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .interview--top--sort--list li button {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .interview--top--sort--list li button:hover {
    opacity: 0.6;
  }
}
.interview--top--sort--list li button.current {
  color: #fff;
  background: #F08300;
}
.interview--top--link--list {
  margin-bottom: 60px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .interview--top--link--list {
    margin-bottom: 50px;
  }
}
.interview--top--link--list li {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .interview--top--link--list li {
    width: calc(33.3333333333% - 28px);
    max-width: 346px;
    margin-top: 48px;
    padding-bottom: 7px;
  }
}
.interview--top--link--list--item--name {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #262626;
}
@media (min-width: 1024px) {
  .interview--top--link--list--item--name {
    font-size: 2rem;
    margin-top: 22px;
  }
}
.interview--top--link--list--item--date {
  margin-top: 5px;
  letter-spacing: 0.142em;
  text-decoration: none;
  color: #262626;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .interview--top--link--list--item--date {
    margin-top: 11px;
  }
}
.interview--top--link--list--item--date:before {
  content: "";
  width: 9px;
  height: 11px;
  background: url(/recruit/asset/images/interview/hex.svg);
  display: inline-block;
  margin-right: 10px;
}
.interview--top--link--list--item a {
  text-decoration: none !important;
  display: block;
  transition: 0.4s !important;
}
.interview--top--link--list--item a:hover {
  opacity: 0.6;
}
.interview--top--link--list--item a:hover img {
  transform: scale(1) !important;
}
.interview--top--link--list--item img {
  width: 100%;
}
.interview--top--link--list:before {
  order: 98;
  content: "";
  padding: 0;
  height: 0;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .interview--top--link--list:before {
    width: calc(33.3333333333% - 28px);
    max-width: 346px;
  }
}
.interview--top--link--list:after {
  order: 99;
  content: "";
  padding: 0;
  height: 0;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .interview--top--link--list:after {
    width: calc(33.3333333333% - 28px);
    max-width: 346px;
  }
}
.interview--top--link--list--item {
  text-decoration: none !important;
}

.interview--detail--header {
  padding-bottom: 26px;
}
@media (min-width: 1024px) {
  .interview--detail--header {
    padding-top: 20px;
  }
}
.interview--detail--header .flexbox {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.interview--detail--header .flexbox:before {
  content: "";
  position: absolute;
  background: url(/recruit/asset/images/interview/bg_hex_01_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  top: -10px;
  right: -50px;
  top: -15px;
  right: -30px;
}
@media (min-width: 767px) {
  .interview--detail--header .flexbox:before {
    content: "";
    position: absolute;
    width: 576px;
    height: 546px;
    background: url(/recruit/asset/images/interview/bg_hex_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -63px;
    right: auto;
    left: -98px;
    max-width: 50vw;
  }
}
@media (min-width: 1024px) {
  .interview--detail--header .flexbox:before {
    max-width: 576px;
  }
}
.interview--detail--header--inner.__left {
  width: 100%;
  margin-top: 28px;
}
@media (min-width: 767px) {
  .interview--detail--header--inner.__left {
    width: 52%;
    max-width: 511px;
    max-width: 552px;
    margin-top: 0;
  }
}
.interview--detail--header--inner.__right {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .interview--detail--header--inner.__right {
    width: 46%;
    max-width: 478px;
    margin-top: 0;
  }
}
.interview--detail--header--inner.__right .interview--detail--header--inner--image {
  position: relative;
  width: 68vw;
  right: -82px;
}
@media (min-width: 767px) {
  .interview--detail--header--inner.__right .interview--detail--header--inner--image {
    width: 100%;
    right: auto;
  }
}
.interview--detail--header--inner.__right .interview--detail--header--inner--image:before {
  content: "";
  position: absolute;
  width: 40vw;
  height: 68vw;
  background: url(/recruit/asset/images/interview/bg_hex_02_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 25px;
  left: -110px;
}
@media (min-width: 767px) {
  .interview--detail--header--inner.__right .interview--detail--header--inner--image:before {
    width: 525px;
    height: 264px;
    background: url(/recruit/asset/images/interview/bg_hex_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: auto;
    top: auto;
    bottom: -13vw;
    right: -48px;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .interview--detail--header--inner.__right .interview--detail--header--inner--image:before {
    max-width: 525px;
    bottom: -60px;
    right: -48px;
  }
}
.interview--detail--header--inner.__right .interview--detail--header--inner--image img {
  mask-image: url("/recruit/asset/images/interview/bg_hex_07.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/recruit/asset/images/interview/bg_hex_07.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: relative;
  z-index: -1;
}
.interview--detail--header .engtitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .interview--detail--header .engtitle {
    font-size: 2.8rem;
    margin-bottom: 25px;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
}
.interview--detail--header .c-section__bgtitleline {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1px 12px;
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .interview--detail--header .c-section__bgtitleline {
    font-size: 2.8rem;
  }
}
.interview--detail--header br + .c-section__bgtitleline {
  margin-top: 10px;
}
.interview--detail--header--name {
  margin-top: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .interview--detail--header--name {
    font-size: 2rem;
    margin-top: 43px;
  }
}
.interview--detail--header--history {
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .interview--detail--header--history {
    font-size: 1.6rem;
  }
}
.interview--detail--block {
  margin-top: 15px;
}
@media (min-width: 767px) {
  .interview--detail--block {
    max-width: 800px;
    margin-top: 69px;
  }
}
.interview--detail--block--text {
  font-size: 1.3rem;
  line-height: 2.133;
  margin-top: 15px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 1024px) {
  .interview--detail--block--text {
    font-size: 1.5rem;
    margin-top: 28px;
  }
}
.interview--detail--block--image {
  position: relative;
  width: 100vw;
  margin: 23px calc(50% - 50vw) 0;
}
@media (min-width: 1024px) {
  .interview--detail--block--image {
    height: 400px;
    margin: 55px calc(50% - 50vw) 0;
    overflow: hidden;
  }
}
.interview--detail--block--image .interview--detail--block--image--wrap {
  min-width: 1px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .interview--detail--block--image .interview--detail--block--image--wrap {
    padding-bottom: 0px;
    min-width: 1100px;
    width: 100vw;
    max-width: 100vw;
    right: 0;
    position: absolute;
    margin: 0 calc(50vw - 400px);
  }
}
@media (min-width: 1024px) {
  .interview--detail--block--image img {
    position: absolute;
    right: 0;
    max-width: 1040px;
  }
}
@media (min-width: 1024px) {
  .interview--detail--block:nth-of-type(odd) .interview--detail--block--image--wrap {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .interview--detail--block:nth-of-type(odd) img {
    position: absolute;
    right: auto;
    left: 0;
    max-width: 1040px;
  }
}
.interview--detail .__hex--bg01 {
  position: relative;
}
.interview--detail .__hex--bg01:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg01:before {
    width: 115px;
    height: 106px;
    background: url(/recruit/asset/images/interview/bg_hex_03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -43px;
    left: -252px;
  }
}
.interview--detail .__hex--bg01 .interview--detail--block--text:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg01 .interview--detail--block--text:before {
    width: 98px;
    height: 89px;
    background: url(/recruit/asset/images/interview/bg_hex_04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 172px;
    right: -158px;
  }
}
.interview--detail .__hex--bg01 .interview--detail--block--image--wrap {
  position: relative;
}
.interview--detail .__hex--bg01 .interview--detail--block--image--wrap:before {
  content: "";
  position: absolute;
  width: 45vw;
  height: 70.25vw;
  background: url(/recruit/asset/images/interview/bg_hex_03_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -25px;
  right: -5vw;
  max-width: 280px;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg01 .interview--detail--block--image--wrap:before {
    display: none;
    top: auto;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg01 .interview--detail--block--image--wrap {
    position: absolute;
  }
}
.interview--detail .__hex--bg02 {
  position: relative;
}
.interview--detail .__hex--bg02:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg02:before {
    width: 49px;
    height: 237px;
    background: url(/recruit/asset/images/interview/bg_hex_05.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -91px;
    left: -195px;
  }
}
.interview--detail .__hex--bg02 .interview--detail--block--text:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg02 .interview--detail--block--text:before {
    width: 60px;
    height: 53px;
    background: url(/recruit/asset/images/interview/bg_hex_07.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 290px;
    left: -33px;
    z-index: 1;
  }
}
.interview--detail .__hex--bg02 .interview--detail--block--text:after {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg02 .interview--detail--block--text:after {
    width: 41px;
    height: 37px;
    background: url(/recruit/asset/images/interview/bg_hex_06.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 146px;
    right: -104px;
  }
}
.interview--detail .__hex--bg02 .interview--detail--block--image--wrap {
  position: relative;
}
.interview--detail .__hex--bg02 .interview--detail--block--image--wrap:before {
  content: "";
  position: absolute;
  width: 91vw;
  height: 56.25vw;
  background: url(/recruit/asset/images/interview/bg_hex_04_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -63px;
  left: -3vw;
  z-index: 1;
}
@media (min-width: 767px) {
  .interview--detail .__hex--bg02 .interview--detail--block--image--wrap:before {
    max-width: 500px;
    bottom: -30vw;
  }
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg02 .interview--detail--block--image--wrap:before {
    display: none;
  }
}
.interview--detail .__hex--bg02 .interview--detail--block--image--wrap img {
  position: relative;
  left: 0;
  z-index: 0;
  width: calc(100% - 20px);
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg02 .interview--detail--block--image--wrap img {
    left: auto;
    width: 100%;
  }
}
.interview--detail .__hex--bg03 {
  position: relative;
}
.interview--detail .__hex--bg03:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg03:before {
    width: 150px;
    height: 135px;
    background: url(/recruit/asset/images/interview/bg_hex_08.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -158px;
    left: -293px;
  }
}
.interview--detail .__hex--bg03 .interview--detail--block--text:before {
  content: "";
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg03 .interview--detail--block--text:before {
    position: absolute;
    width: 228px;
    height: 562px;
    background: url(/recruit/asset/images/interview/bg_hex_09.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 136px;
    right: -278px;
  }
}
.interview--detail .__hex--bg03 .interview--detail--block--image--wrap {
  position: relative;
}
.interview--detail .__hex--bg03 .interview--detail--block--image--wrap:before {
  content: "";
  position: absolute;
  width: 102vw;
  height: 56.25vw;
  background: url(/recruit/asset/images/interview/bg_hex_05_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -70px;
  left: -2vw;
  z-index: 1;
}
@media (min-width: 767px) {
  .interview--detail .__hex--bg03 .interview--detail--block--image--wrap:before {
    bottom: 20vw;
  }
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg03 .interview--detail--block--image--wrap:before {
    display: none;
  }
}
.interview--detail .__hex--bg03 .interview--detail--block--image--wrap img {
  position: relative;
  right: -20px;
  z-index: 0;
  width: calc(100% - 20px);
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg03 .interview--detail--block--image--wrap img {
    right: auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg03 .interview--detail--block--image--wrap {
    position: absolute;
  }
}
.interview--detail .__hex--bg03 .interview--detail--block--image--wrap img {
  margin-left: auto;
}
.interview--detail .__hex--bg04 {
  position: relative;
}
.interview--detail .__hex--bg04:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .interview--detail .__hex--bg04:before {
    width: 100px;
    height: 90px;
    background: url(/recruit/asset/images/interview/bg_hex_10.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -117px;
    left: -266px;
  }
}
.interview--detail--realvoice {
  margin-top: 120px;
  background: #F3F3F3;
  padding-bottom: 34px;
}
@media (min-width: 767px) {
  .interview--detail--realvoice {
    margin-top: 135px;
  }
}
.interview--detail--realvoice .c-section__title03 {
  line-height: 1;
  position: relative;
  top: -20px;
}
@media (min-width: 767px) {
  .interview--detail--realvoice .c-section__title03 {
    top: -40px;
    margin-bottom: -25px;
  }
}
.interview--detail--realvoice--wrap {
  justify-content: space-between;
  align-items: center;
}
.interview--detail--realvoice--wrap--inner.__image {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-mask-image: url(/recruit/asset/images/interview/bg_hex_07.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: relative;
}
@media (min-width: 767px) {
  .interview--detail--realvoice--wrap--inner.__image {
    width: 28%;
    max-width: 280px;
    margin: 0;
  }
}
.interview--detail--realvoice--wrap--inner.__text {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: flex;
  align-items: center;
  align-content: center;
  padding: 20px 25px;
  height: 100%;
}
@media (min-width: 767px) {
  .interview--detail--realvoice--wrap--inner.__text {
    width: 72%;
    width: 69%;
    max-width: 776px;
    padding: 22px 48px 24px;
  }
}
.interview--detail--realvoice--wrap--inner--text--subtitle {
  font-size: 1.4rem;
  color: #F08300;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (min-width: 767px) {
  .interview--detail--realvoice--wrap--inner--text--subtitle {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.interview--detail--realvoice--wrap--inner--text--title {
  font-size: 1.6rem;
  color: #262626;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: 0.1em;
}
@media (min-width: 767px) {
  .interview--detail--realvoice--wrap--inner--text--title {
    margin-top: 6px;
    font-size: 2.4rem;
  }
}
.interview--detail--realvoice--wrap--inner--text--comment {
  color: #262626;
  font-size: 1.3rem;
  line-height: 2.133;
  letter-spacing: 0.01em;
  margin-top: 16px;
  text-align: justify;
}
@media (min-width: 767px) {
  .interview--detail--realvoice--wrap--inner--text--comment {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.interview--detail--realvoice .c-section__inner {
  position: relative;
}
.interview--detail--realvoice .c-section__inner:before {
  content: "";
  position: absolute;
  width: 55vw;
  height: 40vw;
  background: url(/recruit/asset/images/interview/bg_hex_06_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -102px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .interview--detail--realvoice .c-section__inner:before {
    max-width: 315px;
    top: -13vw;
  }
}
@media (min-width: 1024px) {
  .interview--detail--realvoice .c-section__inner:before {
    width: 321px;
    height: 163px;
    background: url(/recruit/asset/images/interview/bg_hex_11.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -102px;
    right: -50px;
    left: auto;
  }
}
.interview--detail--bottomlink {
  margin: 40px auto 40px;
  width: calc(100% - 20px);
}
@media (min-width: 767px) {
  .interview--detail--bottomlink {
    width: 736px;
    margin: 80px auto 50px;
  }
}
.interview--detail--bottomlink .flexbox {
  justify-content: space-between;
}
.interview--detail--bottomlink a {
  transition-delay: 0s !important;
}
@media (min-width: 767px) {
  .interview--detail--bottomlink a {
    max-width: 352px;
    margin: 0;
  }
}
.interview--detail--bottomlink .backBtn {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.7rem;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .interview--detail--bottomlink .backBtn {
    max-width: 352px;
    margin-bottom: 0px;
  }
}
.interview--detail--bottomlink .backBtn:hover {
  opacity: 0.6;
}

.c-section__title02 {
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.1em;
  padding-left: 32px;
}
@media (min-width: 1024px) {
  .c-section__title02 {
    font-size: 3rem;
    padding-left: 43px;
  }
}
.c-section__title02:before {
  left: 0;
  position: absolute;
  content: "";
  width: 24px;
  height: 4px;
  background: #F08300;
  display: inline-block;
  margin-right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .c-section__title02:before {
    top: -3px;
    margin-right: 20px;
  }
}

.c-section__title03 {
  font-size: 4rem;
  padding-left: 0;
  letter-spacing: 0.082em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 767px) {
  .c-section__title03 {
    text-align: left;
    font-size: 8rem;
  }
}
.c-section__title03 span {
  color: #f08300;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .c-section__title03 span {
    margin-right: 30px;
  }
}

.entry_button {
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  background: #2b2e38;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 767px) {
  .entry_button {
    width: 352px;
    border: 2px solid #2b2e38;
    box-sizing: border-box;
    transition: 0.3s;
  }
}
.entry_button:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_wht_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .entry_button:hover {
    color: #2b2e38;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .entry_button:hover:after {
    right: 12px;
    background: url(/recruit/asset/images/common/icon_arrow_gry_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.interview-next {
  margin-top: 80px;
}
.interview-next .next-inner {
  max-width: calc(100vw - 40px);
  margin-inline: auto;
}
@media (min-width: 767px) {
  .interview-next .next-inner {
    padding-inline: 24px;
    max-width: 848px;
  }
}
.interview-next .next-ttl {
  font-size: 2.4rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
@media (min-width: 767px) {
  .interview-next .next-ttl {
    font-size: 2.8rem;
  }
}
.interview-next .next-ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-color: #F08300;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE0IDE3IiBmaWxsPSJub25lIj4gICA8cGF0aCBkPSJNMTQgNC41MDAwMkw3IDAuNUwzLjQ5NjllLTA3IDQuNTAwMDJMMCAxMi41TDcgMTYuNUwxNCAxMi41VjQuNTAwMDJaIiBmaWxsPSIjRjA4MzAwIi8+IDwvc3ZnPg==) no-repeat center center/contain;
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE0IDE3IiBmaWxsPSJub25lIj4gICA8cGF0aCBkPSJNMTQgNC41MDAwMkw3IDAuNUwzLjQ5NjllLTA3IDQuNTAwMDJMMCAxMi41TDcgMTYuNUwxNCAxMi41VjQuNTAwMDJaIiBmaWxsPSIjRjA4MzAwIi8+IDwvc3ZnPg==) no-repeat center center/contain;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
}
.interview-next .next-cont {
  position: relative;
  border: 2px solid #F08300;
}
.interview-next .next-cont__inner {
  padding: 32px 24px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 767px) {
  .interview-next .next-cont__inner {
    padding: 48px 88px;
    min-height: 324px;
  }
}
.interview-next .next-cont__inner::before, .interview-next .next-cont__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.interview-next .next-cont__inner::before {
  width: 175px;
  height: 152px;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDciIGhlaWdodD0iMTU1IiB2aWV3Qm94PSIwIDAgMTA3IDE1NSIgZmlsbD0ibm9uZSI+ICAgPHBhdGggZD0iTS00NSAxMTEuMjVMMzEgMTU1TDEwNyAxMTEuMjVMMTA3IDIzLjc1MDJMMzEgLTIwTC00NSAyMy43NTAyTC00NSAxMTEuMjVaIiBmaWxsPSIjRkZCQTUzIi8+IDwvc3ZnPg==) no-repeat center center/contain;
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDciIGhlaWdodD0iMTU1IiB2aWV3Qm94PSIwIDAgMTA3IDE1NSIgZmlsbD0ibm9uZSI+ICAgPHBhdGggZD0iTS00NSAxMTEuMjVMMzEgMTU1TDEwNyAxMTEuMjVMMTA3IDIzLjc1MDJMMzEgLTIwTC00NSAyMy43NTAyTC00NSAxMTEuMjVaIiBmaWxsPSIjRkZCQTUzIi8+IDwvc3ZnPg==) no-repeat center center/contain;
  background-color: #FFBA53;
  inset: 0 auto auto -40px;
}
.interview-next .next-cont__inner::after {
  width: 62px;
  height: 54px;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI2MiIgdmlld0JveD0iMCAwIDU0IDYyIiBmaWxsPSJub25lIj4gICA8cGF0aCBkPSJNMS44NDgzN2UtMDcgNDYuNDk5OUwyNyA2Mkw1NCA0Ni40OTk5TDU0IDE1LjUwMDFMMjcgNC4xNDY4MWUtMDZMNS41NDUwNmUtMDcgMTUuNTAwMUwxLjg0ODM3ZS0wNyA0Ni40OTk5WiIgZmlsbD0iIzQwQzRGRiIvPiA8L3N2Zz4=) no-repeat center center/contain;
          mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI2MiIgdmlld0JveD0iMCAwIDU0IDYyIiBmaWxsPSJub25lIj4gICA8cGF0aCBkPSJNMS44NDgzN2UtMDcgNDYuNDk5OUwyNyA2Mkw1NCA0Ni40OTk5TDU0IDE1LjUwMDFMMjcgNC4xNDY4MWUtMDZMNS41NDUwNmUtMDcgMTUuNTAwMUwxLjg0ODM3ZS0wNyA0Ni40OTk5WiIgZmlsbD0iIzQwQzRGRiIvPiA8L3N2Zz4=) no-repeat center center/contain;
  background-color: #40C4FF;
  inset: auto 0 42px auto;
}
@media (min-width: 767px) {
  .interview-next .next-cont__inner::after {
    inset: auto auto 42px 328px;
  }
}
.interview-next .next-cont__pht {
  width: calc(100vw - 80px);
  height: calc(100vw - 80px);
}
@media (min-width: 767px) {
  .interview-next .next-cont__pht {
    width: 350px;
    height: 304px;
    position: absolute;
    inset: auto 12px 0 auto;
  }
}
.interview-next .next-cont__pht figure {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (min-width: 767px) {
  .interview-next .next-cont__pht figure {
    translate: -70px -64px;
  }
}
.interview-next .next-cont__pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-next .next-cont__pht::before {
  content: "";
  display: block;
  background-color: #F08300;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  inset: auto 0 0 auto;
  width: calc(100vw - 80px);
  height: calc(100vw - 140px);
}
@media (min-width: 767px) {
  .interview-next .next-cont__pht::before {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.interview-next .next-cont__txt {
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .interview-next .next-cont__txt {
    max-width: 264px;
  }
}
.interview-next .next-cont__txt .info {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #262626;
}
.interview-next .next-cont__txt .ttl {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: -26px;
  text-decoration-thickness: 38px;
  text-decoration-color: #262626;
  color: #fff;
}
.interview-next .next-cont__txt .btn {
  margin-top: 32px;
}
.interview-next .next-cont__txt .btn a {
  font-size: 1.8rem;
}

/* recruit
--------------------------- */
.job--sort--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .job--sort--list {
    margin-top: 82px;
  }
}
.job--sort--list li {
  width: calc(50% - 2px);
  margin-bottom: 4px;
}
@media (min-width: 767px) {
  .job--sort--list li {
    width: calc(20% - 2px);
    margin-bottom: 0px;
  }
}
.job--sort--list li button {
  background: #F3F3F3;
  color: #AAAAAA;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  line-height: 1;
  display: flex;
  height: 56px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .job--sort--list li button {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .job--sort--list li button:hover {
    opacity: 0.6;
  }
}
.job--sort--list li button.current {
  color: #fff;
  background: #F08300;
}
.job--header {
  padding-bottom: 26px;
}
@media (min-width: 1024px) {
  .job--header {
    padding-top: 28px;
  }
}
.job--header .flexbox {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.job--header--inner.__left {
  width: 100%;
  margin-top: 28px;
}
@media (min-width: 767px) {
  .job--header--inner.__left {
    width: 52%;
    max-width: 550px;
    margin-top: 28px;
  }
}
.job--header--inner.__right {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .job--header--inner.__right {
    width: 46%;
    max-width: 478px;
    margin-top: 20px;
  }
}
.job--header--inner.__right .interview--detail--header--inner--image {
  position: relative;
  width: 68vw;
  right: -82px;
}
@media (min-width: 767px) {
  .job--header--inner.__right .interview--detail--header--inner--image {
    width: 100%;
    right: auto;
  }
}
.job--header--inner--title {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 767px) {
  .job--header--inner--title {
    font-size: 4.4rem;
  }
}
.job--header .engtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #F08300;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .job--header .engtitle {
    font-size: 1.6rem;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
}
.job--header .c-section__bgtitleline {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .job--header .c-section__bgtitleline {
    font-size: 2.8rem;
    margin-top: 36px;
  }
}
.job--header br + .c-section__bgtitleline {
  margin-top: 10px;
}
.job--header--text {
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .job--header--text {
    font-size: 1.5rem;
    margin-top: 36px;
    line-height: 2.133;
  }
}
.job--days {
  background: #F3F3F3;
  margin-top: 40px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .job--days {
    margin-top: 91px;
    padding-bottom: 94px;
  }
}
.job--days .c-section__title03 {
  position: relative;
  top: -25px;
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .job--days .c-section__title03 {
    position: relative;
    top: -65px;
    letter-spacing: 0.1em;
    font-size: 8rem;
  }
}
.job--schedule--wrap {
  background: #fff;
  padding: 20px 25px;
  margin-top: -15px;
}
@media (min-width: 1024px) {
  .job--schedule--wrap {
    position: relative;
    padding: 58px 68px;
    margin-top: -55px;
  }
}
.job--schedule--wrap--inner {
  width: 100%;
}
.job--schedule--wrap--inner--title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--title {
    letter-spacing: 0.18em;
    padding-bottom: 17px;
  }
}
.job--schedule--wrap--inner--title img {
  width: 44px;
  margin-right: 14px;
}
.job--schedule--wrap--inner--list {
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--list {
    width: 49%;
    max-width: 488px;
  }
}
.job--schedule--wrap--inner--list li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 28px;
  position: relative;
}
.job--schedule--wrap--inner--list li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 57px;
  display: block;
  background-color: #F08300;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--list li:before {
    left: 89px;
  }
}
.job--schedule--wrap--inner--list li + li {
  padding-top: 30px;
}
.job--schedule--wrap--inner--list + .job--schedule--wrap--inner--list {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--list + .job--schedule--wrap--inner--list {
    margin-top: 15px;
    margin-left: 26px;
    max-width: 400px;
  }
}
.job--schedule--wrap--inner--time {
  color: #F08300;
  font-size: 1.6rem;
  font-weight: bold;
  width: 55px;
  position: relative;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--time {
    font-size: 1.8rem;
    width: 84px;
    letter-spacing: 0.1em;
    padding-left: 5px;
  }
}
.job--schedule--wrap--inner--time:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 55px;
  display: block;
  background-color: #f08300;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--time:before {
    left: 85px;
    width: 10px;
    height: 10px;
  }
}
.job--schedule--wrap--inner--detail {
  padding-left: 15px;
  font-size: 1.3rem;
  width: calc(100% - 70px);
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--detail {
    width: calc(100% - 84px);
    font-size: 1.5rem;
    padding-left: 36px;
    letter-spacing: 0.1em;
  }
}
.job--schedule--wrap--inner--detail .bold {
  font-weight: bold;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--detail .bold {
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
}
.job--schedule--wrap--inner--imageslist {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--imageslist {
    margin-top: 64px;
  }
}
.job--schedule--wrap--inner--imageslist li {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .job--schedule--wrap--inner--imageslist li {
    width: calc(33.3333333333% - 20px);
    max-width: 346px;
  }
}
.job--schedule--wrap--inner--imageslist li .caption {
  margin-top: 10px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1024px) {
  .job--schedule--wrap--inner--imageslist li .caption {
    font-size: 1.6rem;
    margin-top: 17px;
    letter-spacing: 0.1em;
  }
}
.job--schedule--wrap--inner--imageslist li .caption:before {
  content: "";
  width: 9px;
  height: 11px;
  background: url(/recruit/asset/images/interview/hex.svg);
  display: inline-block;
  margin-right: 10px;
}
.job .bottomlink {
  width: calc(100% - 40px);
  margin: 30px auto 60px;
  text-align: center;
}
@media (min-width: 1024px) {
  .job .bottomlink {
    margin: 78px auto 50px;
  }
}
.job .bottomlink .flexbox {
  justify-content: center;
}
.job .bottomlink a {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .job .bottomlink a {
    font-size: 1.7rem;
  }
}

.job--categoryblock {
  display: none;
}
.job--categoryblock.category01 {
  display: block;
}

#workflow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  #workflow {
    padding-top: 80px;
  }
}
#workflow .workflow_wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 80px;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  #workflow .workflow_wrap {
    max-width: 1120px;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 0;
    margin-bottom: 20px;
  }
}
#workflow .workflow_wrap._support {
  margin: 0 auto;
  display: grid;
  border: 2px solid #F08300;
  position: relative;
  margin-top: 16px;
  padding: 10px;
  row-gap: 10px;
}
@media (min-width: 1024px) {
  #workflow .workflow_wrap._support {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
    padding: 16px;
  }
}
#workflow .workflow_inner {
  background-color: #F3F3F3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  padding: 65px 12px 40px 12px;
}
#workflow .workflow_inner:nth-child(5)::after {
  content: none;
}
#workflow .workflow_inner::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 15px;
  top: auto;
  left: 50%;
  right: auto;
  bottom: 5px;
  background: url(/recruit/asset/images/recruit-info/flow_allow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(90deg);
  transform-origin: 0 50%;
}
@media (min-width: 1024px) {
  #workflow .workflow_inner::after {
    transform: none;
    bottom: auto;
    top: 15px;
    right: -25px;
    left: auto;
  }
}
#workflow .workflow_inner._support {
  padding-top: 45px;
}
#workflow .workflow_inner._support::after {
  content: none;
}
#workflow .workflow_inner_bubble {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(/recruit/asset/images/job/chart/workflow_bubble.svg);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Chakra Petch";
  width: 115px;
  height: 100px;
  font-size: 1.8rem;
  top: -50px;
  background-size: cover;
}
#workflow .workflow_inner_bubble._support {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/recruit/asset/images/job/chart/workflow_bubble.svg);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Chakra Petch";
  width: 115px;
  height: 100px;
  font-size: 1.8rem;
  top: -50px;
  left: 39%;
  background-size: cover;
  z-index: 1;
}
#workflow .workflow_inner_bubble._support::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  background: url(/recruit/asset/images/job/chart/workflow_bubble_support.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 15%;
}
#workflow .workflow_inner_bubble._small {
  font-size: 1.6rem;
  padding-top: 8px;
}
#workflow .workflow_inner_ttl {
  width: 100%;
  background: #fff;
  color: #F08300;
  text-align: center;
  font-family: "Chakra Petch";
  font-weight: 700;
  letter-spacing: 3px;
  padding: 8px 0px;
}
@media (min-width: 1024px) {
  #workflow .workflow_inner_ttl {
    font-size: 1.6rem;
  }
}
#workflow .workflow_inner_a-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#workflow .workflow_inner_a-wrap a {
  text-decoration: none;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD;
  color: #262626;
  font-family: "Chakra Petch";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
@media (min-width: 1024px) {
  #workflow .workflow_inner_a-wrap a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  #workflow .workflow_inner_a-wrap a:hover {
    color: #F08300;
  }
}
@media (hover: hover) {
  #workflow .workflow_inner_a-wrap a:hover:after {
    right: -3px;
  }
}
#workflow .workflow_inner_a-wrap a:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url(/recruit/asset/images/common/icon_arrow_org_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(180deg);
  top: 7px;
  transition: 0.3s;
  right: 0;
}
#workflow .workflow_inner_first-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#workflow .workflow_inner_first-wrap img {
  width: 100%;
}

/* recruit
--------------------------- */
.story--header {
  padding-bottom: 26px;
}
@media (min-width: 1024px) {
  .story--header {
    padding-top: 28px;
  }
}
.story--header .flexbox {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.story--header--inner.__left {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
@media (min-width: 767px) {
  .story--header--inner.__left {
    width: 55%;
    max-width: 568px;
    margin-top: -15px;
  }
}
@media (min-width: 767px) {
  .story--header--inner.__left:after {
    content: "";
    width: 634px;
    height: 591px;
    background: url(/recruit/asset/images/story/hex_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -105px;
    z-index: -1;
    left: -122px;
  }
}
.story--header--inner.__right {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.story--header--inner.__right:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/recruit/asset/images/story/hex_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 45px;
  z-index: 1;
  right: -45px;
}
@media (min-width: 767px) {
  .story--header--inner.__right:after {
    width: 141px;
    height: 127px;
    bottom: 85px;
    z-index: 1;
    right: -79px;
  }
}
@media (min-width: 767px) {
  .story--header--inner.__right {
    width: 42%;
    max-width: 478px;
    margin-top: 54px;
  }
}
.story--header--inner.__right .interview--detail--header--inner--image {
  position: relative;
  width: 68vw;
  right: -82px;
}
@media (min-width: 767px) {
  .story--header--inner.__right .interview--detail--header--inner--image {
    width: 100%;
    right: auto;
  }
}
.story--header--inner--title {
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
}
.story--header .engtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #F08300;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .story--header .engtitle {
    font-size: 1.6rem;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
}
.story--header .c-section__bgtitleline {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  padding: 1px 12px;
}
@media (min-width: 767px) {
  .story--header .c-section__bgtitleline {
    font-size: 2.8rem;
    margin-top: 36px;
  }
}
.story--header br + .c-section__bgtitleline {
  margin-top: 10px;
}
.story--header--text {
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 767px) {
  .story--header--text {
    font-size: 1.5rem;
    margin-top: 36px;
    line-height: 2.133;
  }
}
.story--header--text + .story--header--text {
  margin-top: 17px;
}
@media (min-width: 767px) {
  .story--header .c-section__bgtitleline.__line01 {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 767px) {
  .story--header .c-section__bgtitleline.__line02 {
    font-size: 3.2rem;
    letter-spacing: 0.155em;
  }
}
.story .story--block02--list01 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .story .story--block02--list01 {
    margin-top: 55px;
  }
}
.story .story--block02--list01 li {
  width: 33.3333333333%;
}
.story .story--block02--list01 li:nth-of-type(1) {
  position: relative;
}
.story .story--block02--list01 li:nth-of-type(1):after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/recruit/asset/images/story/hex_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
  left: -5px;
}
@media (min-width: 1024px) {
  .story .story--block02--list01 li:nth-of-type(1):after {
    content: "";
    width: 81px;
    height: 79px;
    background: url(/recruit/asset/images/story/hex_04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -51px;
    z-index: 1;
    left: -10px;
  }
}
.story .story--block02--list01 li:nth-of-type(2) {
  position: relative;
}
.story .story--block02--list01 li:nth-of-type(2):after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/recruit/asset/images/story/hex_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  z-index: 1;
  right: 30%;
}
@media (min-width: 1024px) {
  .story .story--block02--list01 li:nth-of-type(2):after {
    content: "";
    width: 82px;
    height: 73px;
    background: url(/recruit/asset/images/story/hex_03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -54px;
    z-index: 1;
    right: 146px;
  }
}
.story .story--block02 .c-section__inner {
  background-color: #F3F3F3;
  max-width: 1280px;
  width: 100vw;
}
@media (min-width: 1024px) {
  .story .story--block02 .c-section__inner {
    width: calc(100vw - 40px);
  }
}
.story .story--block02--member {
  padding: 20px 20px 25px;
}
@media (min-width: 1024px) {
  .story .story--block02--member {
    padding: 80px;
  }
}
.story .story--block02--member > .flexbox {
  background: #fff;
  padding: 25px 20px 0;
}
@media (min-width: 1024px) {
  .story .story--block02--member > .flexbox {
    padding: 56px 72px 69px;
  }
}
.story .story--block02--member > .flexbox .c-section__title03 {
  width: 100%;
}
@media (min-width: 1024px) {
  .story .story--block02--member > .flexbox .c-section__title03 {
    width: auto;
  }
}
.story .story--block02--member > .flexbox .c-section__title03 span {
  display: block;
  line-height: 1.217;
}
.story .story--block02--member > .flexbox .c-section__title03 span.eng {
  color: #262626 !important;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .story .story--block02--member > .flexbox .c-section__title03 span.eng {
    font-size: 4.6rem !important;
  }
}
.story .story--block02--member > .flexbox .c-section__title03 span.jpn {
  font-size: 1.4rem !important;
  color: #AAAAAA !important;
  letter-spacing: 0.1em;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .story .story--block02--member > .flexbox .c-section__title03 span.jpn {
    font-size: 1.6rem !important;
    margin-top: 15px;
  }
}
.story .story--block02--list02 {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .story .story--block02--list02 {
    width: calc(100% - 303px);
    padding: 14px 2px 0;
    margin-top: 0px;
    margin-left: 37px;
  }
}
.story .story--block02--list02 li {
  width: calc(50% - 5px);
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .story .story--block02--list02 li {
    width: calc(33.3333333333% - 15px);
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .story .story--block02--list02 li {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .story .story--block02--list02 li:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
.story .story--block02--list02--image {
  margin-right: 8px;
  width: 100px;
}
@media (min-width: 1024px) {
  .story .story--block02--list02--image {
    margin-right: 24px;
  }
}
.story .story--block02--list02--text {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.story .story--block02--list02--text--position {
  font-size: 1.2rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .story .story--block02--list02--text--position {
    font-size: 1.5rem;
  }
}
.story .story--block02--list02--text--name {
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .story .story--block02--list02--text--name {
    font-size: 2rem;
  }
}
.story .story--block02 .c-section__title03 {
  letter-spacing: 0.055em;
}
.story .story--block03 {
  padding-bottom: 50px;
}
.story .story--block03 .story--talk {
  margin-top: 40px;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk {
    margin-top: 80px;
  }
}
.story .story--block03 .story--talk--inner.__text {
  width: 100%;
  margin-top: 25px;
  order: 2;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk--inner.__text {
    margin-top: 8px;
    width: 54%;
    max-width: 568px;
    order: 1;
  }
}
.story .story--block03 .story--talk--inner.__image {
  width: 100%;
  order: 1;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk--inner.__image {
    width: 43%;
    max-width: 480px;
    order: 2;
  }
}
.story .story--block03 .story--talk--inner--block {
  font-size: 1.4rem;
  line-height: 2.133;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk--inner--block {
    margin-top: 26px;
    font-size: 1.5rem;
  }
}
.story .story--block03 .story--talk--inner--block--name {
  font-size: 1.5rem;
  color: #F08300;
  font-weight: bold;
  padding-right: 11px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk--inner--block--name {
    padding-right: 22px;
    font-size: 2rem;
  }
}
.story .story--block03 .story--talk--inner--block + .story--talk--inner--block {
  margin-top: 10px;
}
.story .story--block03 .story--talk .entry_button {
  margin-top: 37px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk.__reverse .story--talk--inner.__text {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk.__reverse .story--talk--inner.__image {
    order: 1;
  }
}
.story .story--block03 .story--talk._hex01 .story--talk--inner.__image {
  position: relative;
}
.story .story--block03 .story--talk._hex01 .story--talk--inner.__image:after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(/recruit/asset/images/story/hex_05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  z-index: 1;
  right: -15px;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk._hex01 .story--talk--inner.__image:after {
    width: 106px;
    height: 107px;
    top: -48px;
    z-index: 1;
    right: -60px;
  }
}
.story .story--block03 .story--talk._hex02 {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk._hex02 {
    margin-top: 80px;
  }
}
.story .story--block03 .story--talk._hex02 + .story--talk {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk._hex02 + .story--talk {
    margin-top: 30px;
  }
}
.story .story--block03 .story--talk._hex02 + .story--talk .story--talk--inner {
  margin-top: 0;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk._hex02 + .story--talk .story--talk--inner .story--talk--inner--block:nth-of-type(1) {
    margin-top: 0;
  }
}
.story .story--block03 .story--talk._hex02 .story--talk--inner.__image {
  position: relative;
}
.story .story--block03 .story--talk._hex02 .story--talk--inner.__image:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/recruit/asset/images/story/hex_06.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
  left: -15px;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk._hex02 .story--talk--inner.__image:after {
    content: "";
    width: 106px;
    height: 78px;
    bottom: 0;
    top: 275px;
    z-index: 1;
    left: -35px;
  }
}
.story .story--block03 .story--talk._hex03 {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk._hex03 {
    margin-top: 80px;
  }
}
.story .story--block03 .story--talk._hex03 + .story--talk {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk._hex03 + .story--talk {
    margin-top: 30px;
  }
}
.story .story--block03 .story--talk._hex03 + .story--talk .story--talk--inner {
  margin-top: 0;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk._hex03 + .story--talk .story--talk--inner .story--talk--inner--block:nth-of-type(1) {
    margin-top: 0;
  }
}
.story .story--block03 .story--talk._hex03 .story--talk--inner.__image {
  position: relative;
}
.story .story--block03 .story--talk._hex03 .story--talk--inner.__image:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/recruit/asset/images/story/hex_09.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
  right: -15px;
  z-index: 1;
}
@media (min-width: 767px) {
  .story .story--block03 .story--talk._hex03 .story--talk--inner.__image:after {
    width: 98px;
    height: 97px;
    bottom: 53px;
    right: -43px;
  }
}
.story .story--block03 .story--talk--w100image {
  margin-top: 45px;
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk--w100image {
    margin-top: 66px;
  }
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk--w100image img {
    max-width: 1280px;
    position: relative;
    left: -80px;
  }
}
.story .story--block03 .story--talk--w100image:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/recruit/asset/images/story/hex_07.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -13px;
  z-index: 1;
  right: -20px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk--w100image:before {
    content: "";
    width: 142px;
    height: 142px;
    background: url(/recruit/asset/images/story/hex_07.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -69px;
    z-index: 1;
    right: -140px;
  }
}
.story .story--block03 .story--talk--w100image:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/recruit/asset/images/story/hex_08.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  z-index: 1;
  left: -20px;
}
@media (min-width: 1024px) {
  .story .story--block03 .story--talk--w100image:after {
    content: "";
    width: 88px;
    height: 88px;
    background: url(/recruit/asset/images/story/hex_08.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -42px;
    z-index: 1;
    left: -27px;
  }
}
@media (min-width: 1024px) {
  .story .story--block03 .c-section__title02 {
    font-size: 2.4rem;
  }
}

/* recruit
--------------------------- */
.message--header {
  padding-bottom: 26px;
}
@media (min-width: 1024px) {
  .message--header {
    padding-top: 28px;
  }
}
.message--header .flexbox {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.message--header--inner.__left {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
@media (min-width: 767px) {
  .message--header--inner.__left {
    width: 55%;
    max-width: 568px;
    margin-top: -4px;
  }
}
@media (min-width: 1024px) {
  .message--header--inner.__left:after {
    content: "";
    width: 616px;
    height: 425px;
    background: url(/recruit/asset/images/message/hex_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -48px;
    z-index: -1;
    right: -193px;
  }
}
.message--header--inner.__right {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.message--header--inner.__right:after {
  content: "";
  width: 103vw;
  height: 103vw;
  background: url(/recruit/asset/images/message/hex_01_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13vw;
  z-index: 1;
  left: -14vw;
}
@media (min-width: 767px) {
  .message--header--inner.__right:after {
    width: 553px;
    height: 515px;
    background: url(/recruit/asset/images/message/hex_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 47px;
    z-index: 1;
    left: -34px;
  }
}
@media (min-width: 767px) {
  .message--header--inner.__right {
    width: 40%;
    max-width: 478px;
    margin-top: 54px;
  }
}
@media (min-width: 1024px) {
  .message--header--inner.__right {
    width: 43%;
  }
}
.message--header--inner.__right .message--detail--header--inner--image {
  position: relative;
  width: 68vw;
  right: -82px;
}
@media (min-width: 767px) {
  .message--header--inner.__right .message--detail--header--inner--image {
    width: 100%;
    right: auto;
  }
}
.message--header--inner--title {
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
}
.message--header .engtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #F08300;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .message--header .engtitle {
    font-size: 1.6rem;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
}
.message--header .c-section__bgtitleline {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  letter-spacing: 0 !important;
  padding: 1px 12px;
}
@media (min-width: 1024px) {
  .message--header .c-section__bgtitleline {
    font-size: 2.8rem;
    margin-top: 36px;
  }
}
.message--header br + .c-section__bgtitleline {
  margin-top: 10px;
}
.message--header--text {
  margin-top: 24px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .message--header--text {
    font-size: 1.5rem;
    margin-top: 36px;
    line-height: 2.133;
  }
}
.message--header--text + .message--header--text {
  margin-top: 17px;
}
.message--header:nth-of-type(1) .__right {
  order: 1;
}
.message--header:nth-of-type(1) .__left {
  order: 2;
}
.message--header--text--name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .message--header--text--name {
    font-size: 3.2rem;
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
}
.message--header--text--name .small {
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .message--header--text--name .small {
    margin-right: 24px;
    font-size: 1.6rem;
  }
}
.message--header .c-section__bgtitleline {
  letter-spacing: 0 !important;
}
@media (min-width: 1024px) {
  .message--header .c-section__bgtitleline.__line01 {
    letter-spacing: 0 !important;
  }
}
@media (min-width: 1024px) {
  .message--header .c-section__bgtitleline.__line02 {
    letter-spacing: 0 !important;
    /*font-size: 3.2rem;
    letter-spacing: .155em;
    */
  }
}
.message .message--block02--list01 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .message .message--block02--list01 {
    margin-top: 55px;
  }
}
.message .message--block02--list01 li {
  width: 33.3333333333%;
}
.message .message--block02--list01 li:nth-of-type(1) {
  position: relative;
}
.message .message--block02--list01 li:nth-of-type(1):after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/recruit/asset/images/message/hex_02_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
  left: -5px;
}
@media (min-width: 767px) {
  .message .message--block02--list01 li:nth-of-type(1):after {
    content: "";
    width: 79px;
    height: 68px;
    background: url(/recruit/asset/images/message/hex_03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -51px;
    z-index: 1;
    left: -10px;
  }
}
.message .message--block02--list01 li:nth-of-type(2) {
  position: relative;
}
.message .message--block02--list01 li:nth-of-type(2):after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/recruit/asset/images/message/hex_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  z-index: 1;
  right: 30%;
}
@media (min-width: 767px) {
  .message .message--block02--list01 li:nth-of-type(2):after {
    content: "";
    width: 64px;
    height: 55px;
    background: url(/recruit/asset/images/message/hex_04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -54px;
    z-index: 1;
    left: 146px;
  }
}
.message .message--block02 .c-section__inner {
  background-color: #F3F3F3;
  max-width: 1280px;
  width: 100vw;
}
@media (min-width: 767px) {
  .message .message--block02 .c-section__inner {
    width: calc(100vw - 40px);
  }
}
.message .message--block02--list02 {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .message .message--block02--list02 {
    width: calc(100% - 303px);
    padding: 14px 2px 0;
    margin-top: 0px;
    margin-left: 37px;
  }
}
.message .message--block02--list02 li {
  width: calc(50% - 5px);
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .message .message--block02--list02 li {
    width: calc(33.3333333333% - 15px);
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .message .message--block02--list02 li:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
.message .message--block02--list02--image {
  margin-right: 8px;
  width: 100px;
}
@media (min-width: 767px) {
  .message .message--block02--list02--image {
    margin-right: 24px;
  }
}
.message .message--block02--list02--text {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.message .message--block02--list02--text--position {
  font-size: 1.2rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .message .message--block02--list02--text--position {
    font-size: 1.5rem;
  }
}
.message .message--block02--list02--text--name {
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .message .message--block02--list02--text--name {
    font-size: 2rem;
  }
}
.message .message--block02 .c-section__title03 {
  letter-spacing: 0.055em;
}
.message .message--block03 {
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .message .message--block03 {
    padding-bottom: 118px;
  }
}
.message .message--block03 .message--talk {
  margin-top: 20px;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .message .message--block03 .message--talk {
    margin-top: 70px;
  }
}
.message .message--block03 .message--talk--inner.__text {
  width: 100%;
  margin-top: 25px;
  order: 2;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk--inner.__text {
    margin-top: 8px;
    width: 54%;
    max-width: 573px;
    order: 1;
  }
}
.message .message--block03 .message--talk--inner.__image {
  width: 100%;
  order: 1;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk--inner.__image {
    width: 43%;
    max-width: 480px;
    order: 2;
    margin-top: -15px;
  }
}
.message .message--block03 .message--talk--inner--block {
  font-size: 1.4rem;
  line-height: 2.133;
  margin-top: 15px;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk--inner--block {
    margin-top: 26px;
    font-size: 1.5rem;
  }
}
.message .message--block03 .message--talk--inner--block--name {
  font-size: 1.5rem;
  color: #F08300;
  font-weight: bold;
  padding-right: 11px;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk--inner--block--name {
    padding-right: 22px;
    font-size: 2rem;
  }
}
.message .message--block03 .message--talk--inner--block + .message--talk--inner--block {
  margin-top: 10px;
}
.message .message--block03 .message--talk .entry_button {
  margin-top: 37px;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk.__reverse .message--talk--inner.__text {
    order: 2;
  }
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk.__reverse .message--talk--inner.__image {
    order: 1;
  }
}
.message .message--block03 .message--talk._hex01 .message--talk--inner.__image {
  position: relative;
}
.message .message--block03 .message--talk._hex01 .message--talk--inner.__image:after {
  content: "";
  width: 35vw;
  height: 35vw;
  background: url(/recruit/asset/images/message/hex_02_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -85px;
  z-index: 1;
  right: -19vw;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk._hex01 .message--talk--inner.__image:after {
    background: url(/recruit/asset/images/message/hex_03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 88px;
    height: 78px;
    top: -43px;
    z-index: 1;
    right: -48px;
  }
}
.message .message--block03 .message--talk._hex02 {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .message .message--block03 .message--talk._hex02 {
    margin-top: 94px;
  }
}
.message .message--block03 .message--talk._hex02 .message--talk--inner.__image {
  position: relative;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk._hex02 .message--talk--inner.__image {
    order: 1;
  }
}
.message .message--block03 .message--talk._hex02 .message--talk--inner.__image:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/recruit/asset/images/message/hex_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
  left: -15px;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk._hex02 .message--talk--inner.__image:after {
    content: "";
    width: 106px;
    height: 78px;
    bottom: 55px;
    bottom: auto;
    top: 236px;
    z-index: 1;
    left: -35px;
  }
}
@media (min-width: 1024px) {
  .message .message--block03 .message--talk._hex02 .message--talk--inner.__image:after {
    top: 236px;
  }
}
.message .message--block03 .message--talk._hex02 .message--talk--inner.__text {
  position: relative;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk._hex02 .message--talk--inner.__text {
    order: 2;
  }
}
.message .message--block03 .message--talk._hex03 {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk._hex03 {
    margin-top: 80px;
  }
}
.message .message--block03 .message--talk._hex03 .message--talk--inner.__image {
  position: relative;
}
.message .message--block03 .message--talk._hex03 .message--talk--inner.__image:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/recruit/asset/images/message/hex_09.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
  right: -15px;
  z-index: 1;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk._hex03 .message--talk--inner.__image:after {
    width: 98px;
    height: 97px;
    bottom: 53px;
    right: -43px;
  }
}
.message .message--block03 .message--talk--w100image {
  margin-top: 45px;
  position: relative;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk--w100image {
    margin-top: 66px;
  }
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk--w100image img {
    max-width: 1280px;
    position: relative;
    left: -80px;
  }
}
.message .message--block03 .message--talk--w100image:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/recruit/asset/images/message/hex_07.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -13px;
  z-index: 1;
  right: -20px;
}
@media (min-width: 1024px) {
  .message .message--block03 .message--talk--w100image:before {
    content: "";
    width: 142px;
    height: 142px;
    background: url(/recruit/asset/images/message/hex_07.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -69px;
    z-index: 1;
    right: -140px;
  }
}
.message .message--block03 .message--talk--w100image:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/recruit/asset/images/message/hex_08.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  z-index: 1;
  left: -20px;
}
@media (min-width: 1024px) {
  .message .message--block03 .message--talk--w100image:after {
    content: "";
    width: 88px;
    height: 88px;
    background: url(/recruit/asset/images/message/hex_08.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -42px;
    z-index: 1;
    left: -27px;
  }
}
@media (min-width: 1024px) {
  .message .message--block03 .c-section__title02 {
    font-size: 2.4rem;
  }
}
.message .message--block03:last-of-type {
  padding-bottom: 50px;
}

.message_information--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: calc(100% - 20px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .message_information--list {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
.message_information--list li {
  width: 50%;
}
.message_information--list li a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  text-decoration: none;
  color: #262626;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .message_information--list li a {
    font-size: 1.8rem;
    padding: 26.5px 5px;
  }
}
.message_information--list li a:after {
  content: "";
  position: absolute;
  right: 8px;
  border-left: 7.5px solid transparent;
  border-top: 8px solid #F08300;
  border-right: 7.5px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 8px;
}
@media (min-width: 1024px) {
  .message_information--list li a:after {
    right: 22px;
  }
}
.message_information--list li a:hover {
  opacity: 0.6;
}
.message_information--list li:nth-of-type(2) a {
  border-right: 2px solid #DDDDDD;
}
@media (min-width: 1024px) {
  .message_information--list li br.sp {
    display: none;
  }
}

.typography img {
  animation: flowing 70s linear infinite;
  transform: translateX(0);
  height: 50vw;
  display: block;
  max-width: 19999px;
  padding-right: 40px;
  position: relative;
}

@media (min-width: 767px) {
  .typography img {
    padding-right: 200px;
    height: 171px;
  }
}
#anc01 {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #anc01 {
    margin-top: -5px;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  #anc02 {
    padding-top: 27px;
    position: relative;
    z-index: 0;
  }
}
#anc02 .message--header--inner.__left {
  order: 2;
}
@media (min-width: 1024px) {
  #anc02 .message--header--inner.__left {
    order: 1;
    margin-top: 24px;
  }
}
@media (min-width: 767px) {
  #anc02 .message--header--inner.__left:after {
    content: "";
    width: 25vw;
    height: 25vw;
    background: url(/recruit/asset/images/message/hex_05.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -125px;
    z-index: -1;
    right: -11px;
  }
}
@media (min-width: 1024px) {
  #anc02 .message--header--inner.__left:after {
    content: "";
    /*
    width: 696px;
    height: 649px;
    top: -114px;
    z-index: -1;
    right: -11px;
    */
    width: 576px;
    height: 509px;
    top: -145px;
    z-index: -1;
    right: 40px;
  }
}
#anc02 .message--header--inner.__right {
  order: 1;
}
@media (min-width: 1024px) {
  #anc02 .message--header--inner.__right {
    order: 2;
  }
}
@media (min-width: 767px) {
  #anc02 .message--header--inner.__right:after {
    content: "";
    width: 10vw;
    height: 10vw;
    background: url(/recruit/asset/images/message/hex_06.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 86px;
    z-index: 1;
    left: -45px;
    right: auto;
    top: auto;
  }
}
@media (min-width: 1024px) {
  #anc02 .message--header--inner.__right:after {
    background: url(/recruit/asset/images/message/hex_06.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 86px;
    z-index: 1;
    right: -45px;
    left: auto;
    top: auto;
  }
}
#anc02 .message--block03 {
  padding-bottom: 139px;
}
#anc02 ~ .message--block03 {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #anc02 ~ .message--block03 .message--talk {
    margin-top: 30px;
  }
}

.message .message--block03 .message--talk._hex01._nonehex .message--talk--inner.__image::after {
  display: none;
}

@media (min-width: 767px) {
  .pc_pt10 {
    padding-top: 9px;
  }
}

.message .message--block03 .message--talk.type02 {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .message .message--block03 .message--talk.type02 {
    margin-top: 94px;
  }
}
.message .message--block03 .message--talk.type02 .message--talk--inner.__image:after {
  content: "";
  width: 90px;
  height: 80px;
  background: url(/recruit/asset/images/message/hex_02_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  z-index: 1;
  right: -45px;
}
@media (min-width: 767px) {
  .message .message--block03 .message--talk.type02 .message--talk--inner.__image:after {
    background: url(/recruit/asset/images/message/hex_03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 88px;
    height: 78px;
    top: -43px;
    z-index: 1;
    right: -48px;
  }
}

/* recruit
--------------------------- */
.about--header {
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .about--header {
    margin: 98px 50px;
  }
}
.about--header--inner .eng {
  font-size: 1.3rem;
  font-weight: bold;
  color: #F08300;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .about--header--inner .eng {
    font-size: 1.6rem;
  }
}
.about--header--inner--title {
  color: #262626;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .about--header--inner--title {
    font-size: 4.4rem;
    margin-top: 9px;
  }
}
.about--header--inner--title ~ p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.444;
  margin-top: 10px;
  text-align: justify;
}
@media (min-width: 1024px) {
  .about--header--inner--title ~ p {
    font-size: 1.8rem;
    margin-top: 24px;
    text-align: center;
    letter-spacing: 0.1025em;
  }
}
.about .iconwrap img {
  margin: 20px auto 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .about .iconwrap img {
    margin: 50px auto 0;
  }
}
.about .linkwrap {
  margin-top: 20px;
  background: #F08300;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .about .linkwrap {
    margin-top: 45px;
    margin-bottom: 69px;
    padding: 48px 20px 63px;
  }
}
.about .linkwrap:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .about .linkwrap:after {
    padding: 48px 72px;
    background: url(/recruit/asset/images/about/bg_logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .about .linkwrap .flexbox {
    margin-top: 15px;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about .linkwrap a {
  pointer-events: auto;
}
.about--linkwrap {
  padding-top: 20px;
}
.about--linkwrap--inner--title {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1024px) {
  .about--linkwrap--inner--title {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}
.about .about--block02 {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .about .about--block02 {
    margin-top: 100px;
  }
}
.about .about--block02 .backBtn {
  width: 100%;
  margin-top: 10px;
  background: #FFFFFF;
  border: none;
  height: 40px;
  pointer-events: auto;
  z-index: 1;
  position: relative;
}
@media (min-width: 767px) {
  .about .about--block02 .backBtn {
    width: calc(50% - 20px);
    height: 72px;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .about .about--block02 .backBtn {
    width: calc(33.3333333333% - 20px);
    max-width: 312px;
    height: 72px;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}
.about .about--block02 .backBtn:before {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .about .about--block02 .backBtn:before {
    right: 16px;
  }
}
.about .about--block02 .backBtn .small {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .about .about--block02 .backBtn .small {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .about .about--block02 .backBtn:hover {
    opacity: 1 !important;
  }
}
.about .about--block02 .__img02 {
  margin-top: 15px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .about .about--block02 .__img02 {
    margin-top: 25px;
    overflow: hidden;
  }
}
.about .about--block02 .__img02 a:hover img {
  transform: scale(1) !important;
  opacity: 0.8;
}
.about .about--block02 .prtext {
  margin-top: 15px;
  font-weight: 500;
  line-height: 2.133;
}
@media (min-width: 1024px) {
  .about .about--block02 .prtext {
    margin-top: 27px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.about .about--block03 {
  background: #F3F3F3;
}
.about .about--block03 .c-section__inner {
  padding-top: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .about .about--block03 .c-section__inner {
    padding-top: 62px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .c-section__title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .c-section__title .eng {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
  }
}
.about .about--block03 .c-section__title .jpn {
  color: #AAAAAA;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .about .about--block03 .c-section__title .jpn {
    font-size: 1.6rem;
    display: inline;
    margin-bottom: 0px;
    position: relative;
    left: -7px;
    letter-spacing: 0.1em;
  }
}
.about .about--block03--list01 {
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1120px;
}
@media (min-width: 1024px) {
  .about .about--block03--list01 {
    margin-bottom: 64px;
    margin-top: 31px;
  }
}
.about .about--block03--list01--item {
  padding: 20px 20px;
  background: #fff;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item {
    padding: 48px 42px 43px;
  }
}
.about .about--block03--list01--item--title {
  width: 100%;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title {
    width: calc(100% - 198px);
  }
}
.about .about--block03--list01--item--title--sub {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.142;
  display: block;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--sub {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--sub {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (min-width: 1240px) {
  .about .about--block03--list01--item--title--sub {
    font-size: 2.8rem;
    text-align: left;
  }
}
.about .about--block03--list01--item--title--num {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num {
    display: inline;
  }
}
.about .about--block03--list01--item--title--num .eng {
  color: #F08300;
  font-size: 8.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num .eng {
    font-size: 10.6rem;
    width: auto;
  }
}
.about .about--block03--list01--item--title--num .jpn {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num .jpn {
    width: auto;
    top: -9px !important;
    position: relative;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num .jpn {
    top: -19px;
  }
}
@media (min-width: 1240px) {
  .about .about--block03--list01--item--title--num .jpn {
    top: -19px !important;
  }
}
.about .about--block03--list01--item--title--num .small {
  font-size: 1.5rem;
  font-weight: 500;
  color: #262626;
  display: block;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num .small {
    font-size: 1.2rem;
    display: inline;
  }
}
.about .about--block03--list01--item--title--num .small.eng {
  display: inline;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num .small.type01 {
    font-size: 1.5rem;
  }
}
.about .about--block03--list01--item--text {
  line-height: 2.133;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 7px;
  padding-right: 5px;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--text {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--text {
    padding-top: 0px;
  }
}
.about .about--block03--list01--item .flexbox {
  align-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item .flexbox {
    max-height: 167px;
    max-height: 190px;
  }
}
.about .about--block03 .type01 .about--block03--list01--item, .about .about--block03 .type04 .about--block03--list01--item {
  width: 100%;
}
.about .about--block03 .type01 .about--block03--list01--item:nth-of-type(n+2), .about .about--block03 .type04 .about--block03--list01--item:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .about .about--block03 .type01 .about--block03--list01--item:nth-of-type(n+2), .about .about--block03 .type04 .about--block03--list01--item:nth-of-type(n+2) {
    margin-top: 0px;
  }
}
.about .about--block03 .type01 .about--block03--list01--item:nth-of-type(n+3), .about .about--block03 .type04 .about--block03--list01--item:nth-of-type(n+3) {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .about .about--block03 .type01 .about--block03--list01--item, .about .about--block03 .type04 .about--block03--list01--item {
    width: calc(50% - 10px);
  }
}
.about .about--block03 .type01 .about--block03--list01--item--images, .about .about--block03 .type04 .about--block03--list01--item--images {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .about .about--block03 .type01 .about--block03--list01--item--images, .about .about--block03 .type04 .about--block03--list01--item--images {
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type01 .about--block03--list01--item--images, .about .about--block03 .type04 .about--block03--list01--item--images {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: -15px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type01 .about--block03--list01--item--images img, .about .about--block03 .type04 .about--block03--list01--item--images img {
    top: -29px;
    position: relative;
  }
}
.about .about--block03 .type04 {
  margin-bottom: 10px;
}
.about .about--block03 .type04 + p {
  text-align: right;
  margin-bottom: 31px;
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 + p {
    margin-bottom: 64px;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .about--block03--list01.type02 .about--block03--list01--item--title--sub {
    text-align: center;
  }
}
.about .about--block03 .about--block03--list01.type02 .about--block03--list01--item--title--num {
  width: 100%;
  justify-content: center;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .about .about--block03 .about--block03--list01.type02 .about--block03--list01--item--title--num {
    margin-bottom: 23px;
  }
}
.about .about--block03 .item--width30p {
  margin-bottom: 20px;
}
.about .about--block03 .item--width30p li {
  width: 100%;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width30p li {
    width: calc(33.3333333333% - 10px);
  }
}
.about .about--block03 .item--width30p li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width30p li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.about .about--block03 .item--width30p li .about--block03--list01--item--title {
  width: 100%;
  text-align: center;
}
.about .about--block03 .item--width40p60p {
  margin-top: 0;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p {
    margin-bottom: 67px;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p .about--block03--list01--item {
    padding-top: 45px;
  }
}
.about .about--block03 .item--width40p60p .about--block03--list01--item--title {
  width: 100%;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
.about .about--block03 .item--width40p60p li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) .about--block03--list01--item--title {
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) .about--block03--list01--item--images img {
    position: relative;
    top: 3px;
    left: -15px;
    width: 106%;
    max-width: 102%;
  }
}
.about .about--block03 .item--width40p60p .width_double {
  width: 100%;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p .width_double {
    width: calc(66.6666666667% - 6px);
    padding-left: 48px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p .width_double .about--block03--list01--item--title {
    padding-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p .width_double .about--block03--list01--item--title--sub {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p .width_double .about--block03--list01--item--images {
    max-width: 592px;
    padding-top: 5px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p .width_double .about--block03--list01--item--text {
    letter-spacing: 0.1em;
    padding-left: 0;
  }
}
.about .about--block03 .item--width40p60p .about--block03--list01--item--title--sub {
  width: 100%;
  padding-bottom: 20px;
}
.about .about--block03 .item--width40p60p li:nth-of-type(1) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img {
    width: 108%;
    max-width: 200%;
    position: relative;
    left: -4%;
  }
}
.about .about--block03 .item--width40p60p li:nth-of-type(1) img.pc {
  display: none;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img.pc {
    display: block;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img.sp {
    display: none;
  }
}
.about .about--block03 .item--width40p60p li:nth-of-type(1) img:nth-of-type(1) {
  width: 53vw;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img:nth-of-type(1) {
    width: 108%;
    max-width: 200%;
    position: relative;
    left: -4%;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img:nth-of-type(2) {
    margin-bottom: 37px;
  }
}
@media (min-width: 1120px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(1) img:nth-of-type(2) {
    margin-bottom: 25px;
  }
}
.about .about--block03 .item--width40p60p li:nth-of-type(2) img .sp {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about .about--block03 .item--width40p60p li:nth-of-type(2) img .pc {
  display: none;
}
.about .about--block03 .item--width40p60p li:nth-of-type(2) img:nth-of-type(1) {
  max-width: 52vw;
}
@media (min-width: 767px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(2) img:nth-of-type(1) {
    max-width: calc((100vw - 20px) / 3 - 60px);
    position: relative;
    top: -2px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(2) img:nth-of-type(1) {
    max-width: 21vw;
  }
}
@media (min-width: 1240px) {
  .about .about--block03 .item--width40p60p li:nth-of-type(2) img:nth-of-type(1) {
    max-width: 294px;
    margin-top: 0;
  }
}
.about .about--block03 .item--width40p60p li:nth-of-type(2) img:nth-of-type(3) {
  margin-bottom: 0px;
}
.about .about--block03 .item--width40p60p li img {
  margin-bottom: 18px;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item:nth-of-type(3) .about--block03--list01--item--text {
    padding-top: 9px;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 34px;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap img.sp {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap img.sp {
    display: none;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--images {
    max-width: 40%;
    left: 0;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 3px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--images {
    max-width: 49%;
    max-width: 219px;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title {
  width: 100%;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title {
    width: calc(100% - 220px);
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title--title--num {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title--title--num {
    width: calc(100% - 218px);
    margin-top: 0px;
    position: relative;
    top: -22px;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title--title--num--wrap {
  align-items: center;
  width: 49%;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title--title--num--wrap .small.eng {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .flexbox .about--block03--list01--item--title--title--num--wrap .small.eng {
    font-size: 1.6rem !important;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .before {
  font-size: 1.3rem;
  padding-right: 5px;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .before {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .before {
    padding-right: 10px;
    font-size: 1.6rem !important;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .eng {
  font-size: 1.8rem !important;
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .eng {
    font-size: 3rem !important;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .small {
  font-size: 1.4rem;
  color: #262626;
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .small {
    font-size: 1.6rem;
  }
}
.about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--text {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--text {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .before {
    top: 7px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item--title--sub {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .pc_pt10 {
    padding-top: 9px;
  }
}
.about .bottomlink {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .about .bottomlink {
    margin-bottom: 88px;
  }
}
.about .bottomlink a {
  margin-left: auto;
  margin-right: auto;
  transition-delay: 0s !important;
}
.about .bottomlink a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/recruit/asset/images/about/icon_other_tab_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .about .bottomlink a:hover:after {
    background: url(/recruit/asset/images/about/icon_other_tab_on.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .about .c-section__title02 {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
}
.about #anc01 {
  margin-top: -11px;
}

.about .about--block03--list01--item--title--num {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  top: -20px;
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num {
    /*width: calc(100% - 218px);*/
    margin-top: 0px;
    position: relative;
    top: 10px;
    line-height: 1;
    align-content: flex-end;
    align-items: flex-end;
    height: 60px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num {
    height: 107px;
    padding-bottom: 0px;
  }
}
.about .about--block03--list01--item--title--num--wrap {
  align-items: center;
  width: 49%;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num--wrap {
    align-items: left;
    width: 45%;
  }
}
.about .about--block03--list01--item--title--num--wrap.flexbox:nth-of-type(even) {
  width: 49%;
}
.about .about--block03--list01--item--title--num--wrap.flexbox:nth-of-type(n + 3) {
  margin-top: 9px;
}
.about .about--block03--list01--item--title--num .before {
  font-size: 1.3rem;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num .before {
    font-size: 1.6rem;
    top: 0 !important;
  }
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num .eng {
    font-size: 5rem;
  }
}
@media (min-width: 1240px) {
  .about .about--block03--list01--item--title--num .eng {
    font-size: 10.5rem;
  }
}
.about .about--block03--list01--item--title--num .small {
  font-size: 1.2rem;
  font-weight: bold;
  color: #262626;
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num .small {
    font-size: 1.6rem;
  }
}
@media (min-width: 767px) {
  .about .about--block03--list01--item--title--num .eng.small.fz_18 {
    top: -5px !important;
  }
}
@media (min-width: 1024px) {
  .about .about--block03--list01--item--title--num .eng.small.fz_18 {
    position: relative !important;
    top: -19px !important;
    font-weight: bold !important;
    left: 6px !important;
    font-size: 1.8rem !important;
  }
}

.about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .eng.after.small {
  font-size: 2rem !important;
  color: #262626;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num--wrap .eng.after.small {
    font-size: 1.2rem !important;
    position: relative;
  }
}

.about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num.flexbox {
  justify-content: flex-start;
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num.flexbox {
    height: 130px;
    align-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num.flexbox {
    height: 180px;
    max-height: 180px;
    height: 120px;
    max-height: 120px;
  }
}
@media (min-width: 767px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num.flexbox .about--block03--list01--item--title--num--wrap.flexbox {
    align-content: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1024px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap > .flexbox {
    height: 210px !important;
    max-height: 210px !important;
  }
}
@media (min-width: 1240px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap > .flexbox {
    max-height: 165px !important;
  }
}

@media (min-width: 1240px) {
  .about .about--block03 .type04 .about--block03--list01--item.flexwrap .about--block03--list01--item--title--num.flexbox {
    top: -27px;
    top: 8px;
  }
}

/* recruit
--------------------------- */
.culture--header {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .culture--header {
    padding-top: 28px;
    padding-bottom: 63px;
  }
}
.culture--header .flexbox {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.culture--header--inner.__left {
  width: 100%;
  margin-top: 28px;
  position: relative;
  order: 2;
}
@media (min-width: 767px) {
  .culture--header--inner.__left {
    width: 55%;
    max-width: 568px;
    margin-top: -4px;
    order: 1;
  }
}
.culture--header--inner.__right {
  width: 100%;
  margin-top: 20px;
  position: relative;
  order: 1;
}
@media (min-width: 767px) {
  .culture--header--inner.__right {
    order: 2;
    width: 40%;
    max-width: 478px;
    margin-top: 54px;
  }
}
@media (min-width: 1024px) {
  .culture--header--inner.__right {
    width: 43%;
  }
}
.culture--header--inner.__right .culture--detail--header--inner--image {
  position: relative;
  width: 68vw;
  right: -82px;
}
@media (min-width: 767px) {
  .culture--header--inner.__right .culture--detail--header--inner--image {
    width: 100%;
    right: auto;
  }
}
.culture--header--inner--title {
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
}
.culture--header .engtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #F08300;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .culture--header .engtitle {
    font-size: 1.6rem;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
}
.culture--header .c-section__bgtitle {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .culture--header .c-section__bgtitle {
    margin-top: 0;
  }
}
.culture--header .c-section__bgtitleline {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  letter-spacing: 0 !important;
  padding: 1px 12px;
}
@media (min-width: 1024px) {
  .culture--header .c-section__bgtitleline {
    font-size: 2.8rem;
    margin-top: 36px;
  }
}
.culture--header br + .c-section__bgtitleline {
  margin-top: 10px;
}
.culture--header--text {
  margin-top: 24px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .culture--header--text {
    font-size: 1.5rem;
    margin-top: 36px;
    line-height: 2.133;
  }
}
.culture--header--text + .culture--header--text {
  margin-top: 17px;
}
.culture--header--text--name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .culture--header--text--name {
    font-size: 3.2rem;
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
}
.culture--header--text--name .small {
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .culture--header--text--name .small {
    margin-right: 24px;
    font-size: 1.6rem;
  }
}
.culture--header .c-section__bgtitleline {
  letter-spacing: 0 !important;
}
@media (min-width: 1024px) {
  .culture--header .c-section__bgtitleline.__line01 {
    letter-spacing: 0 !important;
  }
}
@media (min-width: 1024px) {
  .culture--header .c-section__bgtitleline.__line02 {
    letter-spacing: 0 !important;
    /*font-size: 3.2rem;
    letter-spacing: .155em;
    */
  }
}
.culture .culture--block02--list01 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .culture .culture--block02--list01 {
    margin-top: 55px;
  }
}
.culture .culture--block02--list01 li {
  width: 33.3333333333%;
}
.culture .culture--block02--list01 li:nth-of-type(1) {
  position: relative;
}
.culture .culture--block02--list01 li:nth-of-type(2) {
  position: relative;
}
.culture .culture--block01 {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .culture .culture--block01 {
    padding-top: 63px;
  }
}
.culture .culture--block02--list02 {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .culture .culture--block02--list02 {
    width: calc(100% - 303px);
    padding: 14px 2px 0;
    margin-top: 0px;
    margin-left: 37px;
  }
}
.culture .culture--block02--list02 li {
  width: calc(50% - 5px);
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .culture .culture--block02--list02 li {
    width: calc(33.3333333333% - 15px);
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .culture .culture--block02--list02 li:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
.culture .culture--block02--list02--image {
  margin-right: 8px;
  width: 100px;
}
@media (min-width: 767px) {
  .culture .culture--block02--list02--image {
    margin-right: 24px;
  }
}
.culture .culture--block02--list02--text {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.culture .culture--block02--list02--text--position {
  font-size: 1.2rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .culture .culture--block02--list02--text--position {
    font-size: 1.5rem;
  }
}
.culture .culture--block02--list02--text--name {
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .culture .culture--block02--list02--text--name {
    font-size: 2rem;
  }
}
.culture .culture--block02 .c-section__title03 {
  letter-spacing: 0.055em;
}
.culture .culture--block03 {
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .culture .culture--block03 {
    padding-bottom: 118px;
  }
}
.culture .culture--block03 .culture--talk {
  margin-top: 20px;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .culture .culture--block03 .culture--talk {
    margin-top: 70px;
  }
}
.culture .culture--block03 .culture--talk--inner.__text {
  width: 100%;
  margin-top: 25px;
  order: 2;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk--inner.__text {
    margin-top: 8px;
    width: 54%;
    max-width: 573px;
    order: 1;
  }
}
.culture .culture--block03 .culture--talk--inner.__image {
  width: 100%;
  order: 1;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk--inner.__image {
    width: 43%;
    max-width: 480px;
    order: 2;
    margin-top: -15px;
  }
}
.culture .culture--block03 .culture--talk--inner--block {
  font-size: 1.4rem;
  line-height: 2.133;
  margin-top: 15px;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk--inner--block {
    margin-top: 26px;
    font-size: 1.5rem;
  }
}
.culture .culture--block03 .culture--talk--inner--block--name {
  font-size: 1.5rem;
  color: #F08300;
  font-weight: bold;
  padding-right: 11px;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk--inner--block--name {
    padding-right: 22px;
    font-size: 2rem;
  }
}
.culture .culture--block03 .culture--talk--inner--block + .culture--talk--inner--block {
  margin-top: 10px;
}
.culture .culture--block03 .culture--talk .entry_button {
  margin-top: 37px;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk.__reverse .culture--talk--inner.__text {
    order: 2;
  }
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk.__reverse .culture--talk--inner.__image {
    order: 1;
  }
}
.culture .culture--block03 .culture--talk._hex01 .culture--talk--inner.__image {
  position: relative;
}
.culture .culture--block03 .culture--talk._hex02 {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .culture .culture--block03 .culture--talk._hex02 {
    margin-top: 94px;
  }
}
.culture .culture--block03 .culture--talk._hex02 .culture--talk--inner.__image {
  position: relative;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk._hex02 .culture--talk--inner.__image {
    order: 1;
  }
}
.culture .culture--block03 .culture--talk._hex02 .culture--talk--inner.__text {
  position: relative;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk._hex02 .culture--talk--inner.__text {
    order: 2;
  }
}
.culture .culture--block03 .culture--talk._hex03 {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk._hex03 {
    margin-top: 80px;
  }
}
.culture .culture--block03 .culture--talk._hex03 .culture--talk--inner.__image {
  position: relative;
}
.culture .culture--block03 .culture--talk--w100image {
  margin-top: 45px;
  position: relative;
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk--w100image {
    margin-top: 66px;
  }
}
@media (min-width: 767px) {
  .culture .culture--block03 .culture--talk--w100image img {
    max-width: 1280px;
    position: relative;
    left: -80px;
  }
}
@media (min-width: 1024px) {
  .culture .culture--block03 .c-section__title02 {
    font-size: 2.4rem;
  }
}
.culture .culture--block03 .c-section__title02.mt45 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .culture .culture--block03 .c-section__title02.mt45 {
    margin-top: 45px;
  }
}
.culture .culture--block03:last-of-type {
  padding-bottom: 118px;
}

.culture_information--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: calc(100% - 20px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .culture_information--list {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
.culture_information--list li {
  width: 50%;
}
.culture_information--list li a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  text-decoration: none;
  color: #262626;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .culture_information--list li a {
    font-size: 1.8rem;
    padding: 26.5px 5px;
  }
}
.culture_information--list li a:after {
  content: "";
  position: absolute;
  right: 8px;
  border-left: 7.5px solid transparent;
  border-top: 8px solid #F08300;
  border-right: 7.5px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 8px;
}
@media (min-width: 1024px) {
  .culture_information--list li a:after {
    right: 22px;
  }
}
.culture_information--list li a:hover {
  opacity: 0.6;
}
.culture_information--list li:nth-of-type(2) a {
  border-right: 2px solid #DDDDDD;
}
@media (min-width: 1024px) {
  .culture_information--list li br.sp {
    display: none;
  }
}

.typography img {
  animation: flowing 70s linear infinite;
  transform: translateX(0);
  height: 50vw;
  display: block;
  max-width: 19999px;
  padding-right: 40px;
  position: relative;
}

@media (min-width: 767px) {
  .typography img {
    padding-right: 200px;
    height: 171px;
  }
}
#anc01 {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #anc01 {
    margin-top: -5px;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  #anc02 {
    padding-top: 27px;
    position: relative;
    z-index: 0;
  }
}
#anc02 .culture--header--inner.__left {
  order: 2;
}
@media (min-width: 1024px) {
  #anc02 .culture--header--inner.__left {
    order: 1;
    margin-top: 24px;
  }
}
#anc02 .culture--header--inner.__right {
  order: 1;
}
@media (min-width: 1024px) {
  #anc02 .culture--header--inner.__right {
    order: 2;
  }
}
#anc02 .culture--block03 {
  padding-bottom: 139px;
}
#anc02 ~ .culture--block03 {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #anc02 ~ .culture--block03 .culture--talk {
    margin-top: 30px;
  }
}

@media (min-width: 767px) {
  .pc_pt10 {
    padding-top: 9px;
  }
}

.culture .background--color01 {
  background-color: #F3F3F3;
}

@media (min-width: 1024px) {
  .c-section__title .eng {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
  }
}
.c-section__title .jpn {
  color: #AAAAAA;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  display: block;
}
@media (min-width: 1024px) {
  .c-section__title .jpn {
    font-size: 1.6rem;
    display: inline;
  }
}
.c-section__title:nth-of-type(n+2) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .c-section__title:nth-of-type(n+2) {
    margin-top: 100px;
  }
}
.c-section__title:nth-of-type(n+3) {
  margin-top: 100px;
}

.c-section__sub-title {
  color: #262626;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.727;
  margin-top: 20px;
  padding-left: 54px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-section__sub-title {
    font-size: 2.2rem;
  }
}
.c-section__sub-title .numBox {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  left: 0;
  width: 40px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/recruit/asset/images/culture/bg_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .c-section__sub-title .numBox {
    font-size: 2rem;
  }
}
.c-section__sub-title:nth-of-type(n+2) {
  margin-top: 64px;
}

.c-section__background-color09 {
  background: #FFFFFF;
  margin-top: 18px;
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .c-section__background-color09 {
    padding: 59px 73px 26px;
    margin-top: 26px;
  }
}
.c-section__background-color09.flexbox {
  justify-content: space-between;
}
.c-section__background-color09.pb53 {
  padding-bottom: 53px;
}

.flexboxInner {
  width: 100%;
}
@media (min-width: 767px) {
  .flexboxInner {
    width: 49%;
    max-width: 450px;
  }
}
.flexboxInner.w-49p {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .flexboxInner.w-49p {
    max-width: 490px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .flexboxInner.w-49p {
    position: relative;
    top: -16px;
    left: 1px;
  }
}
.flexboxInner.w-54p {
  width: 100%;
}
@media (min-width: 767px) {
  .flexboxInner.w-54p {
    width: 55%;
    max-width: 580px;
  }
}
.flexboxInner.w-54p + .flexboxInner {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .flexboxInner.w-54p + .flexboxInner {
    width: 38.5%;
    position: relative;
    top: -18px;
  }
}
.flexboxInner.w-54p .c-section__idealized--list {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .c-section__title02 {
    font-size: 2rem;
    padding-left: 34px;
  }
}
@media (min-width: 1024px) {
  .c-section__title02.mt25 {
    margin-top: 25px;
    font-size: 2.4rem;
    padding-left: 45px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  .c-section__title02.mt45 {
    margin-top: 45px;
  }
}

.c-section__idealized--list {
  padding-top: 5px;
}
.c-section__idealized--list li {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .c-section__idealized--list li {
    margin-top: 23px;
  }
}
@media (min-width: 1024px) {
  .c-section__idealized--list li:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}
.c-section__idealized--list .flexboxInnerList01Tit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.777;
  padding-left: 36px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 1024px) {
  .c-section__idealized--list .flexboxInnerList01Tit {
    font-size: 1.8rem;
  }
}
.c-section__idealized--list .flexboxInnerList01Tit .numBox {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #262626;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1;
  padding-top: 2px;
  margin-right: 6px;
}
@media (min-width: 1024px) {
  .c-section__idealized--list .flexboxInnerList01Tit .numBox {
    padding-top: 1px;
    padding-left: 1.5px;
    margin-right: 13px;
    top: 3px;
  }
}
.c-section__idealized--list .flexboxInnerList01Tit + .flexboxInnerList01Tit {
  margin-top: 20px;
}
.c-section__idealized--list .flexboxInnerList01Text {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.c-section__policy--list {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .c-section__policy--list {
    font-size: 1.8rem;
    line-height: 2.444;
  }
}
.c-section__policy--list li {
  padding-left: 0;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .c-section__policy--list li {
    padding-bottom: 0px;
  }
}
.c-section__policy--list li:nth-of-type(n+2) {
  margin-top: 6px;
}
.c-section__policy--list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  display: block;
  position: absolute;
  top: 8px;
}
@media (min-width: 1024px) {
  .c-section__policy--list li:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.c-section__policy--list li p:nth-of-type(1) {
  padding-left: 26px;
}
.c-section__policy--list.type01 li:before {
  background: #F08300;
}
.c-section__policy--list.type02 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .c-section__policy--list.type02 {
    margin-top: 42px;
  }
}
.c-section__policy--list.type02 li:before {
  background: #F08300;
  top: 9px;
  bottom: auto;
}
@media (min-width: 1024px) {
  .c-section__policy--list.type02 li:before {
    top: 16px;
  }
}
.c-section__policy--list.type02 li p + p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.9;
}
.c-section__policy--list.type03 li:before {
  background: #00A6F0;
  top: 9px;
  bottom: auto;
}
@media (min-width: 1024px) {
  .c-section__policy--list.type03 li:before {
    top: 16px;
  }
}
.c-section__policy--list.type03 li p + p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.9;
}

.c-section__title--sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .c-section__title--sub {
    margin-top: 44px;
  }
}
.c-section__title--sub:before {
  content: "";
  border-top: 10px solid #262626;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.traning--text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.133;
  margin-top: 20px;
}
.traning--contents {
  position: relative;
}
.traning--contents .flexbox {
  padding-bottom: 32px;
  margin-top: 32px;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .traning--contents .flexbox {
    padding-bottom: 64px;
    margin-top: 57px;
  }
}
@media (min-width: 767px) {
  .traning--contents .flexbox > ul {
    width: 60%;
  }
}
@media (min-width: 767px) {
  .traning--contents .flexbox > .image {
    width: 37%;
  }
}
.traning--contents .c-section__policy--list {
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.traning--contents .c-section__policy--list li:nth-of-type(n+2) {
  margin-top: 18px;
}
.traning--contents .c-section__policy--list li span {
  display: block;
}
@media (min-width: 1024px) {
  .traning--contents .c-section__policy--list li span {
    display: inline;
  }
}
.traning--contents .c-section__title02 {
  font-size: 2.4rem;
}
.traning--contents .traning--contents--bottom {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.133;
  margin-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .traning--contents .traning--contents--bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .traning--contents .traning--contents--bottom {
    margin-top: 28px;
    padding-bottom: 85px;
  }
}
.traning--contents .traning--contents--bottom p:nth-of-type(1) {
  width: 100%;
}
@media (min-width: 767px) {
  .traning--contents .traning--contents--bottom p:nth-of-type(1) {
    width: 60%;
  }
}
.traning--contents .traning--contents--bottom p:nth-of-type(2) {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .traning--contents .traning--contents--bottom p:nth-of-type(2) {
    margin-top: 0px;
    width: 37%;
  }
}

#anc02 {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  #anc02 {
    padding-top: 80px;
  }
}
#anc02 .c-section__inner .engtitle .eng {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F08300;
  letter-spacing: 0.1em;
}
#anc02 .c-section__welfare--list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #anc02 .c-section__welfare--list {
    margin-bottom: 50px;
  }
}
#anc02 .c-section__welfare--list li {
  width: 100%;
  background: #F3F3F3;
  padding: 25px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  #anc02 .c-section__welfare--list li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  #anc02 .c-section__welfare--list li {
    width: calc(50% - 20px);
    padding: 40px 40px 35px;
    margin-top: 40px;
  }
}
#anc02 .c-section__welfare--list li .flexbox {
  justify-content: space-between;
  align-items: center;
}
#anc02 .c-section__welfare--list li .flexbox img {
  width: 26%;
  height: 26%;
}
#anc02 .c-section__welfare--list li .flexbox .c-section__welfare--list--title {
  width: 70%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.666;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#anc02 .c-section__welfare--list li .flexbox .c-section__welfare--list--title span {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.714;
  font-feature-settings: auto;
}
#anc02 .c-section__welfare--list li .c-section__welfare--list--text {
  margin-top: 15px;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  #anc02 .c-section__welfare--list li .c-section__welfare--list--text {
    font-size: 1.5rem;
    line-height: 2.17;
  }
}
#anc02 .c-section__welfare--list li br {
  display: none;
}
@media (min-width: 1024px) {
  #anc02 .c-section__welfare--list li br {
    display: block;
  }
}

.traning--tableWrap {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .traning--tableWrap {
    margin-top: 20px;
  }
}

.traning--descWrap {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .traning--descWrap {
    padding-bottom: 85px;
  }
}

.traning--table {
  width: 100%;
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
}
.traning--table th, .traning--table td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .traning--table th, .traning--table td {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.traning--table th {
  background: #efefef;
}
.traning--table td {
  background: #fff;
}

@media (min-width: 767px) {
  .job--header--inner.__left {
    max-width: 562px;
  }
}

@media (min-width: 1024px) {
  .pt46 + .c-section__background-color09 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

.c-section__title.mt35 {
  margin-top: 35px;
}

.c-section__title.mt35 + .c-section__background-color09.flexbox {
  padding-top: 50px;
  padding-bottom: 57px;
}
.c-section__title.mt35 + .c-section__background-color09.flexbox img {
  width: 100%;
}

.c-section__title.mt63 {
  margin-top: 59px;
}
.c-section__title.mt63 + .c-section__title02 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .c-section__title.mt63 + .c-section__title02 {
    margin-top: 0;
  }
}

.c-section__title02.mt45 {
  margin-top: 45px;
}

.lt01 {
  letter-spacing: 0.1em;
}

.c-section__policy--list li.pl26 {
  padding-left: 26px;
}

.culture--header .c-section__bgtitleline {
  padding: 1px 11px;
}

.job--header--inner.__left {
  order: 2;
}
@media (min-width: 767px) {
  .job--header--inner.__left {
    order: 1;
  }
}
.job--header--inner.__right {
  order: 1;
}
@media (min-width: 767px) {
  .job--header--inner.__right {
    order: 2;
  }
}

@media (min-width: 767px) {
  .internship .sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .internship .sp {
    display: none;
  }
}
.internship #requirements.c-section {
  padding: 80px 0;
}
.internship #requirements.c-section .requirements_infomation--top--title .jpn {
  padding-bottom: 48px;
}
.internship #requirements.c-section .requirements_infomation--top--title .jpn_big {
  font-size: 3.2rem;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .internship #requirements.c-section .requirements_infomation--top--title .jpn_big {
    font-size: 4.8rem;
  }
}
.internship #requirements.c-section .requirements_infomation--top--text .font_orange {
  color: #f08300;
}
@media (min-width: 1024px) {
  .internship #requirements.c-section .requirements_infomation--top--read {
    padding: 64px 0;
    background-size: contain;
  }
}
.internship .top-project {
  position: relative;
}
.internship .top-project::before {
  content: "";
  position: absolute;
  width: 453px;
  height: 402px;
  background: url("/recruit/asset/images/internship/features-bg2.svg") no-repeat center;
  bottom: -9px;
  left: 40%;
}
@media (min-width: 1024px) {
  .internship .top-project {
    padding: 0 30px;
  }
}
@media (min-width: 767px) {
  .internship .top-project {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .internship .top-project__shape {
    display: none;
  }
}
.internship .top-project__inner {
  grid-template-columns: auto 1fr;
  gap: 72px;
}
@media (min-width: 767px) {
  .internship .top-project__inner {
    gap: 30px;
  }
}
.internship .top__story--centerarea {
  order: 1;
}
@media (min-width: 767px) {
  .internship .top__story--centerarea {
    translate: 0;
    padding-block: 64px;
  }
}
.internship .top-project__pht {
  position: relative;
  order: 2;
  max-width: none;
  display: flex;
  justify-content: flex-end;
}
.internship .top-project__pht figure {
  max-width: 511px;
  position: relative;
}
.internship .top-project__pht figure::after {
  width: 200px;
  height: 240px;
  right: -65px;
  bottom: 19px;
  background: url("/recruit/asset/images/internship/features-bg.svg") no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
}
@media (min-width: 767px) {
  .internship .top-project__pht figure::after {
    width: 150px;
    height: 180px;
    right: -50px;
    top: 145px;
  }
}
@media (min-width: 1024px) {
  .internship .top-project__pht figure::after {
    width: 200px;
    height: 240px;
    right: -65px;
    top: auto;
    bottom: 19px;
    z-index: 999;
  }
}
@media (min-width: 767px) {
  .internship .top-project__pht img {
    translate: 0px -80px;
  }
}
@media (min-width: 1024px) {
  .internship .top-project__pht img {
    translate: 0px -27px;
  }
}
.internship .c-section__bgtitle {
  padding-left: 48px;
  gap: 24px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
@media (min-width: 767px) {
  .internship .c-section__bgtitle {
    padding-left: 20px;
  }
}
.internship .c-section__bgtitle li {
  background: #fff;
  width: 440px;
  position: relative;
}
@media (min-width: 767px) {
  .internship .c-section__bgtitle li {
    width: 380px;
  }
}
@media (min-width: 1024px) {
  .internship .c-section__bgtitle li {
    width: 440px;
  }
}
.internship .c-section__bgtitle li::before {
  content: "";
  width: 50px !important;
  height: 44px;
  position: absolute;
  top: -15px;
  left: -22px;
  background: url("/recruit/asset/images/internship/features-icn-polygon.svg") no-repeat center;
  background-size: cover;
  z-index: 999;
}
.internship .c-section__bgtitle li::before {
  content: "01";
  color: #fff;
  font-family: "Chakra Petch";
  font-size: 16px;
  width: 50px !important;
  height: 44px;
  position: absolute;
  top: -15px;
  left: -22px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.internship .c-section__bgtitle li:nth-child(2)::before {
  content: "02";
}
.internship .c-section__bgtitle li:nth-child(3)::before {
  content: "03";
}
.internship .c-section__bgtitleline {
  color: #262626;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 2px;
  padding: 16px 40px;
}
@media (min-width: 1024px) {
  .internship .c-section__bgtitleline {
    font-size: 2rem;
  }
}
@media (min-width: 767px) {
  .internship .c-section__bgtitleline {
    padding: 16px 30px;
  }
}
.internship .c-section__bgtitleline::before {
  background: #fff;
}
@media (min-width: 767px) {
  .internship .top__company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.internship .top__company--area_p2 {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .internship .top__company--area_p2 {
    font-size: 1.6rem;
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  .internship .c-section__title {
    font-size: 4.6rem;
    padding-bottom: 48px;
  }
}
@media (min-width: 767px) {
  .internship .c-section__title--jpn {
    left: 0;
  }
}
.internship .top__company--area {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}
@media (min-width: 767px) {
  .internship .top__company--area {
    grid-template-columns: auto;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .internship .top__company--area {
    grid-template-columns: 1fr 1fr;
  }
}
.internship .top__products--area--item {
  background: #F08300;
  max-width: 550px !important;
  width: 100% !important;
}
.internship .top__products--area--item._2 {
  background: #FFBA53;
}
.internship .top__products--area--item--link {
  height: 100%;
  margin-bottom: 0 !important;
}
.internship .top__products--area--item--txt {
  margin-top: 0 !important;
  display: flex;
  padding: 56px 114px 55px 114px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: "Noto Sans JP";
  color: #fff !important;
}
@media (min-width: 767px) {
  .internship .top__products--area--item--txt {
    font-size: 2.8rem !important;
  }
}
.internship .top__products--area--item--txt figure:nth-child(1) {
  height: 96px;
  display: flex;
  align-items: center;
}
.internship .top__products--area--item--txt .fixed {
  width: 8em;
}
.internship .top__products--area--item--txt .col {
  display: flex;
  flex-direction: column;
}
.internship .top__products--area--item--txt .col .min {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .internship .top__products--area--item--txt .col .min {
    font-size: 2.5rem;
  }
}
.internship .top__products--area--item--txt .col .min2 {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .internship .top__products--area--item--txt .col .min2 {
    font-size: 2.2rem;
  }
}
.internship .top__story--centerarea .c-section__bgtitleline span {
  transition: none;
}
.internship .job--days {
  margin-top: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap {
    margin-top: 0;
    padding: 64px;
  }
}
@media (min-width: 767px) {
  .internship .job--schedule--wrap {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--list {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--list li::before {
    left: 185px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--list li + li {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--time {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--time::before {
    left: 181px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--time span {
    padding: 0 0.5rem;
  }
}
.internship .job--schedule--wrap--inner--time._second {
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--time._second:before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--detail {
    width: calc(100% - 180px);
  }
}
.internship .job--schedule--wrap--inner--detail._second {
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--title {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--imageslist {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .internship .job--schedule--wrap--inner--imageslist li {
    width: 100%;
    padding-bottom: 0;
  }
}
.internship .job--schedule--wrap--inner--imageslist li span {
  position: relative;
  display: block;
}
.internship .job--schedule--wrap--inner--imageslist li span::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  content: "";
  background: url(/recruit/asset/images/internship/10days-icn_triangle.svg);
  right: -25px;
  top: 50%;
}
.internship .job--schedule--wrap--inner--imageslist li p:nth-child(2) {
  color: #262626;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 190%; /* 38px */
  letter-spacing: 2px;
}
@media (min-width: 767px) {
  .internship .job--schedule--wrap--inner--imageslist li p:nth-child(2) {
    font-size: 1.8rem;
  }
}
.internship .job--schedule--wrap--inner--imageslist li p:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
.internship .flexbox {
  margin-bottom: 64px;
}
.internship .flexbox:nth-child(2) {
  margin-bottom: 64px;
}
.internship .flexbox:nth-child(2) .flexbox {
  margin-bottom: 80px;
}
.internship .flexbox:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .internship .c-section__title:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.internship .about--block02 {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 44px;
}
.internship .about--block02:last-child {
  padding-top: 64px;
  padding-bottom: 112px;
  margin-bottom: 52px;
  position: relative;
}
.internship .about--block02:last-child::before {
  position: absolute;
  content: "";
  width: 126px;
  height: 183px;
  right: 0;
  top: -30px;
  background: url(/recruit/asset/images/internship/application-bg_up.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.internship .about--block02:last-child::after {
  position: absolute;
  content: "";
  width: 216px;
  height: 183px;
  left: 165px;
  bottom: -50px;
  z-index: 3;
  background: url(/recruit/asset/images/internship/application-bg_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .internship .about--block02:last-child::after {
    left: 65px;
  }
}
.internship .voice_ul_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 767px) {
  .internship .voice_ul_wrap {
    margin-top: 30px;
  }
}
.internship .voice_ul_wrap ul {
  padding: 24px 56px 32px 56px;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767px) {
  .internship .voice_ul_wrap ul {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .internship .voice_ul_wrap ul {
    padding: 24px 56px 32px 56px;
  }
}
.internship .voice_ul_wrap ul li:first-child {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
}
.internship .voice_ul_wrap ul li:first-child figure img {
  aspect-ratio: 1/1;
}
.internship .voice_ul_wrap ul li:first-child div {
  display: flex;
  flex-direction: column;
}
.internship .voice_ul_wrap ul li:first-child div p {
  color: #262626;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 2px;
}
.internship .voice_ul_wrap ul li:first-child div p:last-child {
  font-size: 1.5rem;
  font-weight: 700;
}
.internship .voice_ul_wrap ul li:last-child {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.internship_faq {
  padding-top: 80px;
}
.internship_faq .faq_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 767px) {
  .internship_faq .faq_wrap {
    margin-top: 30px;
  }
}
.internship_faq .faq_wrap div {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #FAFAFA;
}
.internship_faq .faq_wrap div .question {
  display: grid;
  grid-template-columns: 28px 1fr;
  color: #262626;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}
.internship_faq .faq_wrap div .question span {
  display: block;
  position: relative;
}
.internship_faq .faq_wrap div .question span::after {
  width: 15px;
  height: 3px;
  content: "";
  position: absolute;
  background: #F08300;
  top: 15px;
  left: 0;
}
.internship_faq .faq_wrap div .answer {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.internship_application {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 767px) {
  .internship_application {
    margin-top: 30px;
  }
}
.internship_application_wrap {
  background-color: #fff;
  padding: 64px;
}
.internship_application h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  background: #2B2E38;
  padding: 10px 12px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26.66px; /* 111.083% */
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .internship_application h4 {
    font-size: 2.4rem;
    margin-bottom: 42px;
  }
}
.internship_application p {
  color: #262626;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26.66px; /* 133.3% */
  letter-spacing: 2px;
  text-align: center;
}
@media (min-width: 1024px) {
  .internship_application p {
    font-size: 2rem;
  }
}
.internship_application .button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .internship_application .button {
    padding: 0;
    margin-top: 56px;
  }
}
.internship_application .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 312px;
  height: auto;
  background: url(/recruit/asset/images/internship/button-bg.svg) center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .internship_application .button a {
    height: 57px;
  }
}
.internship_application .button a span {
  color: #FFF;
  font-family: "Chakra Petch";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 49px; /* 222.727% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .internship .top__joinourteam {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}

@media (max-width: 360px) {
  .internship #requirements .requirements_infomation--top--text br.sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .internship .sp {
    display: block !important;
  }
  .internship .requirements_infomation--top--title .jpn_big {
    padding: 0 !important;
  }
  .internship .top-project {
    padding-block: 20px;
  }
  .internship .top-project::after {
    right: 10%;
    top: 25%;
    width: 150px;
    height: 180px;
  }
  .internship .top-project__pht img {
    translate: 0 -24px;
  }
  .internship .top__story--centerarea ul {
    width: 100%;
    margin-top: 30px;
  }
  .internship .top__story--centerarea ul li {
    width: 100%;
    font-size: 1.8rem;
  }
  .internship .c-section__bgtitle {
    padding-left: 5px;
  }
  .internship .top-project__inner {
    padding-bottom: 50px;
    grid-template-columns: auto 1fr;
  }
  .internship .top__company--area {
    grid-template-columns: auto;
    gap: 0;
  }
  .internship .top__products--area--item {
    margin-bottom: 30px;
  }
  .internship .top__products--area--item--txt {
    padding: 0;
    font-size: 1.8rem;
  }
  .internship .top__products--area--item--txt figure:nth-child(1) {
    width: 40px;
  }
  .internship .top__products--area--item--txt figure:nth-child(1) {
    height: 80px;
  }
  .internship .flexbox:nth-child(2) {
    margin-top: 15px;
  }
  .internship .job--schedule--wrap--inner--title img {
    width: 35px;
  }
  .internship .job--schedule--wrap--inner--time {
    width: 60px;
  }
  .internship .job--schedule--wrap--inner--time span {
    padding-top: 2rem;
    display: inline-block;
    transform: rotateZ(270deg);
  }
  .internship .job--schedule--wrap--inner--time._second:before {
    content: none;
  }
  .internship .job--schedule--wrap--inner--imageslist li p:nth-child(2) {
    font-size: 1.6rem;
  }
  .internship .job--schedule--wrap--inner--imageslist li p:nth-child(3) {
    font-size: 1.4rem;
  }
  .internship .flexbox:nth-child(2) .flexbox {
    margin-bottom: 50px;
  }
  .internship .job--schedule--wrap--inner--imageslist li span::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -48%;
    transform: rotate(90deg);
  }
  .internship .job--schedule--wrap--inner--imageslist li span img {
    width: 100%;
  }
  .internship .job--schedule--wrap--inner--imageslist li img {
    width: 100%;
  }
  .internship .flexbox:last-child {
    margin-top: 15px;
  }
  .internship .job--schedule--wrap--inner--title {
    font-size: 2rem;
  }
  .internship .job--days {
    padding-bottom: 66px;
  }
  .internship .voice_wrap,
  .internship .faq_wrap {
    margin-top: 20px;
  }
  .internship .voice_ul_wrap {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
  .internship .voice_ul_wrap ul li:first-child div p {
    font-size: 1.6rem;
  }
  .internship .voice_ul_wrap ul li:nth-child(2) p {
    font-size: 1.4rem;
  }
  .internship .faq_wrap {
    grid-template-columns: 1fr;
  }
  .internship_faq {
    margin-top: 50px;
  }
  .internship_faq .faq_wrap div {
    padding: 25px;
    gap: 20px;
  }
  .internship_faq .faq_wrap div .question {
    font-size: 1.8rem;
  }
  .internship_faq .faq_wrap div .answer {
    font-size: 1.4rem;
  }
  .internship_faq .faq_wrap div .question span::after {
    top: 12px;
  }
  .internship .about--block02 {
    padding-bottom: 30px;
  }
  .internship .about--block02:last-child {
    padding-top: 34px;
  }
  .internship_application_wrap {
    margin-top: 15px;
    padding: 24px;
  }
  .internship_application_wrap h4 {
    margin-bottom: 20px;
  }
  .internship_application_wrap h4 span {
    font-size: 2rem;
  }
  .internship_application_wrap p {
    font-size: 1.8rem;
  }
  .internship_application_wrap table {
    margin-bottom: 20px;
  }
  .internship_application_wrap table tr th {
    padding: 12px;
  }
  .internship_application_wrap table tr th p {
    font-size: 1.6rem;
  }
  .internship_application_wrap table tr td {
    padding: 12px;
  }
  .internship_application_wrap table tr td p {
    font-size: 1.4rem;
  }
  .internship_application_wrap .button button {
    width: 250px;
    height: 45.67px;
  }
  .internship_application_wrap .button button p {
    line-height: 0;
    font-size: 2rem;
  }
  .internship .about--block02:last-child::before {
    width: 90px;
    height: 130.71px;
  }
  .internship .about--block02:last-child::after {
    width: 150px;
    height: 127.08px;
    left: 0;
  }
}
.u-inline-block {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */