@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #363646;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
  background-color: #fcfcfc;
}

.eJOY__extension_ai_adv_root_class .container {
  display: none !important;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.no-animation {
  animation: none !important;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-outfit {
  font-family: Outfit, sans-serif;
}

.first-view {
  transition: opacity 0.26s;
  opacity: 0;
}

.wf-active .first-view {
  opacity: 1;
}

.pointer-none {
  pointer-events: none;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  main {
    padding-top: 80px;
  }

  body {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 1.7647058824;
  }

  .container {
    min-width: 1340px;
  }

  .wrapper {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  html::-webkit-scrollbar {
    display: none;
  }

  main {
    padding-top: 0.6rem;
  }

  .has-menu {
    position: fixed;
    left: 0;
    width: 100%;
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.875;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }

  .md {
    display: none !important;
  }

  .is-text-long {
    letter-spacing: 0 !important;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

header.is-top {
  background: transparent;
  box-shadow: unset;
}

header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.85);
}

header.is-background::before {
  opacity: 1;
}

header .wrapper {
  width: unset;
}

header .header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .header-content .header-logo {
  margin-bottom: 0;
}

header .header-content .logo-link {
  display: block;
}

header .header-content .content-text {
  border: 1px solid #ff6f05;
  border-radius: 0.13rem;
  color: #ff6f05;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
}

.header-navigation {
  z-index: 101;
}

.navigation-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: 0.048em;
}

.navigation-menu > li a {
  display: block;
  color: #363646;
  font-weight: 500;
}

.navigation-content .content-button a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.05rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.navigation-content .button-text {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  letter-spacing: 0.025em;
  line-height: 1.2222222222;
}

.navigation-content .button-active {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  opacity: 0;
  letter-spacing: 0.01em;
  line-height: 1.2941176471;
}

.navigation-content .button-active .is-modify {
  letter-spacing: -0.1em;
}

@media print, (min-width: 768px) {
  .navigation-content .button-graduate,
  .navigation-content .button-career {
    transition: opacity 0.26s ease;
  }

  .navigation-content .button-graduate:hover .button-text,
  .navigation-content .button-career:hover .button-text {
    opacity: 0;
  }

  .navigation-content .button-graduate:hover .button-active,
  .navigation-content .button-career:hover .button-active {
    opacity: 1;
  }
}

@media print, (min-width: 768px) {
  header {
    min-width: 1340px;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(62, 62, 62, 0.06);
  }

  header .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    padding: 0 30px 0 37px;
  }

  header .header-content {
    margin-right: 32px;
  }

  header .header-logo {
    margin-right: 13px;
  }

  header .logo-link {
    width: 120px;
  }

  header .content-text {
    min-width: 101px;
    min-height: 25px;
    padding: 3px 4px 1px;
    font-family: Inter, sans-serif;
    font-size: 0.16rem;
    font-weight: 600;
  }

  .header-navigation {
    display: block !important;
    -ms-flex: 1;
    flex: 1;
    height: auto !important;
    opacity: 1 !important;
  }

  .navigation-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2px;
  }

  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
    font-size: 0.16rem;
  }

  .navigation-menu > li {
    position: relative;
    margin: 6px 20px 0;
  }

  .navigation-menu > li a {
    display: block;
  }

  .navigation-menu > li a.is-instagram {
    width: 32px;
    height: 32px;
  }

  .navigation-content .content-button {
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-content .content-button a {
    min-width: 160px;
    min-height: 55px;
    padding: 12px 10px 10px;
    font-size: 0.18rem;
  }

  .navigation-content .content-button a .button-active {
    font-size: 0.17rem;
  }

  .navigation-content .button-text,
  .navigation-content .button-active {
    transition: opacity 0.26s ease, transform 0.26s ease;
  }

  .navigation-content .button-career {
    margin-left: 6px;
    background: url("../img/common/btn_background_02.png") center/contain no-repeat;
  }

  .navigation-content .button-graduate {
    background: url("../img/common/btn_background_01.png") center/contain no-repeat;
  }

  .navigation-content .button-graduate:hover .button-text,
  .navigation-content .button-career:hover .button-text {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .navigation-content .button-graduate:hover .button-active,
  .navigation-content .button-career:hover .button-active {
    -ms-transform: translate(-50%, 7px);
    transform: translate(-50%, 7px);
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    background-color: rgba(255, 255, 255, 0.85);
  }

  header.is-active .wrapper {
    background-color: #fff;
  }

  header .wrapper {
    width: 100%;
    padding: 0;
    transition: background-color 0.4s ease;
    background-color: transparent;
  }

  header.is-stick {
    top: 0;
    animation: none;
  }

  header .header-inner {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.6rem;
    padding: 0 0.6rem 0 0.15rem;
  }

  header .header-content {
    margin-right: 0.32rem;
  }

  header .header-content .header-logo {
    margin-right: 0.09rem;
  }

  header .header-content .logo-link {
    width: 0.72rem;
  }

  header .header-content .content-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0.79rem;
    min-height: 0.25rem;
    padding: 0.02rem 0.04rem;
    font-size: 0.12rem;
    font-weight: 600;
  }

  .header-navigation {
    display: none;
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 0.6rem;
    background: #fff;
  }

  .is-android .header-navigation {
    height: 100vh !important;
  }

  .navigation-group {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .is-android .navigation-group {
    padding-bottom: 0.2rem;
  }

  .navigation-menu {
    position: relative;
    padding: 0.47rem 0.32rem 0.46rem;
    font-size: 0.16rem;
    letter-spacing: 0.025em;
  }

  .navigation-menu > li:not(:last-child) {
    margin-bottom: 0.55rem;
  }

  .navigation-menu > li {
    position: relative;
    padding: 0 0.2rem;
    transition: margin 0.4s ease;
  }

  .navigation-menu > li::before,
  .navigation-menu > li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.02rem;
    left: 0.2rem;
    height: 1px;
    background: #000;
  }

  .navigation-menu > li::before {
    width: 2.71rem;
    border-bottom: 1px solid #e0e0e0;
  }

  .navigation-menu > li::after {
    z-index: 1;
    width: 0.24rem;
    transition: width 0.4s ease;
    border-bottom: 1px solid #ff5d07;
  }

  .navigation-menu > li.is-active {
    margin-bottom: 1rem;
  }

  .navigation-menu > li.is-active::after {
    width: 2.71rem;
  }

  .navigation-menu > li.is-active .menu-title {
    color: #ff6f05;
  }

  .navigation-menu .menu-title {
    padding-right: 0.3rem;
    transition: color 0.4s;
    opacity: 1;
    color: #363646;
  }

  .navigation-menu .button-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 2.72rem;
    height: 0.3rem;
    cursor: pointer;
  }

  .navigation-menu .button-sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.1rem;
    width: 0.08rem;
    height: 0.08rem;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s;
    border: solid #000;
    border-width: 0 1px 1px 0;
  }

  .navigation-menu .button-sub-menu.is-open::before {
    -ms-transform: translateY(calc(-50% + 0.04rem)) rotate(225deg);
    transform: translateY(calc(-50% + 0.04rem)) rotate(225deg);
    border-color: #ff5d07;
  }

  .navigation-content {
    padding: 0.46rem 0.37rem 0.48rem 0.38rem;
    background-color: #f2f2f2;
  }

  .navigation-content .content-text {
    margin-bottom: 0.04rem;
    font-size: 0.14rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center;
  }

  .navigation-content .content-button {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.16rem;
  }

  .navigation-content .content-button a {
    min-width: 1.46rem;
    min-height: 0.49rem;
    padding: 0.05rem;
    font-size: 0.16rem;
  }

  .navigation-content .button-career {
    margin-left: 0.08rem;
    background: url("../img/common/sp/btn_background_02.png") center/contain no-repeat;
  }

  .navigation-content .button-graduate {
    background: url("../img/common/sp/btn_background_01.png") center/contain no-repeat;
  }

  .navigation-content .button-graduate .button-text,
  .navigation-content .button-career .button-text {
    letter-spacing: 0.08em;
  }

  .is-android .navigation-content .button-graduate .button-text,
  .is-android .navigation-content .button-career .button-text {
    padding-bottom: 0.03rem;
  }

  .navigation-content .button-seminar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.46rem;
    min-height: 0.5rem;
    padding: 0.1rem;
    border-radius: 0.25rem;
    background-color: #363646;
    color: #fff;
    font-size: 0.15rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }

  .sub-menu {
    display: none;
    margin-top: 0.4rem;
    padding-bottom: 0.17rem;
    padding-left: 0;
    font-size: 0.14rem;
    list-style: none;
  }

  .sub-menu li {
    position: relative;
  }

  .sub-menu > li:not(:last-child) {
    margin-bottom: 0.18rem;
  }

  .sub-menu .button-sub-menu::before {
    width: 0;
    height: 0;
    border-width: 0.2rem 0.1rem 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    background: transparent;
  }

  .sub-menu .button-sub-menu::after {
    display: none;
  }

  .sub-menu .button-sub-menu.is-open::before {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .button-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    transition: background-color 0.4s ease;
    background-color: #363646;
    cursor: pointer;
  }

  .button-menu span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.15rem;
    height: 1px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    border-bottom: 1px solid #fff;
  }

  .button-menu span:nth-child(1) {
    top: 0.25rem;
  }

  .button-menu span:nth-child(2) {
    top: 0.3rem;
  }

  .button-menu span:nth-child(3) {
    top: 0.35rem;
  }

  .button-menu.is-active {
    background-color: #ff6f05;
  }

  .button-menu.is-active span:nth-of-type(1) {
    -ms-transform: translate(-50%, 0.04rem) rotate(-45deg);
    transform: translate(-50%, 0.04rem) rotate(-45deg);
  }

  .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }

  .button-menu.is-active span:nth-of-type(3) {
    -ms-transform: translate(-50%, -0.06rem) rotate(45deg);
    transform: translate(-50%, -0.06rem) rotate(45deg);
  }

  .group-link {
    padding: 0.05rem 0.54rem 0.48rem;
  }

  .group-link a {
    display: inline-block;
    margin-bottom: 0.14rem;
    color: #363646;
    font-size: 0.12rem;
    letter-spacing: 0.02em;
    line-height: 1.8333333333;
    text-decoration: none;
  }

  .group-link .link-outside {
    position: relative;
  }

  .group-link .link-outside::before {
    content: "";
    position: absolute;
    top: 0.03rem;
    right: -0.17rem;
    width: 0.14rem;
    height: 0.14rem;
    background: url("../img/common/icn_copy.svg") center/contain no-repeat;
  }

  .group-link .link-instagram {
    position: relative;
    margin-right: 0.4rem;
    padding-left: 0.23rem;
    font-weight: 400;
  }

  .group-link .link-instagram::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.02rem;
    width: 0.22rem;
    height: 0.22rem;
    background: url("../img/common/icn_instagram.svg") center/contain no-repeat;
  }

  .group-link .link-privacy {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }
}

