@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;900&display=swap");
/* -------------------------------------------*/
/* -------------------------------------------*/
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.noscroll {
  overflow: hidden;
}

body {
  background-color: #357BC0;
  color: #222;
  font-family: "BIZ UDPGothic", Helvetica, Arial, serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

h2,
h3,
h4 {
  font-weight: 400;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.pcnone {
  display: none;
}

.spnone {
  display: none;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb56 {
  margin-bottom: 5.6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.eventnone {
  opacity: 0.5;
  pointer-events: none;
}

.fadeIn.is-show {
  animation: fadeIn 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}

.fadeUp.is-show {
  animation: fadeUp 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer-entry {
  background-color: #F5F5F5;
  padding: 3vw 0;
}

.l-footer-entry-header {
  display: flex;
  gap: 0 4rem;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.l-footer-entry-header__title {
  font-size: 3.6rem;
  font-weight: 700;
}

.l-footer-entry-btn {
  align-items: center;
  background-color: #FF6600;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  gap: 1.6rem;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  padding: 2.6rem 4rem 2.6rem 6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer {
  padding: 0 0 4rem;
}

.l-footer-image {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  position: relative;
}
.l-footer-image > div {
  width: 25%;
}
.l-footer-image > div img {
  width: 100%;
}
.l-footer-image .bottom-image {
  bottom: -90%;
  max-width: 57rem;
  position: absolute;
  right: 4vw;
  width: 40vw;
}

.l-footer-info {
  align-items: flex-start;
  color: #fff;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
  padding: 4rem;
}

.l-footer-icon-logo {
  height: 51px;
  width: 155px;
  fill: #fff;
}

.l-footer-sp-logo {
  display: none;
  text-align: center;
}

.l-footer-nav {
  color: #fff;
  display: flex;
  gap: 20px 0;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 2rem;
}
.l-footer-nav li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.l-footer-nav a {
  display: block;
  font-size: 1.4rem;
  padding: 0 2rem;
  text-align: center;
}

.copy {
  color: #fff;
  font-size: 1.2rem;
  padding: 0 2rem;
  text-align: left;
}
.copy br {
  display: none;
}

html {
  margin-top: 0 !important;
}
@keyframes upper-right {
  0% {
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
  }
  100% {
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
#header.fixed {
  background-color: #357BC0;
  position: fixed;
  top: -100px;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}
#header.fixed .l-header-icon-logo {
  width: 10.8rem;
}
#header.fixed .l-header-logo-text {
  font-size: 1.4rem;
}
#header.fixed .c-header-entry-btn {
  font-size: 2rem;
  padding: 1.6rem 3rem 1.6rem 4rem;
}
#header.animate {
  animation: slideDown 0.5s ease-in-out forwards;
}

.l-header.fixed {
  padding: 1.6rem calc(4vw + 6rem) 1.6rem 4vw;
}
.l-header.fixed .c-hamb {
  top: 3.6rem;
}

@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.l-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 3.6rem calc(4vw + 6rem) 3.6rem 4vw;
}
.l-header.home {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.l-header-logo-wrap {
  display: flex;
  flex-direction: column;
}

.l-header-logo a {
  display: block;
}

.l-header-icon-logo {
  aspect-ratio: 178/60;
  width: 17.8rem;
  fill: #fff;
}

.l-header-logo-text {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
}

/* 展開メニュー
========================================== */
.l-header-nav {
  background-color: #357BC0;
  display: none;
  height: 100vh;
  min-width: 36rem;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 18;
}
.l-header-nav::before {
  animation: upper-right 0.2s 0.2s forwards;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.l-header-nav-wrap {
  height: 100%;
  overflow-y: scroll;
}

.l-header-nav-entry-btn {
  align-items: center;
  background-color: #FF6600;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  gap: 1.6rem;
  justify-content: center;
  line-height: 1.3;
  padding: 1.6rem 4rem 1.6rem 6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header-nav__list {
  padding: 5rem 12rem 7rem 5rem;
}
.l-header-nav__list li {
  color: #fff;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: left;
  width: 100%;
}
.l-header-nav__list a {
  display: block;
  overflow: hidden;
}
.l-header-nav__list em {
  align-items: center;
  animation: fadeUp 0.3s 0.5s forwards;
  display: flex;
  font-size: 1.6rem;
  gap: 1.6rem;
  transform: translateY(90px);
  width: 100%;
}
.l-header-nav__list .nav-icon-arrow {
  aspect-ratio: 24/24;
  width: 2.4rem;
  fill: #fff;
}
.l-header-nav__list .nav-icon {
  animation: fadeUp 0.3s 0.5s forwards;
  transform: translateY(120px);
  fill: #fff;
}
.l-header-nav__list .nav-message {
  aspect-ratio: 167/28;
  height: 5rem;
  width: 16.7rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.l-header-nav__list .nav-works {
  aspect-ratio: 137/28;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.l-header-nav__list .nav-data {
  aspect-ratio: 92/26;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.l-header-nav__list .nav-manga {
  aspect-ratio: 279/98;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.l-header-nav__list .nav-interview {
  aspect-ratio: 204/26;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.l-header-nav__list .nav-job {
  aspect-ratio: 244/68;
  height: 8.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.l-header-nav__list .nav-faq {
  aspect-ratio: 68/34;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

/* ハンバーガーメニュー
========================================== */
.c-hamb,
.c-hamb span {
  display: inline-block;
  transition: all 0.4s;
}

.c-hamb {
  cursor: pointer;
  height: 28px;
  position: fixed;
  right: 4vw;
  top: 6.6rem;
  width: 32px;
  z-index: 19;
}

.c-hamb span {
  background-color: #fff;
  border-radius: 4px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-hamb span:nth-of-type(1) {
  top: 0;
}

.c-hamb span:nth-of-type(2) {
  top: 13px;
}

.c-hamb span:nth-of-type(3) {
  bottom: 0;
  width: 50%;
}

.c-hamb.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-315deg);
}

.c-hamb.active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamb.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(315deg);
  width: 100%;
}

/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.inner {
  margin: 0 auto;
  width: min(120rem, 96%);
}

.c-accordion {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
}

.c-accordion-title {
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1.7;
  padding: 0 4rem 0 5.8rem;
  position: relative;
}
.c-accordion-title:before {
  background: url(../images/svg/icon-q.svg) no-repeat center center/contain;
  content: "";
  height: 4.3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.3rem;
}
.c-accordion-title .icon-arrow-down {
  aspect-ratio: 1;
  width: 2.8rem;
  fill: #357BC0;
  position: absolute;
  right: 2rem;
  top: 1rem;
  transition: all 250ms ease;
}
.c-accordion-title.open .icon-arrow-down {
  transform: rotate(180deg);
  transition: all 250ms ease;
}

.c-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.c-accordion-body p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 6rem;
  position: relative;
}
.c-accordion-body p:before {
  align-items: center;
  background: #357BC0;
  border-radius: 100vmax;
  color: #fff;
  content: "A";
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 3.8rem;
  justify-content: center;
  left: -5.2rem;
  position: absolute;
  top: 0.5rem;
  width: 3.8rem;
}

.c-accordion-body.show {
  grid-template-rows: 1fr;
  padding: 1.6rem 0;
}

.c-accordion-body > div {
  overflow: hidden;
}

.c-article-block {
  padding: 6rem 0;
}

.c-breadcrumbs {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 100vmax;
  color: rgba(54, 54, 54, 0.6);
  display: flex;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 1rem 4rem;
  width: min(120rem, 96%);
}
.c-breadcrumbs a {
  font-size: 1.3rem;
  margin-right: 0.6rem;
}

.c-textlink {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  line-height: 1.4;
  padding-right: 3rem;
  position: relative;
}
.c-textlink:after {
  background: url(../images/svg/icon-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
}

.c-more-btn {
  background-color: #fff;
  border-radius: 100vmax;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.4rem 1.4em 1.4rem 1.8em;
  position: relative;
  text-align: center;
}
.c-more-btn.border-orange {
  border: 2px solid #FF6600;
}
.c-more-btn .icon-arrow {
  aspect-ratio: 22/18;
  width: 2.2rem;
  fill: #FF6600;
}

.c-header-entry-btn {
  align-items: center;
  background-color: #FF6600;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  gap: 1.6rem;
  justify-content: center;
  line-height: 1.3;
  padding: 1.6rem 4rem 1.6rem 6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.c-icon-entry {
  aspect-ratio: 24/24;
  width: 2.4rem;
  fill: #fff;
}

.c-circle-title {
  align-items: center;
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  gap: 2rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.c-circle-title br {
  display: none;
}

.c-circle-title_icon {
  height: 6.6rem;
  width: 6.6rem;
  fill: #FF6600;
}

/* -------------------------------------------*/
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  background-color: #F9F8F8;
  border-radius: 2rem;
  margin: 0 auto 6vw;
  padding: 6vw 0;
  width: 96%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: 1px solid #bebebe;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  width: 100%;
}

.Form-wrap {
  border: 1px solid #C1C1C1;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  padding: 2.4rem 4rem;
}

.Form-Item {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.Form-Item:not(:last-of-type) {
  margin-bottom: 1.4rem;
}
.Form-Item p:not(.Form-Item-Label) {
  width: calc(100% - 240px);
}

.Form-Item-Label {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  width: 24rem;
}
.Form-Item-Label.full {
  width: 100%;
}
.Form-Item-Label small {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.Form-Item-Label-Required {
  background-color: #357BC0;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.note {
  font-size: 1.6rem;
  margin: 1.8rem 0;
}

.c-contact-agree {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
  text-align: center;
}
.c-contact-agree p {
  text-align: center;
}
.c-contact-agree a {
  text-decoration: underline;
}

.Form-filebox {
  background: #f5f5f5;
  display: flex;
  margin: 0 0 1.4rem;
  padding: 1.4rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.Form-filebox-label {
  width: 15rem;
}

input[type=file]::file-selector-button {
  height: 40px;
  margin-right: 1rem;
  opacity: 0;
  position: relative;
  width: 80px;
}

input[type=file]::before {
  align-items: center;
  background: #FF6600;
  border-radius: 10em;
  color: white;
  content: "参照";
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  position: absolute;
  text-align: center;
  width: 80px;
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  margin-bottom: 6rem;
  text-align: center;
}

.button-wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 4rem auto;
}

input.confirm_button {
  background: #FF6600;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}
input.confirm_button:disabled {
  background-color: #bebebe;
  cursor: inherit;
}

input.submit-btn {
  background: #FF6600;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}

input.back_button {
  background: #646464;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  padding: 1.8rem 8rem;
}

.wpcf7-submit {
  background: #E60012;
  border-radius: 8px;
  color: #fff;
  padding: 0.4rem 4rem;
}

.back_button {
  background: #000;
  border-radius: 8px;
  color: #fff;
  padding: 0.4rem 4rem;
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

.selectbox {
  align-items: center;
  display: inline-flex;
  position: relative;
  width: 100%;
}

.selectbox::after {
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  width: 10px;
}

.selectbox .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  font-size: 1.6rem;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  width: 100%;
}
.selectbox select option {
  font-size: 1.6rem;
}

.p-thanks .c-sec-title {
  margin-bottom: 1em;
  text-align: center;
}
.p-thanks p {
  text-align: center;
}

.c-content-wrap {
  padding: 6vw 0;
}

.c-content-box {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  padding: 7rem 8rem;
}

.c-cta {
  align-items: center;
  aspect-ratio: 1200/265;
  background: url(../images/blog/cta-bg.webp) no-repeat center center/cover;
  display: flex;
  justify-content: space-between;
  margin: 8rem auto 0;
  padding: 0 3vw;
  width: min(120rem, 94%);
}

.c-cta__title {
  color: #fff;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-cta-btn-wrap {
  display: flex;
  gap: 2rem;
}

.c-cta-btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.8rem 2.4rem;
  position: relative;
}
.c-cta-btn:before {
  background: url(../images/common/link-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 11px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 35px;
}
.c-cta-btn span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

.c-jobSelect {
  margin-top: 5vw;
}

.c-jobSelect__recruitment:not(:last-child) {
  border-bottom: 1px solid #357BC0;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.c-jobSelect__recruitment .recruitment-area-title {
  color: #FF6600;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  width: 100%;
}

.recruitment-area-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  justify-content: space-between;
}
.recruitment-area-block:not(:last-child) {
  margin-bottom: 2rem;
}
.recruitment-area-block .recruitment-title {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  margin-right: auto;
}
.recruitment-area-block .recruitment-link {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  margin-left: auto;
}
.recruitment-area-block .recruitment-link .status-3 {
  opacity: 0;
  pointer-events: none;
}

.c-mv1 {
  align-items: center;
  border-bottom: 1px solid #FF6600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 4rem;
  position: relative;
  width: min(70rem, 100%);
}
.c-mv1 .c-mv1__title {
  color: #357BC0;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
}
.c-mv1 .c-mv1__sub-title {
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin-top: 1rem;
}

.c-mv2 {
  display: flex;
  height: 40.6rem;
  position: relative;
}
.c-mv2 .c-mv2__image {
  flex: 1;
  height: 100%;
}
.c-mv2 .c-mv2__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mv2 .c-mv2__text {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 56rem;
  padding: 0 4vw;
  text-align: center;
}
.c-mv2 .c-mv2__icon {
  height: 4.2rem;
  margin: 0 auto 2rem;
  width: 4.2rem;
}
.c-mv2 .c-mv2__read {
  color: #3B4043;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.c-mv2 .c-mv2__title {
  color: #3B4043;
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
}
.c-mv2 .c-mv2__sub-title {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

.c-page-header-default {
  margin-top: 18.6rem;
}
.c-page-header-default .c-page-header__title {
  margin-bottom: 2rem;
}
.c-page-header-default .c-page-header__text {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-header-image {
  height: 400px;
  margin-top: 18.6rem;
  width: 100%;
}
.c-header-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-header-image .c-page-header__text {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  left: 0;
  line-height: 1.4;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: min(120rem, 100%);
}

.c-page-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  margin-top: 6rem;
}
.c-page-nav li {
  color: #fff;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: left;
}
.c-page-nav li:not(:last-child) {
  border-right: 1px solid #fff;
}
.c-page-nav a {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  padding: 2rem 2rem;
}
.c-page-nav em {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  gap: 1.6rem;
  width: 100%;
}
.c-page-nav .nav-icon-arrow {
  aspect-ratio: 20/20;
  width: 2rem;
  fill: #fff;
}
.c-page-nav .nav-icon {
  fill: #fff;
}
.c-page-nav .nav-works {
  aspect-ratio: 137/28;
  width: 9rem;
}
.c-page-nav .nav-data {
  aspect-ratio: 92/26;
  width: 6.2rem;
}
.c-page-nav .nav-interview {
  aspect-ratio: 204/26;
  width: 13.4rem;
}
.c-page-nav .nav-job {
  aspect-ratio: 244/68;
  width: 16rem;
}
.c-page-nav .nav-manga {
  aspect-ratio: 279/98;
  width: 16rem;
}
.c-page-nav .nav-faq {
  aspect-ratio: 68/34;
  width: 4.8rem;
}

.c-pagination {
  display: flex;
  justify-content: center;
}
.c-pagination .nav-links {
  display: flex;
}
.c-pagination .pre a,
.c-pagination .next a {
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 3px;
  color: #666666;
  display: inline-block;
  padding: 10px 20px;
}
.c-pagination .pre {
  margin-right: 10px;
}
.c-pagination .next {
  margin-left: 10px;
}
.c-pagination .page-numbers {
  background: #ffffff;
  color: #666666;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
}
.c-pagination .page-numbers.current {
  background: #000;
  border: 1px solid #666666;
  border-radius: 3px;
  color: #ffffff;
  padding: 10px 20px;
}
.c-pagination .page-numbers.dots {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #666666;
}

.c-sec-title,
.c-sec-subtitle {
  font-weight: 700;
}

.c-sec-title {
  color: #357BC0;
  font-size: 3.8rem;
  line-height: 1.4;
}

.c-sec-subtitle {
  font-size: 3.6rem;
  line-height: 1.4;
}

.c-tab-header .c-tab-list {
  display: flex;
  gap: 3rem;
  position: relative;
}
.c-tab-header .tab-btn {
  align-items: flex-start;
  background-color: #fff;
  border: 5px solid #357BC0;
  color: #357BC0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  padding: 1rem 2rem;
  text-align: left;
  transition: all 0.3s;
}
.c-tab-header .tab-btn:hover {
  background-color: #FF6600;
  border: 5px solid #FF6600;
  color: #fff;
  opacity: 1;
}
.c-tab-header .tab-btn.is-active {
  background-color: #FF6600;
  border: 5px solid #FF6600;
  color: #fff;
}
.c-tab-header .tab-btn.is-job-active {
  background-color: #8EC7FF;
  border: 5px solid #8EC7FF;
  color: #fff;
}

.js-tab-body {
  display: none;
  position: relative;
}
.js-tab-body .arrow-down {
  display: none;
}

.js-tab-body.is-open {
  display: block;
}

/* ///////////////////////////////////
timeline
///////////////////////////////////*/
.timeline {
  list-style: none;
}

.timeline > li {
  position: relative;
}

.timeline-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
  position: relative;
  width: 100%;
}
.timeline-content:before {
  background: #FF6600;
  border-radius: 100%;
  content: "";
  height: 15px;
  left: 10rem;
  position: absolute;
  top: 0.8rem;
  width: 15px;
}
.timeline-content::after {
  background-color: #FF6600;
  content: "";
  height: calc(100% + 2px);
  left: 10.6rem;
  position: absolute;
  top: 27px;
  width: 3px;
}
.timeline-content p {
  font-weight: 500;
  letter-spacing: 2px;
}
.timeline-content .timeline-title {
  width: calc(100% - 14rem);
}
.timeline-content .timeline-list {
  margin-left: 14.2rem;
}
.timeline-content .timeline-list li {
  display: flex;
}
.timeline-content .timeline-list li::before {
  content: "-";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 0.8rem;
}
.timeline-content .timeline-list .none-line {
  padding-left: 1rem;
}
.timeline-content .timeline-list .none-line::before {
  content: "・";
}
.timeline-content .timeline-list.no-space {
  margin-top: -30px;
}

.timeline > li:last-of-type .timeline-content::after {
  content: none;
}

.timeline-date {
  flex: 0 0 10rem;
  margin-right: 4rem;
  text-align: center;
}

.timeline-content {
  flex: 1;
}

.timeline-image {
  display: grid;
  gap: 3.4rem;
  grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  margin-top: 6.2rem;
}

.p-entry-wrap {
  background-color: #fff;
  border-radius: 2.4rem;
  margin: 0 auto;
  padding: 7rem 9rem;
  width: min(120rem, 96%);
}

.p-entry-wrap__header {
  margin-bottom: 7.2rem;
}

.p-entry-wrap__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.p-entry-wrap__title .sp {
  display: none;
}

.p-entry-wrap__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: center;
}
.p-entry-wrap__text .sp {
  display: none;
}

.p-entry-form-step {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 7.2rem;
}
.p-entry-form-step .step {
  background-color: #fff;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
  height: 6.7rem;
  margin-left: -2%;
  position: relative;
  text-align: center;
  width: 19.6rem;
}
.p-entry-form-step .step:first-child {
  z-index: 3;
}
.p-entry-form-step .step:nth-child(2) {
  z-index: 2;
}
.p-entry-form-step .step:last-child {
  z-index: 1;
}
.p-entry-form-step .step-inside {
  align-items: center;
  background-color: #F5F5F5;
  bottom: 6px;
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 0% 0%);
  color: #357BC0;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  left: 6px;
  margin-left: -2%;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
}
.p-entry-form-step .step-inside.current {
  background-color: #357BC0;
  color: #fff;
}

.step:last-of-type {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
}
.step:last-of-type .step-inside {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0% 0%);
}

input[name=job-type]:disabled + span {
  color: #ccc;
}

.p-faq-wrap {
  margin-bottom: 10rem;
}

.p-ideal-person_read {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.p-ideal-person_list {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
}
.p-ideal-person_list .p-ideal-person_list_item {
  align-items: center;
  border: 5px solid #FF6600;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  padding: 4rem 2rem;
}
.p-ideal-person_list .p-ideal-person_list_item_title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.p-ideal-person_welcome {
  display: flex;
  justify-content: space-between;
}

.p-ideal-person_welcome_list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-ideal-person_welcome_list .p-ideal-person_welcome_list_item {
  padding: 2rem 1rem;
  position: relative;
  width: 48%;
}
.p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:first-of-type, .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:nth-of-type(2) {
  border-bottom: 1px solid #707070;
}
.p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:last-of-type {
  border-bottom: none;
}
.p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:nth-of-type(2):before, .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:nth-of-type(4):before {
  background-color: #707070;
  content: "";
  height: calc(100% - 2rem);
  left: -1.5rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.p-ideal-person_welcome_list .p-ideal-person_welcome_list_item.w-full {
  width: 100%;
}
.p-ideal-person_welcome_list .p-ideal-person_welcome_list_item.w-full:nth-of-type(2):before, .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item.w-full:nth-of-type(4):before {
  content: none;
}
.p-ideal-person_welcome_list .list-title {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 1rem;
  position: relative;
}
.p-ideal-person_welcome_list .list-title::before {
  align-items: center;
  background-color: #FF6600;
  border-radius: 100vmax;
  color: #fff;
  content: attr(data-attr);
  display: inline-block;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.p-ideal-person_welcome_list .list-text {
  font-size: 1.6rem;
}

.p-ideal-person_welcome_image {
  margin-left: 4rem;
  width: 34rem;
}

.p-ideal-person_footer {
  padding: 4rem 2rem;
}

.p-ideal-person_footer_title {
  color: #FF6600;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.p-ideal-person_footer_title br {
  display: none;
}

.p-ideal-person_footer_text {
  font-size: 1.8rem;
  text-align: center;
}

.recruitment-section-title {
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 4rem 0 0;
  position: relative;
}
.recruitment-section-title .icon-arrow-down {
  aspect-ratio: 1;
  width: 2.8rem;
  fill: #357BC0;
  position: absolute;
  right: 2rem;
  top: 1rem;
  transition: all 250ms ease;
}
.recruitment-section-title.open .icon-arrow-down {
  transform: rotate(180deg);
  transition: all 250ms ease;
}

.p-interview-header {
  color: #fff;
  margin: 4vw 0 0;
}
.p-interview-header .p-interview-header__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-interview-header .p-interview-header__title br {
  display: none;
}
.p-interview-header .p-interview-header__subtitle {
  font-size: 3.6rem;
  font-weight: 700;
}
.p-interview-header .p-interview-header__txt {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}

.p-interview-list__item {
  display: flex;
  position: relative;
}
.p-interview-list__item:not(:last-child) {
  margin-bottom: 7.3rem;
}

.p-interview-image {
  border: 10px solid #357BC0;
  height: 26.8rem;
  width: 30.5rem;
}

.p-interview-list__item_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-interview-text {
  flex: 1;
}

.p-interview-text__header {
  align-items: center;
  background-color: #357BC0;
  color: #fff;
  display: flex;
  padding: 1.6rem 2rem;
}
.p-interview-text__header .icon-circle {
  margin-right: 2rem;
  fill: #FF6600;
  height: 4.6rem;
  width: 4.6rem;
}
.p-interview-text__header p {
  font-size: 1.4rem;
}
.p-interview-text__header .p-interview-text__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-interview-text__header .p-interview-text__title span {
  font-size: 1.4rem;
  font-weight: 400;
}

.p-interview-text__body {
  padding: 2rem 2rem 2rem 6rem;
}

.p-interview-text__txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.p-interview-text__link {
  text-decoration: underline;
}
.p-interview-text__link:hover {
  opacity: 1;
}
.p-interview-text__link span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-interview-text__link span:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}

.p-interview-jobSelect {
  margin-top: 5vw;
}

.p-interview-single-header {
  color: #fff;
  margin-top: 5rem;
}

.p-interview-single-body {
  color: #fff;
  margin-top: 6vw;
}

.p-interview-box {
  margin-bottom: 17rem;
  position: relative;
}

.p-interview-box__body {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  border-top: 1rem solid #FF6600;
  color: #000;
  padding: 4rem 5rem;
  position: relative;
  z-index: 1;
}

.p-interview-box__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4rem;
}

.p-interview-box__txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

.--interview01 .p-interview-box__body {
  margin: -4vw auto 0;
  width: min(100rem, 92%);
}

.--interview02 {
  align-items: center;
  display: flex;
}
.--interview02 .p-interview-box__image {
  width: 51.6rem;
}
.--interview02 .p-interview-box__body {
  flex: 1;
  left: 48rem;
  position: absolute;
}

.--interview03 {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.--interview03 .p-interview-box__image {
  width: 51.6rem;
}
.--interview03 .p-interview-box__body {
  flex: 1;
  left: 0;
  margin-right: 40%;
  max-width: 80rem;
  position: absolute;
}

.p-interview-message {
  margin-bottom: 10rem;
}

.p-interview-message__box {
  border: 5px solid #fff;
  border-radius: 1rem;
  padding: 6rem 5rem 4rem;
}
.p-interview-message__box p {
  color: #fff;
  padding: 0 3rem;
}

.p-interview-message__title {
  background-color: #357BC0;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: -10rem 0 4rem -2rem;
  padding: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-interview-more {
  margin-bottom: 10rem;
}
.p-interview-more .top-interview-slide__text {
  align-items: flex-start;
  flex-direction: column;
}
.p-interview-more .top-interview-slide .swiper-button-next,
.p-interview-more .top-interview-slide .swiper-button-prev {
  cursor: pointer;
  height: 45px;
  top: 30%;
  width: 45px;
}

.p-interview-more__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
}

.title-job-size {
  max-width: 100%;
  width: 100rem;
}

.p-job-header {
  color: #fff;
  margin: 4vw 0 0;
}
.p-job-header .p-job-header__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-job-header .p-job-header__title br {
  display: none;
}
.p-job-header .p-job-header__subtitle {
  font-size: 3.6rem;
  font-weight: 700;
}
.p-job-header .p-job-header__txt {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}

.p-job-jobSelect:not(:last-of-type) {
  margin-bottom: 4vw;
}
.p-job-jobSelect .entry-btn {
  margin-top: 5rem;
}

.p-job-tab-header {
  display: none;
}

.recruitment-detail-block {
  background: #F5F5F5;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 48px 32px;
}

.recruitment-detail-title {
  font-size: 2rem;
  font-weight: 700;
  width: 24rem;
}

.recruitment-detail-content {
  flex: 1;
}
.recruitment-detail-content p {
  margin-bottom: 1.6rem;
  margin-left: 0;
}
.recruitment-detail-content p:before {
  content: none;
}
.recruitment-detail-content strong {
  font-weight: bold;
}
.recruitment-detail-content ul,
.recruitment-detail-content ol {
  margin-bottom: 2rem;
}
.recruitment-detail-content ul li,
.recruitment-detail-content ol li {
  display: flex;
  padding-left: 2rem;
}
.recruitment-detail-content ul li:before,
.recruitment-detail-content ol li:before {
  content: "-";
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 0.5rem;
}

.p-manga-header {
  color: #fff;
  margin: 4vw 0 0;
}
.p-manga-header .p-manga-header__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-manga-header .p-manga-header__title br {
  display: none;
}
.p-manga-header .p-manga-header__txt {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}

.p-manga {
  margin-top: 8rem;
}
.p-manga .inner {
  position: relative;
}

.manga-image-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.manga-image-area .manga-image {
  margin-top: -12rem;
  max-width: 1080px;
  width: 90%;
}
.manga-image-area .manga-image:first-child {
  margin-top: 0;
}

.manga-slide {
  aspect-ratio: 2894/4093;
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: min(712px, 80%);
}

.manga-slide__item {
  aspect-ratio: 712/891;
  height: 100%;
  overflow: hidden;
  width: 100%;
  width: min(712px, 100%);
}
.manga-slide__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-manga .swiper-button-prev,
.p-manga .swiper-button-next {
  cursor: pointer;
  height: 81px;
  position: absolute;
  top: 60%;
  transform: translateY(-30%);
  width: 85px;
  z-index: 10;
}
.p-manga .swiper-button-prev {
  left: 8rem;
}
.p-manga .swiper-button-next {
  right: 8rem;
}
.p-manga .swiper-button-next:after,
.p-manga .swiper-rtl .swiper-button-prev:after,
.p-manga .swiper-button-prev:after,
.p-manga .swiper-rtl .swiper-button-next:after {
  content: none;
}

.p-manga-footer {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

.p-manga-footer__wrap {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}

.p-manga-footer__image {
  width: 24rem;
}

.p-manga-footer__content {
  flex: 1;
}

.p-manga-footer__title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
}

.p-manga-footer__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-manga-navi {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}

.p-404 {
  margin-bottom: 16rem;
  margin-top: 22rem;
}

.p-404__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.p-404__content {
  width: 36rem;
}

.p-404__title {
  color: #fff;
  font-size: 11.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-404__title span {
  display: block;
  font-size: 4.7rem;
  font-weight: normal;
}

.p-404__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 4rem;
}

.p-404__navi {
  align-items: flex-end;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
  margin-left: 8rem;
}

.p-404__navi li {
  color: #fff;
  font-weight: 700;
  text-align: left;
  width: 35rem;
}
.p-404__navi a {
  display: block;
  overflow: hidden;
}
.p-404__navi em {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  gap: 1.6rem;
  width: 100%;
}
.p-404__navi .nav-icon-arrow {
  aspect-ratio: 24/24;
  width: 2.4rem;
  fill: #fff;
}
.p-404__navi .nav-icon {
  fill: #fff;
}
.p-404__navi .nav-message {
  aspect-ratio: 167/28;
  width: 16.7rem;
}
.p-404__navi .nav-works {
  aspect-ratio: 137/28;
  width: 13.7rem;
}
.p-404__navi .nav-data {
  aspect-ratio: 92/26;
  width: 9.2rem;
}
.p-404__navi .nav-interview {
  aspect-ratio: 204/26;
  width: 20.4rem;
}
.p-404__navi .nav-job {
  aspect-ratio: 244/68;
  width: 24.4rem;
}
.p-404__navi .nav-faq {
  aspect-ratio: 68/34;
  width: 6.8rem;
}

.p-privacy:not(:last-of-type) {
  padding: 6vw 0 0;
}
.p-privacy .p-privacy-wrap__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-privacy .p-privacy-wrap__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-privacy ol {
  margin-bottom: 20px;
  margin-left: 30px;
}
.p-privacy ol li {
  margin-bottom: 10px;
}
.p-privacy ul {
  margin-bottom: 20px;
}
.p-privacy ul li {
  margin-bottom: 5px;
}
.p-privacy a {
  text-decoration: underline;
}

.p-sitemap {
  margin-top: 10rem;
}
.p-sitemap .inner {
  width: min(1200px, 100%);
}

.sitemap-list {
  margin-bottom: 6rem;
}
.sitemap-list .c-more-btn {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  text-align: left;
  width: 39.2rem;
}
.sitemap-list dl {
  margin-bottom: 6rem;
}
.sitemap-list dt {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.sitemap-list dd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1rem;
}
.sitemap-list dd span {
  line-height: 1.5;
}

.c-single__img {
  margin-bottom: 30px;
}
.c-single__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.c-single__content p {
  margin-bottom: 20px;
}

.c-single__date {
  color: #888;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.c-single__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4rem;
}

.c-single__category {
  display: inline-block;
  margin-bottom: 1rem;
}
.c-single__category a {
  background-color: #003a3d;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.3rem 1rem;
}

.c-single__content h2 {
  background-color: #003a3d;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding: 1rem 2rem;
}
.c-single__content h3 {
  border-left: 4px solid #003a3d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.c-single__content h4 {
  border-bottom: 1px solid #003a3d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.c-single__content h5,
.c-single__content h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.c-single__content p {
  margin-bottom: 2rem;
}
.c-single__content .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-single__content .col-1-2 {
  flex: 0 0 calc(50% - 0.5rem);
}
.c-single__content .wp-block-image {
  margin-bottom: 4rem;
}
.c-single__content table {
  border: 1px solid #003a3d;
  border-collapse: collapse;
  width: 100%;
}
.c-single__content table th,
.c-single__content table td {
  border: 1px solid #003a3d;
  padding: 1rem;
}
.c-single__content table th {
  font-weight: 700;
  text-align: center;
}
.c-single__content table td {
  padding: 1rem;
  text-align: center;
}
.c-single__content table .text-center {
  text-align: center;
}
.c-single__content table .text-left {
  text-align: left;
}
.c-single__content table .text-right {
  text-align: right;
}

.top-mv {
  background: url(../images/top/mv-illust.webp) no-repeat top center;
  background-size: cover;
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
  position: relative;
}
.top-mv__inner {
  bottom: -12%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  width: min(120rem, 96%);
}
.top-mv__title {
  color: #FF6600;
  font-size: 9.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

.top-mv__text {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: 4rem;
}

.sp-entry {
  display: none;
}
.sp-entry .sp-entry-btn {
  align-items: center;
  background-color: #FF6600;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 2rem 2rem;
}
.sp-entry .sp-entry-btn .sp-entry-text {
  font-size: 1.4rem;
}
.sp-entry .sp-entry-btn .icon-arrow {
  aspect-ratio: 22/18;
  display: inline-flex;
  width: 2.2rem;
  fill: #fff;
}

/* ///////////////////////////////////
message
///////////////////////////////////*/
.top-message {
  padding: 6vw 0;
  position: relative;
}
.top-message .more-btn {
  margin-top: 4rem;
  text-align: center;
}
.top-message .manga {
  left: 4vw;
  position: absolute;
  top: -17.5rem;
  width: 44.2rem;
}

.top-message__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-message__wrap .top-message__header {
  order: 2;
}
.top-message__wrap .top-message__title {
  text-align: center;
}
.top-message__wrap .top-message__subtitle {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.top-message__wrap .top-message__image {
  margin-bottom: 4vw;
  order: 1;
}
.top-message__wrap .top-message__text {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 3.6rem;
  order: 3;
  text-align: center;
}

/* ///////////////////////////////////
manga
///////////////////////////////////*/
.top-manga {
  background: url(../images/top/manga-bg.webp) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.top-manga__wrap {
  padding-bottom: 8.2rem;
  padding-top: 13.2rem;
  position: relative;
}

.top-manga__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 19vw;
  position: relative;
}
.top-manga__title:before {
  background: url(../images/top/manga-illust.webp) no-repeat center center/contain;
  content: "";
  height: 53.1rem;
  left: -7rem;
  position: absolute;
  top: -25rem;
  width: 30vw;
}
.top-manga__title span {
  color: #FF6600;
}

.top-manga__text {
  margin-top: 4rem;
  overflow: hidden;
  padding-left: 19vw;
  padding-right: 35rem;
}
.top-manga__text p {
  margin-bottom: 3rem;
}
.top-manga__text .c-textlink {
  float: right;
}

.top-manga__image {
  max-width: 36rem;
  position: absolute;
  right: 0;
  top: 4rem;
  width: 25vw;
}

/* ///////////////////////////////////
works
///////////////////////////////////*/
.top-works {
  padding: 6vw 0;
}

.top-works__header {
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 5rem 10rem;
}

.top-works__tab-header {
  background-color: #fff;
  padding: 5rem 10rem 0;
  position: relative;
}
.top-works__tab-header .c-tab-list {
  display: flex;
  gap: 3rem;
  margin-bottom: -5px;
  position: relative;
}
.top-works__tab-header .c-tab-list:before {
  background: #357BC0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.top-works__tab-body {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  display: none;
  padding: 0 0 4rem 0;
  padding: 5rem 10rem;
  position: relative;
}

.top-works__tab-spTitle {
  color: #357BC0;
  display: none;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* ///////////////////////////////////
data
///////////////////////////////////*/
.top-data {
  padding: 0 0 6rem 0;
}

.top-data__header {
  display: none;
}

.top-data__header-pc {
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 5rem 10rem;
}

.top-data-body {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  padding: 0rem 10rem 5rem;
  position: relative;
}

.top-data-list {
  display: flex;
  justify-content: space-between;
}
.top-data-list .top-data-list__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem;
  width: 25%;
}
.top-data-list .top-data-list__item:not(:last-of-type) {
  border-right: 4px dotted #000;
}
.top-data-list .top-data-list__item__image {
  align-items: center;
  color: #FF6600;
  display: flex;
  flex-direction: column;
  font-family: meiryo;
  font-size: 12.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 12.4rem;
  padding-bottom: 2rem;
}
.top-data-list .top-data-list__item__data {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: auto;
  position: relative;
  text-align: center;
}
.top-data-list .top-data-list__item__data strong {
  font-size: 4rem;
  font-weight: 700;
}
.top-data-list .top-data-list__item__data .icon-arrow {
  fill: #FF6600;
  aspect-ratio: 1;
  width: 2rem;
}

.top-data-result {
  position: absolute;
  right: 10rem;
  top: -10rem;
}
.top-data-result br {
  display: none;
}

/* ///////////////////////////////////
interview
///////////////////////////////////*/
.top-interview {
  padding: 0 0 6vw 0;
}

.top-interview__header {
  color: #fff;
  margin-bottom: 4rem;
}

.top-interview-body {
  position: relative;
}

.top-interview-btn {
  position: absolute;
  right: 10rem;
  top: -13rem;
}

.top-interview-slide {
  display: flex;
}
.top-interview-slide .swiper-button-next,
.top-interview-slide .swiper-button-prev {
  cursor: pointer;
  height: 6vw;
  top: 30%;
  width: 6vw;
}
.top-interview-slide .swiper-button-prev:after,
.top-interview-slide .swiper-button-next:after {
  display: none;
}

.top-interview-slide__image {
  width: 100%;
}
.top-interview-slide__image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-interview-slide__text {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.top-interview-slide__text .name {
  font-size: 3rem;
  font-weight: 700;
}
.top-interview-slide__text .name span {
  display: block;
  font-size: 1.8rem;
}
.top-interview-slide__text .title {
  max-width: 40rem;
  overflow: hidden;
  padding-right: 2rem;
  position: relative;
}
.top-interview-slide__text .title p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-interview-slide__text .title .c-textlink {
  float: right;
}

/* ///////////////////////////////////
job
///////////////////////////////////*/
.top-job {
  background: #fff;
  padding: 6vw 0 10vw;
  position: relative;
}
.top-job:before, .top-job:after {
  background: url(../images/svg/line-stripe.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 8rem;
  position: absolute;
  width: 50%;
}
.top-job:before {
  background-position: right top;
  left: 0;
  top: -2rem;
}
.top-job:after {
  background-position: left bottom;
  bottom: -2rem;
  right: 0;
}

.top-job__header {
  color: #357BC0;
  position: relative;
}
.top-job__header .c-sec-subtitle {
  left: 25rem;
  position: absolute;
  top: 7rem;
}

.job-illust {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-job-body {
  margin-top: 6rem;
  width: min(64rem, 96%);
}
.top-job-body .top-job-box:not(:last-of-type) {
  margin-bottom: 4rem;
}
.top-job-body .top-job-box p {
  margin-top: 2rem;
}

/* ///////////////////////////////////
faq
///////////////////////////////////*/
.top-faq {
  padding: 6vw 0;
  position: relative;
}
.top-faq .inner {
  position: relative;
}
.top-faq .inner .more-btn {
  position: absolute;
  right: 0;
  top: 6rem;
}

.top-faq__header {
  color: #fff;
  margin-bottom: 4rem;
  position: relative;
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}

@media screen and (width <= 767px){
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    overflow-x: hidden;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .pcnone {
    display: block;
  }
  .spnone {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-footer-entry {
    display: none;
  }
  .l-footer-entry-btn {
    font-size: 1.8rem;
  }
  .l-footer {
    padding: 4rem 0 0;
  }
  .l-footer-image {
    padding: 4rem;
  }
  .l-footer-image > div {
    padding: 0;
    width: 50%;
  }
  .l-footer-image .bottom-image {
    bottom: inherit;
    margin-top: -17%;
    max-width: 100%;
    position: relative;
    right: inherit;
    width: 100%;
  }
  .l-footer-info {
    display: block;
    padding: 0 4rem;
  }
  .l-footer-sp-logo {
    display: block;
    margin: 0 auto;
  }
  .l-footer-logo {
    display: none;
  }
  .l-footer-address {
    text-align: center;
  }
  .l-footer-nav {
    display: none;
  }
  .copy {
    padding-bottom: 3rem;
    text-align: center;
  }
  .copy br {
    display: block;
  }
  .l-header {
    padding: 2.6rem 4vw;
  }
  .l-header-icon-logo {
    width: 9rem;
  }
  .l-header-logo-text {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .l-header-nav-entry-btn {
    font-size: 1.8rem;
  }
  .c-hamb {
    top: 3.2rem;
  }
  .inner {
    padding: 0 4vw;
  }
  .c-accordion-title {
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0 2rem 0 3.2rem;
  }
  .c-accordion-title:before {
    height: 2.3rem;
    top: 0.7rem;
    width: 2.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.5rem;
    margin-left: 3rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.3rem;
    height: 2.2rem;
    left: -2.8rem;
    top: 0.5rem;
    width: 2.2rem;
  }
  .c-article-block {
    padding: 3rem 0;
  }
  .c-textlink {
    font-size: 1.8rem;
  }
  .c-textlink .icon-arrow {
    width: 1.6rem;
  }
  .c-more-btn {
    font-size: 1.8rem;
    width: 100%;
  }
  .c-more-btn .icon-arrow {
    width: 1.8rem;
  }
  .c-header-entry-btn {
    display: none;
  }
  .c-circle-title {
    font-size: 2.4rem;
  }
  .c-circle-title br {
    display: block;
  }
  .c-circle-title_icon {
    height: 4.6rem;
    width: 4.6rem;
  }
  .c-content-box {
    border-radius: 1.8rem;
    padding: 3rem 2rem;
  }
  .c-page-header-default {
    margin-bottom: 4rem;
    margin-top: 10.6rem;
  }
  .c-page-header-default .c-page-header__title {
    font-size: 3.2rem;
  }
  .c-page-header-default .c-page-header__text {
    font-size: 1.8rem;
  }
  .c-header-image {
    height: 160px;
    margin-bottom: 4rem;
    margin-top: 10.6rem;
  }
  .c-header-image .c-page-header__text {
    font-size: 2.8rem;
    padding: 0 2rem;
  }
  .c-page-nav {
    display: none;
  }
  .c-sec-subtitle {
    font-size: 2.4rem;
  }
  .js-tab-body {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }
  .timeline-content .timeline-list.no-space {
    margin-top: -18px;
  }
  .timeline-date {
    flex: 0 0 9rem;
  }
  .title-entry-size {
    width: 22.5rem;
  }
  .p-entry-wrap {
    border-radius: 1.8rem;
    padding: 3rem 2rem;
  }
  .p-entry-wrap__header {
    margin-bottom: 3.2rem;
  }
  .p-entry-wrap__title {
    font-size: 1.9rem;
    margin-bottom: 1.4rem;
  }
  .p-entry-wrap__title .sp {
    display: block;
  }
  .p-entry-wrap__text {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .p-entry-wrap__text .sp {
    display: block;
  }
  .p-entry-form-step {
    margin-bottom: 3.2rem;
    margin-left: 4%;
  }
  .p-entry-form-step .step {
    height: 5.7rem;
    margin-left: -4%;
    width: 20.6rem;
  }
  .p-entry-form-step .step-inside {
    bottom: 4px;
    font-size: 1.6rem;
    left: 4px;
    margin-left: -1%;
    right: 4px;
    top: 4px;
  }
  .p-entry-form-step .step-inside {
    font-size: 1.5rem;
  }
  .title-faq-size {
    width: 21.2rem;
  }
  .p-ideal-person_footer_title {
    font-size: 2rem;
  }
  .p-ideal-person_footer_title br {
    display: block;
  }
  .p-ideal-person_footer_text {
    font-size: 1.6rem;
    text-align: left;
  }
  .recruitment-section-title {
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0 2rem 0 3.2rem;
  }
  .recruitment-section-title:before {
    height: 2.3rem;
    top: 0.7rem;
    width: 2.3rem;
  }
  .recruitment-section-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .title-interview-size {
    width: 66%;
  }
  .p-interview-header .p-interview-header__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-interview-header .p-interview-header__title br {
    display: block;
  }
  .p-interview-header .p-interview-header__subtitle {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .p-interview-header .p-interview-header__txt {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .p-interview-list__item {
    border: 5px solid #357BC0;
    flex-direction: column;
  }
  .p-interview-image {
    border: none;
    height: auto;
    width: 100%;
  }
  .p-interview-text__header .icon-circle {
    height: 2.4rem;
    width: 2.4rem;
  }
  .p-interview-text__header .p-interview-text__title {
    font-size: 2rem;
  }
  .p-interview-text__header .p-interview-text__title span {
    display: block;
    margin-top: 1rem;
  }
  .p-interview-text__body {
    padding: 2rem 1.6rem;
  }
  .p-interview-text__txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .p-interview-box {
    margin-bottom: 6rem;
  }
  .p-interview-box__body {
    border-top: 5px solid #FF6600;
    padding: 3rem 1.6rem;
  }
  .p-interview-box__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .p-interview-box__txt {
    font-size: 1.4rem;
  }
  .p-interview-message__box {
    border: 3px solid #fff;
    padding: 4rem 1.6rem;
  }
  .p-interview-message__box p {
    font-size: 1.4rem;
    padding: 0;
  }
  .p-interview-message__title {
    font-size: 2rem;
    line-height: 1.4;
    margin: -8rem 0 2rem 0;
    text-align: center;
    width: 100%;
  }
  .p-interview-more__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .title-job-size {
    width: 66%;
  }
  .p-job-header .p-job-header__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-job-header .p-job-header__title br {
    display: block;
  }
  .p-job-header .p-job-header__subtitle {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .p-job-header .p-job-header__txt {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .recruitment-detail-block {
    border-radius: 8px;
    flex-direction: column;
    margin-bottom: 12px;
    padding: 24px;
  }
  .recruitment-detail-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    width: 100%;
  }
  .recruitment-detail-title br {
    display: none;
  }
  .p-manga-header .p-manga-header__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-manga-header .p-manga-header__title br {
    display: block;
  }
  .p-manga-header .p-manga-header__txt {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .p-manga .inner {
    padding: 0;
  }
  .p-manga {
    margin-top: 4rem;
  }
  .manga-image-area .manga-image {
    margin-top: -3rem;
    width: 100%;
  }
  .p-manga .swiper-button-prev,
  .p-manga .swiper-button-next {
    height: 55px;
    width: 55px;
  }
  .p-manga .swiper-button-prev {
    left: 0;
  }
  .p-manga .swiper-button-next {
    right: 0;
  }
  .p-manga-footer {
    margin-top: 4rem;
  }
  .p-manga-footer__wrap {
    flex-direction: column-reverse;
  }
  .p-manga-footer__image {
    display: none;
  }
  .p-manga-footer__content {
    width: 100%;
  }
  .p-manga-footer__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .p-manga-footer__txt {
    font-size: 1.6rem;
  }
  .p-manga-navi {
    flex-direction: column;
    margin-top: 2rem;
  }
  .top-mv {
    background: url(../images/top/mv-illust.webp) no-repeat bottom center;
    background-size: contain;
    height: 100vh;
    max-height: 700px;
    min-height: auto;
  }
  .top-mv__inner {
    bottom: auto;
    top: 30%;
    transform: translate(-50%, -80%);
  }
  .top-mv__title {
    font-size: 4.3rem;
  }
  .top-mv__text {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  .sp-entry {
    display: block;
  }
  .top-message .manga {
    display: none;
  }
  .top-message__wrap .top-message__header {
    order: 1;
  }
  .top-message__wrap .top-message__image {
    margin-bottom: 4vw;
    margin-top: 4vw;
    order: 2;
  }
  .top-message__wrap .top-message__text {
    font-size: 1.6rem;
    margin-top: 0;
    order: 3;
  }
  .top-manga {
    background: url(../images/top/manga-bg-sp.webp) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 6rem;
  }
  .top-manga__wrap {
    padding-bottom: 6.2rem;
    padding-top: 8.2rem;
  }
  .top-manga__title {
    font-size: 2.6rem;
    padding-left: 12rem;
  }
  .top-manga__title:before {
    height: 21.5rem;
    top: -12.5rem;
    width: 16.5rem;
  }
  .top-manga__text {
    padding-left: 0;
    padding-right: 0;
  }
  .top-manga__image {
    display: none;
  }
  .top-works__tab-body {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }
  .top-data-list {
    flex-wrap: wrap;
  }
  .top-data-list .top-data-list__item {
    width: 50%;
  }
  .top-data-list .top-data-list__item:nth-child(1) {
    border-bottom: 4px dotted #000;
  }
  .top-data-list .top-data-list__item:nth-child(2) {
    border-bottom: 4px dotted #000;
    border-right: none;
  }
  .top-data-list .top-data-list__item__image {
    font-size: 8.4rem;
    height: 8rem;
  }
  .top-data-list .top-data-list__item__image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .top-data-list .top-data-list__item__data {
    font-size: 1.4rem;
  }
  .top-data-list .top-data-list__item__data strong {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .top-data-result {
    margin-top: 2rem;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
  .top-data-result br {
    display: block;
  }
  .top-interview-btn {
    margin-top: 2rem;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
  .top-interview-slide {
    overflow: visible;
  }
  .top-interview-slide .swiper-button-next,
  .top-interview-slide .swiper-button-prev {
    cursor: pointer;
    height: 4rem;
    top: 30%;
    width: 4rem;
  }
  .top-interview-slide .swiper-button-prev {
    left: -2rem;
  }
  .top-interview-slide .swiper-button-next {
    right: -2rem;
  }
  .top-job:before, .top-job:after {
    width: 77%;
  }
  .top-job:before {
    top: -1rem;
  }
  .top-job:after {
    bottom: -1rem;
  }
  .top-job__header {
    width: 70%;
  }
  .top-job__header .c-sec-subtitle {
    left: 0;
    position: relative;
    top: 0;
  }
  .job-illust {
    bottom: inherit;
    height: auto;
    top: 0;
    -o-object-fit: auto;
    object-fit: auto;
    width: 22rem;
  }
  .top-job-body {
    width: 100%;
  }
  .top-faq .inner .more-btn {
    left: 0;
    margin: 4rem auto 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
}

@media screen and (768px <= width <= 1199px){
  .l-footer-entry-header {
    flex-direction: column;
    gap: 2rem;
  }
  .l-footer-entry-header img {
    margin: 0 auto;
    width: 45%;
  }
  .l-footer-entry-header__title {
    font-size: 2.6rem;
    text-align: center;
  }
  .l-footer-entry-btn {
    font-size: 2rem;
  }
  .l-header-logo-text .sp-only {
    display: block;
  }
  .l-header-nav-entry-btn {
    font-size: 2rem;
  }
  .c-hamb {
    top: 5.2rem;
  }
  .c-accordion-title {
    font-size: 2.2rem;
    line-height: 1.7;
    padding: 0 2rem 0 4.2rem;
  }
  .c-accordion-title:before {
    height: 3.3rem;
    top: 0rem;
    width: 3.3rem;
  }
  .c-accordion-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .c-accordion-body p {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
  .c-accordion-body p:before {
    content: "A";
    font-size: 1.6rem;
    height: 3.2rem;
    left: -4.8rem;
    top: 0.5rem;
    width: 3.2rem;
  }
  .c-article-block {
    padding: 4rem 0;
  }
  .c-textlink {
    font-size: 1.8rem;
  }
  .c-textlink .icon-arrow {
    width: 2rem;
  }
  .c-more-btn {
    font-size: 2rem;
  }
  .c-more-btn .icon-arrow {
    width: 2rem;
  }
  .c-header-entry-btn {
    font-size: 2rem;
  }
  .c-content-box {
    border-radius: 1.8rem;
    padding: 4rem 6rem;
  }
  .recruitment-area-block .c-more-btn {
    font-size: 1.8rem;
    width: 400px;
  }
  .c-header-image {
    height: 300px;
  }
  .c-header-image .c-page-header__text {
    font-size: 4.2rem;
    padding: 0 2rem;
  }
  .c-sec-subtitle {
    font-size: 3rem;
  }
  .js-tab-body {
    border-radius: 2rem;
    padding: 3rem 3rem;
  }
  .recruitment-section-title {
    font-size: 2.2rem;
    line-height: 1.7;
    padding: 0 2rem 0 4.2rem;
  }
  .recruitment-section-title:before {
    height: 3.3rem;
    top: 0rem;
    width: 3.3rem;
  }
  .recruitment-section-title .icon-arrow-down {
    right: 0rem;
    top: 1rem;
    width: 2rem;
  }
  .top-mv {
    background: url(../images/top/mv-illust.webp) no-repeat bottom center;
    background-size: 110%;
    height: 90vh;
    max-height: 100vh;
  }
  .top-mv__inner {
    bottom: auto;
    top: 20%;
    transform: translate(-50%, -10%);
  }
  .top-mv__title {
    font-size: 6.3rem;
  }
  .top-mv__text {
    font-size: 2.1rem;
    margin-top: 2rem;
  }
  .top-message .manga {
    top: -14.5rem;
    width: 22.5rem;
  }
  .top-message__wrap .top-message__text {
    font-size: 1.8rem;
  }
  .top-works__tab-body {
    border-radius: 2rem;
    padding: 3rem 3rem;
  }
  .top-data-list .top-data-list__item__image {
    font-size: 7rem;
  }
  .top-data-list .top-data-list__item__data {
    font-size: 1.3rem;
  }
  .top-data-list .top-data-list__item__data strong {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .top-data-result {
    margin-top: 2rem;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
  .top-interview-btn {
    margin-top: 2rem;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
  .top-interview-slide__text {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .top-interview-slide__text .name {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .top-interview-slide__text .name span {
    display: block;
    font-size: 1.4rem;
  }
  .top-interview-slide__text .title {
    max-width: 100%;
    padding-right: 0;
  }
  .top-interview-slide__text .title p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .top-interview-slide__text .title .c-textlink {
    float: none;
  }
  .top-faq .inner .more-btn {
    left: 0;
    margin: 4rem auto 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }
}

@media screen and (375px <= width <= 1199px){
  .l-header-logo-wrap {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }
  .c-jobSelect__recruitment {
    flex-direction: column;
  }
  .c-jobSelect__recruitment:not(:last-child) {
    border-bottom: none;
    margin-bottom: 6rem;
    padding-bottom: 0;
  }
  .c-jobSelect__recruitment .recruitment-area-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .recruitment-area-block {
    flex-direction: column;
  }
  .recruitment-area-block {
    flex-direction: column;
  }
  .recruitment-area-block:not(:last-child) {
    border-bottom: none;
    margin-bottom: 6rem;
    padding-bottom: 0;
  }
  .recruitment-area-block .recruitment-title {
    font-size: 2rem;
    margin-right: 0;
    text-align: center;
  }
  .recruitment-area-block .recruitment-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-left: auto;
    width: 100%;
  }
  .js-tab-body:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .js-tab-body .arrow-down {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .js-tab-body .arrow-down .icon-arrow-down {
    aspect-ratio: 1;
    width: 2rem;
  }
  .timeline {
    margin-top: 2rem;
  }
  .p-ideal-person_list {
    margin-bottom: 4rem;
  }
  .p-ideal-person_welcome {
    flex-direction: column;
  }
  .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:not(:last-child) {
    border-bottom: 1px solid #707070;
  }
  .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:nth-of-type(2):before, .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item:nth-of-type(4):before {
    content: none;
  }
  .p-ideal-person_welcome_list {
    flex-direction: column;
  }
  .p-ideal-person_welcome_list .p-ideal-person_welcome_list_item {
    width: 100%;
  }
  .p-ideal-person_welcome_image {
    width: 100%;
  }
  .p-job-tab-header {
    display: block;
    margin-bottom: 3rem;
  }
  .p-job-tab-header .c-tab-list {
    justify-content: center;
  }
  .p-404__inner {
    flex-direction: column;
    gap: 5rem;
  }
  .p-404__content {
    text-align: center;
    width: 100%;
  }
  .p-404__navi {
    gap: 4rem;
    margin-left: 0;
  }
  .p-404__navi li {
    width: 100%;
  }
  .top-message__wrap .top-message__subtitle {
    font-size: 2.6rem;
  }
  .top-works__header {
    background-color: transparent;
    margin-bottom: 4rem;
    padding: 0;
    text-align: center;
  }
  .top-works__header .c-sec-subtitle {
    color: #fff;
  }
  .top-works__tab-header {
    display: none;
  }
  .top-works__tab-body {
    display: block;
  }
  .top-works__tab-body:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .top-works__tab-spTitle {
    display: block;
  }
  .top-data__header {
    color: #fff;
    display: block;
    margin-bottom: 4rem;
    text-align: center;
  }
  .top-data__header-pc {
    display: none;
  }
  .top-data-body {
    border-radius: 2rem;
    padding: 3rem 3rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px){
  .inner {
    padding: 0 6vw;
  }
}

@media (max-width: 768px){
  .Form-wrap {
    border: none;
    padding: 0;
  }
  .Form-Item {
    flex-direction: column;
    gap: 1rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
  .Form-Item-Label {
    width: 100%;
  }
  .Form-Item-Label br {
    display: none;
  }
  .Form-Item-Label small {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .Form-Item-Label-Required {
    margin-left: 1rem;
    padding: 0.5rem 0.8rem;
    position: relative;
    right: 0;
    top: -3px;
  }
  .note {
    display: block;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .Form-filebox {
    flex-direction: column;
    gap: 1.4rem;
    max-width: 100%;
  }
  input[type=file]::before {
    height: 30px;
    width: 70px;
  }
  .selectbox {
    max-width: 100%;
    width: 100%;
  }
  .selectbox select {
    width: 100%;
  }
  .p-thanks .c-sec-title {
    font-size: 2rem;
  }
  .top-mv {
    background: url(../images/top/mv-illust.webp) no-repeat bottom center;
    background-size: contain;
    height: 100vh;
    max-height: 700px;
    min-height: auto;
  }
  .top-mv__inner {
    bottom: auto;
    top: 50%;
  }
  .top-mv__inner {
    bottom: auto;
    top: 30% !important;
  }
  .top-mv__title {
    font-size: 4.3rem;
  }
  .top-mv__text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px){
  .c-cta {
    aspect-ratio: inherit;
    flex-direction: column;
    gap: 2rem;
    height: auto;
    margin: 4rem auto 0;
    padding: 3rem 3vw;
  }
  .c-cta__title {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px){
  .c-cta-btn-wrap {
    flex-direction: column;
  }
  .c-cta-btn {
    font-size: 2.2rem;
  }
  .c-cta-btn span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px){
  .c-cta-btn {
    font-size: 2.2rem;
  }
  .c-cta-btn span {
    font-size: 1.6rem;
  }
}

@media (max-width: 600px){
  .c-pagination .page-numbers,
  .c-pagination .page-numbers.current {
    padding: 5px 10px;
    /* パディングを小さく */
  }
}

@media screen and (max-width: 900px){
  .--interview02 {
    flex-direction: column;
  }
  .--interview02 .p-interview-box__image {
    width: 100%;
  }
  .--interview02 .p-interview-box__body {
    left: 0;
    margin: -4vw auto 0;
    position: relative;
    width: 92%;
  }
  .--interview03 {
    flex-direction: column;
  }
  .--interview03 .p-interview-box__image {
    width: 100%;
  }
  .--interview03 .p-interview-box__body {
    left: 0;
    margin: -4vw auto 0;
    position: relative;
    width: 92%;
  }
}

@media screen and (max-width: 768px){
  .c-single__content .wp-block-image {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1200px){
  .top-mv__inner {
    bottom: auto;
    top: 50%;
  }
}

@media (max-width: 1024px){
  .top-mv__inner {
    bottom: auto;
    top: 55%;
  }
}

@media (max-width: 844px){
  .top-mv__inner {
    bottom: auto;
    top: 20%;
  }
}

@media (max-width: 767px){
  .top-mv__inner {
    bottom: auto;
    top: 40% !important;
  }
}

@media (max-width: 500px){
  .top-mv__inner {
    bottom: auto;
    top: 50% !important;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
