@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.is-visibility {
  visibility: hidden;
}

.is-hidden {
  display: none;
}

.is-opacity {
  opacity: 0;
}

.is-overflow {
  overflow: hidden;
}

.is-fixed {
  position: fixed;
}

/* FontFamily */
body {
  font-family: "Noto Sans Japanese", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo,
    sans-serif;
  font-weight: 400;
  color: #1a1a1a;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375) {
  html {
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.40351vw;
  }
}

@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.u-block {
  display: block;
}

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

@media screen and (min-width: 768px) {
  .u-desktop-block {
    display: block;
  }
}

.u-inline-block {
  display: inline-block;
}

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

@media screen and (min-width: 768px) {
  .u-desktop-inline-block {
    display: inline-block;
  }
}

.u-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-inline {
    display: inline;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.u-flex-center-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex-center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-text-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.u-text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.u-text-base {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.u-text-lg {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.u-text-xl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.u-text-2xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.u-text-3xl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.u-text-4xl {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.u-text-5xl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.u-text-6xl {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.u-text-7xl {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.u-text-8xl {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.u-text-9xl {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

.u-text-bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-bold {
    font-weight: 700;
  }
}

.u-text-normal {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-normal {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-normal {
    font-weight: 400;
  }
}

.u-text-light {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-light {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-light {
    font-weight: 300;
  }
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-lineheight-s {
  line-height: 1.2;
}

.u-lineheight-m {
  line-height: 1.5;
}

.u-lineheight-l {
  line-height: 1.8;
}

.u-lineheight-xl {
  line-height: 2;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt8r {
  margin-top: 8rem;
}

.u-mt16r {
  margin-top: 16rem;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

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

@media screen and (max-width: 767px) {
  .u-mobile-m0 {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-mt-auto {
    margin-top: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-mb-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-ml-auto {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-mr-auto {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-mr0 {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-p0 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-pt0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-pb0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-pl0 {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-pr0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m0 {
    margin: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-mt-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-mb-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-ml-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-mr-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-mr0 {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-p0 {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-pt0 {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-pb0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-pl0 {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-pr0 {
    padding-right: 0 !important;
  }
}

.u-fixed {
  position: fixed;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-bottom {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

.u-delay-time1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.u-delay-time2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.u-delay-time3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.u-delay-time4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.u-delay-time5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.u-delay-time6 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.u-delay-time7 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.u-delay-time8 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.u-delay-time9 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.u-delay-time10 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.btn__primary {
  display: inline-block;
  border: solid 1px #1a1a1a;
  border: solid 0.0625rem #1a1a1a;
  padding: 14px 56px;
  padding: 0.875rem 3.5rem;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .btn__primary {
    padding: 1rem 4.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .btn__primary:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #034eac;
    opacity: 1;
  }
}

.btn__primary:hover:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #034eac;
  right: -42px;
  right: -2.625rem;
}

.btn__primary:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 64px;
  width: 4rem;
  height: 1px;
  height: 0.0625rem;
  background: #1a1a1a;
  right: -32px;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn__primary--white {
  border: solid 1px #fff;
  border: solid 0.0625rem #fff;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .btn__primary--white:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #1a1a1a;
    background: #fff;
    opacity: 1;
  }
}

.btn__primary--white:hover:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  right: -42px;
  right: -2.625rem;
}

.btn__primary--white:after {
  background: #fff;
}

.btn__archive {
  display: inline-block;
  color: #1a1a1a;
  font-weight: 700;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #1a1a1a;
  border: solid 0.0625rem #1a1a1a;
}

.btn__archive:hover {
  background: #1a1a1a;
  color: #fff;
}

.btn__archive.current {
  background: #1a1a1a;
  color: #fff;
  border: #1a1a1a;
  pointer-events: none;
}

.btn__entry {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #1a1a1a;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #1a1a1a;
  border: solid 0.0625rem #1a1a1a;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .btn__entry {
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .btn__entry:hover {
    background: #fff;
    color: #1a1a1a;
  }
}

.c-hamburger__btn {
  position: fixed;
  top: 14px;
  top: 0.875rem;
  right: 20px;
  right: 1.25rem;
  z-index: 9999;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #0b0b0b;
}

.c-hamburger__line:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  top: -8px;
  top: -0.5rem;
}

.c-hamburger__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  bottom: -8px;
  bottom: -0.5rem;
}

.c-hamburger__nav {
  max-width: 1140px;
}

.c-hamburger__list {
  color: #fff;
}

.c-hamburger__item {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #1a1a1a;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  border-bottom: solid 1px #bababa;
  border-bottom: solid 0.0625rem #bababa;
}

.c-hamburger__item:last-child {
  margin-bottom: 0;
}

.c-hamburger__item img {
  width: 30px;
  width: 1.875rem;
  height: 20px;
  height: 1.25rem;
}

.c-hamburger__item a {
  display: inline-block;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  width: 100%;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.c-hamburger__item a:after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
  right: 1.875rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-hamburger__nav-wrapper {
  background: #fff;
  max-width: 90%;
  margin-left: auto;
}

.c-hamburger__nav-head {
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #1a1a1a;
  border-bottom: solid 0.0625rem #1a1a1a;
}

.c-hamburger__logo {
  width: 250px;
  width: 15.625rem;
  height: 25px;
  height: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .c-hamburger__logo {
    display: none;
  }
}

.c-hamburger__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-hamburger__nav-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  width: 90%;
  margin: auto;
}

.c-hamburger__nav-foot a {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.c-hamburger__nav-foot a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-hamburger__window-icon {
  position: absolute;
  left: 64px;
  left: 4rem;
  top: 8px;
  top: 0.5rem;
}

.c-hamburger__btn[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
}

.c-hamburger__btn[aria-expanded="true"] .c-hamburger__line:before {
  top: 0;
  background-color: #1a1a1a;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger__btn[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
  background-color: #1a1a1a;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@use "setting" as *;
.splide__slide {
  width: 100%;
  height: 150px;
  height: 9.375rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .splide__slide {
    height: 12.5rem;
  }
}

.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.splide__pagination__page {
  background: #fff;
}

.splide__pagination__page.is-active {
  background: #b5e900;
}

body {
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.body__fixed {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

.p-breadcrumbs .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #1a1a1a;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-breadcrumbs .l-inner {
    font-size: 0.9375rem;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .p-breadcrumbs .l-inner {
    font-size: 0.9375rem;
  }
}

.p-breadcrumbs .home {
  color: #034eac;
}

.p-breadcrumbs span:nth-child(2) {
  color: #034eac;
}

.p-breadcrumbs__arrow {
  display: inline-block;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.fnav {
  display: flex;
  justify-content: space-between;
}
.fnav__list {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .fnav__list {
    width: 9rem;
    font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0.8rem;
  }
  .fnav__list-small {
    width: 8rem;
    font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  }
}

.fnav__item {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .fnav__item {
    margin-right: 3.125rem;
    margin-bottom: 1rem;
    font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  }
}

.fnav__item:last-child {
  margin-right: 16px;
  margin-right: 1rem;
}
.fnav__item__sub {
  margin-bottom: 0.5rem;
}
.fnav__item__sub a {
  font-family: "Noto Sans Japanese", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo,
    sans-serif;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .fnav__item__sub a {
    padding-left: 0.3rem;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fnav__item a {
    font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
  }
  .fnav__item__sub a {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Arial,
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo,
      sans-serif;
    font-size: 14px;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .fnav__window-icon {
    position: absolute;
    right: -1rem;
    top: -0.5rem;
  }
}

.footer {
  background: #e5e5e5;
  overflow: hidden;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .footer {
    background: #e5e5e5;
    overflow: hidden;
    margin-top: 8rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 4.625rem;
    padding-bottom: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__inner:after {
    width: 100%;
  }
}

.footer__inner-end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 4.625rem;
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .footer__inner-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

.footer__inner-end:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: 1px;
  height: 0.0625rem;
  background: #1a1a1a;
}

@media screen and (min-width: 1024px) {
  .footer__inner-end:after {
    bottom: 100px;
    width: calc(100% - 230px);
  }
}

.footer__logo {
  width: 15rem;
  height: 120px;
  -webkit-box-ordinal-group: 2;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    width: 15rem;
    height: 5rem;
    margin-right: 2.5rem;
    margin-left: 0;
    margin-bottom: 0rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__company {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .footer__company {
    margin-top: 1.5rem;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.footer__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .footer__unit {
    margin-right: 0;
    margin-top: 1rem;
  }
}

.footer__pp {
  margin-top: 2.25rem;
  font-size: 0.8rem;
  color: #8a8888;
}

@media screen and (max-width: 768px) {
  .footer__pp {
    position: static;
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: #8a8888;
    margin-left: 1rem;
    text-align: center;
  }
}

.footer__link {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 768px) {
  .footer__link {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer__text--sm {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footer__text--sm {
    font-size: 0.875rem;
  }
}

.footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1rem;
  }
}

.footer__title {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.footer__address {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .footer__address {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}

.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer__sns-list {
    max-width: 100%;
    margin-top: 1rem;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.footer__sns-item {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}

@media screen and (min-width: 768px) {
  .footer__sns-item {
    width: 2.625rem;
    height: 2.625rem;
    margin-right: 3rem;
  }
}

.footer__sns-item:last-child {
  margin-right: 0;
}

.footer__sns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__copy {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__copy {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.l-header {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  border: solid 1px #1a1a1a;
  border: solid 0.0625rem #1a1a1a;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 4.8125rem;
  }
}

.l-header__inner {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
}

.l-header__nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
    margin-left: auto;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .l-header__list {
    height: 4.6875rem;
  }
}

.l-header__item a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header__item a {
    height: 100%;
    color: #1a1a1a;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left: solid 0.0625rem #1a1a1a;
    height: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
}

@media screen and (min-width: 768px) {
  .l-header__item a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

.l-header__item a:hover svg {
  fill: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .l-header__item a:after {
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0.1875rem;
    background: #034eac;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}

.l-header__item--current a {
  background: #034eac;
  color: #fff;
}

.l-header__window-icon {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  right: 4px;
  right: 0.25rem;
}

.l-header__item svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-header__item svg:hover {
  fill: #fff;
}

.l-header__logo {
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 16px;
  top: 1rem;
  width: 181px;
  width: 11.3125rem;
  height: 25px;
  height: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    position: static;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.3125rem;
    border-right: solid 0.0625rem #1a1a1a;
    width: 100%;
    max-width: 22.5rem;
    height: 100%;
  }
}

.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header .button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .l-header .button {
    display: none;
  }
}

.l-header__sp-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  display: block;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .l-header__sp-menu {
    display: none;
  }
}

.l-header__sp-menu.visible {
  visibility: visible;
  -webkit-animation: fade-in 0.3s ease-in-out;
  animation: fade-in 0.3s ease-in-out;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner-recruit-flow {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

main {
  padding-top: 60px;
  padding-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 4.8125rem;
  }
}

.section-heading {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .section-heading {
    padding-top: 2.5rem;
    padding-bottom: 5.5rem;
  }
}

.section-heading__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .section-heading__title {
    font-size: 2.5rem;
  }
}

.section-heading__title:after {
  position: absolute;
  content: attr(data-subtitle);
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
  top: 2.5rem;
  font-family: "Noto Sans Japanese", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo,
    sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .section-heading__title:after {
    top: 3.75rem;
    font-size: 1.25rem;
  }
}

/* 編集分 */
.section-heading__title-news {
  font-size: 2.5rem !important;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  margin-bottom: 2rem !important;
  line-height: 1;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .section-heading__title-news {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.section-heading__title-news:after {
  position: absolute;
  content: attr(data-subtitle);
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
  font-family: "Noto Sans Japanese", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo,
    sans-serif;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: 400;
  top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .section-heading__title-news:after {
    font-size: 1.5rem !important;
  }
}

.post__inner-event {
  padding-bottom: 0 !important;
}

.sidebar {
  width: 100%;
  margin-top: 64px;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .sidebar {
    width: calc(33.33333% - 48px);
    margin-left: 3rem;
    margin-top: 0rem;
  }
}

.sidebar__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #cdcdcd;
  color: #fff;
  display: inline-block;
  padding: 2px 16px;
  padding: 0.125rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .sidebar__title {
    font-size: 1rem;
  }
}

.sidebar__unit {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.sidebar__unit:last-child {
  margin-bottom: 0;
}

.error__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .error__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.error__wrapper {
  margin-top: 64px;
  margin-top: 4rem;
}

.error__wrapper:last-child {
  margin-top: 80px;
  margin-top: 5rem;
}

.error__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .error__head {
    margin-bottom: 2.5rem;
  }
}

.error__body {
  text-align: left;
}

@media screen and (min-width: 600px) {
  .error__body {
    text-align: center;
  }
}

.error__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}

.error__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .error__title {
    font-size: 1.5rem;
  }
}

.error__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .error__text {
    font-size: 1rem;
  }
}

.feature {
  background-image: url(../images/message/black-background.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .feature {
    background-image: url(../images/message/black-background@2x.png);
  }
}

.feature__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .feature__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.feature__head-copy {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .feature__head-copy {
    font-size: 1rem;
  }
}

.feature__head-copy:after {
  content: "";
  position: absolute;
  width: 100px;
  width: 6.25rem;
  height: 4px;
  height: 0.25rem;
  background: #fff;
  bottom: -20px;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  margin: auto;
}

.feature__head {
  text-align: center;
}

.feature__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.feature__head-title {
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .feature__head-title {
    font-size: 2.5rem;
  }
}

.feature__body {
  margin-top: 64px;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 64px;
  gap: 4rem;
}

@media screen and (min-width: 768px) {
  .feature__body {
    margin-top: 5rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .feature__content:nth-child(2) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .feature__content:nth-child(3) {
    margin-top: 5rem;
  }
}

.feature__thumbnail {
  position: relative;
}

.feature__thumbnail:after {
  content: attr(data-num);
  font-size: 38px;
  font-size: 2.375rem;
  color: #fff;
  position: absolute;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  bottom: -24px;
  bottom: -1.5rem;
  right: 30px;
  right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .feature__thumbnail:after {
    bottom: inherit;
    right: inherit;
    font-size: 2.5rem;
    top: -2rem;
    left: 1.875rem;
  }
}

.feature__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.625rem;
}

.feature__heading {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .feature__heading {
    margin-bottom: 1.25rem;
  }
}

.feature__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 1.875rem;
  }
}

.feature__text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .feature__text {
    font-size: 1rem;
  }
}

.message {
  overflow: hidden;
}

.message__head {
  position: relative;
}

.message__head img {
  width: 100%;
  height: 100%;
}

.message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.message__unit {
  position: relative;
  background-image: url(../images/message/cross-background.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .message__unit {
    background-image: url(../images/message/cross-background@2x.png);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.message__unit .message__unit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.message__unit .message__lead {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .message__unit .message__lead {
    margin-top: 0;
    margin-bottom: 1.75rem;
  }
}

.message__unit .message__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .message__unit .message__sub-title {
    font-size: 1.875rem;
  }
}

.message__unit .message__left {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .message__unit .message__left {
    margin-top: 0;
    margin-bottom: 7.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .message__unit .message__image {
    width: 100%;
    height: 100%;
    margin: auto;
  }
}

.message__unit .message__image img {
  width: 100%;
  height: 100%;
}

.message__unit .message__title {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -80px;
  right: -5rem;
  top: -140px;
  top: -8.75rem;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .message__unit .message__title {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 10%;
    right: -10%;
    font-size: 1.875rem;
  }
}

.message__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .message__title {
    font-size: 2.5rem;
  }
}

.message__logo {
  width: 152px;
  width: 9.5rem;
  height: 120px;
  height: 7.5rem;
  margin: auto;
}

.message__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.message__text {
  letter-spacing: 0.05em;
  line-height: 2.4;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .message__text {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .archive-link {
    border-bottom: solid 0.0625rem #1a1a1a;
  }
}

.archive-link__inner {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .archive-link__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.archive-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive__inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .archive__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 2.5rem;
  }
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 0 6px;
  margin: 0 0.375rem;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #1a1a1a;
  background: #e3e3e3;
}

.pagination span.page-of {
  background: none;
  color: #034eac;
}

a.next.page-numbers,
a.prev.page-numbers {
  background: none;
  color: #1a1a1a;
  background: #e3e3e3;
}

a.next.page-numbers {
  margin-left: 10px;
  margin-left: 0.625rem;
}

@media screen and (min-width: 768px) {
  a.next.page-numbers {
    margin-left: 0.875rem;
  }
}

a.prev.page-numbers {
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  a.prev.page-numbers {
    margin-right: 0.875rem;
  }
}

.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #ffffff;
  background: #034eac;
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 7px 10px 7px 10px;
  }
  .pagination .current {
    padding: 7px 10px 7px 10px;
  }
}

.archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
  }
}

.archive-grid-small {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .archive-grid-small {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 5rem;
  }
}

.archive-grid__content {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #a5a5a5;
  border-bottom: solid 0.0625rem #a5a5a5;
}

@media screen and (min-width: 768px) {
  .archive-grid__content {
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .archive-grid__content--border {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .archive-grid__content--border:after {
    content: "";
    height: 0.0625rem;
    width: 100vw;
    position: absolute;
    bottom: 0;
    background: #a5a5a5;
  }
}

.archive-grid__thumbnail {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-height: 12.5rem;
}

.archive-grid__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-grid__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-grid__date {
  display: block;
  width: 100%;
  color: #034eac;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

.archive-grid__category {
  background: #034eac;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  border-radius: 0.3125rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  .archive-grid__category {
    padding: 0.375rem 1rem;
  }
}

.archive-grid__category:last-child {
  margin-right: 0;
}

.archive-grid__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .archive-grid__title {
    font-size: 1.25rem;
  }
}

.privacy-policy__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .privacy-policy__inner {
    padding: 4rem;
  }
}

.privacy-policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-policy__unit {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.privacy-policy__unit:last-child {
  margin-bottom: 0;
}

.privacy-policy__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .privacy-policy__title {
    font-size: 1.25rem;
  }
}

.privacy-policy__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .privacy-policy__text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.privacy-policy__text:last-child {
  margin-bottom: 0;
}

.recruitment {
  background: #e5e5e5;
}

.recruitment__inner {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .recruitment__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.recruitment__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .recruitment__title {
    font-size: 1.875rem;
  }
}

.recruitment__text {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .recruitment__text {
    font-size: 1rem;
  }
}

.recruitment__text--lg {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .recruitment__text--lg {
    font-size: 1.25rem;
  }
}

.recruitment__heading {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .recruitment__heading {
    margin-bottom: 3rem;
  }
}

.recruitment__top {
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  border-bottom: solid 1px #1a1a1a;
  border-bottom: solid 0.0625rem #1a1a1a;
}

.recruitment__top .recruitment__content-title:after {
  display: none;
}

.recruitment__content-title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 32px;
  padding-right: 2rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .recruitment__content-title {
    position: inherit;
    padding-right: 0;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .recruitment__content-title br {
    display: none;
  }
}

.recruitment__content-title:after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 8px;
  height: 0.5rem;
  background: url(../images/recruit/arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  right: 0.5rem;
  top: 8px;
  top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .recruitment__content-title:after {
    display: none;
  }
}

.recruitment__content-title.is-open {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recruitment__content-title.is-open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.recruitment__content-title--border {
  display: block;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #1a1a1a;
  border-bottom: solid 0.0625rem #1a1a1a;
}

.recruitment__job {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .recruitment__job {
    margin-bottom: 5rem;
  }
}

.recruitment__job-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 6px;
  gap: 0.375rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .recruitment__job-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-top: 1.25rem;
  }
}

.recruitment__job-link {
  background-color: #1a1a1a;
  color: #fff;
  border: solid 1px #1a1a1a;
  border: solid 0.0625rem #1a1a1a;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-left: 1.25rem;
  min-height: 64px;
  min-height: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .recruitment__job-link {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 10.625rem;
    font-size: 1.25rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .recruitment__job-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #034eac;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .recruitment__job-link:hover {
    color: #fff;
    border: solid 0.0625rem #034eac;
  }
}

@media screen and (min-width: 768px) {
  .recruitment__job-link:hover:before {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.recruitment__flow {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .recruitment__flow {
    margin-bottom: 5rem;
  }
}

.recruitment__flow-image {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin: 12px auto;
  margin: 0.75rem auto;
  aspect-ratio: 393/ 510;
}

@media screen and (min-width: 768px) {
  .recruitment__flow-image {
    max-width: 100%;
    max-height: 100%;
    margin: 1.25rem auto 1rem;
    aspect-ratio: 1140/ 205;
  }
}

.recruitment__flow-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.recruitment__method {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .recruitment__method {
    margin-bottom: 5rem;
  }
}

.recruitment__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruitment__unit {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background: #fff;
  color: #1a1a1a;
  padding: 16px 28px;
  padding: 1rem 1.75rem;
  border-radius: 1.25rem;
}

@media screen and (min-width: 768px) {
  .recruitment__unit {
    margin-bottom: 6.25rem;
    padding: 3rem 3.875rem;
  }
}

.recruitment__unit:last-child {
  margin-bottom: 0;
}

.recruitment__description {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .recruitment__description {
    margin-bottom: 2rem;
  }
}

.recruitment__description:first-child {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .recruitment__description:first-child {
    margin-top: 1.25rem;
  }
}

.recruitment__bottom {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.recruitment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recruitment__wrapper.js-accordion__content {
  display: none;
}

@media screen and (min-width: 768px) {
  .recruitment__wrapper.js-accordion__content {
    display: block;
  }
}

.recruitment__text--bold {
  font-weight: 700;
}

.post {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post {
    min-height: 30rem;
  }
}

.post__inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .post__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.post__head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .post__head {
    margin-bottom: 3.25rem;
  }
}

.post__body {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .post__body {
    margin-bottom: 4rem;
  }
}

.post__foot {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  border-top: solid 1px #e2e2e2;
  border-top: solid 0.0625rem #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .post__foot {
    padding-top: 1.5rem;
  }
}

.post__thumbnail {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  max-height: 480px;
  max-height: 30rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}

@media screen and (min-width: 768px) {
  .post__thumbnail {
    margin: 0 auto 3.25rem;
  }
}

.post__thumbnail img {
  width: 100%;
  height: auto;
}

.post__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post__description h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__description h1 {
    font-size: 1.75rem;
  }
}

.post__description h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__description h2 {
    font-size: 1.5rem;
  }
}

.post__description h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__description h3 {
    font-size: 1.25rem;
  }
}

.post__description h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__description h4 {
    font-size: 1.25rem;
  }
}

.post__description h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__description h5 {
    font-size: 1.125rem;
  }
}

.post__description h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__description h6 {
    font-size: 1.125rem;
  }
}

.post__description p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .post__description p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.post__description p:last-child {
  margin-bottom: 0;
}

.post__description img {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.post__date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #034eac;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .post__date {
    font-size: 1rem;
  }
}

.post__lead {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .post__lead {
    margin-bottom: 2.5rem;
  }
}

.post__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .post__title {
    font-size: 1.875rem;
  }
}

.post__category {
  background: #034eac;
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .post__category {
    font-size: 0.875rem;
  }
}

.post__prev {
  width: 33.3333%;
  text-align: left;
}

.post__prev a {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .post__prev a {
    font-size: 1rem;
  }
}

.post__archive {
  width: 33.3333%;
  text-align: center;
}

.post__archive a {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .post__archive a {
    font-size: 1rem;
  }
}

.post__next {
  width: 33.3333%;
  text-align: right;
}

.post__next a {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .post__next a {
    font-size: 1rem;
  }
}

.post__text--bold {
  font-weight: 700;
}

.sponsor-slider__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  border-bottom: solid 1px #000000;
  border-bottom: solid 0.0625rem #000000;
}

.sponsor-logo__item {
  width: 27% !important;
}

.sponsor-logo__item-image {
  margin-bottom: 16px;
}

.webp .top-about {
  background: url(../images/about/background-sp@2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 768px) {
  .webp .top-about {
    background: url(../images/about/background@2x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.no-webp .top-about {
  background: url(../images/about/background-sp@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .no-webp .top-about {
    background: url(../images/about/background@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.top-about {
  overflow: hidden;
}

.top-about__logo {
  position: absolute;
  width: 560px;
  width: 35rem;
  height: 560px;
  height: 35rem;
  z-index: 1;
  top: 60%;
  left: -20%;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .top-about__logo {
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  .top-about__logo {
    top: 18.75rem;
    left: -9.375rem;
    right: inherit;
    bottom: inherit;
    left: 0;
    margin: auto;
  }
}

.top-about__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-about__inner {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .top-about__inner {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

.top-about__lead {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .top-about__lead {
    margin-bottom: 4rem;
  }
}

.top-about__title {
  display: block;
}

@media screen and (min-width: 768px) {
  .top-about__title {
    text-align: center;
  }
}

.top-about__title-image {
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .top-about__title-image {
    max-width: 62.5rem;
    height: auto;
    margin: auto;
  }
}

.top-about__title-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-about__text--strong {
  font-weight: 700;
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 16px;
  padding-top: 1rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-about__text--strong {
    font-size: 2rem;
  }
}

.top-about__text--strong:after {
  position: absolute;
  content: "ミライ";
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  top: -8px;
  top: -0.5rem;
  left: 0;
  right: 0;
}

.top-about__text--border {
  position: relative;
}

.top-about__text--border:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
  width: 250px;
  width: 15.625rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
}

.top-about__text--blue {
  color: #38c8ff;
}

.top-about__description {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .top-about__description {
    text-align: center;
  }
}

.top-about__link {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.top-about__text--xl {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .top-about__text--xl {
    font-size: 1.25rem;
  }
}

.top-archive__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .top-archive__inner {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.top-archive__link {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-archive__link {
    margin-top: 4rem;
  }
}

.top-button {
  width: 100%;
  height: 88px;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1a1a1a;
}

.top-sponsor__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .top-sponsor__inner {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.top-sponsor__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-sponsor__image {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-right: 1rem;
  padding: 8px;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .top-sponsor__image {
    width: calc(20% - 12.8px);
  }
}

.top-sponsor__image:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .top-sponsor__image:nth-child(2n) {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .top-sponsor__image:nth-child(5n) {
    margin-right: 0;
  }
}

.top-sponsor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-media {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .top-media {
    min-width: 1190px;
    overflow: hidden;
  }
}
.top-media__banner {
  display: flex;
  margin: 4rem 0;
  justify-content: space-between;
}
.top-media__banner_sponsor {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .top-media__banner {
    display: block;
    margin: 4rem 0 2rem 0;
  }
  .top-media__banner_sponsor {
    display: block;
    margin: 2rem 0 2rem 0;
  }
}
.top-media__banner-item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .top-media__banner-item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* メディアページ */
.media-archive__inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .media-archive__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sub-mainslider_inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sub-mainslider_inner {
    padding: 0;
  }
}
.slick-list {
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .slick-list {
    overflow: hidden !important;
  }
}
.slick-slider {
  max-width: 1010px !important;
}
@media screen and (max-width: 768px) {
  .slick-slider {
    max-width: 768px !important;
  }
}
.slick-prev {
  width: 40px !important;
  height: 40px !important;
  left: 53px !important;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 5% !important;
  }
}
.slick-prev:before {
  content: "" !important;
}
.slick-next {
  width: 40px !important;
  height: 40px !important;
  right: 58px !important;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 5% !important;
  }
}
.slick-next:before {
  content: "" !important;
}
.sub-mainslider__itembox__link {
  display: block;
}
.sub-mainslider__itembox__wrap {
  width: 100%;
  height: 230px;
  background-color: #f0f1fc;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sub-mainslider__itembox__wrap {
    width: 100% !important;
    display: block;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sub-mainslider {
    min-width: 1190px;
    overflow: hidden;
  }
}
.sub-mainslider {
  padding: 60px 0;
  background-image: url(../images/common/bg_slider.jpg);
}
.sub-mainslider__item__img {
  width: 200px;
  height: 150px;
}
.sub-mainslider__item__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sub-mainslider__item__img {
    width: 100%;
  }
}

.sub-mainslider__item__text {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .sub-mainslider__item__text {
    width: 100%;
  }
}
.datelist {
  font-size: 14px;
  color: #0b3f84;
}
.sub-mainslider__item__text-title {
  font-size: 20px;
  margin: 8px 0;
  height: 60px;
  color: #0b3f84;
}
@media screen and (max-width: 768px) {
  .sub-mainslider__item__text-title {
    font-size: 18px;
    width: 98%;
    color: #0b3f84;
    height: 100%;
  }
}
.sub-mainslider__item__text-detail {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sub-mainslider__item__text-detail {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.tag_box {
  color: #0b3f84;
  border: 2px solid #0b3f84;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .tag_box {
    padding: 5px;
    font-size: 0.7rem;
  }
}
.media {
  display: flex;
  justify-content: space-between;
  width: 1190px;
  padding-right: 25px;
  padding-left: 25px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .media {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.media-main {
  width: 780px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .media-main {
    width: 100%;
  }
}
.media-main-categoywrap {
  margin-top: 4rem;
}
.media-main-categoywrap:first-child {
  margin-top: 0;
}

.media-side {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .media-side {
    width: 100%;
  }
}
.media-main-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .media-main-feed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.media-main-feed a {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .media-main-feed a {
    width: 48%;
  }
}
.media-main-feed__content {
  width: 240px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .media-main-feed__content {
    width: 100%;
    margin-top: 4rem;
  }
}
.media-main-feed__img {
  width: 240px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .media-main-feed__img {
    width: 100%;
    height: 150px;
  }
}
.media-main-feed__img img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}
.media-main-feed__deta {
  margin-top: 1.5rem;
}
.media-main-feed__title {
  color: #0b3f84;
  margin: 0.5rem 0 1rem;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .media-main-feed__title {
    font-size: 18px;
  }
}
.media-main-feed__text {
  margin-top: 0.5rem;
}
.media-main-feed__tag {
  display: flex;
  flex-wrap: wrap;
}
.media-sub-feed {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .media-sub-feed {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .media-sub-feed a {
    width: 48%;
  }
}
.media-sub-feed__content {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .media-sub-feed__content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.media-sub-feed__img {
  width: 240px;
  height: 140px;
}

@media screen and (max-width: 768px) {
  .media-sub-feed__img {
    width: 100%;
    height: 150px;
  }
}
.media-sub-feed__img img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}
.media-sub-feed__deta {
  margin-top: 1.5rem;
}
.media-sub-feed__title {
  color: #0b3f84;
  margin: 0.5rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .media-sub-feed__title {
    font-size: 14px;
  }
}
.media-sub-feed__text {
  margin-top: 0.5rem;
}
.media-sub-feed__tag {
  display: flex;
  flex-wrap: wrap;
}
.media-sub-categoywrap {
  margin-top: 0;
}
.categoy {
  background-color: #4366ce;
  color: #fff;
  margin-left: 8px;
  padding: 5px 14px;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .categoy {
    padding: 5px 12px;
    display: inline-block;
    margin-left: 0;
  }
}
.categoy-side {
  background-color: #4366ce;
  color: #fff;
  padding: 5px 14px;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .categoy-side {
    padding: 5px 12px;
    display: inline-block;
    margin-left: 0;
  }
}
.categoy-sub {
  background-color: #4366ce;
  color: #fff;
  margin-right: 8px;
  padding: 5px 24px;
}
.media-side-wrap {
  margin-bottom: 4rem;
}
.media-side-wrap-item {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.media-side-wrap-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon04.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  margin: auto;
}
.media-side-popularity__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .media-side-popularity__content {
    justify-content: normal;
  }
}
.media-side-title {
  font-size: 20px;
  margin-bottom: 1rem;
  border-bottom: #000 solid 1px;
  padding: 0 0 1rem 2.5rem;
  position: relative;
}
.icon-popular::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
  left: 0px;
  top: 5px;
  margin: auto;
}
.icon-recommend::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon02.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
  left: 0;
  top: 0;
  margin: auto;
}
.icon-category::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
  left: 0;
  top: 5px;
  margin: auto;
}
.media-side-popularity__img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .media-side-popularity__img {
    width: 120px;
    height: 120px;
    margin-right: 24px;
  }
}
.media-side-popularity__img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.media-side-popularity__text {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .media-side-popularity__text {
    width: 210px;
  }
}
.media-side-popularity__text p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.cta-box {
  position: absolute;
  top: 6%;
  padding: 50px 90px 100px 110px;
  width: 100%;
  border: solid #034eac 2px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cta-box {
    padding: 4rem 1rem 6rem 1rem;
  }
}
.cta-title {
  text-align: center;
  background-color: #034eac;
  color: #fff;
  width: 60%;
  font-size: 20px;
  padding: 8px 0;
  position: absolute;
  top: 0;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .cta-title {
    left: 10%;
    font-size: 16px;
    width: 80%;
  }
}
.cta-list__item {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  font-size: 14px;
}
.cta-list__item::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 6px;
  top: 8px;
  left: 4px;
  border-left: 2px solid #40477e;
  border-bottom: 2px solid #40477e;
  transform: rotate(-45deg);
}
.cta-wrap {
  height: 365px;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .cta-wrap {
    width: 100%;
    height: 360px;
  }
}
.cta-btn {
  position: absolute;
  font-size: 18px;
  top: 55%;
  left: 20%;
  width: 60%;
  text-align: center;
  background-color: #fa7092;
  border-radius: 3px;
  padding: 1rem 7rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0 rgb(345, 80, 76, 0.5);
}
@media screen and (max-width: 768px) {
  .cta-btn {
    top: 75%;
    left: 10%;
    width: 80%;
    padding: 1rem;
  }
}
.cta-btn span {
  font-size: 14px;
  background-color: #fff;
  padding: 2px;
  color: #fa7092;
  font-weight: bold;
  margin-right: 8px;
}
.contact-btn {
  font-size: 16px;
  text-align: center;
  background-color: #fa7092;
  border-radius: 3px;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0 rgb(345, 80, 76, 0.5);
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    margin: 2rem 0;
  }
}
.contact-btn-post {
  font-size: 16px;
  text-align: center;
  background-color: #fa7092;
  border-radius: 3px;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0 rgb(345, 80, 76, 0.5);
  display: inline-block;
  width: 290px;
}
.contact-btn-post-wrap {
  text-align: center;
}
.contact-btn-Apply {
  width: 320px;
  font-size: 16px;
  text-align: center;
  background-color: #034eac;
  border-radius: 3px;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0 rgb(2, 78, 172, 0.5);
  margin: 1rem auto;
}
ul.wpp-list li {
  counter-increment: wpp-count;
}
ul.wpp-list li:before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff; /* 順位の色 */
  background-color: #bfae2b; /* 順位の背景色 */
  padding: 2px 10px;
  z-index: 1;
}
ul.wpp-list li:nth-child(2):before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff; /* 順位の色 */
  background-color: #b4b4b4; /* 順位の背景色 */
  padding: 2px 10px;
  z-index: 1;
}
ul.wpp-list li:nth-child(3):before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff; /* 順位の色 */
  background-color: #956c35; /* 順位の背景色 */
  padding: 2px 10px;
  z-index: 1;
}
ul.wpp-list li:nth-child(4):before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff; /* 順位の色 */
  background-color: #9b9bfc; /* 順位の背景色 */
  padding: 2px 10px;
  z-index: 1;
}
ul.wpp-list li:nth-child(5):before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff; /* 順位の色 */
  background-color: #9b9bfc; /* 順位の背景色 */
  padding: 2px 10px;
  z-index: 1;
}
.slick-initialized .slick-slide {
  margin: 0 10px;
}
.media-main-card {
  width: 100%;
  background-color: #f0f1fc;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .media-main-card {
    display: block;
  }
}
.media-main-card__item__img {
  width: 200px;
  height: 150px;
}
.media-main-card__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .media-main-card__item__img {
    width: 100%;
    height: 200px;
  }
}
.media-main-card__item__img .datelist {
  font-size: 0.7rem;
  font-weight: normal;
}
.media-main-card__item__text {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .media-main-card__item__text {
    width: 100%;
    margin-top: 2rem;
  }
}
.media-main-card__item__text-title {
  font-size: 19px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #0b3f84;
}
.media-main-card__item__text-detail {
  margin-bottom: 1rem;
}
.media-main-titlewrap {
  margin-bottom: 4rem;
}
.media-sub-card {
  width: 100%;
  background-color: #f0f1fc;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .media-sub-card {
    display: block;
  }
}
.media-sub-card__item__img {
  width: 200px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .media-sub-card__item__img {
    width: 100%;
    height: 200px;
  }
}
.media-sub-card__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.media-sub-card__item__img .datelist {
  font-size: 0.7rem;
  font-weight: normal;
}

.media-sub-card__item__text {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .media-sub-card__item__text {
    width: 100%;
    margin-top: 2rem;
  }
}
.media-sub-card__item__text-title {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #0b3f84;
}
.media-sub-card__item__text-detail {
  margin-bottom: 1rem;
}
.media-sub-tagwrap {
  display: flex;
  flex-wrap: wrap;
}
.media-main-article {
  display: flex;
  width: 100%;
  padding: 2rem;
  background-color: #f0f1fc;
  justify-content: space-between;
}
.media-main-article__img {
  width: 15%;
}
.media-main-article__text {
  width: 75%;
  position: relative;
}
.media-main-article__text p {
  font-size: 1.2rem !important;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}
.media-main-content__title {
  font-size: 24px;
  padding: 8px 16px 8px 24px;
  border-left: 6px solid #034eac;
  margin: 80px 0 24px;
}
@media screen and (max-width: 768px) {
  .media-main-content__title {
    font-size: 20px;
  }
}
.media-main-content__title-child {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 8px;
  border-bottom: solid 2px #034eac;
}
.media-main-content__title-child-child {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
.media-main-content__link {
  border-bottom: 1px solid #0b3f84;
  color: #0b3f84;
}
.marker {
  background: linear-gradient(transparent 10%, #ff0 50%);
}
.media-main-content p {
  font-size: 16px;
  margin-top: 24px;
  line-height: 2rem;
}
.media-main-content__list {
  list-style: inside;
  list-style-position: inside;
}
.media-main-banner__wrap {
  margin-top: 2rem;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  height: 0;
  margin: 1.5rem 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#toc_container {
  width: 100% !important;
  padding: 15px 40px !important;
  margin: 2rem 0 4rem 0 !important;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  #toc_container {
    width: 100%;
  }
}
#toc_container .toc_title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #0b3f84;
}
#toc_container .toc_list li {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  color: #0b3f84;
  margin-bottom: 1rem;
}
#toc_container ul ul {
  margin-top: 0.8rem;
}
.pc-on {
  display: block;
}
.sp-on {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
}
.floating-banner {
  width: 260px;
  bottom: 0;
  right: 0;
  z-index: 900;
}
.floating-banner-sp {
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 900;
}
.contact-content {
  background-color: #fff;
}
.contact-content__text {
  text-align: center;
  margin: 80px 0;
}
.contact-content__policy {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.contact-content__policy-text {
  margin-bottom: 24px;
}
.formTable01 {
  width: 780px;
  margin: 0 auto;
  text-align: left;
  background-color: #e5e5e5;
  padding: 24px 64px;
}
@media screen and (max-width: 768px) {
  .formTable01 {
    width: 100%;
    padding: 24px 12px;
  }
}
.formTable01 th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .formTable01 th {
    font-size: 15px;
    width: 100%;
    display: block;
  }
}
.formTable01 td {
  width: 60%;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .formTable01 td {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
.formTable01 td input {
  width: 100%;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  outline: 0;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
.formTable01 td input::placeholder {
  color: #ddd;
}
.formTable01 td textarea {
  width: 100%;
  height: 280px;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  outline: 0;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
.formTable01 td textarea::placeholder {
  color: #ddd;
}
input[type="checkbox"] {
  display: inline-flex;
}
input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.contact-content__sendbtn {
  width: 280px;
  font-size: 16px;
  text-align: center;
  background-color: #024eac;
  border-radius: 3px;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 3px 0px 0 rgb(2, 78, 172, 0.5);
  margin: 1rem 0;
}
.required__mark::after {
  content: "※";
  color: #024eac;
  padding-left: 24px;
}

/* 採用ページリニューアル */
.sub-mainview-recruit {
  position: relative;
  min-height: 100svh;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
  overflow: hidden;
}

.sub-mainview-recruit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(92%, 1200px);
  gap: 60px;
  position: relative;
  z-index: 80;
}

@media (max-width: 768px) {
  .sub-mainview-recruit {
    min-height: auto;
    padding: 32px 16px 240px;
  }

  .sub-mainview-recruit-inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    width: 100%;
  }

  .sub-mainview-recruit__slider {
    flex: 0 0 auto;
    width: 88%;
    max-width: 340px;
    margin: 0 auto;
  }

  .sub-mainview-recruit__slider .slick-list {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden;
  }

  .sub-mainview-recruit__slider .slick-track {
    transform: translate3d(0, 0, 0) !important;
    margin: 0 !important;
  }

  .sub-mainview-recruit__slider .slick-slide {
    margin: 0 !important;
  }

  .sub-mainview-recruit__heading {
    text-align: center;
  }

  .sub-mainview-recruit__title {
    font-size: 24px;
  }
}

.sub-mainview-recruit__heading {
  position: absolute;
  top: 36%;
  right: 10%;
  transform: translateY(-50%);
}

.sub-mainview-recruit__title-head {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: "bebas", "Helvetica Neue", Arial, sans-serif;
}

.sub-mainview-recruit__title {
  font-size: clamp(24px, 3.5vw, 48px);
  font-weight: bold;
  color: #0041c4;
}

@media screen and (max-width: 768px) {
  .sub-mainview-recruit__title {
    font-size: 28px;
  }
}

.sub-mainview-recruit__slider-list-item-img {
  border-radius: 2rem;
}

.sub-mainview-recruit__slider {
  flex: 0 0 32vw;
  max-width: 500px;
  min-width: 280px;
  aspect-ratio: 3 / 4;
  border-radius: 30px;
  overflow: hidden;
}

.sub-mainview-recruit__slider-list,
.sub-mainview-recruit__slider-list-item {
  height: 100%;
}

.sub-mainview-recruit__slider-list-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 20%;
  border-radius: 2rem;
  display: block;
}

/* 共通：テキスト帯のベース */
.marquee {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none; /* クリックを遮らない用 */
}

.marquee__inner {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 8s linear infinite;
}

/* スマホのときだけ、さらに速くする */
@media screen and (max-width: 768px) {
  .marquee__inner {
    animation: marquee 20s linear infinite;
  }
}

.marquee__inner span {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 20px;
}

.marquee__inner img {
  display: block;
  width: auto;
}

.recruit-kv-textbg .marquee__inner img {
  height: 200px;
}

.recuit__member-textbg .marquee__inner img {
  height: 150px;
}

/* 横流れアニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-600%);
    } /* ← 動く距離アップ */
  }
}

.recuit__kv-decoration01 {
  position: relative;
  overflow: visible;
}

.recuit__kv-decoration01::before {
  position: absolute;
  content: "";
  width: clamp(800px, 120vw, 1400px);
  aspect-ratio: 1600 / 262;
  background: url(../images/recruit/recruit_kv_decoration01.png) center
    no-repeat;
  background-size: contain;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .recuit__kv-decoration01::before {
    width: 100vw;
    top: -124px;
    right: -250px;
  }
}

.recuit__kv-decoration01::after {
  position: absolute;
  content: "";
  width: clamp(800px, 90vw, 900px);
  aspect-ratio: 1600 / 262;
  background: url(../images/recruit/recruit_kv_decoration02.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: 45px;
  left: 290px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recuit__kv-decoration01::after {
    width: 100vw;
    top: -14px;
    right: 0;
    left: -150px;
  }
}

.recuit__kv-decoration02::before {
  position: absolute;
  content: "";
  width: 136%;
  height: 380px;
  background: url(../images/recruit/recruit_kv_decoration03.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -124px;
  right: -250px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__kv-decoration02::before {
    width: 180vw;
    height: 118px;
    top: -111px;
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .sub-mainview-recruit__heading {
    top: 60vh;
    left: 8px;
    text-align: left;
  }
}

@media screen and (max-width: 380px) {
  .sub-mainview-recruit__heading {
    top: 73vh;
  }
}

.recruit__inner {
  padding: 4rem 0;
}

.recuit__concept-bg {
  position: relative;
  padding-bottom: 21vh;
}

.recuit__concept-bg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.recuit__concept-bg {
  background: url(../images/recruit/recruit_concept-bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__concept-bg {
    height: 114vh;
  }
}

@media screen and (max-width: 380px) {
  .recuit__concept-bg {
    height: 140vh;
  }
}

.recuit__concept-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .recuit__concept-wrap {
    display: block;
  }
}

.recuit__concept-inner {
  padding: 16rem 0 2rem 0;
}

@media screen and (max-width: 768px) {
  .recuit__concept-inner {
    padding: 8rem 5% 2rem;
  }
}

.recuit__concept-title_wrap {
  width: 50%;
  position: sticky;
  top: 12rem;
}

@media screen and (max-width: 768px) {
  .recuit__concept-title_wrap {
    width: 100%;
    position: static;
    margin-bottom: 4rem;
  }
}

.recuit__concept-text_wrap {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .recuit__concept-text_wrap {
    width: 100%;
  }
}

.recuit__concept-title {
  font-size: 50px;
  font-weight: bold;
  padding: 1rem;
  color: #0041c4;
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .recuit__concept-title {
    font-size: 1.7rem;
  }
}

.recuit__concept-title-caption {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .recuit__concept-title {
    font-size: 1.4rem;
    line-height: 3;
  }
}

.recuit__concept-text-caption {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
}

.recuit__title-wrap {
  display: flex;
  justify-content: space-between;
}

.recuit__btn-wrap {
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .recuit__title-wrap {
    display: block;
    text-align: left;
    margin-bottom: 5rem;
  }
}

.recuit__title {
  font-size: 56px;
  font-weight: bold;
  color: #0041c4;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .recuit__title {
    font-size: 33px;
  }
}

.recuit__title:before {
  position: absolute;
  content: attr(data-en);
  top: -40px;
  color: #000;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .recuit__title:before {
    font-size: 24px;
  }
}

.recruit__inner-menber {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .recruit__inner-menber {
    padding: 0;
  }
}

.recuit__member-textbg {
  position: relative;
}

.recuit__text {
  font-size: 16px;
  color: #000;
}

.recuit__title-textwrap {
  width: 61%;
}

@media screen and (max-width: 768px) {
  .recuit__title-textwrap {
    width: 100%;
    padding-top: 8rem;
  }
}

.recuit__title-textwrap-activity {
  margin-bottom: 4rem;
}

.recuit__title-btnwrap {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .recuit__title-btnwrap {
    width: 100%;
    display: block;
  }
}

.recuit__member-intervie-wrap {
  width: 100%;
  margin-top: 4rem;
}

.recuit__member-intervie-list {
  display: flex;
}

.recuit__member-intervie-list-item {
  width: 410px !important;
  box-shadow: 0 20px 30px #ccc;
  border: solid 3px #0041c4;
  margin-right: 16px;
  padding: 2rem;
  border-radius: 24px;
}

.recuit__member-intervie-list-item-img {
  width: 350px;
  margin-bottom: 24px;
}
.recuit__member-intervie-list-item-img img {
  width: 100%;
  border-radius: 24px;
}

.recuit__member-intervie-list-item-date {
  font-size: 14px;
}

.recuit__member-intervie-list-item-title {
  font-size: 20px;
  font-weight: lighter;
  line-height: 36px;
  margin-top: 16px;
  color: #0041c4;
}

.recuit__member .recuit__btn {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .recuit__member .recuit__btn {
    margin-top: 2rem;
  }
}

.recuit__merit {
  position: relative;
}

.recuit__merit-bg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.recuit__merit-bg {
  background: url(../images/recruit/recruit_merit-bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 140vh;
  position: relative;
  top: 0;
}

.recuit__merit-wrap {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .recuit__merit-wrap {
    padding-top: 0;
  }
}

.recuit__merit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recuit__merit-list-item {
  width: 48%;
  box-shadow: 0 20px 30px #ccc;
  border: solid 3px #0041c4;
  padding: 3rem;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  margin: 0 16px 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
    padding: 2rem;
  }
}

.recuit__merit-list-item-text {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item-text {
    width: 100%;
  }
}

.recuit__merit-list-item-icon {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item-icon {
    width: 50%;
    margin: 1.5rem auto 0;
  }
}

.recuit__merit-list-item-icon01 {
  width: 65%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item-icon01 {
    width: 70%;
    display: flex;
  }
}

.recuit__merit-list-item-icon02 {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item-icon02 {
    width: 100%;
    display: flex;
  }
}

.recuit__merit-list-item-icon03 {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item-icon03 {
    width: 100%;
    display: flex;
  }
}

.recuit__merit-list-item-icon04 {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__merit-list-item-icon04 {
    width: 85%;
    display: flex;
  }
}

.recuit__merit-list-item-title {
  font-size: 24px;
  color: #0041c4;
  margin: 16px 0;
}

.recuit__merit-list-item-title-text {
  font-size: 16px;
}

.recuit__caption {
  position: relative;
}

.recuit__caption-bg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.recuit__caption-bg {
  background: url(../images/recruit/recruit_caption-bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  position: relative;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__caption-bg {
    height: 90vh;
  }
}

@media screen and (max-width: 380px) {
  .recuit__caption-bg {
    height: 110vh;
  }
}

.recuit__caption-textwrap {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .recuit__caption-textwrap {
    padding: 8rem 20px;
  }
}

.recuit__caption-text-en {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}

.recuit__caption-text {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recuit__caption-text {
    font-size: 24px;
  }
}

.recuit__caption-text span {
  font-size: 56px;
}

@media screen and (max-width: 768px) {
  .recuit__caption-text span {
    font-size: 36px;
  }
}

.recuit__deta {
  position: relative;
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .recuit__deta {
    padding: 0;
  }
}

.recuit__deta-bg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.recuit__deta-bg {
  background: url(../images/recruit/recruit_deta-bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 180vh;
  position: relative;
  top: 0;
}

.recuit__deta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid {
    grid-template-columns: 1fr;
  }
}

.recuit__deta-grid-wrap {
  box-shadow: 0 20px 30px #ccc;
  padding: 0.5rem 2rem;
  border: solid 3px #0041c4;
  border-radius: 24px;
  justify-content: space-between;
  margin: 0 16px 40px 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid-wrap {
    margin: 0 0 40px 0;
  }
}

.recuit__deta-grid-wrap:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

.recuit__deta-grid-wrap:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.recuit__deta-grid-row-2 {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid-row-2 {
    grid-template-columns: 1fr;
  }
  .recuit__deta-grid-wrap {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

.recuit__deta-grid-title {
  font-size: 20px;
  color: #0041c4;
  font-weight: bold;
  text-align: center;
  padding-top: 1.2rem;
}

.recuit__deta-grid-img01 {
  width: 55%;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.recuit__deta-grid-img02 {
  width: 50%;
  margin: 4rem auto 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid-img02 {
    width: 70%;
  }
}

.recuit__deta-grid-img03 {
  width: 60%;
  margin: 4rem auto 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid-img03 {
    width: 80%;
  }
}

.recuit__deta-grid-title-counter {
  font-size: 100px;
  color: #0041c4;
  font-weight: bold;
  position: relative;
}

.recuit__deta-grid-title-counter02 {
  font-size: 70px;
  color: #0041c4;
  font-weight: bold;
  position: relative;
}

.recuit__deta-grid-title-counter03 {
  font-size: 70px;
  color: #0041c4;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__deta-grid-title-counter03 {
    font-size: 45px;
  }
}

.recuit__deta-grid-title-counter-min {
  font-size: 40px;
  color: #0041c4;
  font-weight: bold;
}

.recuit__deta-grid-counter-wrap {
  text-align: center;
}

.recuit__deta-grid-title-counter-unit {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.recuit__deta-grid-title-counter-unit-min {
  font-size: 25px;
  color: #000;
  font-weight: bold;
}

.recuit__deta-grid-title-counter-text {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  text-align: left;
}

.recuit__deta-grid-title-counter-men::before {
  position: absolute;
  content: "男性";
  width: 60%;
  height: 51px;
  top: 10px;
  left: -30px;
  color: #0041c4;
  font-size: 16px;
}

.recuit__deta-grid-title-counter-wom::before {
  position: absolute;
  content: "女性";
  width: 60%;
  height: 51px;
  top: 10px;
  left: 45px;
  color: #08a4ee;
  font-size: 16px;
}

.counter-position01 {
  position: absolute;
  top: 62%;
  right: 45px;
}

@media screen and (max-width: 768px) {
  .counter-position01 {
    top: 66%;
    right: 13px;
  }
}

.counter-position02 {
  position: absolute;
  top: 26%;
  left: 66px;
}

@media screen and (max-width: 768px) {
  .counter-position02 {
    top: 22%;
    left: 44px;
  }
}

.counter-position03 {
  position: absolute;
  top: 29%;
  right: 72px;
}

@media screen and (max-width: 768px) {
  .counter-position03 {
    top: 34%;
    right: 12px;
  }
}

.counter-position04 {
  position: absolute;
  bottom: 4%;
  right: 70px;
}

@media screen and (max-width: 768px) {
  .counter-position04 {
    bottom: 1%;
    right: 13px;
  }
}

.counter-position05 {
  position: absolute;
  bottom: 21%;
  left: 56px;
}

@media screen and (max-width: 768px) {
  .counter-position05 {
    bottom: 5%;
    left: 11px;
  }
}

.counter-position06 {
  position: absolute;
  top: 33%;
  left: 58px;
}

@media screen and (max-width: 768px) {
  .counter-position06 {
    top: 36%;
    left: 11px;
  }
}

.counter-position07 {
  position: absolute;
  top: 18%;
  left: 146px;
}

@media screen and (max-width: 768px) {
  .counter-position07 {
    top: 25%;
    left: 77px;
  }
}

.counter-position08 {
  position: absolute;
  top: 16%;
  left: 318px;
}

@media screen and (max-width: 768px) {
  .counter-position08 {
    top: 21%;
    left: 137px;
  }
}

.counter-position09 {
  position: absolute;
  top: 16%;
  left: 310px;
}

@media screen and (max-width: 768px) {
  .counter-position09 {
    top: 17%;
    left: 180px;
  }
}

.counter-position10 {
  position: absolute;
  top: 32%;
  left: 403px;
}

@media screen and (max-width: 768px) {
  .counter-position10 {
    top: 29%;
    left: 257px;
  }
}

.counter-position11 {
  position: absolute;
  top: 65%;
  left: 424px;
}

@media screen and (max-width: 768px) {
  .counter-position11 {
    top: 80%;
    left: 258px;
  }
}

.counter-position12 {
  position: absolute;
  top: 75%;
  left: 63px;
}

@media screen and (max-width: 768px) {
  .counter-position12 {
    top: 78%;
    left: 13px;
  }
}

.counter-position13 {
  position: absolute;
  top: 22%;
  left: 98px;
}

@media screen and (max-width: 768px) {
  .counter-position13 {
    top: 25%;
    left: 27px;
  }
}

.recuit__activity-bg-inner {
  position: relative;
  height: 412px;
}

@media screen and (max-width: 768px) {
  .recuit__activity-bg-inner {
    height: 192px;
  }
}

.recuit__activity-bg-inner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.recuit__activity-content-event-imgwrap-decoration01::before {
  position: absolute;
  content: "";
  width: 69%;
  height: 15px;
  background: url(../images/recruit/activity_event_decoration01.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -64px;
  left: 190px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-event-imgwrap-decoration01::before {
    width: 90vw;
    height: 70px;
    left: -20px;
    top: -10px;
  }
}

.recuit__activity-content-event-imgwrap-decoration02::before {
  position: absolute;
  content: "";
  width: 22%;
  height: 154px;
  background: url(../images/recruit/activity_event_decoration02.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -74px;
  left: 480px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-event-imgwrap-decoration02::before {
    width: 25vw;
    height: 72px;
    left: 260px;
    top: -200px;
  }
}

.recuit__activity-content-event-imgwrap-decoration03::before {
  position: absolute;
  content: "";
  width: 73%;
  height: 16px;
  background: url(../images/recruit/activity_event_decoration05.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -80px;
  left: -90px;
  z-index: 10;
}

.recuit__activity-content-event-imgwrap-decoration03::after {
  position: absolute;
  content: "";
  width: 91%;
  height: 278px;
  background: url(../images/recruit/activity_event_decoration03.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -60px;
  left: -90px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-event-imgwrap-decoration03::after {
    width: 110vw;
    height: 82px;
    left: -63px;
    top: 20px;
  }
}

.recuit__activity-content-event-imgwrap-decoration04::before {
  position: absolute;
  content: "";
  width: 88%;
  height: 76px;
  background: url(../images/recruit/activity_event_decoration04.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -32%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-event-imgwrap-decoration04::before {
    width: 110vw;
    height: 82px;
    left: -63px;
    top: 20px;
  }
}

.recuit__activity-content-event-imgwrap-decoration05::before {
  position: absolute;
  content: "";
  width: 69%;
  height: 15px;
  background: url(../images/recruit/activity_event_decoration05.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -64px;
  right: -170px;
  z-index: -1;
}

.recuit__activity-content-creator-imgwrap-decoration01::before {
  position: absolute;
  content: "";
  width: 33%;
  height: 82px;
  background: url(../images/recruit/activity_creator_decoration01.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: 220px;
  right: -70px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-creator-imgwrap-decoration01::before {
    width: 55vw;
    height: 82px;
    left: 140px;
    top: -90px;
  }
}

.recuit__activity-content-creator-imgwrap-decoration02::before {
  position: absolute;
  content: "";
  width: 26%;
  height: 123px;
  background: url(../images/recruit/activity_creator_decoration02.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -90px;
  left: 440px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-creator-imgwrap-decoration02::before {
    width: 28vw;
    height: 128px;
    left: 252px;
    top: -90px;
  }
}

.recuit__activity-content-creator-imgwrap-decoration02::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 82px;
  background: url(../images/recruit/activity_creator_decoration03.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -180px;
  left: -100px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-creator-imgwrap-decoration02::after {
    width: 100vw;
    height: 66px;
    left: -40px;
    top: 370px;
  }
}

.recuit__activity-content-creator-imgwrap-decoration04::before {
  position: absolute;
  content: "";
  width: 19%;
  height: 202px;
  background: url(../images/recruit/activity_creator_decoration04.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: 40px;
  left: 290px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-creator-imgwrap-decoration04::before {
    width: 56vw;
    height: 202px;
    left: 140px;
  }
}

.recuit__activity-content-bule::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 201px;
  background: url(../images/recruit/recruit_bg_tiktok.svg) top left no-repeat;
  color: #1b41c4;
  -webkit-text-stroke: 0.5px #fff;
  bottom: 0;
  left: -50px;
  z-index: -200;
}

.recuit__activity-content-bule {
  background-color: #0041c4;
  z-index: 50;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.recuit__activity-content-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-wrap {
    display: block;
    padding-top: 4rem;
  }
}

.recuit__activity-content-wrap-creative {
  padding-top: 4rem;
}

.recuit__activity-content-wrap-creative02 {
  padding-top: 4rem;
}

.recuit__activity-content-wrap-management {
  padding-top: 12rem;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-wrap-management {
    padding-top: 4rem;
  }
}

.recuit__activity-content-wrap-right {
  display: flex;
  justify-content: right;
  padding-top: 8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-wrap-right {
    justify-content: center;
  }
}

.recuit__activity-content-textwrap {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-textwrap {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.recuit__activity-content-textwrap-title {
  font-size: 40px;
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-textwrap-title {
    margin-top: 4rem;
  }
}

.recuit__activity-content-textwrap-title01::before {
  position: absolute;
  content: "";
  width: 157%;
  height: 60px;
  background: url(../images/recruit/activity_event_text.svg) top left no-repeat;
  color: #fff;
  font-size: 75px;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -32px;
  left: 40px;
  z-index: -1;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-textwrap-title01::before {
    width: 90vw !important;
    height: 36px;
    aspect-ratio: 1600 / 400;
    top: -7vw !important;
    left: -5vw !important;
    background-size: contain;
  }
}

.recuit__activity-content-textwrap-title02::before {
  position: absolute;
  content: "";
  width: 86%;
  height: 60px;
  background: url(../images/recruit/activity_creative_text.svg) top left
    no-repeat;
  color: #1b41c4;
  font-size: 75px;
  -webkit-text-stroke: 0.5px #fff;
  top: -32px;
  left: 40px;
  z-index: 0;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-textwrap-title02::before {
    width: 100vw !important;
    height: 36px;
    aspect-ratio: 1600 / 400;
    top: -7vw !important;
    left: -5vw !important;
    background-size: contain;
  }
}

.recuit__activity-content-textwrap-title03::before {
  position: absolute;
  content: "";
  width: 66%;
  height: 60px;
  aspect-ratio: 1600 / 262;
  background: url(../images/recruit/activity_player_text.svg) top left no-repeat;
  color: #fff;
  font-size: 75px;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -32px;
  left: 40px;
  z-index: -1;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-textwrap-title03::before {
    width: 100vw !important;
    height: 36px;
    aspect-ratio: 1600 / 400;
    top: -7vw !important;
    left: -5vw !important;
    background-size: contain;
  }
}

.recuit__activity-content-textwrap-title04::before {
  position: absolute;
  content: "";
  width: 130%;
  height: 60px;
  aspect-ratio: 1600 / 262;
  background: url(../images/recruit/activity_management_text.svg) top left
    no-repeat;
  color: #fff;
  font-size: 75px;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: -32px;
  left: 40px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-textwrap-title04::before {
    width: 100vw !important;
    height: 36px;
    aspect-ratio: 1600 / 400;
    top: -7vw !important;
    left: -5vw !important;
    background-size: contain;
  }
}

.recuit__activity-content-textwrap-title-w {
  font-size: 40px;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
}

.recuit__activity-content-textwrap-text {
  font-size: 16px;
  position: relative;
}

.recuit__activity-content-textwrap-text-w {
  font-size: 16px;
  color: #fff;
}

.recuit__activity-content-imgwrap {
  width: 48%;
  position: relative;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap {
    width: 100%;
  }
}

.recuit__activity-content-imgwrap02 {
  width: 36%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap02 {
    width: 100%;
  }
}

.recuit__activity-content-imgwrap03 {
  width: 56%;
  position: relative;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap03 {
    width: 100%;
  }
}

.recuit__activity-content-imgwrap04 {
  width: 36%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap04 {
    width: 85%;
  }
}

.recuit__activity-content-imgwrap05 {
  width: 60%;
  position: relative;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap05 {
    width: 100%;
  }
}

.recuit__activity-content-imgwrap06 {
  width: 45%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap06 {
    width: 100%;
  }
}

.recuit__activity-content-imgwrap07 {
  width: 45%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap07 {
    width: 100%;
  }
}

.recuit__activity-content-imgwrap-decoration01::before {
  position: absolute;
  content: "";
  width: 102%;
  height: 214px;
  background: url(../images/recruit/activity_player_decoration01.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -120px;
  left: -100px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap-decoration01::before {
    width: 100vw;
    height: 184px;
    bottom: 60px;
    left: -160px;
  }
}

.recuit__activity-content-imgwrap-decoration02::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 82px;
  background: url(../images/recruit/activity_player_decoration02.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  top: 70px;
  left: 960px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap-decoration02::before {
    width: 100vw;
    height: 184px;
    bottom: 60px;
    left: -160px;
  }
}

.recuit__activity-content-imgwrap-decoration03::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 108px;
  background: url(../images/recruit/activity_player_decoration03.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -220px;
  left: -90px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap-decoration03::before {
    width: 130vw;
    height: 108px;
    bottom: -110px;
    left: -140px;
  }
}

.recuit__activity-content-imgwrap-decoration04::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 70px;
  background: url(../images/recruit/activity_player_decoration04.png) top left
    no-repeat;
  color: #fff;
  font-size: 75px;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -82px;
  left: 0px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap-decoration04::before {
    width: 100vw;
    height: 70px;
  }
}

.recuit__activity-content-imgwrap-decoration05::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 200px;
  background: url(../images/recruit/activity_player_decoration05.png) top left
    no-repeat;
  color: #fff;
  -webkit-text-stroke: 0.5px #1b41c4;
  bottom: -80px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-imgwrap-decoration05::before {
    width: 56vw;
    height: 200px;
    right: -11px;
  }
}

.recuit__activity-subtitle-wrap {
  position: relative;
  z-index: 100;
}

.recuit__activity-subtitle-wrap-right {
  position: relative;
  z-index: 100;
  text-align: right;
}

.recuit__activity-content-wrap-nomargin {
  display: flex;
  justify-content: space-between;
  margin-top: -4rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .recuit__activity-content-wrap-nomargin {
    display: block;
    margin-top: 6rem;
  }
}

.recuit__activity-content-tiktok {
  width: 680px;
  border-radius: 30px;
  padding: 2rem;
  background: #fff;
}

.recuit__activity-subtitle-w {
  font-size: 50px;
  font-weight: bold;
  padding: 1rem;
  color: #0041c4;
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 2.2;
}

.recuit__activity-bg01 {
  background: url(../images/recruit/recruit_activity-bg01.jpg) top center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 64vh;
  position: sticky;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .recuit__activity-bg01 {
    height: 32vh;
  }
}

.recuit__activity-bg02 {
  background: url(../images/recruit/recruit_activity-bg02.jpg) top center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 64vh;
  position: sticky;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .recuit__activity-bg02 {
    height: 32vh;
  }
}

.recuit__activity-bg03 {
  background: url(../images/recruit/recruit_activity-bg03.jpg) top center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 64vh;
  position: sticky;
  top: 0;
  z-index: 60;
}

@media screen and (max-width: 768px) {
  .recuit__activity-bg03 {
    height: 32vh;
  }
}

.recuit__deta-grid-title-blue {
  color: #0041c4;
}

.recuit__deta-grid-title-skyblue {
  color: #08a4ee;
}

.recuit__btn {
  width: 280px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #0041c4;
  border-radius: 36px;
  padding: 24px 64px;
  margin-top: 4rem;
}

.recuit__entry {
  margin: 10rem 0;
}

.recuit__entry-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-btween;
}
.recuit__entry-menu-item {
  text-align: center;
  flex: 0 0 25%;
  color: #fff;
  font-weight: bold;
  background-color: #0041c4;
  padding: 24px 0;
  cursor: pointer;
}
.recuit__entry-menu-item.active {
  background-color: #eaf1ff;
  color: #000;
  font-weight: bold;
}

.recuit__entry-wrap-box {
  display: none;
}

.recuit__entry-wrap-box.show {
  display: block;
}

.recuit__entry-wrap-box-tab {
  background-color: #eaf1ff;
  padding: 72px;
}

.recuit__entry-wrap-box-flex {
  display: flex;
  justify-content: space-between;
}

.recuit__entry-wrap-box-title {
  font-size: 42px;
  color: #0041c4;
  font-weight: bold;
}

.recuit__entry-wrap-box-btn {
  padding: 1.2rem;
  font-weight: bold;
  width: 250px;
  background-color: #0041c4;
  border-radius: 2rem;
  color: #fff;
}

.recuit__entry-wrap-table {
  width: 100%;
  margin-top: 36px;
}

.recuit__entry-wrap-tabl-th {
  background-color: #f2f2f2;
  width: 25%;
  font-size: 20px;
}

.recuit__entry-wrap-tabl-td {
  background-color: #fff;
  width: 75%;
  padding: 24px 24px 24px 40px;
}

@media screen and (max-width: 768px) {
  .recuit__entry {
    margin: 1rem 0 8rem;
  }

  .recuit__entry-menu {
    display: block;
  }

  .recuit__entry-menu-item {
    width: 100%;
    padding: 16px;
    background-color: #0041c4;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }

  .recuit__entry-menu-item.active {
    background-color: #eaf1ff;
    color: #000;
  }

  .recuit__entry-wrap-box-tab {
    padding: 0;
  }

  .recuit__entry-wrap-box {
    display: none;
    background-color: #eaf1ff;
    padding: 16px;
    margin-bottom: 0;
  }

  .recuit__entry-wrap-box.open {
    display: block;
  }

  .recuit__entry-wrap-box-flex {
    flex-direction: column;
    gap: 12px;
  }

  .recuit__entry-wrap-box-title {
    font-size: 24px;
  }

  .recuit__entry-wrap-box-btn {
    width: 100%;
    text-align: center;
  }

  .recuit__entry-wrap-tabl-th,
  .recuit__entry-wrap-tabl-td {
    display: block;
    width: 100%;
  }

  .recuit__entry-wrap-tabl-th {
    padding: 8px 12px;
    font-size: 16px;
  }

  .recuit__entry-wrap-tabl-td {
    padding: 12px 12px 16px;
  }

  .recuit__entry-wrap-box {
    display: none;
  }
  .recuit__entry-wrap-box.open {
    display: block;
  }
}

.recuit__flow {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .recuit__flow {
    padding: 0 0 6rem 0;
  }
}

.recuit__flow-bg {
  background: url(../images/recruit/recruit_flow-bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
}

.recuit__flow-wrap {
  position: relative;
}

.recuit__flow-wrap-box {
  background-color: #eaf1ff;
  padding: 8rem 8rem 2rem 8rem;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box {
    padding: 2rem;
  }
}

.recuit__flow-wrap-box-item {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 6rem;
  position: relative;
  box-shadow: 0 20px 30px #ccc;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item {
    display: block;
  }
}

.recuit__flow-wrap-box-item:before {
  content: "";
  position: absolute;
  bottom: -27%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #0041c4;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item:before {
    bottom: -17%;
  }
}

.recuit__flow-wrap-box-item:last-child:before {
  content: none;
}

.recuit__flow-wrap-box-item-text {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item-text {
    width: 100%;
  }
}

.recuit__flow-wrap-box-item-text-title {
  font-size: 24px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item-text-title {
    font-size: 18px;
  }
}

.l-inner-recruit-flow {
  max-width: 1190px;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}

.recuit__flow-menu {
  display: flex;
}

.recuit__flow-menu-item {
  width: 50%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0041c4;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
}

.recuit__flow-menu-item.active02 {
  background-color: #eaf1ff;
  color: #000;
  font-weight: bold;
}

.recuit__flow-wrap-box {
  display: none;
}

.recuit__flow-wrap-box.show02 {
  display: block;
}

.recuit__flow-wrap-box:before {
  content: "";
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 40px solid #0041c4;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box:before {
    bottom: 500px;
  }
}

.recuit__flow-wrap-box-item-img01 {
  width: 20%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item-img01 {
    width: 60%;
  }
}

.recuit__flow-wrap-box-item-img02 {
  width: 14%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item-img02 {
    width: 45%;
  }
}

.recuit__flow-wrap-box-item-img03 {
  width: 15%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item-img03 {
    width: 50%;
  }
}

.recuit__flow-wrap-box-item-img04 {
  width: 16%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .recuit__flow-wrap-box-item-img04 {
    width: 60%;
  }
}

.recuit__flow-bnr {
  background: url(../images/recruit/recruit_flow-bnr.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 8rem;
}

.recuit__flow-bnr-sp {
  background: url(../images/recruit/recruit_flow-bnr-sp.png) top center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  position: relative;
  margin-top: 8rem;
}

.recuit__flow-bnr-btn {
  width: 280px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 36px;
  padding: 24px 64px;
}

.recuit__flow-bnr-wrap {
  position: absolute;
  bottom: 4rem;
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .recuit__flow-bnr-wrap {
    position: absolute;
    bottom: 12rem;
    left: 1rem;
  }
}

.recuit__faq {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .recuit__faq {
    padding-top: 0;
  }
}

.recuit__faq-wrap-item {
  margin-bottom: 2rem;
}

.recuit__faq-wrap-item-a {
  display: none;
}

.recuit__faq-wrap-item-q {
  font-size: 20px;
  background-color: #0041c4;
  color: #fff;
  font-weight: bold;
  padding: 20px 60px 20px 20px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  position: relative;
}

.recuit__faq-wrap-item-q::before,
.recuit__faq-wrap-item-q::after {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 4px;
  margin: auto;
  background: #fff;
  z-index: 10;
}

.recuit__faq-wrap-item-q::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.recuit__faq-wrap-item-q.active::after {
  transform: rotate(0deg);
}

.recuit__faq-wrap-item-q span {
  display: block;
  padding-left: 32px;
  line-height: 1.6;
  position: static;
}

.recuit__faq-wrap-item-q span::before {
  position: absolute;
  content: "Q";
  left: 20px;
  top: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.recuit__faq-wrap-item-a {
  background-color: #e4e6ea;
  padding: 30px 20px;
  margin-bottom: 4rem;
  display: block;
}

.recuit__faq-wrap-item-a span {
  display: block;
  padding-left: 32px;
  line-height: 1.6;
  position: relative;
}

.recuit__faq-wrap-item-a span::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -4px;
  color: #0041c4;
  font-weight: bold;
  font-size: 20px;
}

/* hover */
.recuit__faq-wrap-item-q:hover {
  background-color: #0041c490;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 32px;
  width: 16px;
  height: 3.2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.arrow-b::before,
.arrow-b::after {
  background-color: #000;
}

.my-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit__member-slider.slick-slider {
  max-width: 100% !important;
}

.recruit__member-slider {
  margin-left: 160px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .recruit__member-slider {
    margin-left: 0;
  }
}

.recruit__member-slider .slick-list {
  width: calc(100vw - 40px);
  overflow: hidden !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 5% !important;
}

@media screen and (max-width: 768px) {
  .recruit__member-slider .slick-list {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.recruit__member-slider .slick-track {
  display: flex !important;
}
.recruit__member-slider .slick-slide {
  margin-right: 40px;
}

.recruit__member-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.recuit__arrow-wrap {
  display: flex;
  position: relative;
  width: 45%;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.slick-prev-custom,
.slick-next-custom {
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background: #143ad9;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  opacity: 0.8;
}

.slick-prev-custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #fff;
}

.slick-next-custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

.recuit__dots-wrap {
  display: flex;
  width: 45%;
  position: relative;
  justify-content: center;
  margin-top: 16px;
}

.recuit__dots-wrap ul {
  display: flex !important;
  gap: 8px;
  list-style: none;
  top: 75px;
  bottom: 0;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.recuit__dots-wrap li button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  border: none;
  background: #e5e5e5 !important;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.recuit__dots-wrap li.slick-active button {
  background: #143ad9 !important;
}

.recuit__dots-wrap .slick-dots li button:before {
  content: "" !important;
}

.recruit__member-slider .slick-slide {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  transform-origin: center center;
  will-change: transform;
}

.recruit__member-slider .slick-slide.slick-current {
  transform: scale(1.08);
  z-index: 3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .recruit__member-slider .slick-slide.slick-current {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }
}

/* アニメーション */
.anim-box {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}

.anim-box.is-animated {
  opacity: 1;
  visibility: visible;
}

.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.anim-box.slidein-left.is-animated {
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.anim-box.slidein-bottom.is-animated {
  animation: slideInBottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInBottom {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anim-box,
  .anim-box.is-animated {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
  }
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  overflow: hidden;
  z-index: 70;
}

.bg .bg-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0041c4;
  transform-origin: left center;
  transform: scaleX(0) translateX(-5%);
  opacity: 0;
  z-index: -100;
}

.bg.is-animated .bg-wrap::before {
  animation: bgFill 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bg .bg-wrap .inn {
  position: relative;
  z-index: 1;
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .bg .bg-wrap .inn {
    font-size: 27px;
  }
}

@keyframes bgFill {
  0% {
    transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}

.bg .bg-wrap-w {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  overflow: hidden;
  z-index: 70;
  text-align: right;
}

.bg .bg-wrap-w::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform-origin: left center;
  transform: scaleX(0) translateX(-5%);
  opacity: 0;
  z-index: -100;
}

.bg.is-animated .bg-wrap-w::before {
  animation: bgFill 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bg .bg-wrap-w .inn {
  position: relative;
  z-index: 1;
  color: #0041c4;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .bg .bg-wrap-w .inn {
    font-size: 27px;
  }
}

@keyframes bgFill {
  0% {
    transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}

/* スライダー */

:root {
  --business-peek: 80px;
}

.business-section {
  padding: 80px 0;
  width: 100%;
  overflow-x: hidden;
}

.business-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
}

.business-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.business-title .dot {
  width: 12px;
  height: 12px;
  background: #ff8a00;
  border-radius: 50%;
}

.business-title h2 {
  font-size: 30px;
  font-weight: 700;
}

.business-title p {
  font-size: 13px;
  color: #777;
}

.business-arrows {
  display: flex;
  gap: 16px;
}

.business-arrows .business-arrows-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1b41c4;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: opacity 0.2s ease;
}

.business-arrows .business-arrows-btn:hover {
  opacity: 0.85;
}

.business-arrows .business-arrows-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #fff;
}

.business-arrows .business-arrows-btn.next::before {
  transform: rotate(180deg);
  left: 47%;
  top: 33px;
}

.business-slider-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.business-slider {
  padding: 0 55px;
  transform: translateX(calc(var(--business-peek) * -1));
  padding-right: var(--business-peek);
}

.business-slider .slick-slide {
  box-sizing: border-box;
  padding: 0 16px;
}

.business-slider .slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.business-slider .slick-slide {
  float: none !important;
  flex: 0 0 auto !important;
  display: block !important;
}

.business-card {
  background: #fff;
  border-radius: 24px;
  border: 2px solid #1b4ed8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 24px !important;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.business-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.business-card figure {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.business-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.business-card__date {
  font-size: 12px;
  color: #555;
  margin: 12px 0 8px;
}

.business-card__title {
  font-size: 16px;
  font-weight: 500;
  color: #1b4ed8;
  text-decoration: none;
}

.business-card__title a {
  color: inherit;
  text-decoration: none;
}

.business-card__title a:hover {
  text-decoration: underline;
}

.business-indicator {
  margin-top: 40px;
  padding: 0;
}

.indicator-track {
  width: 100%;
  height: 2px;
  background: #eee;
  overflow: hidden;
  display: block;
}

.indicator-bar {
  width: 0%;
  height: 100%;
  background: #1b4ed8;
  transition: width 0.4s ease;
  display: block;
}

@media (max-width: 768px) {
  .business-section {
    padding: 0;
  }

  .business-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 20px;
  }

  .business-slider {
    transform: none;
    padding: 0 5px;
  }

  .business-slider .slick-slide {
    padding: 0 8px;
  }

  .business-indicator {
    padding: 0 20px;
  }
}

/* 採用お問い合わせ */

.formTable01 th,
.formTable01 td {
  padding: 8px 0;
}

.formTable01 th {
  width: 180px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  color: #333;
}

.formTable01 th.required__label::after {
  content: " ※";
  font-size: 12px;
  color: #1b41c4;
}

.formTable01 td {
  text-align: left;
}

.formTable01 .wpcf7-form-control:not(.wpcf7-submit) {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.formTable01 textarea.wpcf7-form-control {
  min-height: 180px;
  resize: vertical;
}

.formTable01 .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #1b41c4;
  box-shadow: 0 0 0 2px rgba(27, 65, 196, 0.15);
}

.formTable01 ::placeholder {
  color: #b8b8b8;
}

.formTable01 td:has([name="number-811"]) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formTable01 td:has([name="number-811"]) .wpcf7-form-control {
  max-width: 120px;
  margin-left: auto;
}