@media print {
  header {
    position: absolute;
  }
}

.button-top {
  z-index: 100;
  width: 0.9rem;
  height: 1rem;
  cursor: pointer;
}

.button-top span {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  margin: 0 auto;
  border-radius: 100%;
  background: url(../img/common/btn_top.png) no-repeat center/100% auto;
  text-indent: -999px;
}

.button-top .button-text {
  color: #363646;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media print, (min-width: 768px) {
  .button-top {
    position: absolute;
    z-index: 100;
    right: 42px;
    bottom: 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: auto;
  }

  .button-top:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-top {
    position: absolute;
    top: -1.52rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .button-top .button-text {
    margin-bottom: -1px;
  }
}

.section-common-scroll {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.26s, visibility 0.26s;
  transition-duration: 0.8s;
  opacity: 0;
  pointer-events: none;
}

.section-common-scroll.is-show {
  visibility: visible;
  opacity: 1;
}

.section-common-scroll.is-show .side-item {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0s !important;
}

.section-common-scroll .button-top {
  pointer-events: auto;
}

@media print, (min-width: 768px) {
  .section-common-scroll {
    min-width: 1340px;
  }

  .section-common-scroll.is-stuck {
    position: absolute;
    bottom: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-scroll {
    position: absolute;
  }
}

footer {
  position: relative;
  background-color: #363646;
  color: #fff;
}

footer .footer-logo .logo-link {
  display: block;
  cursor: pointer;
}

footer .navigation-list {
  padding-left: 0;
  list-style: none;
}

footer .navigation-list li a {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

footer .footer-info {
  letter-spacing: 0.02em;
}

footer .info-name,
footer .info-address,
footer .address-link {
  display: block;
}

footer .address-link {
  color: #fff;
}

footer .footer-small {
  display: block;
  text-align: center;
}

.footer-link a {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  letter-spacing: 0.024em;
  text-decoration: none;
}

.footer-link .link-privacy {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.button-fixed-wrap {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 120px;
  pointer-events: auto;
}

.button-fixed-wrap.is-button-stuck {
  position: absolute;
  top: -330px;
  bottom: auto;
}

.button-fixed {
  width: 50px;
  height: 203px;
  padding: 38px 10px 20px;
  transition: opacity 0.26s ease;
  background: url("../img/common/bgr_button_fixed.png") center/cover no-repeat;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
  filter: drop-shadow(0 3px 15px rgba(64, 64, 64, 0.06));
}

.button-fixed .button-text {
  display: block;
  min-height: 134px;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 63px;
    padding-bottom: 18px;
  }

  footer .wrapper {
    position: relative;
    z-index: 3;
  }

  footer::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #363646;
  }

  footer .wrapper {
    width: unset;
    max-width: 1430px;
  }

  footer .footer-logo {
    margin-bottom: 19px;
  }

  footer .footer-logo .logo-link {
    width: 142px;
  }

  footer .footer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 92px;
  }

  footer .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .navigation-list li {
    margin-bottom: 20px;
  }

  footer .navigation-list li:not(:first-child) {
    margin-left: 60px;
  }

  footer .navigation-list li a {
    font-size: 0.18rem;
  }

  footer .footer-info {
    width: 430px;
    letter-spacing: 0.02em;
  }

  footer .info-name {
    margin-bottom: 4px;
  }

  footer .info-address {
    margin-bottom: 51px;
  }

  footer .footer-link {
    padding-left: 3px;
  }

  footer .footer-small {
    font-size: 0.14rem;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .footer-link a {
    line-height: 2;
  }

  .footer-link .link-top {
    margin-bottom: 4px;
    line-height: 1.5;
  }

  .footer-link .link-outside {
    position: relative;
    margin-bottom: 58px;
    padding-right: 18px;
  }

  .footer-link .link-outside::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url("../img/common/icn_copy_white.svg") center/contain no-repeat;
  }

  .footer-link .link-instagram {
    position: relative;
    margin: 0 56px 0 -4px;
    padding-left: 46px;
  }

  .footer-link .link-instagram::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("../img/common/icn_instagram_white.svg") center/contain no-repeat;
  }
}

@media screen and (max-width: 1340px) and (min-width: 768px) {
  footer .navigation-list > li:not(:first-child) {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 0.96rem;
    padding-bottom: 0.27rem;
  }

  footer .footer-logo {
    margin-bottom: 0.47rem;
  }

  footer .footer-logo .logo-link {
    width: 0.98rem;
  }

  footer .footer-wrap {
    padding-bottom: 0.91rem;
  }

  footer .navigation-list {
    margin-bottom: 0.61rem;
  }

  footer .navigation-list a {
    display: inline-block;
  }

  footer .navigation-list li:not(:last-child) {
    margin-bottom: 0.16rem;
  }

  footer .navigation-list li:not(:last-child) a {
    font-size: 0.16rem;
  }

  footer .footer-info {
    letter-spacing: 0.02em;
  }

  footer .info-name {
    margin-bottom: 0.11rem;
    font-weight: 400;
  }

  footer .info-address {
    margin-bottom: 0.07rem;
    font-weight: 400;
    line-height: 1.75;
  }

  footer .footer-small {
    font-size: 0.12rem;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .footer-link a {
    line-height: 2;
  }

  .footer-link .link-instagram {
    display: block;
    width: 0.34rem;
  }

  .footer-link .link-privacy {
    margin-bottom: 0.24rem;
  }
}

.title-common-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
}

.title-common-primary .title-japanese,
.title-common-primary .title-english {
  letter-spacing: 0.1em;
}

.title-common-primary .title-english {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.title-common-primary .title-english::before {
  content: "";
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #363646;
  -webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
}

.title-common-primary .is-text-color {
  color: #19599a;
}

.is-seminar .title-common-primary .is-text-color {
  color: #e54600;
}

@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 38px;
    line-height: 1.75;
  }

  .title-common-primary .title-japanese {
    font-size: 0.54rem;
  }

  .title-common-primary .title-english {
    top: -13px;
    font-size: 0.2rem;
  }

  .title-common-primary .title-english::before {
    width: 74px;
    height: 20px;
    margin: -3px 3px 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin: 0 0 0.27rem 0.03rem;
    line-height: 1.88;
  }

  .title-common-primary .title-japanese {
    font-size: 0.28rem;
  }

  .title-common-primary .title-english {
    margin: 0 0 0 -0.04rem;
    font-size: 0.14rem;
  }

  .title-common-primary .title-english::before {
    position: relative;
    top: -1px;
    width: 0.52rem;
    height: 0.14rem;
    margin-right: 0.05rem;
  }
}

.feat-info {
  position: relative;
}

.feat-info.is-graduate .wrapper::before {
  background-color: #19599a;
}

.feat-info.is-graduate .title-common-secondary {
  color: #19599a;
}

.feat-info.is-career .wrapper::before {
  background-color: #e65900;
}

.feat-info.is-career .title-common-secondary {
  color: #e65900;
}

.feat-info .wrapper {
  position: relative;
}

.feat-info .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #ff5d07;
}

.title-common-secondary {
  color: #ff5d07;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .feat-info {
    margin-bottom: 200px;
  }

  .feat-info.is-modify .wrapper {
    min-height: 167px;
  }

  .feat-info.is-modify .wrapper::before {
    top: -19px;
    bottom: -28px;
  }

  .feat-info .wrapper {
    width: auto;
    max-width: 1536px;
    padding-left: 136px;
  }

  .feat-info .wrapper::before {
    top: -12px;
    bottom: -16px;
    width: 40px;
  }

  .title-common-secondary {
    margin-bottom: -2px;
    font-size: 0.45rem;
    letter-spacing: 0.08em;
  }

  .info-description {
    width: 800px;
    font-size: 0.17rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .feat-info {
    margin-bottom: 0.65rem;
  }

  .feat-info .wrapper {
    min-height: 0.54rem;
    padding-right: 0.15rem;
    padding-left: 0.21rem;
  }

  .feat-info .wrapper::before {
    top: -0.2rem;
    bottom: -0.06rem;
    width: 0.08rem;
  }

  .title-common-secondary {
    margin: 0 0.03rem 0.08rem;
    font-size: 0.22rem;
  }

  .info-description {
    color: #222;
    font-size: 0.16rem;
    font-weight: 400;
  }
}

.button-common-primary {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #363646;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
}

.button-common-primary:hover {
  color: #ff5d07;
}

.button-common-primary.is-reverse {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-common-primary.is-light {
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0.05rem;
  color: #fff;
}

.button-common-primary.is-light:hover {
  color: #fff;
}

.button-common-primary::before {
  content: "";
  position: absolute;
  overflow: hidden;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform 0.26s ease;
}

.button-common-primary .button-arrow {
  position: relative;
}

.button-common-primary .button-arrow::before,
.button-common-primary .button-arrow::after {
  content: "";
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid #363646;
}

.button-common-primary .button-arrow::after {
  transition: width 0.26s ease;
}

.wrapper.is-flex {
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    display: inline-block;
    max-width: 360px;
    padding: 11px 112px 12px 8px;
    transition: color 0.26s ease, transform 0.26s ease;
    font-size: 0.2rem;
  }

  .button-common-primary.is-reverse {
    max-width: 320px;
    margin: 0 auto;
    padding: 12px 6px 12px 124px;
  }

  .button-common-primary.is-reverse::before {
    top: calc(50% - 6px);
    right: unset;
    left: 8px;
    -ms-transform: translateY(-50%) rotate(187deg);
    transform: translateY(-50%) rotate(187deg);
  }

  .button-common-primary.is-reverse .button-arrow {
    right: unset;
    left: 124px;
  }

  .button-common-primary.is-reverse .button-arrow::before {
    right: unset;
    left: -96px;
    -ms-transform: translateY(-50%) rotate(124deg);
    transform: translateY(-50%) rotate(124deg);
  }

  .button-common-primary.is-reverse .button-arrow::after {
    right: unset;
    left: -93px;
  }

  .button-common-primary.is-reverse:hover::before {
    -ms-transform: translate(11px, calc(-50% + 1px)) rotate(303deg);
    transform: translate(11px, calc(-50% + 1px)) rotate(303deg);
  }

  .button-common-primary.is-light {
    min-width: 365px;
    min-height: 92px;
    margin-left: 911px;
    padding: 35px 175px 20px 68px;
  }

  .button-common-primary.is-light::before {
    top: calc(50% + 2px);
    right: 71px;
    background: url("../img/common/btn_decor_01.png") center/contain no-repeat;
  }

  .button-common-primary.is-light .button-arrow {
    top: calc(50% - 10px);
    right: 184px;
  }

  .button-common-primary.is-light .button-arrow::before {
    top: 7px;
    right: -93px;
  }

  .button-common-primary.is-light .button-arrow::after {
    top: 14px;
    right: -89px;
    width: 77px;
  }

  .button-common-primary::before {
    top: 50%;
    right: 2px;
    width: 45px;
    height: 45px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/btn_decor_02.png") center/contain no-repeat;
  }

  .button-common-primary:hover::before {
    -ms-transform: translate(-10px, calc(-50% + 2px)) rotate(121deg);
    transform: translate(-10px, calc(-50% + 2px)) rotate(121deg);
  }

  .button-common-primary:hover .button-arrow::after {
    width: 58px;
  }

  .button-common-primary .button-arrow {
    position: absolute;
    top: calc(50% - 12px);
    right: 112px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .button-common-primary .button-arrow::before {
    top: 8px;
    right: -90px;
    width: 16px;
    height: 1px;
    -ms-transform: rotate(58deg);
    transform: rotate(58deg);
  }

  .button-common-primary .button-arrow::after {
    top: 15px;
    right: -86px;
    width: 78px;
    height: 1px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 1.84rem;
    min-height: 0.45rem;
    margin: 0 0 0 auto;
    padding: 0.05rem 0.72rem 0.05rem 0.08rem;
    transition: color 0s ease, transform 0.26s ease;
    font-size: 0.18rem;
  }

  .button-common-primary.is-reverse {
    width: 2.6rem;
    margin: 0 0.31rem 0 auto;
    padding: 0.05rem 0.08rem 0.05rem 0.88rem;
  }

  .button-common-primary.is-reverse::before {
    top: 0.05rem;
    right: unset;
    left: 0.1rem;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .button-common-primary.is-reverse .button-arrow {
    right: unset;
    left: 0.94rem;
  }

  .button-common-primary.is-reverse .button-arrow::before {
    right: unset;
    left: -0.67rem;
    -ms-transform: rotate(133deg);
    transform: rotate(133deg);
  }

  .button-common-primary.is-reverse .button-arrow::after {
    right: unset;
    left: -0.66rem;
  }

  .button-common-primary.is-reverse:hover::before {
    -ms-transform: translate(0.1rem, -0.03rem) rotate(315deg);
    transform: translate(0.1rem, -0.03rem) rotate(315deg);
  }

  .button-common-primary.is-light {
    width: 2.72rem;
    min-height: 0.64rem;
    margin: 0 auto;
    padding: 0.12rem 1.26rem 0.1rem 0.48rem;
    font-size: 0.13rem;
  }

  .button-common-primary.is-light:hover::before {
    -ms-transform: translate(-0.1rem, -0.18rem) rotate(133deg);
    transform: translate(-0.1rem, -0.18rem) rotate(133deg);
  }

  .is-ios .button-common-primary.is-light:hover::before {
    -ms-transform: translate(-0.07rem, -0.18rem) rotate(133deg);
    transform: translate(-0.07rem, -0.18rem) rotate(133deg);
  }

  .button-common-primary.is-light::before {
    top: calc(50% + 0.05rem);
    right: 0.62rem;
    width: 0.3rem;
    height: 0.3rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/sp/btn_decor_01.png") center/contain;
  }

  .button-common-primary.is-light .button-arrow {
    top: calc(50% - 0.07rem);
    right: 1.4rem;
  }

  .button-common-primary.is-light .button-arrow::after {
    width: 0.45rem;
  }

  .button-common-primary::before {
    top: calc(50% - 0.16rem);
    right: -0.02rem;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../img/common/sp/btn_decor_02.png") center/contain no-repeat;
  }

  .button-common-primary:hover::before {
    -ms-transform: translate(-0.12rem, -0.03rem) rotate(133deg);
    transform: translate(-0.12rem, -0.03rem) rotate(133deg);
  }

  .button-common-primary:hover .button-arrow::after {
    width: 0.34rem;
  }

  .button-common-primary .button-arrow {
    position: absolute;
    top: calc(50% - 0.1rem);
    right: 0.78rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .button-common-primary .button-arrow::before {
    top: 0.07rem;
    right: -0.64rem;
    width: 0.11rem;
    height: 0.01rem;
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
  }

  .button-common-primary .button-arrow::after {
    top: 0.12rem;
    right: -0.62rem;
    width: 0.55rem;
    height: 0.01rem;
  }
}

.button-common-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.button-common-secondary.is-send {
  background-color: #19599a;
  color: #fff;
  letter-spacing: 0.024em;
}

.is-graduate .button-common-secondary.is-send {
  background-color: #19599a;
}

.is-career .button-common-secondary.is-send {
  background-color: #e65900;
}

.is-seminar .button-common-secondary.is-send {
  background-color: #e54600;
}

.is-contact .button-common-secondary.is-send {
  background-color: #ff5d07;
}

.button-common-secondary.is-back {
  border: 1px solid #b5b5b5;
  background-color: #f7f7f7;
  color: #363646;
}

@media print, (min-width: 768px) {
  .button-common-secondary.is-send {
    width: 340px;
    min-height: 83px;
    margin-bottom: 56px;
    padding: 12px 10px 10px;
    font-size: 0.24rem;
    line-height: 1.3333333333;
  }

  .button-common-secondary.is-back {
    width: 186px;
    min-height: 71px;
    padding: 10px;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    padding: 0.05rem;
  }

  .button-common-secondary.is-send {
    width: 100%;
    min-height: 0.55rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.06rem;
    font-size: 0.18rem;
  }

  .button-common-secondary.is-back {
    width: 2.2rem;
    min-height: 0.47rem;
    font-size: 0.15rem;
    letter-spacing: 0.024em;
  }
}

.section-common-swiper .swiper {
  overflow: visible;
}

.section-common-swiper .swiper-button-prev,
.section-common-swiper .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: no-repeat center/contain;
}

.section-common-swiper .swiper-button-prev::after,
.section-common-swiper .swiper-button-next::after {
  content: none;
}

.section-common-swiper .swiper-button-prev {
  background-image: url(../img/common/icn_arrow_left_light.svg);
}

.section-common-swiper .swiper-button-next {
  background-image: url(../img/common/icn_arrow_right.svg);
}

.section-common-swiper .interview-swiper-progress {
  position: absolute;
  background: #d1d1d1;
}

.section-common-swiper .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  transition: width 0.26s;
  background: #ff6200;
}

@media print, (min-width: 768px) {
  .section-common-swiper .swiper-button-prev,
  .section-common-swiper .swiper-button-next {
    top: 578px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-common-swiper .swiper-button-prev {
    left: 52px;
  }

  .section-common-swiper .swiper-button-next {
    left: 122px;
  }

  .section-common-swiper .interview-swiper-progress {
    top: 581px;
    left: 171px;
    width: 336px;
    height: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-swiper .swiper-button-prev,
  .section-common-swiper .swiper-button-next {
    top: 4.29rem;
  }

  .section-common-swiper .swiper-button-prev {
    left: 0;
  }

  .section-common-swiper .swiper-button-next {
    left: 0.66rem;
  }

  .section-common-swiper .interview-swiper-progress {
    top: 4.81rem;
    left: 0;
    width: 3.46rem;
    height: 0.05rem;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in-left {
  from {
    transform: translate3d(-70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    transform: translate3d(70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-right {
  animation-name: fade-in-right;
}

@keyframes fade-in-down {
  0% {
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down {
  animation-name: fade-in-down;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
}

.news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  list-style: none;
}

.news-list > li {
  position: relative;
}

.news-list > li:not(:last-child) .news-inner {
  position: relative;
}

.news-list > li:not(:last-child) .news-inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 200%;
  height: 0;
  border-bottom: 1px solid #fff;
}

.news-list .news-item {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-list .news-item:hover + .news-inner .news-time,
.news-list .news-item:hover + .news-inner .news-tag,
.news-list .news-item:hover + .news-inner .news-title {
  opacity: 0.8;
}

.news-list .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-list .news-time {
  transition: opacity 0.26s ease;
  color: #919191;
  font-weight: bold;
}

.news-list .news-tag,
.news-list .news-title {
  display: inline-block;
  transition: opacity 0.26s ease;
}

.news-list .news-tag {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #363646;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.024em;
  line-height: 1.25;
}

.news-list .news-title {
  display: -webkit-box;
  overflow: hidden;
  color: #363646;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .news-list .news-title {
    -webkit-line-clamp: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-list .news-title {
    -webkit-line-clamp: 2;
  }
}

@media print, (min-width: 768px) {
  .news-list {
    width: 1144px;
    margin-bottom: -15px;
    padding-left: 2px;
  }

  .news-list > li {
    display: inline-block;
  }

  .news-list .news-item {
    height: calc(100% - 40px);
  }

  .news-list .news-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 31px;
  }

  .news-list .news-time {
    min-width: 121px;
    font-size: 0.16rem;
  }

  .news-list .news-tag {
    min-width: 100px;
    margin-right: 30px;
    padding: 4px 3px 2px;
    font-size: 0.16rem;
  }

  .news-list .news-title {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.17rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-list {
    margin-bottom: 0.27rem;
    padding-left: 0;
  }

  .news-list .news-item {
    height: calc(100% - 0.3rem);
  }

  .news-list .news-inner {
    padding: 0.17rem 0 0.11rem;
  }

  .news-list .inner-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.09rem;
  }

  .news-list .news-time {
    margin-right: 0.12rem;
    font-size: 0.14rem;
  }

  .news-list .news-tag {
    min-width: 1rem;
    padding: 0.03rem 0.02rem;
    font-size: 0.14rem;
  }

  .news-list .news-title {
    color: #222;
    font-size: 0.14rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.1428571429;
  }
}

.interview-list {
  padding-left: 0;
  list-style-type: none;
}

.interview-item .interview-link {
  display: block;
  text-decoration: none;
}

.interview-item .interview-thumbnail {
  width: 100%;
  transition: opacity 0.26s ease;
}

.interview-item .interview-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
}

.interview-item .interview-title,
.interview-item .interview-detail {
  transition: opacity 0.26s ease;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.interview-item .interview-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interview-item .interview-title .title-japanese {
  color: #ff6f05;
  letter-spacing: 0.1em;
}

.interview-item .interview-title .title-english {
  color: #363646;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.1em;
}

.interview-item .interview-detail {
  color: #222;
}

.interview-item .interview-join {
  transition: opacity 0.26s ease;
  color: #363646;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .interview-list {
    margin-left: -26px;
    padding-bottom: 80px;
  }

  .interview-list.is-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
  }

  .list-member-interview .interview-list.is-small {
    margin-left: 0;
  }

  .interview-list.is-small .interview-item {
    width: 33.3333333333%;
    padding: 0 24px 96px;
  }

  .list-member-interview .interview-list.is-small .interview-item {
    padding-bottom: 0;
  }

  .interview-list.is-small .interview-title .title-japanese {
    line-height: 1.5;
  }

  .interview-list.is-small .interview-title .title-english {
    font-size: 0.13rem;
  }

  .interview-list.is-small .interview-join {
    font-size: 0.13rem;
  }

  .interview-list.is-small .interview-thumbnail {
    height: 272px;
    margin-bottom: 13px;
  }

  .interview-item {
    width: 512px;
    padding: 0 26px;
  }

  .interview-item .interview-title {
    margin-bottom: 6px;
  }

  .interview-item .interview-title .title-japanese {
    font-size: 0.16rem;
    line-height: 1.5;
  }

  .interview-item .interview-title .title-english {
    font-size: 0.16rem;
  }

  .interview-item .interview-detail {
    width: 95%;
    margin-bottom: 2px;
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }

  .interview-item .interview-join {
    font-size: 0.16rem;
  }

  .interview-item .interview-thumbnail {
    height: 320px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .interview-list.is-small .interview-item {
    margin: 0 0 0.6rem;
  }

  .list-member-interview .interview-list.is-small .interview-item {
    width: 2.84rem;
    margin: 0 0.16rem;
  }

  .interview-list.is-small .interview-title .title-japanese {
    margin-bottom: 1px;
  }

  .interview-list.is-small .interview-detail {
    font-weight: 500;
  }

  .interview-list.is-small .interview-thumbnail {
    height: 2rem;
  }

  .list-member-interview .interview-list.is-small .interview-thumbnail {
    width: 2.84rem;
    height: 2rem;
  }

  .interview-item {
    width: 100%;
    margin: 0 0.08rem;
  }

  .interview-item .interview-title {
    margin-bottom: 0.11rem;
  }

  .interview-item .interview-title .title-japanese,
  .interview-item .interview-title .title-english {
    font-size: 0.12rem;
  }

  .interview-item .interview-detail {
    margin-bottom: 0.07rem;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }

  .interview-item .interview-join {
    font-size: 0.12rem;
  }

  .interview-item .interview-thumbnail {
    height: 1.96rem;
    margin-bottom: 0.14rem;
  }
}

.list-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.list-numbers > li {
  text-align: center;
}

.list-numbers .numbers-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-numbers .numbers-title {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.list-numbers .numbers-info {
  color: #ff6f05;
  font-family: Outfit, sans-serif;
  line-height: 1;
}

.list-numbers .numbers-info .info-large {
  font-weight: 400;
  letter-spacing: -0.03em;
}

.list-numbers .numbers-info .info-normal {
  font-weight: 600;
}

.list-numbers .numbers-note {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .list-numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .list-numbers > li {
    width: 25%;
    min-height: 400px;
    padding: 23px 36px 10px;
  }

  .list-numbers > li:not(:last-child) {
    border-right: 1px solid #c3c3c3;
  }

  .list-numbers .numbers-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 18px;
  }

  .list-numbers .numbers-title {
    margin-bottom: 22px;
    font-size: 0.25rem;
    line-height: 1.4;
  }

  .list-numbers .numbers-info {
    margin-bottom: 6px;
  }

  .list-numbers .numbers-info .info-large {
    font-size: 1.2rem;
  }

  .list-numbers .numbers-info .info-normal {
    font-size: 0.55rem;
  }

  .list-numbers .numbers-note {
    margin: -1px -5px 0 0;
    padding-left: 21px;
    font-size: 0.16rem;
    letter-spacing: 0.024em;
    line-height: 1.5;
    text-align: left;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-numbers {
    margin: 0 -0.2rem;
  }

  .list-numbers > li {
    width: 50%;
    min-height: 2.5rem;
    padding: 0.22rem 0 0.16rem;
  }

  .list-numbers > li.is-modify .number-info.info-large {
    margin-right: 0.05rem;
  }

  .list-numbers > li:nth-child(2n+1) {
    border-right: 0.01rem solid #e0e0e0;
  }

  .list-numbers > li:nth-child(n+3) {
    border-top: 0.01rem solid #e0e0e0;
  }

  .list-numbers .numbers-icon {
    width: 0.62rem;
    height: 0.62rem;
    margin: 0 auto 0.21rem;
  }

  .list-numbers .numbers-title {
    margin-bottom: 0.17rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }

  .list-numbers .numbers-info {
    margin-bottom: 0.1rem;
  }

  .list-numbers .numbers-info .info-large {
    font-size: 0.7rem;
  }

  .list-numbers .numbers-info .info-normal {
    display: inline-block;
    font-size: 0.33rem;
  }

  .list-numbers .numbers-info .info-normal.is-modify {
    font-size: 0.36rem;
  }

  .list-numbers .numbers-note {
    margin: 0 0.04rem 0 0.08rem;
    font-size: 0.12rem;
    font-weight: 300;
    letter-spacing: 0.024em;
    line-height: 1.5;
    text-align: left;
  }
}

main {
  padding-top: 0;
}

.section-top-keyvisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-top-keyvisual .keyvisual-decoration {
  position: absolute;
  width: 100%;
}

.section-top-keyvisual .keyvisual-decoration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-keyvisual .keyvisual-background {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.section-top-keyvisual .keyvisual-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-keyvisual .keyvisual-title {
  position: relative;
}

.section-top-keyvisual .keyvisual-news {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
}

.section-top-keyvisual .keyvisual-news .news-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #363646;
}

.section-top-keyvisual .keyvisual-news .news-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.section-top-keyvisual .keyvisual-news .news-time,
.section-top-keyvisual .keyvisual-news .news-detail {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section-top-keyvisual .keyvisual-news .news-time {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ff6f05;
  font-family: Roboto, sans-serif;
}

.section-top-keyvisual .keyvisual-news .news-button {
  position: relative;
  transition: color 0.4s;
  color: #656a7b;
}

.section-top-keyvisual .keyvisual-news .news-button:hover {
  color: #ff6f05;
}

.section-top-keyvisual .keyvisual-news .news-button:hover::after {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
  background: url("../img/top/icon_arrow_02.svg") center/cover no-repeat;
}

.section-top-keyvisual .keyvisual-news .news-button::after {
  content: "";
  display: block;
  position: absolute;
  transition: background 0.4s, transform 0.4s;
  background: url("../img/top/icon_arrow_01.svg") center/cover no-repeat;
}

.section-top-keyvisual .keyvisual-news .news-button .button-wrapper {
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    height: 100vh;
  }

  .section-top-keyvisual .keyvisual-background {
    height: 100%;
  }

  .section-top-keyvisual .keyvisual-decoration {
    bottom: 0;
    height: 288px;
  }

  .section-top-keyvisual .wrapper {
    padding: 277px 0;
  }

  .section-top-keyvisual .keyvisual-title {
    left: -62px;
  }

  .section-top-keyvisual .keyvisual-news {
    right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 735px;
    padding: 10px 10px 10px 40px;
    padding-left: 39px;
    background-color: #fff;
    -webkit-clip-path: polygon(33px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(33px 0, 100% 0%, 100% 100%, 0% 100%);
  }

  .is-mac .section-top-keyvisual .keyvisual-news {
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .section-top-keyvisual .keyvisual-news .news-time {
    margin-right: 29px;
  }

  .section-top-keyvisual .keyvisual-news .news-detail {
    -ms-flex: 1;
    flex: 1;
  }

  .section-top-keyvisual .keyvisual-news .news-time,
  .section-top-keyvisual .keyvisual-news .news-detail {
    font-size: 0.16rem;
  }

  .section-top-keyvisual .news-content {
    position: relative;
    top: 2px;
    -ms-flex: 1;
    flex: 1;
  }

  .section-top-keyvisual .news-button {
    min-width: 102px;
  }

  .section-top-keyvisual .news-button::after {
    top: 8px;
    right: 14px;
    width: 9px;
    height: 15px;
  }

  .section-top-keyvisual .news-button .button-wrapper {
    font-size: 0.14rem;
  }
}

@media print, (min-width: 768.02px) and (max-width: 1450px) {
  .section-top-keyvisual .keyvisual-title {
    left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 6.16rem;
    padding-top: 0.6rem;
  }

  .section-top-keyvisual .wrapper {
    padding: 0.77rem 0 0;
  }

  .section-top-keyvisual .keyvisual-background {
    min-height: 5rem;
  }

  .section-top-keyvisual .keyvisual-title {
    width: 3.42rem;
    height: 0.42rem;
    margin: 0 auto;
  }

  .section-top-keyvisual .keyvisual-title img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-top-keyvisual .keyvisual-decoration {
    bottom: -0.08rem;
    width: 100%;
  }

  .section-top-keyvisual .keyvisual-news {
    left: 0;
    min-height: 0.56rem;
    padding: 0.12rem 0.15rem 0.1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .section-top-keyvisual .news-content .news-time {
    position: relative;
    padding-right: 0.35rem;
  }

  .section-top-keyvisual .news-content .news-time::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.12rem;
    right: 0.08rem;
    width: 0.2rem;
    height: 0.01rem;
    background-color: #bebebe;
  }

  .section-top-keyvisual .news-content .news-time,
  .section-top-keyvisual .news-content .news-detail {
    font-size: 0.14rem;
  }

  .section-top-keyvisual .news-content .news-detail {
    padding-bottom: 0.03rem;
  }

  .section-top-keyvisual .news-button {
    display: none;
  }
}

.section-top-message {
  background-color: #f54b00;
  color: #fff;
}

.section-top-message .message-title {
  position: relative;
  z-index: 1;
  letter-spacing: 0.025em;
  text-align: center;
}

.section-top-message .message-title::before {
  content: "MESSAGE";
  position: absolute;
  z-index: -2;
  width: max-content;
  -ms-transform: translate(-50%, -50%) skewX(-10deg);
  transform: translate(-50%, -50%) skewX(-10deg);
  color: #ff580f;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1;
  pointer-events: none;
}

.section-top-message .message-title .font-roboto {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.section-top-message .message-title .is-modify {
  position: relative;
  color: #f54b00;
}

.section-top-message .message-title .is-modify::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  pointer-events: none;
}

.section-top-message .message-content {
  position: relative;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.section-top-message .message-content p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-message {
    padding-top: 107px;
    padding-bottom: 152px;
  }

  .section-top-message .message-title {
    min-height: 193px;
    margin-bottom: -7px;
    padding: 60px 10px 10px;
    font-size: 0.4rem;
  }

  .section-top-message .message-title::before {
    top: 47%;
    left: 50%;
    font-size: 1.61rem;
  }

  .section-top-message .message-title .font-roboto {
    margin-right: 9px;
    padding-bottom: 8px;
    font-size: 0.55rem;
  }

  .section-top-message .message-title .is-modify {
    margin-left: 25px;
  }

  .section-top-message .message-title .is-modify::before {
    top: -13px;
    left: -34px;
    width: 312px;
    height: 72px;
    -webkit-clip-path: polygon(15% 0%, 89% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 89% 0%, 75% 100%, 0% 100%);
  }

  .is-mac .section-top-message .message-title .is-modify::before {
    top: -16px;
  }

  .section-top-message .message-content {
    max-width: 850px;
    margin: 0 auto;
    font-size: 0.18rem;
    line-height: 2.7777777778;
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-message {
    padding-top: 0.65rem;
    padding-bottom: 0.9rem;
  }

  .section-top-message .message-title {
    margin-bottom: 0.64rem;
    font-size: 0.22rem;
  }

  .section-top-message .message-title::before {
    top: 55%;
    left: calc(50% - 0.05rem);
    font-size: 0.82rem;
    letter-spacing: -0.05em;
  }

  .section-top-message .message-title .font-roboto {
    margin-right: 0.05rem;
    font-size: 0.29rem;
  }

  .section-top-message .message-title .is-modify {
    margin-left: 0.12rem;
  }

  .section-top-message .message-title .is-modify::before {
    top: -0.02rem;
    left: -0.2rem;
    width: 1.72rem;
    height: 0.4rem;
    -webkit-clip-path: polygon(15% 0%, 89% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 89% 0%, 75% 100%, 0% 100%);
  }

  .section-top-message .message-content {
    margin-right: -0.1rem;
    font-weight: 500;
    line-height: 2.25;
  }
}

.section-top-work .wrapper {
  display: -ms-flexbox;
  display: flex;
}

.section-top-work .title-common-primary .title-japanese {
  letter-spacing: 0.072em;
}

.section-top-work .work-detail {
  letter-spacing: 0.1em;
}

.section-top-work .video-wrapper {
  z-index: 1;
}

.section-top-work .video-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #ff6f05;
}

.section-top-work .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-top-work {
    padding: 186px 0 194px;
  }

  .section-top-work .wrapper {
    position: relative;
  }

  .section-top-work .work-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 478px;
    padding-right: 55px;
  }

  .section-top-work .work-detail {
    margin-bottom: 44px;
    padding-right: 32px;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 1.7647058824;
  }

  .section-top-work .video-wrapper {
    position: absolute;
    top: -25px;
    right: 34px;
    width: 770px;
    height: 432px;
  }

  .section-top-work .video-wrapper::before {
    top: 33px;
    left: 117px;
    width: 723px;
    height: 451px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-work {
    padding: 0.74rem 0 0.75rem;
  }

  .section-top-work .video-wrapper {
    position: relative;
    width: 100%;
    height: 1.84rem;
    margin-bottom: 0.48rem;
  }

  .section-top-work .video-wrapper::before {
    top: 0.27rem;
    left: 0.63rem;
    width: 2.88rem;
    height: 1.76rem;
    background-color: #ff5d07;
  }

  .section-top-work .work-detail {
    margin: 0 -0.1rem 0.25rem 0;
    color: #222;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.875;
  }
}

.section-top-numbers {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
}

.section-top-numbers::before,
.section-top-numbers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.section-top-numbers::before {
  background: url("../img/top/decoration_numbers_01.svg") center/cover no-repeat;
}

@media print, (min-width: 768px) {
  .section-top-numbers {
    padding: 168px 0 536px;
  }

  .section-top-numbers::before {
    top: 65px;
    right: -19px;
    width: 406px;
    height: 426px;
    background: url("../img/top/decoration_numbers_01.png") center/cover no-repeat;
  }

  .section-top-numbers::after {
    bottom: 19px;
    width: 100%;
    height: 413px;
    background: url("../img/common/decoration_numbers_02.svg") top left/100% auto no-repeat;
  }

  .section-top-numbers .title-common-primary {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-numbers {
    padding: 0.66rem 0 3.48rem;
  }

  .section-top-numbers::before {
    top: 0.56rem;
    right: -0.7rem;
    width: 3.05rem;
    height: 3.2rem;
  }

  .section-top-numbers::after {
    bottom: 1.13rem;
    width: 100%;
    height: 2.1rem;
    background: url("../img/common/decoration_numbers_02.svg") center/cover no-repeat;
  }

  .section-top-numbers .title-common-primary {
    margin-bottom: 0.88rem;
  }
}

.section-top-interview {
  position: relative;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .section-top-interview {
    margin-top: -354px;
    padding-bottom: 180px;
  }

  .section-top-interview .interview-wrap {
    position: relative;
    left: calc(50% - 633px);
    overflow: hidden;
  }

  .section-top-interview .title-common-primary {
    margin-bottom: 60px;
  }

  .section-top-interview .title-common-primary .title-japanese .is-spacing-big {
    letter-spacing: 0.125em;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-interview {
    margin-top: -2.07rem;
    padding-bottom: 2.09rem;
  }

  .section-top-interview .interview-wrap {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }
}

.section-top-news {
  background-color: #f5f5f5;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section-top-news .title-common-primary {
    margin-bottom: 28px;
  }

  .section-top-news .button-common-primary {
    margin-left: 987px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding-top: 0.66rem;
    padding-bottom: 0.77rem;
  }

  .section-top-news .title-common-primary {
    margin: 0 0 0.41rem;
  }

  .section-top-news .button-common-primary {
    margin-right: 0.03rem;
  }
}

.section-top-briefings .briefings-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.section-top-briefings .briefings-title {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.section-top-briefings .briefings-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.section-top-briefings .briefings-image {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-top-briefings {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-top-briefings .briefings-content {
    width: 908px;
    min-height: 255px;
  }

  .section-top-briefings .briefings-title {
    padding: 34px 36px 30px 30px;
    font-size: 0.4rem;
  }

  .section-top-briefings .briefings-title::before {
    width: 543px;
    height: 255px;
    background: url("../img/top/briefings_bgr.png") center/contain no-repeat;
  }

  .section-top-briefings .briefings-image {
    width: 484px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-briefings {
    padding-top: 0.96rem;
    padding-bottom: 0.96rem;
  }

  .section-top-briefings .briefings-content {
    min-height: 1.42rem;
  }

  .section-top-briefings .briefings-title {
    margin-right: -0.29rem;
    padding: 0.2rem 0.1rem;
    font-size: 0.18rem;
  }

  .section-top-briefings .briefings-title::before {
    width: 1.83rem;
    height: 1.42rem;
    background: url("../img/top/sp/briefings_bgr.png") center/contain no-repeat;
  }

  .section-top-briefings .briefings-image {
    width: 1.94rem;
  }
}

.section-top-recruitment {
  position: relative;
  background-color: #ff5d07;
}

.section-top-recruitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.section-top-recruitment .wrapper {
  position: relative;
  z-index: 1;
}

.section-top-recruitment .recruitment-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-top-recruitment .recruitment-list > li.is-first .title-wrap::before {
  background: url("../img/top/recruitment_img_01.png") center/cover no-repeat;
}

.section-top-recruitment .recruitment-list > li.is-second .title-wrap::before {
  background: url("../img/top/recruitment_img_02.png") center/cover no-repeat;
}

.section-top-recruitment .recruitment-item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #363646;
  font-weight: bold;
}

.section-top-recruitment .item-title {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

.section-top-recruitment .item-title .title-wrap {
  display: block;
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.section-top-recruitment .item-title .title-wrap::before {
  content: "";
  position: absolute;
}

.section-top-recruitment .item-text {
  display: block;
  letter-spacing: 0.025em;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-recruitment {
    padding-top: 236px;
    padding-bottom: 179px;
  }

  .section-top-recruitment::before {
    background: url("../img/top/recruitment_bgr.jpg") center/cover no-repeat;
  }

  .section-top-recruitment .recruitment-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -26px 28px;
  }

  .section-top-recruitment .recruitment-list > li {
    width: 50%;
    min-height: 255px;
    margin-bottom: 28px;
    padding: 0 14px;
  }

  .section-top-recruitment .recruitment-item {
    padding: 86px 20px 20px 48px;
  }

  .section-top-recruitment .item-title {
    margin-bottom: 10px;
    font-size: 0.48rem;
  }

  .section-top-recruitment .item-title .title-wrap::before {
    top: 12px;
    left: -46px;
    width: 30px;
    height: 30px;
  }

  .section-top-recruitment .item-text {
    font-size: 0.21rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-recruitment {
    padding-top: 0.8rem;
    padding-bottom: 0.56rem;
  }

  .section-top-recruitment::before {
    background: url("../img/top/sp/recruitment_bgr.jpg") center/cover no-repeat;
  }

  .section-top-recruitment .recruitment-list {
    margin-bottom: 0.32rem;
    padding: 0 0.03rem 0 0.04rem;
  }

  .section-top-recruitment .recruitment-list > li:not(:last-child) {
    margin-bottom: 0.24rem;
  }

  .section-top-recruitment .recruitment-item {
    min-height: 1.28rem;
    padding: 0.39rem 0.2rem 0.2rem 0.3rem;
  }

  .section-top-recruitment .item-title {
    margin-bottom: 0.02rem;
    font-size: 0.24rem;
  }

  .section-top-recruitment .item-title .title-wrap::before {
    top: 0.08rem;
    left: -0.24rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .section-top-recruitment .item-text {
    font-size: 0.14rem;
  }
}

.section-top-instagram .instagram-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #ff5d07;
  border-radius: 0.05rem;
  color: #ff5d07;
}

.section-top-instagram .instagram-title {
  display: block;
  font-weight: bold;
}

.section-top-instagram .instagram-logo {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #252531;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.section-top-instagram .instagram-logo::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  background: url("../img/common/icn_instagram_color.png") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .section-top-instagram {
    padding-top: 204px;
    padding-bottom: 204px;
  }

  .section-top-instagram .instagram-link {
    width: 630px;
    min-height: 136px;
    padding: 22px 20px 20px;
  }

  .section-top-instagram .instagram-title {
    margin-right: 29px;
    font-size: 0.2rem;
  }

  .section-top-instagram .instagram-logo {
    font-size: 0.24rem;
  }

  .section-top-instagram .instagram-logo::before {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-instagram {
    padding-top: 0.8rem;
    padding-bottom: 2.28rem;
  }

  .section-top-instagram .instagram-link {
    min-height: 0.8rem;
    padding: 0.08rem 0.1rem 0.1rem;
  }

  .section-top-instagram .instagram-title {
    margin-right: 0.14rem;
    font-size: 0.16rem;
  }

  .section-top-instagram .instagram-logo {
    font-size: 0.15rem;
  }

  .section-top-instagram .instagram-logo::before {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.04rem;
  }
}

@media print {
  .section-top-message {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-top-work {
    padding-bottom: 50px;
  }

  .section-top-numbers {
    margin-bottom: 200px;
  }

  .section-top-briefings {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
