@charset "UTF-8";
/* ==========================================================================
Base
============================================================================= */
html, body {
  position: relative;
  background: #ffffff;
  color: #222222;
  font-family: "Original Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.06em;
}

html {
  overflow: auto;
}

article {
  overflow: hidden;
}

:root {
  --spacing: 0.06em;
}

* {
  letter-spacing: var(--spacing);
  box-sizing: border-box;
}

.is-pc a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

main p {
  line-height: 2.2em;
}
@media screen and (max-width: 767px) {
  main p {
    line-height: 1.9em;
  }
}
main a {
  color: #222222;
  text-decoration: underline;
  transition: color 0.3s ease;
}
main a:hover {
  color: #D4FF46;
}

.is-pc main a[href*="tel:"] {
  text-decoration: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub.sub,
sup.sub {
  bottom: -0.25em;
}
sub.sup,
sup.sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button:not([type]),
input:not([type]),
optgroup:not([type]),
select:not([type]),
textarea:not([type]) {
  overflow: visible;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template,
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/* ==========================================================================
   共通レイアウト設定
============================================================================= */
/* ==============================
// container
// コンテンツ幅
================================= */
.l-container {
  width: calc(100% - 60px * 2);
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .l-container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: calc(100% - 20px * 2);
  }
}

.l-container.w800 {
  max-width: 800px;
}

.l-container.w840 {
  max-width: 840px;
}

.l-container.w900 {
  max-width: 900px;
}

.l-container.w480 {
  max-width: 480px;
}

/* ==============================
// main
// ヘッダーナビより下の共通コンテンツラップ
// ヘッダーの高さ分コンテンツの位置を下げるためだけに使用
================================= */
.l-main {
  position: relative;
}
.l-main > .l-section:nth-last-child(2) {
  padding-bottom: calc(110px + 35px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main > .l-section:nth-last-child(2) {
    padding-bottom: calc(70px + 35px);
  }
}

/* ==============================
// anchor
// アンカーリンクのジャンプ先をヘッダーの高さ分下げるために使用
// ページ内遷移であればJSの処理で自動で移動距離を制御するため不要だが、
// 違うページのアンカーを指定している場合、垂直位置指定がレンダリングのスピードでずれるため使用する
================================= */
.l-anchor {
  margin-top: -128px;
  padding-top: 128px;
}
@media screen and (max-width: 1024px) {
  .l-anchor {
    margin-top: -56px;
    padding-top: 56px;
  }
}

/* ==============================
// section
// 下層ページの章ごとのスペース
// section.l-section のほか　div.l-sectionなど、見出しのないブロックにも使う
================================= */
.l-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .l-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* ==============================
// safeArea
// スマホでセーフエリアのある機種の場合の余白設定
================================= */
@media screen and (max-width: 767px) {
  .l-safeArea {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.address-area {
  padding-top: 10px;
}

/* ==========================================================================
  アニメーションのモジュール
============================================================================= */
.anime-splitStrFadeIn > span {
  white-space: nowrap;
}
.anime-splitStrFadeIn > span > span {
  display: inline-block;
  overflow: hidden;
}
.anime-splitStrFadeIn > span > span > span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 100%) skewX(12deg);
  transition: opacity 1s cubic-bezier(0.36, 0.14, 0, 1), transform 1s cubic-bezier(0.36, 0.14, 0, 1);
}
.anime-splitStrFadeIn.js-play > span > span > span {
  opacity: 1;
  transform: translate(0, 0%) skewX(0deg);
}

[class*=anime-splitStr] {
  display: none;
}

.anime-fadeInBottom {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.36, 0.14, 0, 1), transform 1s cubic-bezier(0.36, 0.14, 0, 1);
}
.anime-fadeInBottom.js-play {
  opacity: 1;
  transform: translateY(0);
}

.box__line {
  position: absolute;
}
.box__line:nth-child(1), .box__line:nth-child(3) {
  width: 100%;
  height: 3px;
}
.box__line:nth-child(2), .box__line:nth-child(4) {
  width: 3px;
  height: 100%;
}
.box__line:nth-child(1) {
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, #53AE79);
  animation: animate1 2s linear infinite;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
}
.box__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  background: linear-gradient(to bottom, transparent, #D4FF46);
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
}
.box__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent, #D4FF46);
  animation: animate3 2s linear infinite;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
}
.box__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, #53AE79);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes glitch_4011 {
  0% {
    clip-path: var(--move1);
    transform: translate(0px, -10px);
  }
  10% {
    clip-path: var(--move2);
    transform: translate(-10px, 10px);
  }
  20% {
    clip-path: var(--move3);
    transform: translate(10px, 0px);
  }
  30% {
    clip-path: var(--move4);
    transform: translate(-10px, 10px);
  }
  40% {
    clip-path: var(--move5);
    transform: translate(10px, -10px);
  }
  50% {
    clip-path: var(--move6);
    transform: translate(-10px, 10px);
  }
  60% {
    clip-path: var(--move1);
    transform: translate(10px, -10px);
  }
  70% {
    clip-path: var(--move3);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--move2);
    transform: translate(10px, -10px);
  }
  90% {
    clip-path: var(--move4);
    transform: translate(-10px, 10px);
  }
  100% {
    clip-path: var(--move1);
    transform: translate(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
/* ==========================================================================
  パン屑のモジュール
============================================================================= */
.breadcrumbs {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs .l-container {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  position: relative;
  margin-right: 30px;
  text-decoration-color: transparent;
  text-decoration-thickness: 7px;
  text-underline-offset: -0.2em;
  transition: text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.breadcrumbs a:hover {
  color: #222222;
  text-decoration-color: #D4FF46;
}
.breadcrumbs a::after {
  position: absolute;
  top: 50%;
  right: -16px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 5px 0;
    font-size: 10px;
  }
  .breadcrumbs span {
    line-height: 1.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumbs {
    padding: 5px 0;
  }
}

/* ==========================================================================
	ボタンのモジュール
============================================================================= */
.l-main .btn {
  width: 100%;
  max-width: 380px;
  min-height: 75px;
  border: 2px solid #222222;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: cubic-bezier(0.7, 0.03, 0.25, 1) 0.05s;
  position: relative;
  z-index: 0;
}
.l-main .btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s;
}
.l-main .btn:hover {
  opacity: 1;
}
.l-main .btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-main .btn::before {
  height: 100%;
  background-color: #222222;
}
.l-main .btn:not([target])::after {
  content: "\e914";
  font-family: "icomoon";
  font-size: 1.4em;
  margin-left: 24px;
  transition: transform cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s, color cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s;
}
.l-main .btn:not([target]):hover::after {
  transform: translateX(10px);
  color: #ffffff;
}
.l-main .btn:active {
  transform: scale(0.97);
}
.l-main .btn.is-greenGradient {
  background: linear-gradient(to right, #61CB8D, #4BB5BE);
  border: none;
}
.l-main .btn.is-greenGradient::before {
  background: linear-gradient(to right, #2D3FC7, #562DC7);
}
.l-main .btn.is-orangeGradient {
  background-image: url(../images/lp/back-lp_btn.png);
  background-size: cover;
  border-radius: 10px;
  border-color: #9c2c00;
  box-shadow: 2px 5px 2px #9c2c00;
}
.l-main .btn.is-orangeGradient::before {
  background: linear-gradient(to right, #fa7364, #9c2c00);
  border-radius: 10px;
}
.l-main .btn.is-orangeGradient:hover {
  transition: 0.2s;
  box-shadow: none;
  border-radius: 10px;
}
.l-main .btn.is-white {
  border-color: #ffffff;
}
.l-main .btn.is-white::before {
  background-color: #ffffff;
}
.l-main .btn.is-white:not([target]):hover::after {
  color: #222222;
}
.l-main .btn {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #222222;
}
.l-main .btn:hover {
  color: #ffffff;
}
.l-main .btn i {
  margin: 0 0.4em;
}
.l-main .btn.is-greenGradient {
  color: #ffffff;
}
.l-main .btn.is-orangeGradient {
  border-radius: 10px;
  border-color: #fa1900;
  background-color: #fa7364;
  color: #fff;
}
.l-main .btn.is-white {
  color: #ffffff;
}
.l-main .btn.is-white:hover {
  color: #222222;
}

.cta_all_game .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  border: none;
  box-shadow: none;
  padding: 20px 0;
  margin: auto;
  display: block;
}
.cta_all_game .btn::before {
  display: none;
}
.cta_all_game .btn::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta_all_game .btn {
    max-width: 500px;
    margin: auto;
  }
}
.cta_all_game .btn img, .cta_all_game .btn a {
  width: 100%;
  height: auto;
}

/* ==========================================================================
	companyのモジュール
============================================================================= */
.company {
  background-color: #57BA8D;
}
.company .l-section {
  padding-top: 0;
}
.company .anime-fadeInBottom .heading__Lv1-main {
  color: #FFF;
  font-family: "Josefin Sans", "Kaisei Opti";
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .company .anime-fadeInBottom .heading__Lv1-main {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .company .anime-fadeInBottom .heading__Lv1-main {
    font-size: 1em;
  }
}
@media screen and (max-width: 320px) {
  .company .anime-fadeInBottom .heading__Lv1-main {
    font-size: 0.8em;
  }
}
.company .anime-fadeInBottom .heading__Lv7, .company .anime-fadeInBottom .heading__Lv3-main {
  color: #FFF;
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .company .anime-fadeInBottom .heading__Lv7, .company .anime-fadeInBottom .heading__Lv3-main {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  .company .anime-fadeInBottom .heading__Lv7, .company .anime-fadeInBottom .heading__Lv3-main {
    font-size: 0.7em;
  }
}
.company .ul-column {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  margin: 30px 10%;
  padding: 5%;
  background-color: #FFF;
  border-radius: 0.2em;
  border: solid 9px #eee;
}
@media screen and (max-width: 769px) {
  .company .ul-column {
    padding: 5% 2%;
  }
}
@media screen and (max-width: 767px) {
  .company .ul-column {
    margin: 15px 0;
    padding: 5% 0;
  }
}
.company .ul-column .ul-column, .company .ul-column .li-column {
  width: 25%;
  padding: 10px 2%;
}
@media screen and (max-width: 769px) {
  .company .ul-column .ul-column, .company .ul-column .li-column {
    width: 33.3333333333%;
    padding: 10px 5%;
  }
}
@media screen and (max-width: 767px) {
  .company .ul-column .ul-column, .company .ul-column .li-column {
    width: 33.3333333333%;
    padding: 10px 2%;
  }
}

/* ==========================================================================
	CTAのモジュール
============================================================================= */
/* ==========================================================================
/* 共通CTA
============================================================================= */
.cta {
  background: linear-gradient(to right, #D4FF46, #B1FF46);
  text-align: center;
}

.cta__link {
  display: block;
  padding: 45px 0;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #222222;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cta__link::before {
  content: "";
  display: block;
  width: 87px;
  height: 86px;
  background: url(../images/cmn/bg_dot.svg) top left;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: calc(50% - 210px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .cta__link::before {
    top: -25px;
    right: -25px;
  }
}
.cta__link .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.cta__link .l-container::before {
  content: "";
  display: block;
  width: 87px;
  height: 86px;
  background: url(../images/cmn/bg_dot.svg) top left;
  pointer-events: none;
  position: absolute;
  bottom: -45px;
  left: -120px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .cta__link .l-container::before {
    bottom: 0;
    left: calc(-1 * (60px + 15px));
  }
}
@media screen and (max-width: 767px) {
  .cta__link .l-container::before {
    left: calc(-1 * (20px + 15px));
  }
}
.cta__link .l-container::after {
  content: "";
  display: block;
  width: 87px;
  height: 86px;
  background: url(../images/cmn/bg_dot.svg) top left;
  pointer-events: none;
  position: absolute;
  bottom: -45px;
  right: -120px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .cta__link .l-container::after {
    right: calc(-1 * (60px + 15px));
  }
}
@media screen and (max-width: 767px) {
  .cta__link .l-container::after {
    right: calc(-1 * (20px + 15px));
  }
}
@media screen and (max-width: 1024px) {
  .cta__link .l-container {
    justify-content: center;
    flex-direction: column;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta__link:hover .cta__img-arrow {
    transform: translateX(20%);
  }
}

.cta__text {
  text-align: left;
  display: grid;
  grid-template-columns: 115px 1fr;
  grid-template-rows: auto auto;
  gap: 0px 13px;
  grid-template-areas: "cta__text-icon cta__text-copy" "cta__text-icon cta__text-title";
}
@media screen and (max-width: 767px) {
  .cta__text {
    grid-template-columns: 93px 1fr;
    grid-template-rows: auto auto;
    gap: 0px 20px;
  }
}

.cta__text-title {
  align-self: start;
  grid-area: cta__text-title;
  font-size: 39px;
  line-height: 1.29;
}
@media screen and (max-width: 767px) {
  .cta__text-title {
    font-size: 27px;
  }
}

.cta__text-icon {
  align-self: center;
  grid-area: cta__text-icon;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 0;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .cta__text-icon {
    font-size: 22px;
  }
}
.cta__text-icon::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cmn/cta_icon.svg) center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation: keyframes_rotate-badge 10s infinite linear;
}

.cta__text-copy {
  align-self: end;
  grid-area: cta__text-copy;
  font-size: 26px;
  line-height: 1.37;
}
@media screen and (max-width: 767px) {
  .cta__text-copy {
    font-size: 16px;
  }
}

.cta__img {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .cta__img {
    margin: 0 45px 0 0;
    transform: scale(0.7);
  }
}

.cta__img-arrow {
  transition: transform 0.3s;
}

/* ==========================================================================
/* サービスCTA
============================================================================= */
.ctaService {
  background: linear-gradient(to bottom, #ffffff calc(50% - 60px), #F4F4F4 calc(50% - 60px));
}
.ctaService::before {
  height: calc(50% + 60px);
  top: inherit;
  bottom: 0;
}
.ctaService .l-container {
  position: relative;
  z-index: 0;
}

.ctaService__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -85px;
  top: -95px;
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  .ctaService__title {
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .ctaService__title {
    width: 50%;
    left: -20px;
    top: calc(-1 * 70px * 0.5);
  }
}

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

.ctaService__list-item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ctaService__list-item {
    width: 100%;
  }
}
.ctaService__list-item:nth-child(1) {
  background-image: repeating-linear-gradient(-30deg, transparent, transparent 6px, rgba(255, 255, 255, 0.05) 6px, rgba(255, 255, 255, 0.05) 14px), linear-gradient(to bottom, #2D3FC7, #562DC7);
  background-repeat: repeat, no-repeat;
  background-position: 0 0, top left;
  animation: keyframes_move-stripe 1s infinite linear;
}
.ctaService__list-item:nth-child(2) {
  background-image: repeating-linear-gradient(-30deg, transparent, transparent 6px, rgba(255, 255, 255, 0.05) 6px, rgba(255, 255, 255, 0.05) 14px), linear-gradient(to bottom, #6BC992, #38B4CC, #46A4CE);
  background-repeat: repeat, no-repeat;
  background-position: 0 0, top left;
  animation: keyframes_move-stripe 1s infinite linear;
}

.ctaService__list-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 205px;
  padding: 20px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 29px;
}
.ctaService__list-link::after {
  content: "\e914";
  font-family: "icomoon";
  font-size: 22px;
  margin-top: 10px;
  transition: transform cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s, color cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s;
}
.ctaService__list-link:hover {
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .ctaService__list-link:hover::after {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 767px) {
  .ctaService__list-link {
    font-size: 22px;
  }
}

/* ==========================================================================
/* CTA_MV LP用
============================================================================= */
.ctamv {
  padding: 120px 0 80px 0;
  background: url(../images/lp/back-lp_mv.png) no-repeat bottom left scroll;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .ctamv .l-container {
    width: calc(100% - 20px);
  }
}
.ctamv .innerBox {
  position: relative;
  padding: 2% 4%;
  border-radius: 1em;
  border: solid 9px #eee;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .ctamv .innerBox {
    padding: 20px 0;
    margin: 0 auto;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .ctamv .innerBox {
    margin: 0 auto;
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .ctamv .innerBox {
    transform: scale(0.9, 0.9);
  }
}
.ctamv .innerBox .heading__Lv4 {
  padding: 0.6em 0 0.2em 0;
}
@media screen and (max-width: 767px) {
  .ctamv .innerBox .heading__Lv4 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .ctamv .innerBox .heading__Lv6, .ctamv .innerBox .heading__Lv7, .ctamv .innerBox .heading__Lv8 {
    font-size: 0.6em;
  }
}
.ctamv .innerBox .heading__Lv7 {
  font-family: "Kaisei Opti";
}
.ctamv .innerBox .campaign_batch_img {
  position: absolute;
  margin: 0 auto;
  width: 140px;
  top: -39%;
  right: 36%;
}
@media screen and (max-width: 767px) {
  .ctamv .innerBox .campaign_batch_img {
    width: 100px;
    top: -35%;
    right: 32%;
  }
}
.ctamv .innerBox .btn {
  width: 80%;
  margin: 25px 10%;
  padding: 1px 15px;
  border-radius: 10px;
  font-family: "Kaisei Opti";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ctamv .innerBox .btn {
    font-size: 0.8em;
    width: 80%;
    margin: 15px 10%;
    padding: 5px 20px;
    min-height: 50px;
    font-size: 10px;
  }
}
.ctamv .innerBox .header__nav-forCounselingIcon {
  font-size: 0.9em;
  width: 60px;
  left: 80px;
  top: 65px;
  transform: rotate(-18deg);
}
@media screen and (max-width: 1024px) {
  .ctamv .innerBox .header__nav-forCounselingIcon {
    left: 28px;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .ctamv .innerBox .header__nav-forCounselingIcon {
    font-size: 0.7em;
    width: 40px;
    left: 13px;
    top: 50px;
  }
}
.ctamv .innerBox .deco-frame-top {
  display: flow-root;
  z-index: 0;
}

/* ==========================================================================
/* CTA_CASE LP用
============================================================================= */
.ctacase {
  padding: 70px 0 30px 0;
}
.ctacase .l-container {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ctacase .l-container {
    width: calc(100% - 20px);
  }
}
.ctacase .campaign_nav {
  content: "";
  z-index: 10;
  position: absolute;
  width: 150px;
  height: 150px;
  left: -14%;
  top: -20%;
  background: url(../images/lp/campaign_annotation.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .ctacase .campaign_nav {
    left: -25%;
  }
}
@media screen and (max-width: 767px) {
  .ctacase .campaign_nav {
    width: 100px;
    height: 100px;
    top: -25%;
    left: -15%;
  }
}
@media screen and (max-width: 321px) {
  .ctacase .campaign_nav {
    width: 90px;
    height: 90px;
    top: -22%;
    left: -10%;
  }
}
.ctacase .innerBox {
  z-index: 1;
  position: relative;
  padding: 2% 4%;
  border-radius: 1em;
  border: solid 9px #eee;
  background-color: rgba(255, 255, 255, 0.9);
  width: 600px;
  height: auto;
  transform: scale(1.2, 1.2);
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .ctacase .innerBox {
    padding: 20px 0;
    margin: 0 auto;
    width: 500px;
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 767px) {
  .ctacase .innerBox {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .ctacase .innerBox {
    transform: scale(0.9, 0.9);
  }
}
.ctacase .innerBox .heading__Lv4 {
  padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
  .ctacase .innerBox .heading__Lv4 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .ctacase .innerBox .heading__Lv6, .ctacase .innerBox .heading__Lv7, .ctacase .innerBox .heading__Lv8 {
    font-size: 0.7em;
  }
}
.ctacase .innerBox .btn {
  width: 80%;
  margin: 25px 10%;
  padding: 1px 15px;
  border-radius: 10px;
  font-family: "Kaisei Opti";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ctacase .innerBox .btn {
    font-size: 0.8em;
    width: 80%;
    margin: 15px 10%;
    padding: 5px 20px;
    min-height: 50px;
    font-size: 10px;
  }
}
.ctacase .innerBox .header__nav-forCounselingIcon {
  font-size: 0.9em;
  width: 60px;
  left: 80px;
  top: 120px;
  transform: rotate(-18deg);
}
@media screen and (max-width: 1024px) {
  .ctacase .innerBox .header__nav-forCounselingIcon {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ctacase .innerBox .header__nav-forCounselingIcon {
    font-size: 0.7em;
    width: 40px;
    left: 13px;
    top: 75px;
  }
}
.ctacase .innerBox .deco-frame-top {
  display: flow-root;
  z-index: 0;
}

/* ==========================================================================
   サイト内の各所に使うちょっとした共通設定
============================================================================= */
.t-ofi {
  height: 100%;
}
.t-ofi img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-tCenter {
  text-align: center;
}

.t-tRight {
  text-align: right;
}

.t-tLeft {
  text-align: left;
}

.t-nowL, .t-nowR, .t-nowC {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.t-nowC {
  justify-content: center;
}

.t-nowR {
  justify-content: flex-end;
}

.t-now {
  white-space: nowrap;
}

.t-wbr {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.t-pb0 {
  padding-bottom: 0 !important;
}

.t-pt0 {
  padding-top: 0 !important;
}

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

@media screen and (max-width: 767px) {
  .t-hideSP {
    display: none;
  }
}

.t-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.t-stripe-w {
  background: repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.2), white 0.4px, white 5.4px, rgba(255, 255, 255, 0.2) 5.8px, transparent 6.2px, transparent 11.2px);
}
@media screen and (max-width: 767px) {
  .t-stripe-w {
    background: repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.2), white 0.4px, white 3.4px, rgba(255, 255, 255, 0.2) 3.8px, transparent 4.2px, transparent 7.2px);
  }
}

.t-bg-grid {
  background-color: #F4F4F4;
  position: relative;
  z-index: 0;
}
.t-bg-grid::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/cmn/lineBg-b.svg");
  opacity: 0.03;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.t-tri {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2rem;
  height: 1.7rem;
  aspect-ratio: 15/13;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #D4FF46;
}

/* ==========================================================================
	editorのモジュール
	投稿表示系でthe_content()を.editorのクラスで囲っている箇所と
	投稿の編集画面で適用される
============================================================================= */
/* ==========================================================================
/* よくあるご質問
============================================================================= */
.faq {
  background-color: #57BA8D;
  color: #fff;
}
.faq .anime-fadeInBottom {
  padding: 0 5%;
}
.faq .anime-fadeInBottom .heading__Lv7 {
  word-break: strict;
}
.faq .faq-listItem {
  border-radius: 0.2em;
  border: solid 9px #eee;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
  padding: 25px 50px;
  width: 80%;
  margin: 10px 10%;
}
@media screen and (max-width: 1024px) {
  .faq .faq-listItem {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-listItem {
    padding: 5px 0;
    margin: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .faq .faq-listItem {
    padding: 5px 20px;
  }
}
.faq .faq-listItem .faq-q {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .faq .faq-listItem .faq-q {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-listItem .faq-q {
    font-size: 0.7em;
  }
}
.faq .faq-listItem .faq-q::before {
  content: "Q.";
  width: 50px;
  flex-shrink: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 27px;
  color: #2D3FC7;
}
@media screen and (max-width: 767px) {
  .faq .faq-listItem .faq-q::before {
    font-size: 0.9em;
    width: 20px;
  }
}
.faq .faq-listItem .faq-q::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 180px;
  background: url(../images/lp/plus-icon.png) no-repeat center center;
  z-index: 5;
  margin-top: 5px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .faq .faq-listItem .faq-q::after {
    right: 125px;
  }
}
@media screen and (max-width: 769px) {
  .faq .faq-listItem .faq-q::after {
    right: 100px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-listItem .faq-q::after {
    width: 12px;
    right: 15px;
  }
}
@media screen and (max-width: 326px) {
  .faq .faq-listItem .faq-q::after {
    right: 5px;
  }
}
.faq .faq-listItem .faq-q.active::after {
  background-image: url(../images/lp/minus-icon.png);
}
.faq .faq-listItem .faq-a {
  align-items: baseline;
  display: none;
}
@media screen and (max-width: 1024px) {
  .faq .faq-listItem .faq-a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-listItem .faq-a {
    font-size: 0.7em;
    padding-top: 10px;
  }
}
.faq .faq-listItem .faq-a::before {
  content: "A.";
  width: 50px;
  flex-shrink: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 27px;
  color: #53AE79;
}
@media screen and (max-width: 767px) {
  .faq .faq-listItem .faq-a::before {
    font-size: 0.9em;
  }
}
.faq .faq-listItem:not(:first-child) {
  margin-top: 30px;
}
.faq header {
  margin-bottom: 20px;
}
.faq header::before {
  content: "";
  display: block;
  max-width: 800px;
  width: 60%;
  aspect-ratio: 572/222;
  background: url(../images/lp/FAQ-icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0em;
  bottom: -2em;
  transform: rotate(-14deg);
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .faq header::before {
    left: -3em;
  }
}
@media screen and (max-width: 768px) {
  .faq header::before {
    width: 70%;
    left: -5em;
  }
}
@media screen and (max-width: 600px) {
  .faq header::before {
    width: 80%;
  }
}
.faq header::after {
  content: "";
  display: block;
  max-width: 500px;
  width: 30%;
  aspect-ratio: 499/222;
  background: url(../images/lp/faq.png) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2em;
  left: 20em;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .faq header::after {
    bottom: -1em;
    left: 15em;
  }
}
@media screen and (max-width: 768px) {
  .faq header::after {
    bottom: -1em;
    left: 12em;
  }
}
@media screen and (max-width: 600px) {
  .faq header::after {
    bottom: 0em;
    left: 10em;
  }
}
@media screen and (max-width: 425px) {
  .faq header::after {
    bottom: 0em;
    left: 5em;
  }
}
.faq input[type=checkbox] {
  display: none;
}
.faq .faq_more {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 15px 0;
  margin: 0 10%;
  color: #fff;
  border-top: solid 1px #fff;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .faq .faq_more {
    padding: 5px 0;
    margin: 0;
    width: 100%;
  }
}
.faq .faq_more #showMoreButton {
  color: #fff;
  font-weight: bold;
  font-family: "Josefin Sans", "Kaisei Opti";
}
@media screen and (max-width: 1024px) {
  .faq .faq_more #showMoreButton {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq_more #showMoreButton {
    font-size: 0.7em;
  }
}

/* ==========================================================================
/* feedback
============================================================================= */
.feedback {
  background-image: -webkit-image-set(url(../images/home/about_bg.png) 1x, url(../images/home/about_bg@2x.png) 2x), linear-gradient(#4361ac, #57BA8D);
  background-image: image-set(url(../images/home/about_bg.png) 1x, url(../images/home/about_bg@2x.png) 2x), linear-gradient(#4361ac, #57BA8D);
  background-repeat: no-repeat;
  background-position: top left, center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .feedback {
    background-image: -webkit-image-set(url(../images/home/sp-about_bg.png) 1x, url(../images/home/sp-about_bg@2x.png) 2x), linear-gradient(#4361ac, #57BA8D);
    background-image: image-set(url(../images/home/sp-about_bg.png) 1x, url(../images/home/sp-about_bg@2x.png) 2x), linear-gradient(#4361ac, #57BA8D);
    background-position: top center, center;
  }
}
.feedback {
  /* =========================================================
  slider wrapper
  ========================================================= */
}
.feedback .ol-column-wrapper .feedback-slider {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  color: #222;
}
@media screen and (max-width: 767px) {
  .feedback .ol-column-wrapper .feedback-slider {
    padding: 0;
  }
}
.feedback .ol-column-wrapper .feedback-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.feedback .ol-column-wrapper .feedback-slider .swiper-slide {
  width: clamp(240px, 30vw, 360px);
  flex-shrink: 0;
  height: auto;
  display: flex;
  justify-content: center;
}
.feedback .ol-column-wrapper .feedback-slider .li-column {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 320px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column {
    transform: scale(0.8);
  }
}
.feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
  background-color: #fff;
  border-radius: 50vw 50vw 0 0;
  aspect-ratio: 1/2.5;
}
@media screen and (max-width: 1025px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2.75;
  }
}
@media screen and (max-width: 1023px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/1.75;
  }
}
@media screen and (max-width: 898px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2;
  }
}
@media screen and (max-width: 769px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2.5;
  }
}
@media screen and (max-width: 651px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2.75;
  }
}
@media screen and (max-width: 599px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/1.5;
  }
}
@media screen and (max-width: 500px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/1.75;
  }
}
@media screen and (max-width: 426px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2;
  }
}
@media screen and (max-width: 376px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2.25;
  }
}
@media screen and (max-width: 331px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__ratio {
    aspect-ratio: 1/2.5;
  }
}
.feedback .ol-column-wrapper .feedback-slider .li-column .li-column__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feedback .ol-column-wrapper .feedback-slider .li-column .li-column__inner .photaria {
  width: 80%;
  margin: 20px auto;
  padding: 0 20%;
}
@media screen and (max-width: 600px) {
  .feedback .ol-column-wrapper .feedback-slider .li-column .li-column__inner .photaria {
    width: 75%;
  }
}
.feedback .ol-column-wrapper .feedback-slider .li-column .li-column__inner .photaria img {
  width: 100%;
  height: auto;
  display: block;
}
.feedback .ol-column-wrapper .feedback-slider .li-column .li-column__inner .need_container {
  margin-bottom: 10px;
  text-align: center;
}
.feedback .ol-column-wrapper .swiper-button-next,
.feedback .ol-column-wrapper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  background: #214F9E !important;
  color: #ffffff !important;
  pointer-events: auto;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .feedback .ol-column-wrapper .swiper-button-next,
  .feedback .ol-column-wrapper .swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
  }
}
@media screen and (max-width: 425px) {
  .feedback .ol-column-wrapper .swiper-button-next,
  .feedback .ol-column-wrapper .swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
  }
}
.feedback .ol-column-wrapper .swiper-button-next::after,
.feedback .ol-column-wrapper .swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .feedback .ol-column-wrapper .swiper-button-next::after,
  .feedback .ol-column-wrapper .swiper-button-prev::after {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 425px) {
  .feedback .ol-column-wrapper .swiper-button-next::after,
  .feedback .ol-column-wrapper .swiper-button-prev::after {
    font-size: 12px !important;
  }
}
.feedback .ol-column-wrapper .r_person {
  margin-bottom: 0;
}
.feedback .ol-column-wrapper .r_job {
  margin-top: 0;
}
.feedback {
  /* =========================================================
  text
  ========================================================= */
}
.feedback p {
  margin: 10px 5%;
  line-height: normal;
}
.feedback p .heading__Lv7 {
  word-break: break-all;
  overflow-wrap: break-word;
}
.feedback header {
  margin-bottom: 20px;
  position: relative;
}
.feedback a {
  text-decoration: none;
  color: #fff;
}
.feedback .a-tag {
  text-align: center;
  padding: 15px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .feedback .a-tag {
    line-height: 1.8;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .feedback .a-tag {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) {
  .feedback .a-tag {
    font-size: 0.5em;
  }
}

/* サービスご利用の流れ
============================================================================= */
.flow {
  background: linear-gradient(to bottom, #2D3FC7, #4361ac);
  color: #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/cmn/lineBg-w.svg");
  opacity: 0.06;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.flow-header {
  padding-top: 20px;
  position: relative;
  z-index: 0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .flow-header {
    text-align: center;
    padding-top: 70px;
  }
  .flow-header .heading__Lv2-main {
    margin-right: auto;
    max-width: inherit;
  }
}
.flow-header::before {
  content: "";
  display: block;
  max-width: 203px;
  width: 50%;
  aspect-ratio: 203/121;
  background: url(../images/service/flow_title.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -55px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .flow-header::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-header::before {
    top: -35px;
  }
}
.flow-header .heading__Lv2-main {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  line-height: 1.2;
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -37px 0;
  counter-reset: counter-flow;
}

@media screen and (max-width: 1024px) {
  .flow-list {
    flex-direction: column;
    margin: 0;
  }
}
.flow-listItem {
  width: calc(25% - 74px);
  margin: 0 37px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-increment: counter-flow;
}

.flow-listItem:not(:first-child)::before {
  content: "";
  display: block;
  width: 40px;
  height: 43px;
  background-image: url(../images/service/flow_arrow-single.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-listItem:not(:first-child)::before {
    transform: rotate(90deg);
    top: -55px;
    left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .flow-listItem:not(:first-child)::before {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
  }
}
.flow-listItem:nth-child(3)::before {
  background-image: url(../images/service/flow_arrow-double.svg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-listItem {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-template-rows: auto auto;
    gap: 0px 30px;
    grid-template-areas: "flow-listIcon flow-listTitle" "flow-listIcon flow-listText";
    align-items: inherit;
  }
  .flow-listItem:not(:first-child) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .flow-listItem {
    width: 100%;
    margin: 0;
  }
  .flow-listItem:not(:first-child) {
    margin-top: 70px;
  }
}
.flow-listTitle {
  order: 2;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
  grid-area: flow-listTitle;
}

.flow-listTitle::before {
  content: counter(counter-flow) ".";
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-listTitle {
    text-align: left;
    margin: 0 0 20px;
    align-self: end;
  }
}
.flow-listIcon {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-area: flow-listIcon;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-listIcon {
    align-self: start;
  }
}
.flow-listText {
  order: 3;
  grid-area: flow-listText;
}

.flow-listText a {
  color: #ffffff;
  text-underline-offset: 3px;
}

/* ==========================================================================
	footerのモジュール
============================================================================= */
.footer {
  background: #222222;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 66px;
  }
}

/* フッターコンテンツ
============================================================================= */
.footer__contents {
  background: #4e4e4e;
  color: #fff;
}
.footer__contents a {
  text-decoration-color: transparent;
  color: #fff;
  transition: text-decoration-color 0.3s;
  text-underline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__contents a:hover {
    text-decoration-color: #fff;
  }
}
.footer__contents .l-container {
  display: flex;
}

.footer__address {
  flex-shrink: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .footer__address {
    text-align: center;
    margin: 0 auto;
  }
}

.footer__address-logo {
  display: block;
}

.footer__address-heading {
  font-weight: 600;
  margin-top: 40px;
  color: #fff;
}

.footer__address-detail {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav-parentList {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.footer__nav-parentListItem {
  margin-bottom: 15px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.footer__nav-parentListItem > a {
  font-weight: 600;
  font-size: 15px;
}

.footer__nav-childListItem {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
}
.footer__nav-childListItem::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.footer__nav-childListItem > a {
  font-size: 14px;
}

/* コピーライト
============================================================================= */
.footer__copyright {
  background: #222222;
  font-weight: 600;
  color: #ffffff;
  padding: 1em 0;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__copyright small {
  display: block;
  font-size: 12px;
}

/* ==========================================================================
	メールフォームの共通モジュール
============================================================================= */
.form__header {
  background: linear-gradient(to right, #D4FF46, #B1FF46);
}
.form__header .heading__Lv1-en {
  font-size: 69px;
  margin-bottom: -0.3em;
}
@media screen and (max-width: 767px) {
  .form__header .heading__Lv1-en {
    font-size: 46px;
    margin-bottom: -0.2em;
  }
}
.form__header .heading__Lv1-jp {
  max-width: 100%;
  line-height: 1.5;
  white-space: normal;
}

.form__container {
  background: #ffffff;
  margin-top: calc(-1 * 110px / 2);
  padding: 60px calc(60px * 1.5);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .form__container {
    margin-top: calc(-1 * 70px / 2);
    padding: calc(20px * 1.5) 20px;
  }
}

.form__privacypolicy {
  width: 100%;
  height: 130px;
  border: 1px solid #D8D8D8;
  overflow-y: auto;
  padding: 10px;
  text-align: left;
  line-height: 1.65;
  font-size: 14px;
}
.form__privacypolicy * + * {
  margin-top: 0.5em;
}
.form__privacypolicy h2, .form__privacypolicy h3, .form__privacypolicy h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.form__privacypolicy h2:not(:first-child) {
  margin-top: 1.5em;
}
.form__privacypolicy h3:not(:first-child),
.form__privacypolicy h4:not(:first-child) {
  margin-top: 1em;
}
.form__privacypolicy ul {
  margin-left: 20px;
}
.form__privacypolicy ul > li {
  list-style: disc;
}

.form table {
  width: 100%;
}
.form .form__item {
  margin-bottom: 30px;
  display: block;
  margin-bottom: 30px;
  align-items: flex-start;
  width: 100%;
}
.form dt, .form th {
  margin-bottom: 18px;
  font-weight: bold;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.form dt span, .form th span {
  line-height: 1em;
  padding: 0.4em 0;
  vertical-align: text-top;
  color: #222222;
  font-size: 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  border-radius: 2px;
  border: 2px solid #222222;
}
@media screen and (max-width: 767px) {
  .form dt span, .form th span {
    font-size: 10px;
    line-height: 1.5em;
  }
}
.form .required dt span,
.form .required th span {
  color: #ffffff;
  background: #222222;
}
.form dd, .form td {
  display: block;
  margin: 0;
}
.form th, .form td {
  padding-bottom: 30px;
}
.form input, .form textarea, .form select {
  font-family: "Original Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji", arial, helvetica, sans-serif;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=number],
.form input[type=date],
.form select,
.form textarea {
  width: 100%;
  background: #FAFAFA;
  border: 2px solid transparent;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  padding: 0 1em;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form input[type=text]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #C1C1C1;
}
.form input[type=text]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder,
.form input[type=number]::placeholder,
.form input[type=date]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #C1C1C1;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=date]:focus,
.form select:focus,
.form textarea:focus {
  border-color: #D4FF46;
  background: #f8f8f8;
}
.form select::-ms-expand {
  display: none;
}
.form .selectWrap {
  position: relative;
}
.form .selectWrap::after {
  content: "▼";
  position: absolute;
  right: 1em;
  top: 0.6em;
  pointer-events: none;
}
.form input[type=date],
.form .selectWrap {
  max-width: 15em;
}
.form label {
  cursor: pointer;
}
.form textarea {
  display: block;
  padding: 17px 14px;
  height: 200px;
  line-height: 1.75;
  resize: vertical;
}
.form span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.form .wpcf7-radio .wpcf7-list-item-label {
  font-weight: normal;
}
.form .form__zipCode {
  margin-bottom: 10px;
}
.form .form__zipCode input {
  display: inline-block;
  width: 10em;
  margin-left: 10px;
}
.form .form__submit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  min-height: 75px;
  border: 2px solid #222222;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: cubic-bezier(0.7, 0.03, 0.25, 1) 0.05s;
  position: relative;
  z-index: 0;
}
.form .form__submit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s;
}
.form .form__submit:hover {
  opacity: 1;
}
.form .form__submit:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.form .form__submit::before {
  height: 100%;
  background-color: #222222;
}
.form .form__submit:not([target])::after {
  content: "\e914";
  font-family: "icomoon";
  font-size: 1.4em;
  margin-left: 24px;
  transition: transform cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s, color cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s;
}
.form .form__submit:not([target]):hover::after {
  transform: translateX(10px);
  color: #ffffff;
}
.form .form__submit:active {
  transform: scale(0.97);
}
.form .form__submit.is-greenGradient {
  background: linear-gradient(to right, #61CB8D, #4BB5BE);
  border: none;
}
.form .form__submit.is-greenGradient::before {
  background: linear-gradient(to right, #2D3FC7, #562DC7);
}
.form .form__submit.is-orangeGradient {
  background-image: url(../images/lp/back-lp_btn.png);
  background-size: cover;
  border-radius: 10px;
  border-color: #9c2c00;
  box-shadow: 2px 5px 2px #9c2c00;
}
.form .form__submit.is-orangeGradient::before {
  background: linear-gradient(to right, #fa7364, #9c2c00);
  border-radius: 10px;
}
.form .form__submit.is-orangeGradient:hover {
  transition: 0.2s;
  box-shadow: none;
  border-radius: 10px;
}
.form .form__submit.is-white {
  border-color: #ffffff;
}
.form .form__submit.is-white::before {
  background-color: #ffffff;
}
.form .form__submit.is-white:not([target]):hover::after {
  color: #222222;
}
.form .form__submit::after {
  position: absolute;
  margin: auto;
  padding-left: 4.5em;
}
.form .form__submit.js-disabled .form .form__submit.js-disabled:hover {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #ffffff;
}
.form .form__submit.js-disabled .form .form__submit.js-disabled:hover::before {
  content: none;
}
.form .form__submit.js-disabled .form .form__submit.js-disabled:hover::after {
  color: #ffffff;
  transform: none;
}
.form .form__submit.js-disabled .form .form__submit.js-disabled:hover input {
  color: #ffffff;
}
.form .form__submit input {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #222222;
}
.form .form__submit input:hover {
  color: #ffffff;
}
.form .form__submit input i {
  margin: 0 0.4em;
}
.form .form__submit input.is-greenGradient {
  color: #ffffff;
}
.form .form__submit input.is-orangeGradient {
  border-radius: 10px;
  border-color: #fa1900;
  background-color: #fa7364;
  color: #fff;
}
.form .form__submit input.is-white {
  color: #ffffff;
}
.form .form__submit input.is-white:hover {
  color: #222222;
}
.form .form__submit input {
  padding-right: 46px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.form .wpcf7-spinner {
  display: none;
}
.form .form__submit + p {
  margin: 30px 0 0;
}
.form .form__acceptance {
  text-align: center;
  margin: 20px 0 40px;
}
.form {
  /* エラー表示調整
  ----------------------------------------------------------------- */
}
.form .wpcf7-not-valid-tip {
  background: #ffe6ea;
  width: 100%;
  margin-top: 10px;
  color: #dc3232;
  border-radius: 3px;
  display: block;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
}
.form div.wpcf7-mail-sent-ok {
  display: none !important;
}
.form .ui-datepicker {
  z-index: 10 !important;
}

/* ==========================================================================
   gototopのモジュール
============================================================================= */
.gototop {
  position: fixed;
  z-index: 1000;
  right: 40px;
  bottom: 40px;
  background: #214F9E;
  border: 5px solid #53AE79;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0.8em;
  display: none;
}
.gototop::before {
  content: "";
  width: 20px;
  height: 15px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 65%, 50% 0, 100% 65%, 85% 85%, 50% 35%, 15% 85%);
}
@media (hover: hover) and (pointer: fine) {
  .gototop:hover {
    animation: keyframes_jump 0.5s 1 linear;
  }
}

/* ==========================================================================
hamburgerのモジュール
============================================================================= */
.hamburger {
  display: none;
  position: relative;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1300px) {
  .hamburger {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) {
  .hamburger {
    display: block !important;
  }
}
.hamburger span {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #222222;
  transition: left 0.3s, top 0.3s, opacity 0.3s, background-color 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
  left: 0;
}
.hamburger span:nth-child(2) {
  top: 0;
  left: 8px;
}
.hamburger span:nth-child(3) {
  top: 0;
  left: 16px;
}
.hamburger span:nth-child(4) {
  top: 8px;
  left: 0;
}
.hamburger span:nth-child(5) {
  top: 8px;
  left: 8px;
}
.hamburger span:nth-child(6) {
  top: 8px;
  left: 16px;
}
.hamburger span:nth-child(7) {
  top: 16px;
  left: 0;
}
.hamburger span:nth-child(8) {
  top: 16px;
  left: 8px;
}
.hamburger span:nth-child(9) {
  top: 16px;
  left: 16px;
}
.hamburger[aria-expanded=true] span {
  background: #ffffff;
}
.hamburger[aria-expanded=true] span:nth-child(2) {
  left: 0;
}
.hamburger[aria-expanded=true] span:nth-child(4) {
  top: 16px;
}
.hamburger[aria-expanded=true] span:nth-child(6) {
  top: 0;
}
.hamburger[aria-expanded=true] span:nth-child(8) {
  left: 16px;
}
.hamburger[aria-expanded=true] span:nth-child(1) {
  top: 8px;
  opacity: 0;
}
.hamburger[aria-expanded=true] span:nth-child(3) {
  left: 8px;
  opacity: 0;
}
.hamburger[aria-expanded=true] span:nth-child(7) {
  left: 8px;
  opacity: 0;
}
.hamburger[aria-expanded=true] span:nth-child(9) {
  top: 8px;
  opacity: 0;
}

/* ==========================================================================
	headerのモジュール
============================================================================= */
.header {
  position: fixed;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  width: 100%;
  height: 90px;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.95);
  color: #080808;
}
@media screen and (min-width: 1025px) {
  .header {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1800px) {
  .header {
    height: 75px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    height: 55px;
  }
}
@media screen and (max-width: 425px) {
  .header {
    height: 45px;
  }
}
.header .l-container {
  max-width: 1170px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .header .l-container {
    width: 100%;
    padding-right: 20px;
  }
}
.is-spMenuActive .header {
  background: #4E4E4E;
}

/* ==============================
// ロゴ
================================= */
@media screen and (max-width: 1800px) {
  .header__logoWrap {
    scale: 0.9;
  }
}
@media screen and (max-width: 1300px) {
  .header__logoWrap {
    height: 100%;
    margin: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__logoWrap {
    transform: scale(0.75);
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 425px) {
  .header__logoWrap {
    transform: scale(0.75);
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .header__logoWrap {
    transform: scale(0.5);
    margin: 0 0 0 -50px;
  }
}

.header__logo {
  display: block;
  transform: scale(0.6, 0.6);
  height: 20%;
  width: auto;
  animation: motion 5s linear infinite;
}

@keyframes motion {
  0%, 100% {
    width: 50%;
    height: auto;
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.header__logo {
  display: block;
  transform: scale(0.6, 0.6);
  height: 20%;
  animation: motion 5s linear infinite;
}

#header {
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background-color: #aaa;
  transition: all 0.3s ease-out;
}

#header.fixed-hide {
  top: -45px;
}

/* ==============================
// ナビゲーションラッパー
================================= */
@media screen and (max-width: 1300px) {
  .header__contents {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    height: calc(100svh - 55px);
    padding-bottom: 20px;
    background: #4E4E4E;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1300px) and (max-width: 425px) {
  .header__contents {
    top: 45px;
    width: 100%;
    height: calc(100vh - 45px);
    height: calc(100svh - 45px);
  }
}
@media screen and (max-width: 1300px) {
  .header__contents[aria-hidden=false] {
    display: block;
  }
}
/* ==============================
// ナビゲーション
================================= */
.header__nav {
  color: #080808 !important;
  display: grid;
  grid-template-columns: 1fr 140px;
  grid-template-rows: auto auto;
  gap: 15px 20px;
  grid-template-areas: "header__nav-forClient header__nav-forCounseling" "header__nav-parentList header__nav-forCounseling";
}

@media screen and (max-width: 1300px) {
  .header__nav {
    display: block;
    color: #fff !important;
  }
}
.header__nav-parentList {
  align-self: stretch;
  grid-area: header__nav-parentList;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .header__nav-parentList {
    display: block;
    padding: 0 20px;
  }
}
.header__nav-parentListItem {
  position: relative;
}

.header__nav-parentListItem:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 1300px) {
  .header__nav-parentListItem:not(:first-child) {
    margin-left: 0;
  }
}
.header__nav-parentListItem a, .header__nav-parentListItem button {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.header__nav-parentListItem > a,
.header__nav-parentListItem > button {
  color: #222222;
}

@media screen and (max-width: 1300px) {
  .header__nav-parentListItem > a,
  .header__nav-parentListItem > button {
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 20px 20px 20px 0;
    text-align: left;
  }
}
.header__nav-parentListItem > a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 7px;
  text-underline-offset: -0.2em;
  transition: text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

@media (hover: hover) and (pointer: fine) {
  .header__nav-parentListItem > a:hover {
    text-decoration-color: #D4FF46;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-parentListItem > a {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-parentListItem:hover .header__nav-togglePanel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}
.header__nav-toggleTrigger {
  padding: 0 1em 0 0;
  position: relative;
}

.header__nav-toggleTrigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: #080808;
  clip-path: polygon(15% 0, 50% 52%, 85% 0, 100% 33%, 50% 100%, 0 33%);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0.25em;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  transition: transform 0.3s, opacity 0.3s;
}

@media screen and (max-width: 1300px) {
  .header__nav-toggleTrigger::before {
    width: 12px;
    height: 2px;
    background: #ffffff;
    clip-path: none;
    top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-toggleTrigger::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center;
    transition: transform 0.3s, opacity 0.3s;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-toggleTrigger[aria-expanded=true]::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .header__nav-toggleTrigger[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
}
.header__nav-togglePanel {
  position: absolute;
  width: 264px;
  padding-top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}

.header__nav-togglePanel[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 1300px) {
  .header__nav-togglePanel {
    position: static;
    width: 100%;
    transform: none !important;
    padding: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: none;
  }
  .header__nav-togglePanel[aria-hidden=false] {
    display: block;
  }
}
.header__nav-togglePanel::before {
  content: "";
  width: 20px;
  height: 17px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #4E4E4E;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .header__nav-togglePanel::before {
    content: none;
  }
}
.header__nav-togglePanel a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .header__nav-togglePanel a:hover {
    text-decoration-color: #ffffff;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-togglePanel a {
    text-decoration: none;
  }
}
.header__nav-childList {
  background: #4E4E4E;
  padding: 25px 30px;
}

@media screen and (max-width: 1300px) {
  .header__nav-childList {
    padding: 0;
  }
}
.header__nav-childListItem:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 1300px) {
  .header__nav-childListItem > a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-grandChildList {
    padding: 0 20px;
  }
}
.header__nav-grandChildListItem {
  margin-top: 5px;
  padding-left: 1em;
  position: relative;
  font-family: "Original Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.header__nav-grandChildListItem::before {
  content: "-";
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.header__nav-grandChildListItem a {
  font-family: "Original Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji", arial, helvetica, sans-serif;
  font-weight: normal;
}

/* ==============================
// 人材をお求めの企業様へ
================================= */
.header__nav-forClient {
  justify-self: end;
  grid-area: header__nav-forClient;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #222222;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 7px;
  text-underline-offset: -0.2em;
  transition: text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.header__nav-forClient .svg-img {
  margin-right: 0.5em;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-forClient:hover {
    text-decoration-color: #D4FF46;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-forClient {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px * 2);
    min-height: 75px;
    margin: 20px 20px 0;
    padding: 13px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
  }
  .header__nav-forClient::after {
    content: "\e914";
    font-family: "icomoon";
    font-size: 16px;
    margin-left: 24px;
    transition: transform cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s, color cubic-bezier(0.7, 0.03, 0.25, 1) 0.4s;
  }
  .header__nav-forClient .svg-img path {
    fill: #ffffff;
  }
}

/* ==============================
// エージェントに相談する
================================= */
.header__nav-forCounseling {
  align-self: center;
  grid-area: header__nav-forCounseling;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  position: relative;
  background: linear-gradient(to right, #61CB8D, #4BB5BE);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  gap: 0;
  color: #ffffff;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounseling {
    margin: 20px 20px 0;
    min-height: 75px;
  }
}
.header__nav-forCounseling::after {
  content: none;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounseling::after {
    content: "\e914";
    font-family: "icomoon";
  }
}

.header__nav-forCounselingCopy {
  font-size: 12px;
  height: 1.2em;
  line-height: 1;
  display: flex;
}
.header__nav-forCounselingCopy::before, .header__nav-forCounselingCopy::after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../images/cmn/btn_icon.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingCopy::before, .header__nav-forCounselingCopy::after {
    content: none;
  }
}
.header__nav-forCounselingCopy::before {
  margin-right: 5px;
}
.header__nav-forCounselingCopy::after {
  margin-left: 3px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingCopy strong {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
  }
  .header__nav-forCounselingCopy strong::before {
    content: "【";
  }
  .header__nav-forCounselingCopy strong::after {
    content: "】";
  }
}
.header__nav-forCounselingCopy span {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingCopy span {
    display: inline;
  }
}

.header__nav-forCounselingTitle {
  font-size: 14px;
  line-height: 1.2;
}

.header__nav-forCounselingIcon {
  width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #222222;
  aspect-ratio: 1/1;
  padding-left: 0.12em;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 0;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingIcon {
    width: 48px;
    font-size: 11px;
    transform: rotate(-18deg);
    right: inherit;
    left: -16px;
  }
}
.header__nav-forCounselingIcon::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cmn/badge_yellow.svg) center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation: keyframes_rotate-badge 10s infinite linear;
}

/* ==============================
// 管理バーの干渉を調整
================================= */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/* ==========================================================================
  見出しのモジュール
============================================================================= */
.heading__Lv1-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 90px;
  text-transform: capitalize;
  line-height: 1.1;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .heading__Lv1-en {
    font-size: 70px;
  }
}
.heading__Lv1-en[class*=anime-splitStr] {
  text-transform: none;
}
.heading__Lv1-en[class*=anime-splitStr] > span:first-child > span:first-child {
  text-transform: uppercase;
}

.heading__Lv1-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 0.4em;
  color: #222222;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.12em;
  max-width: 484px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .heading__Lv1-jp {
    font-size: 18px;
    line-height: 1.6;
  }
}

.heading__Lv1-main {
  font-weight: 1000;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  width: auto;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding: 0px 5%;
  z-index: 2;
}

[class*=heading__Lv2-wrap] {
  margin-bottom: 60px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  [class*=heading__Lv2-wrap] {
    margin-bottom: 40px;
  }
}

.heading__Lv2-wrap-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-wrap-left {
    padding-top: 26px;
  }
}

.heading__Lv2-wrap-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-wrap-center {
    padding-top: 26px;
  }
}

.heading__Lv2-wrap-right {
  text-align: right;
}

.heading__Lv2-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-main {
    font-size: 31px;
    line-height: 1.2em;
  }
}
.heading__Lv2-main::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-main::before {
    max-width: 133px;
  }
}
.heading__Lv2-wrap-center .heading__Lv2-main {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 65px);
}
.heading__Lv2-wrap-center .heading__Lv2-main::before {
  transform: rotate(348deg);
  left: -138px;
  top: -44px;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-wrap-center .heading__Lv2-main::before {
    left: -32px;
    top: -33px;
  }
}
.heading__Lv2-wrap-right .heading__Lv2-main {
  margin-left: auto;
  max-width: calc(100% - 73px);
}
.heading__Lv2-wrap-right .heading__Lv2-main::before {
  transform: rotate(348deg);
  left: -138px;
  top: -44px;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-wrap-right .heading__Lv2-main::before {
    left: -73px;
    top: -37px;
  }
}

.heading__Lv2-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 1em;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .heading__Lv2-sub {
    font-size: 17px;
    margin-top: 0.4em;
  }
}

.heading__Lv3 {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 70px;
  display: flex;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.heading__Lv3::before {
  content: "";
  flex-shrink: 0;
  width: 17px;
  margin-right: 0.8em;
  background: repeating-linear-gradient(-35deg, rgba(34, 34, 34, 0.2), #222222 0.4px, #222222 5.4px, rgba(34, 34, 34, 0.2) 5.8px, transparent 6.2px, transparent 11.2px);
}
@media screen and (max-width: 767px) {
  .heading__Lv3::before {
    background: repeating-linear-gradient(-35deg, rgba(34, 34, 34, 0.2), #222222 0.4px, #222222 3.4px, rgba(34, 34, 34, 0.2) 3.8px, transparent 4.2px, transparent 7.2px);
  }
}
@media screen and (max-width: 767px) {
  .heading__Lv3::before {
    width: 9px;
    margin-right: 0.4em;
  }
}

.heading__Lv3-main {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 70px;
  line-height: 1.5em;
  width: auto;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.heading__Lv3-sub {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  width: auto;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.heading__Lv4 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.heading__Lv5 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.heading__Lv6 {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: bold;
}
.heading__Lv6:not(:first-child) {
  margin-top: 0.9em;
}

.heading__Lv7 {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.heading__Lv7:not(:first-child) {
  margin-top: 0.9em;
}

.heading__Lv8 {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.heading__Lv8:not(:first-child) {
  margin-top: 0.9em;
}

/*
■　使い方

編集ツール：https://icomoon.io/app/#/select
１　icomoonにアクセスする
２　左上の「import icons」を押して assets>font>selection.json を選択
３　ここ（https://www.granfairs.com/blog/staff/howto-create-iconfont）の
　　STEP1. オリジナルアイコンを準備する　〜　STEP5. フォントファイルを生成　を参考に
　　アイコンフォントデータを編集・ダウンロード
４　ダウンロードしたファイルの「fonts」内のファイルと、selection.jsonを　assets>font　に全て入れる
５　<i class="icon-mail"></i>のような感じで使える

*/
@font-face {
  font-family: "icomoon";
  src: url("https://hiraku-agent.com/gamecreater/wp-content/themes/hirakuagent/assets/fonts/icomoon.eot");
  src: url("https://hiraku-agent.com/gamecreater/wp-content/themes/hirakuagent/assets/fonts/icomoon.eot") format("embedded-opentype"), url("https://hiraku-agent.com/gamecreater/wp-content/themes/hirakuagent/assets/fonts/icomoon.ttf") format("truetype"), url("https://hiraku-agent.com/gamecreater/wp-content/themes/hirakuagent/assets/fonts/icomoon.woff") format("woff"), url("../https://hiraku-agent.com/gamecreater/wp-content/themes/hirakuagent/assets/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arr-long-b:before {
  content: "\e912";
}

.icon-arr-long-l:before {
  content: "\e913";
}

.icon-arr-long-r:before {
  content: "\e914";
}

.icon-arr-long-t:before {
  content: "\e915";
}

.icon-arr-thin-r:before {
  content: "\e900";
}

.icon-dl:before {
  content: "\e901";
}

.icon-arr-thin-t:before {
  content: "\e902";
}

.icon-popup:before {
  content: "\e903";
}

.icon-tel:before {
  content: "\e904";
}

.icon-arr-b:before {
  content: "\e905";
}

.icon-arr-l:before {
  content: "\e906";
}

.icon-arr-r:before {
  content: "\e907";
}

.icon-arr-t:before {
  content: "\e908";
}

.icon-arr-thin-b:before {
  content: "\e909";
}

.icon-arr-thin-l:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-checked:before {
  content: "\e90c";
}

.icon-pamph:before {
  content: "\e90d";
}

.icon-freeDial:before {
  content: "\e90e";
}

.icon-mailThin:before {
  content: "\e90f";
}

.icon-line:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-popup1:before {
  content: "\e911";
}

@keyframes keyframes_rotate-badge {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes keyframes_rotate-logo {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
@keyframes keyframes_shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(1px, 1px) rotateZ(0.5deg);
  }
  50% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  75% {
    transform: translate(1px, 0px) rotateZ(-0.5deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes keyframes_jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes keyframes_move-stripe {
  0% {
    background-position-y: 0, 0;
  }
  100% {
    background-position-y: 15px, 0;
  }
}
@keyframes keyframes_move-triangle {
  0% {
    background-position-y: 0;
    opacity: 1;
  }
  50% {
    background-position-y: -100px;
    opacity: 0;
  }
  100% {
    background-position-y: -200px;
    opacity: 1;
  }
}
@keyframes keyframes_move-triangleReverse {
  0% {
    background-position-y: 0;
    opacity: 0;
    transform: rotate(-15deg);
  }
  50% {
    background-position-y: -100px;
    opacity: 1;
    transform: rotate(0);
  }
  100% {
    background-position-y: -200px;
    opacity: 0;
    transform: rotate(15deg);
  }
}
/* ==========================================================================
実績モジュール
============================================================================= */
.listAchivement__wrapper > div {
  width: 100%;
  height: 42px;
  background-size: auto 42px;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.listAchivement__wrapper > div:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .listAchivement__wrapper > div:not(:first-child) {
    margin-top: 30px;
  }
}

.listAchivement__list-01 {
  background-image: -webkit-image-set(url(../images/cmn/achievement_list-01.png) 1x, url(../images/cmn/achievement_list-01@2x.png) 2x);
  background-image: image-set(url(../images/cmn/achievement_list-01.png) 1x, url(../images/cmn/achievement_list-01@2x.png) 2x);
  animation: listAchivement__list-01 30s infinite linear;
}

@keyframes listAchivement__list-01 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 3383px;
  }
}
.listAchivement__list-02 {
  background-image: -webkit-image-set(url(../images/cmn/achievement_list-02.png) 1x, url(../images/cmn/achievement_list-02@2x.png) 2x);
  background-image: image-set(url(../images/cmn/achievement_list-02.png) 1x, url(../images/cmn/achievement_list-02@2x.png) 2x);
  animation: listAchivement__list-02 25s infinite linear;
}

@keyframes listAchivement__list-02 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2619px;
  }
}
.listAchivement__list-03 {
  background-image: -webkit-image-set(url(../images/cmn/achievement_list-03.png) 1x, url(../images/cmn/achievement_list-03@2x.png) 2x);
  background-image: image-set(url(../images/cmn/achievement_list-03.png) 1x, url(../images/cmn/achievement_list-03@2x.png) 2x);
  animation: listAchivement__list-03 20s infinite linear;
}

@keyframes listAchivement__list-03 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2618px;
  }
}
/* ==========================================================================
実績モジュール
============================================================================= */
.listOneAchivement__wrapper > div {
  width: 100%;
  height: 42px;
  background-size: auto 42px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.listOneAchivement {
  background-image: -webkit-image-set(url(../images/cmn/achievement_list-01.png) 1x, url(../images/cmn/achievement_list-01@2x.png) 2x);
  background-image: image-set(url(../images/cmn/achievement_list-01.png) 1x, url(../images/cmn/achievement_list-01@2x.png) 2x);
  animation: listOneAchivement 50s infinite linear;
}

@keyframes listOneAchivement {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2619px;
  }
}
/* ==========================================================================
シングルページなどに利用するシンプルなカテゴリリストのモジュール
============================================================================= */
.listSimpleCat__wrap {
  overflow: hidden;
}
.listSimpleCat__wrap.is-archive .listSimpleCat__list {
  margin: -10px -6px 0;
}
.listSimpleCat__wrap.is-archive .listSimpleCat__item {
  margin: 10px 6px 0;
}
.listSimpleCat__wrap.is-archive .listSimpleCat__item > * {
  background: #F4F4F4;
  color: #222222;
  font-size: 11px;
  line-height: 1.5em;
  padding: 3px 7px;
  transition: color 0.3s, background-color 0.3s;
}
.listSimpleCat__wrap.is-archive .listSimpleCat__item > *::before {
  content: "#";
}
@media (hover: hover) and (pointer: fine) {
  .listSimpleCat__wrap.is-archive .listSimpleCat__item > a:hover {
    color: #ffffff;
    background: #222222;
  }
}
.listSimpleCat__wrap.is-single .listSimpleCat__list {
  margin: -15px -7px 0;
}
.listSimpleCat__wrap.is-single .listSimpleCat__item {
  margin: 15px 7px 0;
}
.listSimpleCat__wrap.is-single .listSimpleCat__item > * {
  border: 2px solid #222222;
  color: #222222;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .listSimpleCat__wrap.is-single .listSimpleCat__item > a:hover {
    color: #ffffff;
    background: #222222;
  }
}

.listSimpleCat__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.listSimpleCat__item > * {
  display: block;
  text-decoration: none;
}

/* ==========================================================================
/* 表示設定
============================================================================= */
.l-main {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

/* ==========================================================================
	下層ページのHeroモジュール
============================================================================= */
.pageHero {
  background-color: #F4F4F4;
  background-image: url("../images/cmn/pageHero__back.svg");
  background-position: bottom center;
  background-size: cover;
  padding: calc(110px + 128px) 0 110px;
}
@media screen and (max-width: 767px) {
  .pageHero {
    padding: calc(70px + 56px) 0 70px;
  }
}
.pageHero .heading__Lv1-en {
  margin-bottom: -0.25em;
}
@media screen and (max-width: 767px) {
  .pageHero .heading__Lv1-en {
    font-size: clamp(45px, 15vw, 70px);
    margin-bottom: -0.35em;
  }
}
.pageHero .heading__Lv1-jp {
  max-width: inherit;
  transition-delay: 0.5s;
}
.pageHero .thanks {
  background-color: #fff;
}

/* single用
============================================================================= */
.pageHero__inner-single {
  display: flex;
  flex-direction: column;
}
.pageHero__inner-single .heading__Lv1-wrap {
  order: 2;
  margin-top: 15px;
}
.pageHero__inner-single .listSimpleCat__wrap {
  order: 1;
}
.pageHero__inner-single time {
  order: 3;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 25px;
}

.pageHero__inner-singleTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 44px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.pageHero__inner-singleTitle.anime-splitStrFadeIn > span {
  white-space: inherit;
}
@media screen and (max-width: 767px) {
  .pageHero__inner-singleTitle {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* ==========================================================================
/* point
============================================================================= */
.point-service {
  background: linear-gradient(to bottom, #2D3FC7, #57ba8d);
  color: #ffffff;
}
.point-service .l-section {
  padding-bottom: 0px;
}
.point-service .anime-fadeInBottom {
  padding: 0 5%;
}
.point-service .anime-fadeInBottom .heading__Lv7 {
  word-break: strict;
}
.point-service .anime-fadeInBottom .heading__Lv6 {
  line-height: 1.5;
  line-break: normal;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .point-service .anime-fadeInBottom .heading__Lv6 {
    line-height: 1.8;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .point-service .anime-fadeInBottom .heading__Lv6 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  .point-service .anime-fadeInBottom .heading__Lv6 {
    font-size: 0.6em;
  }
}
.point-service .service__advantage-headingIcon {
  font-family: "Josefin Sans";
  font-size: 1em;
  line-height: 0.8em;
  color: #fdf64d;
  text-shadow: 1px 1px 0 #2D3FC7, -1px -1px 0 #2D3FC7, -1px 1px 0 #2D3FC7, 1px -1px 0 #2D3FC7, 0px 1px 0 #2D3FC7, -1px 0 #2D3FC7, -1px 0 0 #2D3FC7, 1px 0 0 #2D3FC7;
}
.point-service header {
  margin-bottom: 20px;
}
.point-service header::after {
  content: "";
  display: block;
  max-width: 500px;
  width: 26%;
  aspect-ratio: 499/222;
  background: url(../images/lp/service.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 130px;
  top: -85px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .point-service header::after {
    left: 112px;
    top: -75px;
    transform: rotate(10deg);
  }
}
@media screen and (max-width: 768px) {
  .point-service header::after {
    left: 110px;
    top: -57px;
    transform: rotate(5deg);
  }
}
@media screen and (max-width: 426px) {
  .point-service header::after {
    left: 75px;
    top: -35px;
    transform: rotate(6deg);
  }
}
@media screen and (max-width: 376px) {
  .point-service header::after {
    left: 104px;
  }
}
@media screen and (max-width: 320px) {
  .point-service header::after {
    left: 92px;
    width: 130px;
    top: -43px;
    transform: rotate(15deg);
  }
}
.point-service .ol-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px 20px 0px 20px;
  margin-top: -10px;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .point-service .ol-column {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .point-service .ol-column {
    padding: 0 5px;
  }
}
.point-service .li-column {
  width: 20%;
  margin: 54px 20px;
  padding: 20px 5px;
  flex-direction: column;
  align-items: center;
  border: 2px solid #2b3f70;
  background: rgba(25, 26, 87, 0.6);
  box-shadow: 0 20px 30px rgba(25, 26, 87, 0.5);
}
@media screen and (max-width: 768px) {
  .point-service .li-column {
    width: 80%;
    margin: 10px 10px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .point-service .li-column {
    width: 90%;
    padding: 5px;
    margin: 10px 0px;
  }
}
.point-service .li-column .photaria {
  height: 100%;
  width: auto;
  padding: 10px 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .point-service .li-column .title {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.point-service .li-column .title img {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point-service .li-column .title img {
    width: 30%;
    margin: 0 10px 0 0;
  }
}
.point-service .li-column .title .heading__Lv5 {
  font-family: "Kaisei Opti";
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .point-service .li-column .title .heading__Lv5 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .point-service .li-column .title .heading__Lv5 {
    font-size: 1.1em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .point-service .li-column .title .heading__Lv5 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 375px) {
  .point-service .li-column .title .heading__Lv5 {
    font-size: 0.6em;
  }
}
.point-service .li-column .title .heading__Lv6 {
  line-height: 1.5;
  line-break: normal;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .point-service .li-column .title .heading__Lv6 {
    line-height: 1.8;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .point-service .li-column .title .heading__Lv6 {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 320px) {
  .point-service .li-column .title .heading__Lv6 {
    font-size: 0.4em;
  }
}
.point-service .li-column .point_num {
  font-family: "Josefin Sans";
  position: absolute;
  background-size: cover;
  display: inline-block;
  font-size: 2em;
  font-weight: lighter;
  height: 60px;
  width: 60px;
  line-height: 61px;
  transform: translate(-25px, -40px);
  z-index: 4;
  background-image: url(../images/lp/deco-point-db.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .point-service .li-column .point_num {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 2em;
    transform: translate(-25px, -22px);
  }
}
@media screen and (max-width: 767px) {
  .point-service .li-column .point_num {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 1.4em;
    transform: translate(-19px, -21px);
  }
}

.point-difference {
  background-color: #57ba8d;
  color: #ffffff;
}
.point-difference .anime-fadeInBottom {
  padding: 0 5%;
}
.point-difference .anime-fadeInBottom .heading__Lv7 {
  word-break: strict;
}
.point-difference .anime-fadeInBottom .heading__Lv6 {
  line-height: 1.5;
  line-break: normal;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .point-difference .anime-fadeInBottom .heading__Lv6 {
    line-height: 1.8;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .point-difference .anime-fadeInBottom .heading__Lv6 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) {
  .point-difference .anime-fadeInBottom .heading__Lv6 {
    font-size: 0.5em;
  }
}
.point-difference .service__advantage-headingIcon {
  font-family: "Josefin Sans";
  font-size: 1em;
  line-height: 0.8em;
  color: #fdf64d;
  text-shadow: 1px 1px 0 #2D3FC7, -1px -1px 0 #2D3FC7, -1px 1px 0 #2D3FC7, 1px -1px 0 #2D3FC7, 0px 1px 0 #2D3FC7, -1px 0 #2D3FC7, -1px 0 0 #2D3FC7, 1px 0 0 #2D3FC7;
}
.point-difference header {
  margin-bottom: 20px;
}
.point-difference header::after {
  content: "";
  display: block;
  max-width: 500px;
  width: 26%;
  aspect-ratio: 499/222;
  background: url(../images/lp/difference.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 130px;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .point-difference header::after {
    left: 112px;
    top: -75px;
    transform: rotate(10deg);
  }
}
@media screen and (max-width: 768px) {
  .point-difference header::after {
    left: 110px;
    top: -57px;
    transform: rotate(5deg);
  }
}
@media screen and (max-width: 426px) {
  .point-difference header::after {
    left: 75px;
    top: -35px;
    transform: rotate(9deg);
  }
}
@media screen and (max-width: 376px) {
  .point-difference header::after {
    left: 104px;
  }
}
@media screen and (max-width: 320px) {
  .point-difference header::after {
    left: 92px;
    width: 130px;
    top: -43px;
    transform: rotate(15deg);
  }
}
.point-difference .ol-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px 20px 0px 20px;
  margin-top: -10px;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .point-difference .ol-column {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .point-difference .ol-column {
    padding: 0 5px;
  }
}
.point-difference .li-column {
  width: 28.3333333333%;
  margin: 54px 15px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border: 2px solid #2b3f70;
  background: rgba(25, 26, 87, 0.6);
  box-shadow: 0 20px 30px rgba(25, 26, 87, 0.5);
}
@media screen and (max-width: 768px) {
  .point-difference .li-column {
    width: 80%;
    margin: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .point-difference .li-column {
    width: 90%;
    padding: 5px;
    margin: 10px 0px;
  }
}
.point-difference .li-column .photaria {
  height: 100%;
  width: auto;
  padding: 10px 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .point-difference .li-column .title {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.point-difference .li-column .title img {
  margin: 0 25%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .point-difference .li-column .title img {
    width: 15%;
    margin: 0;
  }
}
.point-difference .li-column .title .heading__Lv5 {
  font-family: "Kaisei Opti";
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .point-difference .li-column .title .heading__Lv5 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .point-difference .li-column .title .heading__Lv5 {
    font-size: 1.1em;
    padding-left: 5%;
    text-align: left;
  }
  .point-difference .li-column .title .heading__Lv5::before {
    content: "▼";
    display: inline-block;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .point-difference .li-column .title .heading__Lv5 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 375px) {
  .point-difference .li-column .title .heading__Lv5 {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .point-difference .li-column .title .heading__Lv5.flipped::before {
    content: "▲";
  }
}
.point-difference .li-column .point_num {
  font-family: "Josefin Sans";
  position: absolute;
  background-size: cover;
  display: inline-block;
  font-size: 2.2em;
  font-weight: lighter;
  height: 80px;
  width: 80px;
  line-height: 80px;
  transform: translate(-42px, -47px);
  z-index: 4;
  background-image: url(../images/lp/deco-point-db.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .point-difference .li-column .point_num {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 2em;
    transform: translate(-37px, -41px);
  }
}
@media screen and (max-width: 767px) {
  .point-difference .li-column .point_num {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 1.4em;
    transform: translate(-19px, -21px);
  }
}
@media screen and (max-width: 768px) {
  .point-difference .li-column .content {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}
.point-difference .li-column .content .heading__Lv6 {
  line-height: 1.5;
  line-break: normal;
  font-weight: 500;
  word-break: break-all;
  margin-top: 0.9em;
}
@media screen and (max-width: 1024px) {
  .point-difference .li-column .content .heading__Lv6 {
    line-height: 1.8;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .point-difference .li-column .content .heading__Lv6 {
    font-size: 0.6em;
    margin-top: 0em;
  }
}
@media screen and (max-width: 320px) {
  .point-difference .li-column .content .heading__Lv6 {
    font-size: 0.4em;
  }
}
.point-difference .li-column input[type=checkbox] {
  display: none;
}

.point-success {
  background-color: #4361ac;
  color: #ffffff;
}
.point-success .anime-fadeInBottom {
  padding: 0 5%;
}
.point-success .ol-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px 20px 0px 20px;
  margin-top: -10px;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .point-success .ol-column {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .point-success .ol-column {
    padding: 0 5px;
  }
}
.point-success .li-column {
  width: 28.3333333333%;
  margin: 54px 15px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .point-success .li-column {
    width: 80%;
    margin: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .point-success .li-column {
    width: 90%;
    padding: 5px;
    margin: 10px 0px;
  }
}
.point-success .li-column .photaria {
  height: 100%;
  width: auto;
  padding: 10px 20px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #222;
}
.point-success .li-column .title {
  padding: 10px auto;
}
@media screen and (max-width: 768px) {
  .point-success .li-column .title {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.point-success .li-column .title img {
  margin: 0 25%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .point-success .li-column .title img {
    width: 15%;
    margin: 0;
  }
}
.point-success .li-column .title .heading__Lv5 {
  font-family: "Kaisei Opti";
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .point-success .li-column .title .heading__Lv5 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .point-success .li-column .title .heading__Lv5 {
    font-size: 1.1em;
    padding-left: 5%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .point-success .li-column .title .heading__Lv5 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 375px) {
  .point-success .li-column .title .heading__Lv5 {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .point-success .li-column .content {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}
.point-success .li-column .content .heading__Lv6 {
  line-height: 1.5;
  line-break: normal;
  font-weight: 500;
  word-break: break-all;
  margin-top: 0.9em;
}
@media screen and (max-width: 1024px) {
  .point-success .li-column .content .heading__Lv6 {
    line-height: 1.8;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .point-success .li-column .content .heading__Lv6 {
    font-size: 0.6em;
    margin-top: 0em;
  }
}
@media screen and (max-width: 320px) {
  .point-success .li-column .content .heading__Lv6 {
    font-size: 0.4em;
  }
}

/* ==========================================================================
	ポーターズ用モジュール
============================================================================= */
.po-privacy-policy {
  line-height: 1.5 !important;
}

/* 求人検索
============================================================================= */
.porters__search .style3 div.po-header-right button {
  height: 42px;
}

/* ピックアップ求人
============================================================================= */
.porters__pickup .swiper-slide {
  width: 280px;
}
.porters__pickup .swiper {
  overflow: visible;
}
.porters__pickup .swiper-wrapper {
  align-items: stretch;
  display: flex;
}
@media screen and (max-width: 599px) {
  .porters__pickup .swiper-wrapper {
    bottom: 50px;
  }
}
@media screen and (max-width: 374px) {
  .porters__pickup .swiper-wrapper {
    bottom: 40px;
  }
}
.porters__pickup .po-job-separator {
  display: none !important;
}
.porters__pickup .po-job-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1.25;
  border: 3px solid #222222;
  padding: 40px 40px 0;
  border-radius: 50vw 50vw 0 0;
}
@media all and (max-width: 599px) {
  .porters__pickup .po-job-item {
    aspect-ratio: 1/1;
    overflow-y: auto;
  }
}
.porters__pickup .po-job-item-data {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
}
@media all and (max-width: 767px) {
  .porters__pickup .po-job-item-data {
    scale: 0.9;
  }
}
@media all and (max-width: 599px) {
  .porters__pickup .po-job-item-data {
    scale: 1;
  }
}
@media all and (max-width: 374px) {
  .porters__pickup .po-job-item-data {
    scale: 0.9;
  }
}
.porters__pickup .po-job-item-data table,
.porters__pickup .po-job-item-data tbody {
  width: 100% !important;
  display: block !important;
}
.porters__pickup .po-job-item-data tr {
  display: flex !important;
  width: 100% !important;
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
}
.porters__pickup .po-job-item-data th.po-label {
  flex-shrink: 0;
  display: block !important;
  font-weight: 600;
  margin: 0 0.25em 0 0 !important;
  width: 5.5em !important;
  text-align: left;
  line-height: 1.3;
  border-style: solid !important;
  border-color: #222222 !important;
  border-width: 0 3px 0 0 !important;
  padding: 0 !important;
}
.porters__pickup .po-job-item-data td.po-normal {
  padding-left: 1em !important;
  line-height: 1.3;
  min-width: inherit !important;
  width: auto !important;
  border: none !important;
}
.porters__pickup #po-webparts-modal-container-18955 .po-contents-wrapper {
  background: white;
  padding: 30px;
  overflow: visible !important;
}
.porters__pickup .po-joblist-footer {
  display: none;
}
.porters__pickup .po-job-footer {
  width: 100%;
  padding: 0 !important;
}
.porters__pickup button:not([class*=slick]):not([id*=slick]),
.porters__pickup #po-webparts-modal-container-18955 button {
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #222222;
  border-style: solid;
  border-color: #222222;
  border-width: 1px 0 0 !important;
  padding: 10px 10px 20px;
  width: 100%;
  margin: 0;
  letter-spacing: 0.06em;
}
.porters__pickup .po-webparts-modal-container {
  position: relative;
  max-width: 1080px;
  width: calc(100% - 20px * 2);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .porters__pickup .po-webparts-modal-container .po-single td,
  .porters__pickup .po-webparts-modal-container .po-double td {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: inherit !important;
  }
}
.porters__pickup .po-webparts-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(150deg, #2D3FC7, #562DC7);
  opacity: 0.5;
}
.porters__pickup .po-webparts-container[style="display: none;"] + .po-webparts-modal-overlay {
  display: block !important;
}
.porters__pickup .po-buttons.fixed-button {
  position: static !important;
}
.porters__pickup .po-buttons .po-button-close {
  width: 100% !important;
}
.porters__pickup .po-contents {
  position: relative;
  z-index: 9999;
  overflow-y: auto;
  max-height: 90vh;
  margin-bottom: 0 !important;
}
.porters__pickup .swiper-button-next,
.porters__pickup .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  background: #214F9E !important;
  color: #ffffff !important;
  pointer-events: auto;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .porters__pickup .swiper-button-next,
  .porters__pickup .swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
  }
}
@media screen and (max-width: 425px) {
  .porters__pickup .swiper-button-next,
  .porters__pickup .swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
  }
}
.porters__pickup .swiper-button-next::after,
.porters__pickup .swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .porters__pickup .swiper-button-next::after,
  .porters__pickup .swiper-button-prev::after {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 425px) {
  .porters__pickup .swiper-button-next::after,
  .porters__pickup .swiper-button-prev::after {
    font-size: 12px !important;
  }
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  overflow: visible !important;
}

/* ==========================================================================
	スマホのフッタ固定メニューのモジュール
============================================================================= */
.page-template-tmp_job .spHomeBar,
.page-template-tmp_contact .spHomeBar,
.page-template-tmp_counseling .spHomeBar,
.page-template-tmp_recruit .spHomeBar,
.page-template-tmp_client .spHomeBar,
.page-template-tmp_thanks .spHomeBar {
  display: none !important;
}
.page-template-tmp_job .footer,
.page-template-tmp_contact .footer,
.page-template-tmp_counseling .footer,
.page-template-tmp_recruit .footer,
.page-template-tmp_client .footer,
.page-template-tmp_thanks .footer {
  padding-bottom: 0;
}

.spHomeBar {
  display: none !important;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .spHomeBar {
    display: none !important;
  }
}

.spHomeBar__btn {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 66px;
  position: relative;
  background: linear-gradient(to right, #61CB8D, #4BB5BE);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding-left: calc(20px * 2 + 48px);
  padding-right: calc(20px * 2);
}

.spHomeBar__btn-forCounselingCopy {
  font-size: 14px;
  height: 1.2em;
  line-height: 1;
  display: flex;
}
.spHomeBar__btn-forCounselingCopy strong {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
}
.spHomeBar__btn-forCounselingCopy strong::before {
  content: "【";
}
.spHomeBar__btn-forCounselingCopy strong::after {
  content: "】";
}

.spHomeBar__btn-forCounselingTitle {
  font-size: 19px;
  line-height: 1.2;
}

.spHomeBar__btn-forCounselingIcon {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #222222;
  aspect-ratio: 1/1;
  padding-left: 0.12em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: 0;
  letter-spacing: 0.12em;
  transform: rotate(-18deg);
}
.spHomeBar__btn-forCounselingIcon::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cmn/badge_yellow.svg) center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation: keyframes_rotate-badge 10s infinite linear;
}

/* ==========================================================================
   スマホのハンバーガーボタン押下メニューのモジュール
============================================================================= */
.spMenu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  height: calc(100% - 56px);
  margin-top: 56px;
  overflow-y: auto;
}
@media screen and (min-width: 1301px) {
  .spMenu {
    display: none !important;
  }
}
.spMenu a {
  text-decoration: none;
}
.spMenu .l-container {
  padding-top: 40px;
  padding-bottom: 13vh;
}

.spMenu__bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}

.is-spMenuActive {
  overflow: hidden;
}

/* table
----------------------------------------------------------------- */
.table {
  width: 100%;
  border-bottom: 2px solid #222222;
}
.table > div {
  border-top: 2px solid #222222;
}
@media screen and (max-width: 767px) {
  .table > div {
    display: flex;
  }
}
.table > div > * {
  padding: 1.8em 1.4em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table > div > * {
    display: flex;
    flex-direction: column;
    padding: 1em 0.5em;
  }
}
.table > div > dt {
  flex-shrink: 0;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table > div > dt {
    width: 13em;
  }
}
.table > div > dt::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #222222;
}
@media screen and (max-width: 767px) {
  .table > div > dt::after {
    width: 1px;
    height: calc(100% - 2em);
    top: 1em;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .table > div > dt::after {
    width: calc(100% - 1em);
    height: 1px;
    left: 0.5em;
    bottom: 0;
  }
}

/* ==========================================================================
	文字装飾のモジュール
============================================================================= */
.t-bold {
  font-weight: bold;
}

.t-large {
  font-size: 4rem;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .t-large {
    font-size: 3rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .t-large {
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  .t-large {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}

.t-medium {
  font-size: 3rem;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .t-medium {
    font-size: 2.25rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .t-medium {
    font-size: 1.5rem;
    line-height: 1em;
  }
}

.t-semi-medium {
  font-size: 2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .t-semi-medium {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .t-semi-medium {
    font-size: 1.2rem;
    line-height: 1em;
  }
}

.t-small {
  font-size: 0.8rem;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .t-small {
    font-size: 0.7rem;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .t-small {
    font-size: 0.5rem;
    line-height: 1em;
  }
}

.t-twin_collar {
  color: transparent;
  background: linear-gradient(0deg, #fa1900 0% 60%, #fa7364 60% 100%);
  -webkit-background-clip: text;
          background-clip: text;
}

.collar-change-y {
  color: #FDF64D;
}

.t-stripe_yellow {
  background-image: repeating-linear-gradient(-45deg, #fcf69f 0, #fcf69f 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}

.t-mega_dot {
  background-position: top left -2.5px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(0.1em 0.1em at center center, #fa7364, #fa7364 100%, transparent);
}

.t-mega_slash {
  position: relative;
  padding: 0.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .t-mega_slash {
    font-size: 0.8em;
    padding: 0.1rem 1rem;
  }
}
.t-mega_slash::before, .t-mega_slash::after {
  position: absolute;
  top: 0.8rem;
  height: 1em;
  content: "";
}
@media screen and (max-width: 767px) {
  .t-mega_slash::before, .t-mega_slash::after {
    top: 0.4rem;
  }
}
.t-mega_slash::before {
  border-left: double 8px;
  left: 0;
  transform: rotate(-30deg);
  color: #fa7364;
}
.t-mega_slash::after {
  border-left: double 8px;
  right: 0;
  transform: rotate(30deg);
  color: #fa7364;
}

.t-mega_slash-y {
  position: relative;
  padding: 0.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .t-mega_slash-y {
    font-size: 0.8em;
    padding: 0.1rem 1rem;
  }
}
.t-mega_slash-y::before, .t-mega_slash-y::after {
  position: absolute;
  top: 0.5rem;
  height: 1.2em;
  content: "";
}
@media screen and (max-width: 767px) {
  .t-mega_slash-y::before, .t-mega_slash-y::after {
    top: 0.4rem;
  }
}
.t-mega_slash-y::before {
  border-left: double 10px;
  left: 0;
  transform: rotate(-40deg);
  color: #fdf64d;
}
@media screen and (max-width: 767px) {
  .t-mega_slash-y::before {
    border-left: double 8px;
  }
}
.t-mega_slash-y::after {
  border-left: double 10px;
  right: 0;
  transform: rotate(40deg);
  color: #fdf64d;
}
@media screen and (max-width: 767px) {
  .t-mega_slash-y::after {
    border-left: double 8px;
  }
}

.t-left_boder {
  color: #fdf64d;
  width: 60%;
  margin: 5px 20%;
  padding: 5px 0;
  border-left: 5px solid #fdf64d;
  border-right: 5px solid #fdf64d;
  background: #2b3f70;
}
@media screen and (max-width: 767px) {
  .t-left_boder {
    width: 80%;
    margin: 5px 10%;
  }
}

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

.t-outline_w {
  text-shadow: 0.6px 0.6px 0 #FFF, -1.2px 0 #FFF, -0.6px 0.6px 0 #FFF, 0px 0 #FFF;
}

.t-outline_b {
  text-shadow: 0.6px 0.6px 0 #2D3FC7, -1.2px 0 #2D3FC7, -0.6px 0.6px 0 #2D3FC7, 0px 0 #2D3FC7;
}

.t-outline_o {
  text-shadow: 0.6px 0.6px 0 #fa1900, -1.2px 0 #fa1900, -0.6px 0.6px 0 #fa1900, 0px 0 #fa1900;
}

.t-outline_br {
  text-shadow: 0.6px 0.6px 0 #574949, -1.2px 0 #574949, -0.6px 0.6px 0 #574949, 0px 0 #574949;
}

.t-outline_g {
  text-shadow: 0.6px 0.6px 0 #545454, -1.2px 0 #545454, -0.6px 0.6px 0 #545454, 0px 0 #545454;
}

.nowrap_txt {
  white-space: nowrap;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: "Noto Sans JP", sans-serif;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

#gHeader img {
  width: 75%;
  display: block;
  position: relative;
  bottom: 17px;
}

@media all and (max-width: 426px) {
  #gHeader {
    padding: 20px 0 0 0;
  }
  #gHeader img {
    scale: 0.6;
  }
  .infiniteslide_wrap img {
    max-width: 10%;
  }
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#container {
  text-align: left;
}

#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .tab_none {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 40px 0 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

#gHeader h1 {
  width: 220px;
}

#gHeader h1 a {
  display: block;
}

@media all and (max-width: 896px) {
  #gHeader {
    padding: 20px 0 0 20px;
  }
  #gHeader h1 {
    width: 165px;
  }
}
body {
  overflow: hidden;
  background: #808080;
  width: 100%;
}
@media all and (man-width: 1024px) {
  body {
    max-width: 1024px;
  }
}
@media all and (man-width: 1440px) {
  body {
    max-width: 1440px;
  }
}
@media all and (min-width: 1441px) {
  body {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
@media (min-width: 2560px) {
  body {
    margin-left: auto;
    margin-right: auto;
    width: 2048px;
  }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.col01 {
  color: #fcff00;
}

.comText {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
}

.bgTxt {
  padding: 2px 4px;
  color: #FFF;
  font-weight: 600;
  background: -webkit-linear-gradient(#000, #000) repeat-x center center/100% 80%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.errorMsg {
  margin-bottom: 20px;
}

.errorMsg li {
  color: #CF0000;
}

@media all and (max-width: 896px) {
  .comText {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.2em;
  }
  .bgTxt {
    padding: 2px 1px;
  }
  .errorMsg li {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 359px) {
  .comText {
    font-size: 1.6rem;
  }
  .errorMsg li {
    font-size: 1.1rem;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1440px) {
  .content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  margin: 0 auto 20px;
  max-width: 878px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .comLink {
    max-width: 790px;
  }
}
@media all and (max-width: 896px) {
  .comLink {
    margin: 0 5% 20px 5%;
    width: auto;
  }
  .comLink a img {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 897px) {
  .comLink {
    margin: 0 15% 20px 15%;
    width: 70%;
  }
}

.comLink a {
  display: block;
}

.comLink a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
	comOutBox
------------------------------------------------------------*/
.comOutBox {
  position: relative;
}

.comOutBox::before {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 330px;
  height: 412px;
  background: url(../images/lp_all/img10.png.webp) no-repeat left top/100%;
  content: "";
}

.comOutBox .bottomBox {
  position: relative;
}

.comOutBox .bottomBox .subBox {
  position: relative;
}

.comOutBox .bottomBox .comLink {
  margin-bottom: 39px;
}

.comOutBox .bottomBox .comText {
  margin-bottom: 16px;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.comOutBox .bottomBox .comText .sml {
  font-size: 1.4rem;
}

.comOutBox .bottomBox .bgTxt {
  padding: 0 14px 3px;
}

.comOutBox .bottomBox .text {
  color: #FFF;
  line-height: 1.56;
  letter-spacing: 0.03em;
  text-align: center;
}

.comOutBox .bottomBox .text a {
  color: #FFF;
  text-decoration: underline;
  letter-spacing: 0.06em;
}

@media all and (min-width: 897px) {
  .comOutBox .bottomBox .text a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 896px) {
  .comOutBox::before {
    top: 128px;
    left: 0;
    width: 87px;
    height: 103px;
    background-image: url(../images/lp_all/img10_sp.png.webp);
  }
  .comOutBox .bottomBox .comLink {
    margin-bottom: 19px;
  }
  .comOutBox .bottomBox .comText {
    margin-bottom: 6px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .comOutBox .bottomBox .bgTxt {
    padding: 2px 2px 2px 8px;
  }
  .comOutBox .bottomBox .text {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .comOutBox .bottomBox .text a {
    letter-spacing: 0.1em;
  }
}
/* ==========================================================================
	headerのモジュール
============================================================================= */
.header {
  position: fixed;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  width: 100%;
  height: 90px;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.95);
  color: #080808;
}
@media screen and (min-width: 1025px) {
  .header {
    max-width: 1440px;
  }
}
@media all and (min-width: 1441px) {
  .header {
    max-width: 80%;
  }
}
@media (min-width: 2560px) {
  .header {
    width: 2048px;
  }
}

@media screen and (max-width: 1800px) {
  .header {
    height: 75px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    height: 55px;
  }
}
@media screen and (max-width: 425px) {
  .header {
    height: 35px;
  }
}
.header .l-container {
  max-width: 1170px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .header .l-container {
    width: 100%;
    padding-right: 20px;
  }
}
.is-spMenuActive .header {
  background: #4E4E4E;
}

/* ==============================
// ロゴ
================================= */
@media screen and (max-width: 1800px) {
  .header__logoWrap {
    scale: 0.9;
  }
}
@media screen and (max-width: 1300px) {
  .header__logoWrap {
    height: 100%;
    margin: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__logoWrap {
    transform: scale(0.75);
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 425px) {
  .header__logoWrap {
    transform: scale(0.75);
    margin: 0 0 0 -25px;
  }
}
@media screen and (max-width: 375px) {
  .header__logoWrap {
    transform: scale(0.5);
    margin: 0 0 0 -50px;
  }
}

.header__logo {
  display: block;
  transform: scale(0.6, 0.6);
  height: 20%;
  animation: motion 5s linear infinite;
}

#header {
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background-color: #aaa;
  transition: all 0.3s ease-out;
}

#header.fixed-hide {
  top: -45px;
}

/* ==============================
// ナビゲーションラッパー
================================= */
@media screen and (max-width: 1300px) {
  .header__contents {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    height: calc(100svh - 55px);
    padding-bottom: 20px;
    background: #4E4E4E;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1300px) and (max-width: 425px) {
  .header__contents {
    top: 45px;
    width: 100%;
    height: calc(100vh - 45px);
    height: calc(100svh - 45px);
  }
}
@media screen and (max-width: 1300px) {
  .header__contents[aria-hidden=false] {
    display: block;
  }
}
/* ==============================
// ナビゲーション
================================= */
.header__nav {
  color: #080808 !important;
  display: grid;
  grid-template-columns: 1fr 140px;
  grid-template-rows: auto auto;
  gap: 15px 20px;
  grid-template-areas: "header__nav-forClient header__nav-forCounseling" "header__nav-parentList header__nav-forCounseling";
}

@media screen and (max-width: 1300px) {
  .header__nav {
    display: block;
    color: #fff !important;
    font-size: 1em;
  }
}
@media screen and (max-width: 1800px) {
  .header__nav {
    font-size: 0.8em;
  }
}
.header__nav-parentList {
  align-self: stretch;
  grid-area: header__nav-parentList;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .header__nav-parentList {
    display: block;
    padding: 0 20px;
  }
}
.header__nav-parentListItem {
  position: relative;
}

.header__nav-parentListItem:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 1300px) {
  .header__nav-parentListItem:not(:first-child) {
    margin-left: 0;
  }
}
.header__nav-parentListItem a, .header__nav-parentListItem button {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.header__nav-parentListItem > a,
.header__nav-parentListItem > button {
  color: #080808;
}

@media screen and (max-width: 1300px) {
  .header__nav-parentListItem > a,
  .header__nav-parentListItem > button {
    display: block;
    width: 100%;
    color: #fff;
    padding: 20px 20px 20px 0;
    text-align: left;
  }
}
.header__nav-parentListItem > a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 7px;
  text-underline-offset: -0.2em;
  transition: text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

@media (hover: hover) and (pointer: fine) {
  .header__nav-parentListItem > a:hover {
    text-decoration-color: #D4FF46;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-parentListItem > a {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-parentListItem:hover .header__nav-togglePanel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}
.header__nav-toggleTrigger {
  padding: 0 1em 0 0;
  position: relative;
}

.header__nav-toggleTrigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: #080808;
  clip-path: polygon(15% 0, 50% 52%, 85% 0, 100% 33%, 50% 100%, 0 33%);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0.25em;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  transition: transform 0.3s, opacity 0.3s;
}

@media screen and (max-width: 1300px) {
  .header__nav-toggleTrigger::before {
    width: 12px;
    height: 2px;
    background: #fff;
    clip-path: none;
    top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-toggleTrigger::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center;
    transition: transform 0.3s, opacity 0.3s;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-toggleTrigger[aria-expanded=true]::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .header__nav-toggleTrigger[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
}
.header__nav-togglePanel {
  position: absolute;
  width: 264px;
  padding-top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}

.header__nav-togglePanel[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 1300px) {
  .header__nav-togglePanel {
    position: static;
    width: 100%;
    transform: none !important;
    padding: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: none;
  }
  .header__nav-togglePanel[aria-hidden=false] {
    display: block;
  }
}
.header__nav-togglePanel::before {
  content: "";
  width: 20px;
  height: 17px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #4E4E4E;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .header__nav-togglePanel::before {
    content: none;
  }
}
.header__nav-togglePanel a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .header__nav-togglePanel a:hover {
    text-decoration-color: #fff;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-togglePanel a {
    text-decoration: none;
  }
}
.header__nav-childList {
  background: #4E4E4E;
  padding: 25px 30px;
}

@media screen and (max-width: 1300px) {
  .header__nav-childList {
    padding: 0;
  }
}
.header__nav-childListItem:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 1300px) {
  .header__nav-childListItem > a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav-grandChildList {
    padding: 0 20px;
  }
}
.header__nav-grandChildListItem {
  margin-top: 5px;
  padding-left: 1em;
  position: relative;
  font-family: "Original Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.header__nav-grandChildListItem::before {
  content: "-";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.header__nav-grandChildListItem a {
  font-family: "Original Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji", arial, helvetica, sans-serif;
  font-weight: normal;
}

/* ==============================
// エージェントに相談する
================================= */
.header__nav-forCounseling {
  align-self: center;
  grid-area: header__nav-forCounseling;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  position: relative;
  border: solid #080808;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  gap: 0;
  color: #080808 !important;
  background-color: #ffffff;
  background-image: none;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounseling {
    align-self: center;
    grid-area: header__nav-forCounseling;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 64px;
    position: relative;
    border: solid #fcfcfc;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    gap: 0;
    color: #fcfcfc !important;
    scale: 1;
  }
}
@media screen and (max-width: 1800px) {
  .header__nav-forCounseling {
    scale: 0.8;
  }
}
.header__nav-forCounseling:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #080808;
}
.header__nav-forCounseling::after {
  content: none;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounseling::after {
    content: "\e914";
    font-family: "icomoon";
  }
}
@media (max-width: 1300px) {
  .header__nav-forCounseling {
    background-color: #4E4E4E;
  }
}

.header__nav-forCounselingCopy {
  font-size: 12px;
  height: 1.2em;
  line-height: 1;
  display: flex;
}
.header__nav-forCounselingCopy::before, .header__nav-forCounselingCopy::after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../images/lp_all_game/btn_icon.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingCopy::before, .header__nav-forCounselingCopy::after {
    content: none;
  }
}
.header__nav-forCounselingCopy::before {
  margin-right: 5px;
}
.header__nav-forCounselingCopy::after {
  margin-left: 3px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingCopy strong {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
  }
  .header__nav-forCounselingCopy strong::before {
    content: "【";
  }
  .header__nav-forCounselingCopy strong::after {
    content: "】";
  }
}
.header__nav-forCounselingCopy span {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingCopy span {
    display: inline;
  }
}

.header__nav-forCounselingTitle {
  font-size: 14px;
  line-height: 1.2;
}

.header__nav-forCounselingIcon {
  width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #222222;
  aspect-ratio: 1/1;
  padding-left: 0.12em;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 0;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  .header__nav-forCounselingIcon {
    width: 48px;
    font-size: 11px;
    transform: rotate(-18deg);
    right: inherit;
    left: -16px;
  }
}
.header__nav-forCounselingIcon::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cmn/badge_yellow.svg) center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation: keyframes_rotate-badge 10s infinite linear;
}

/* ==============================
// 管理バーの干渉を調整
================================= */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*------------------------------------------------------------
	mainVisual_pg start
------------------------------------------------------------*/
.mainVisual_pg {
  position: relative;
  background-color: #4c7ed1;
}
@media (min-width: 2560px) {
  .mainVisual_pg .inner {
    aspect-ratio: 2.5/1;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    background: url(../images/lp_all_game/main_bg_pg_pc.png.webp) no-repeat center left/cover;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media (min-width: 896px) and (max-width: 2560px) {
  .mainVisual_pg .inner {
    aspect-ratio: 2.5/1;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    background: url(../images/lp_all_game/main_bg_pg_pc.png.webp) no-repeat center left/cover;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media (max-width: 896px) {
  .mainVisual_pg .inner {
    aspect-ratio: 1.5/1;
    background: url(../images/lp_all_game/main_bg_pg_sp.png.webp) no-repeat center left/cover;
  }
}
@media (max-width: 425px) {
  .mainVisual_pg .inner {
    aspect-ratio: 1.575/1;
  }
}
.mainVisual_pg .inner .imgArea {
  position: absolute;
}
@media (min-width: 2560px) {
  .mainVisual_pg .inner .imgArea {
    scale: 1.25;
    top: -2%;
    left: 7%;
  }
}
@media (min-width: 2250px) and (max-width: 2560px) {
  .mainVisual_pg .inner .imgArea {
    scale: 1.25;
    top: -7%;
    left: 9%;
  }
}
@media (min-width: 2000px) and (max-width: 2250px) {
  .mainVisual_pg .inner .imgArea {
    scale: 1.15;
    top: -17%;
    left: 6%;
  }
}
@media (min-width: 896px) and (max-width: 2000px) {
  .mainVisual_pg .inner .imgArea {
    scale: 1;
    top: -30%;
    left: 0%;
  }
}
@media (max-width: 896px) {
  .mainVisual_pg .inner .imgArea {
    scale: 1.15;
    top: -40%;
    left: 0%;
  }
}
@media (max-width: 425px) {
  .mainVisual_pg .inner .imgArea {
    top: -55%;
  }
}
.mainVisual_pg .inner .photo .top-message {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .mainVisual_pg .inner .photo .top-message {
    font-size: 0.95em;
  }
}
.mainVisual_pg .inner .photo .top-message .bgTxt {
  background: #154ea1;
}
.mainVisual_pg .inner .photo {
  position: absolute;
  z-index: 1;
}
@media (min-width: 2560px) {
  .mainVisual_pg .inner .photo {
    scale: 1.15;
    bottom: 10%;
    right: 10%;
  }
}
@media (min-width: 2250px) and (max-width: 2560px) {
  .mainVisual_pg .inner .photo {
    scale: 0.95;
    bottom: 5%;
    right: 10%;
  }
}
@media (min-width: 2000px) and (max-width: 2250px) {
  .mainVisual_pg .inner .photo {
    scale: 0.85;
    bottom: 2%;
    right: 10%;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .mainVisual_pg .inner .photo {
    scale: 0.8;
    bottom: -2%;
    right: 10%;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .mainVisual_pg .inner .photo {
    scale: 0.75;
    bottom: -8%;
    right: 0%;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .mainVisual_pg .inner .photo {
    scale: 0.7;
    bottom: -11%;
    right: 0%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .mainVisual_pg .inner .photo {
    scale: 0.65;
    bottom: -17%;
    right: 0%;
  }
}
@media (min-width: 1440px) and (max-width: 1500px) {
  .mainVisual_pg .inner .photo {
    scale: 0.6;
    bottom: -17%;
    right: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .mainVisual_pg .inner .photo {
    scale: 0.7;
    bottom: -12%;
    right: 0%;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .mainVisual_pg .inner .photo {
    scale: 0.6;
    bottom: -18%;
    right: -10%;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .mainVisual_pg .inner .photo {
    scale: 0.55;
    bottom: -24%;
    right: -10%;
  }
}
@media (min-width: 950px) and (max-width: 1024px) {
  .mainVisual_pg .inner .photo {
    scale: 0.5;
    bottom: -28%;
    right: -10%;
  }
}
@media (min-width: 896px) and (max-width: 950px) {
  .mainVisual_pg .inner .photo {
    scale: 0.5;
    bottom: -34%;
    right: -15%;
  }
}
@media (min-width: 800px) and (max-width: 896px) {
  .mainVisual_pg .inner .photo {
    scale: 0.9;
    bottom: 5%;
    right: 0%;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .mainVisual_pg .inner .photo {
    scale: 0.8;
    bottom: 0%;
    right: 0%;
  }
}
@media (min-width: 425px) and (max-width: 600px) {
  .mainVisual_pg .inner .photo {
    scale: 0.7;
    bottom: -5%;
    right: 0%;
  }
}
@media (max-width: 425px) {
  .mainVisual_pg .inner .photo {
    scale: 0.6;
    bottom: -5%;
    right: 0%;
  }
}

/*------------------------------------------------------------
	mainVisual_pg end
------------------------------------------------------------*/
/*------------------------------------------------------------
	mainVisual_3d start
------------------------------------------------------------*/
.mainVisual_3d {
  position: relative;
  background-color: #4c7ed1;
}
@media (min-width: 2560px) {
  .mainVisual_3d .inner {
    aspect-ratio: 2.5/1;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    background: url(../images/lp_all_game/main_bg_3d_pc.png.webp) no-repeat center left/cover;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media (min-width: 896px) and (max-width: 2560px) {
  .mainVisual_3d .inner {
    aspect-ratio: 2.5/1;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    background: url(../images/lp_all_game/main_bg_3d_pc.png.webp) no-repeat center left/cover;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media (max-width: 896px) {
  .mainVisual_3d .inner {
    aspect-ratio: 1.5/1;
    background: url(../images/lp_all_game/main_bg_3d_sp.png.webp) no-repeat center left/cover;
  }
}
@media (max-width: 425px) {
  .mainVisual_3d .inner {
    aspect-ratio: 1.575/1;
  }
}
.mainVisual_3d .inner .imgArea {
  position: absolute;
}
@media (min-width: 2560px) {
  .mainVisual_3d .inner .imgArea {
    scale: 1.25;
    top: -2%;
    left: 7%;
  }
}
@media (min-width: 2250px) and (max-width: 2560px) {
  .mainVisual_3d .inner .imgArea {
    scale: 1.25;
    top: -7%;
    left: 9%;
  }
}
@media (min-width: 2000px) and (max-width: 2250px) {
  .mainVisual_3d .inner .imgArea {
    scale: 1.15;
    top: -17%;
    left: 6%;
  }
}
@media (min-width: 896px) and (max-width: 2000px) {
  .mainVisual_3d .inner .imgArea {
    scale: 1;
    top: -30%;
    left: 0%;
  }
}
@media (max-width: 896px) {
  .mainVisual_3d .inner .imgArea {
    scale: 1.1;
    top: -50%;
    left: 0%;
  }
}
@media (max-width: 425px) {
  .mainVisual_3d .inner .imgArea {
    top: -60%;
  }
}
.mainVisual_3d .inner .photo .top-message {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .mainVisual_3d .inner .photo .top-message {
    font-size: 0.95em;
  }
}
.mainVisual_3d .inner .photo .top-message .bgTxt {
  background: #154ea1;
}
.mainVisual_3d .inner .photo {
  position: absolute;
  z-index: 1;
}
@media (min-width: 2560px) {
  .mainVisual_3d .inner .photo {
    scale: 1.2;
    bottom: 10%;
    right: 10%;
  }
}
@media (min-width: 2250px) and (max-width: 2560px) {
  .mainVisual_3d .inner .photo {
    scale: 1;
    bottom: 10%;
    right: 10%;
  }
}
@media (min-width: 1900px) and (max-width: 2250px) {
  .mainVisual_3d .inner .photo {
    scale: 0.9;
    bottom: 2%;
    right: 10%;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .mainVisual_3d .inner .photo {
    scale: 0.8;
    bottom: -5%;
    right: 0%;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .mainVisual_3d .inner .photo {
    scale: 0.75;
    bottom: -8%;
    right: 0%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .mainVisual_3d .inner .photo {
    scale: 0.7;
    bottom: -10%;
    right: 0%;
  }
}
@media (min-width: 1440px) and (max-width: 1500px) {
  .mainVisual_3d .inner .photo {
    scale: 0.65;
    bottom: -15%;
    right: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .mainVisual_3d .inner .photo {
    scale: 0.65;
    bottom: -5%;
    right: 0%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .mainVisual_3d .inner .photo {
    scale: 0.6;
    bottom: -20%;
    right: -10%;
  }
}
@media (min-width: 950px) and (max-width: 1024px) {
  .mainVisual_3d .inner .photo {
    scale: 0.5;
    bottom: -25%;
    right: -10%;
  }
}
@media (min-width: 896px) and (max-width: 950px) {
  .mainVisual_3d .inner .photo {
    scale: 0.5;
    bottom: -30%;
    right: -15%;
  }
}
@media (min-width: 800px) and (max-width: 896px) {
  .mainVisual_3d .inner .photo {
    scale: 0.9;
    bottom: 5%;
    right: 0%;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .mainVisual_3d .inner .photo {
    scale: 0.8;
    bottom: 0%;
    right: 0%;
  }
}
@media (min-width: 425px) and (max-width: 600px) {
  .mainVisual_3d .inner .photo {
    scale: 0.7;
    bottom: -5%;
    right: 0%;
  }
}
@media (max-width: 425px) {
  .mainVisual_3d .inner .photo {
    scale: 0.6;
    bottom: -5%;
    right: 0%;
  }
}

/*------------------------------------------------------------
	mainVisual_3d end
------------------------------------------------------------*/
/*------------------------------------------------------------
#main  start
------------------------------------------------------------*/
#main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  /*------------------------------------------------------------
  logoBox start
  ------------------------------------------------------------*/
}
#main .logo {
  background-color: #FFF;
}
#main .logo .logoBox {
  padding: 12px 0 13px;
  background-color: #FFF;
  width: -moz-max-content;
  width: max-content;
}
@media all and (max-width: 896px) {
  #main .logo .logoBox {
    padding: 0 0 2px;
  }
}
#main {
  /*------------------------------------------------------------
  logoBox end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  topBox start
  ------------------------------------------------------------*/
}
#main .topBox, #main .bottomBox {
  padding: 37px 0 44px;
  position: relative;
  background-color: #2d478c;
  z-index: 5;
}
@media all and (max-width: 896px) {
  #main .topBox, #main .bottomBox {
    padding: 22px 0 26px;
  }
  #main .topBox::before, #main .bottomBox::before {
    display: none;
  }
}
#main .topBox .content, #main .bottomBox .content {
  margin: 0 auto;
}
#main .topBox .topText, #main .bottomBox .topText {
  color: #FFF;
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2em;
}
@media (min-width: 425px) and (max-width: 1440px) {
  #main .topBox .topText, #main .bottomBox .topText {
    font-size: 1.25em;
  }
}
@media (max-width: 425px) {
  #main .topBox .topText, #main .bottomBox .topText {
    font-size: 1em;
  }
}
#main .topBox .topText .sml, #main .bottomBox .topText .sml {
  font-size: 0.5em;
}
#main .topBox .text, #main .bottomBox .text {
  color: #FFF;
  font-size: 0.75em;
  line-height: 1.2em;
  text-align: center;
  padding: 0 10%;
}
@media (max-width: 425px) {
  #main .topBox .text, #main .bottomBox .text {
    font-size: 0.5em;
    padding: 0 5%;
  }
}
#main .topBox .text a, #main .bottomBox .text a {
  color: #FFF;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
#main {
  /*------------------------------------------------------------
  topBox end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  job_pg start
  ------------------------------------------------------------*/
}
#main .job_pg {
  position: relative;
  padding: 5vw 0 15vw 0;
  background: url(../images/lp_all_game/job_bg_pg_pc.png.webp) no-repeat center/100%;
  background-color: #FFF;
}
@media (max-width: 600px) {
  #main .job_pg {
    padding: 5vw 0 22.5vw 0;
    background: url(../images/lp_all_game/job_bg_pg_sp.png.webp) no-repeat center/92.5%;
    background-color: #FFF;
  }
}
@media (max-width: 425px) {
  #main .job_pg {
    background: url(../images/lp_all_game/job_bg_pg_sp.png.webp) no-repeat center/95%;
    background-color: #FFF;
  }
}
#main .job_pg .content {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 375px) {
  #main .job_pg .content {
    width: 95%;
    margin: 0 auto;
  }
}
#main .job_pg .content .jobPeriod {
  padding-bottom: 50px;
  display: block;
  text-align: center;
  color: #2d478c;
  font-size: 1.8em;
  font-weight: 800;
}
@media (min-width: 1440px) and (max-width: 2000px) {
  #main .job_pg .content .jobPeriod {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_pg .content .jobPeriod {
    font-size: 1.2em;
  }
  #main .job_pg .content .jobPeriod img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .job_pg .content .jobPeriod {
    font-size: 1.2em;
    padding-bottom: 25px;
  }
  #main .job_pg .content .jobPeriod img {
    max-width: 80%;
  }
}
#main .job_pg .content .jobList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_pg .content .jobList {
    gap: 11px;
  }
}
@media (max-width: 768px) {
  #main .job_pg .content .jobList {
    gap: 11px;
  }
}
#main .job_pg .content .jobList li {
  width: calc((100% - 44px) / 3);
}
@media (min-width: 600px) and (max-width: 1440px) {
  #main .job_pg .content .jobList li {
    width: calc((100% - 22px) / 3);
  }
}
@media (max-width: 600px) {
  #main .job_pg .content .jobList li {
    width: calc((100% - 22px) / 2);
  }
}
#main .job_pg .content .jobList .subBox {
  padding: 44px;
  aspect-ratio: 3/2;
  width: auto;
  height: auto;
  position: relative;
  box-sizing: border-box;
  background: #2d478c;
}
@media (max-width: 1024px) {
  #main .job_pg .content .jobList .subBox {
    padding: 22px;
  }
}
@media (max-width: 375px) {
  #main .job_pg .content .jobList .subBox {
    padding: 11px;
  }
}
#main .job_pg .content .jobList .subBox ::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-top: 5rem solid #57ba8d;
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .job_pg .content .jobList .subBox ::after {
    border-left: 3rem solid transparent;
    border-top: 3rem solid #57ba8d;
  }
}
@media (max-width: 425px) {
  #main .job_pg .content .jobList .subBox ::after {
    border-left: 2.5rem solid transparent;
    border-top: 2.5rem solid #57ba8d;
  }
}
#main .job_pg .content .jobList .subBox .ttl {
  font-size: 2.4em;
  font-weight: 800;
  color: #FFF;
  letter-spacing: -0.02em;
  margin-bottom: 3vw;
  line-height: 1.2;
}
@media (min-width: 1200px) and (max-width: 2000px) {
  #main .job_pg .content .jobList .subBox .ttl {
    font-size: 1.7em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #main .job_pg .content .jobList .subBox .ttl {
    font-size: 1.3em;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .job_pg .content .jobList .subBox .ttl {
    font-size: 1.1em;
  }
}
@media (max-width: 425px) {
  #main .job_pg .content .jobList .subBox .ttl {
    font-size: 1em;
  }
}
#main .job_pg .content .jobList .subBox .ttl .jp, #main .job_pg .content .jobList .subBox .ttl .en {
  display: block;
}
#main .job_pg .content .jobList .subBox .ttl .en {
  font-weight: 600;
  margin-top: 0.4vw;
  font-size: 0.4em;
  letter-spacing: 0.02em;
}
#main .job_pg .content .jobList .subBox .txt {
  font-size: 2.5em;
  font-weight: 800;
  color: #FFF;
  letter-spacing: -0.02em;
  line-height: 2em;
}
@media (min-width: 1440px) and (max-width: 2000px) {
  #main .job_pg .content .jobList .subBox .txt {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_pg .content .jobList .subBox .txt {
    font-size: 1.4em;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .job_pg .content .jobList .subBox .txt {
    font-size: 1.2em;
    line-height: 2.5em;
  }
}
@media (max-width: 425px) {
  #main .job_pg .content .jobList .subBox .txt {
    font-size: 1em;
    line-height: 2.5em;
  }
}
#main .job_pg .content .jobList .subBox .txt .sml {
  margin-bottom: -10px;
  display: block;
  font-size: 0.4em;
  line-height: 1.2em;
}
#main .job_pg .comText {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #2d478c;
  font-size: 1.8em;
  font-weight: 700;
}
@media (min-width: 1440px) and (max-width: 2000px) {
  #main .job_pg .comText {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_pg .comText {
    bottom: 3vw;
    font-size: 1em;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  #main .job_pg .comText {
    bottom: 3vw;
    font-size: 0.75em;
  }
}
@media (max-width: 375px) {
  #main .job_pg .comText {
    margin: 0 5%;
    width: auto;
    bottom: 4vw;
    font-size: 0.5em;
  }
}
#main .job_pg .comText p {
  display: inline-block;
  text-align: left;
  margin: auto;
  line-height: 1.4em;
}
#main {
  /*------------------------------------------------------------
  job_pg end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  job_3d start
  ------------------------------------------------------------*/
}
#main .job_3d {
  position: relative;
  padding: 5vw 0 15vw 0;
  background: url(../images/lp_all_game/job_bg_3d_pc.png.webp) no-repeat center/100%;
  background-color: #FFF;
}
@media (max-width: 600px) {
  #main .job_3d {
    padding: 5vw 0 25vw 0;
    background: url(../images/lp_all_game/job_bg_3d_sp.png.webp) no-repeat center/100%;
    background-color: #FFF;
  }
}
@media (max-width: 425px) {
  #main .job_3d {
    background: url(../images/lp_all_game/job_bg_3d_sp.png.webp) no-repeat center/100%;
    background-color: #FFF;
  }
}
#main .job_3d .content {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 375px) {
  #main .job_3d .content {
    width: 95%;
    margin: 0 auto;
  }
}
#main .job_3d .content .jobPeriod {
  padding-bottom: 50px;
  display: block;
  text-align: center;
  color: #2d478c;
  font-size: 1.8em;
  font-weight: 700;
}
@media (min-width: 1440px) and (max-width: 2000px) {
  #main .job_3d .content .jobPeriod {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_3d .content .jobPeriod {
    font-size: 1.2em;
  }
  #main .job_3d .content .jobPeriod img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .job_3d .content .jobPeriod {
    font-size: 1.2em;
    padding-bottom: 25px;
  }
  #main .job_3d .content .jobPeriod img {
    max-width: 80%;
  }
}
#main .job_3d .content .jobList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_3d .content .jobList {
    gap: 11px;
  }
}
@media (max-width: 768px) {
  #main .job_3d .content .jobList {
    gap: 11px;
  }
}
#main .job_3d .content .jobList li {
  width: calc((100% - 44px) / 3);
}
@media (min-width: 600px) and (max-width: 1440px) {
  #main .job_3d .content .jobList li {
    width: calc((100% - 22px) / 3);
  }
}
@media (max-width: 600px) {
  #main .job_3d .content .jobList li {
    width: calc((100% - 22px) / 2);
  }
}
#main .job_3d .content .jobList .subBox {
  padding: 44px;
  aspect-ratio: 3/2;
  width: auto;
  height: auto;
  position: relative;
  box-sizing: border-box;
  background: #2d478c;
}
@media (max-width: 1024px) {
  #main .job_3d .content .jobList .subBox {
    padding: 22px;
  }
}
@media (max-width: 375px) {
  #main .job_3d .content .jobList .subBox {
    padding: 11px;
  }
}
#main .job_3d .content .jobList .subBox ::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-top: 5rem solid #57ba8d;
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .job_3d .content .jobList .subBox ::after {
    border-left: 3rem solid transparent;
    border-top: 3rem solid #57ba8d;
  }
}
@media (max-width: 425px) {
  #main .job_3d .content .jobList .subBox ::after {
    border-left: 2.5rem solid transparent;
    border-top: 2.5rem solid #57ba8d;
  }
}
#main .job_3d .content .jobList .subBox .ttl {
  font-size: 2.4em;
  font-weight: 800;
  color: #FFF;
  letter-spacing: -0.02em;
  margin-bottom: 3vw;
  line-height: 1.2;
}
@media (min-width: 1200px) and (max-width: 2000px) {
  #main .job_3d .content .jobList .subBox .ttl {
    font-size: 1.7em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #main .job_3d .content .jobList .subBox .ttl {
    font-size: 1.3em;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .job_3d .content .jobList .subBox .ttl {
    font-size: 1.1em;
  }
}
@media (max-width: 425px) {
  #main .job_3d .content .jobList .subBox .ttl {
    font-size: 1em;
  }
}
#main .job_3d .content .jobList .subBox .ttl .jp, #main .job_3d .content .jobList .subBox .ttl .en {
  display: block;
}
#main .job_3d .content .jobList .subBox .ttl .en {
  margin-top: 0.4vw;
  font-size: 0.4em;
  letter-spacing: 0.02em;
}
#main .job_3d .content .jobList .subBox .txt {
  font-size: 2.5em;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.02em;
  line-height: 2em;
}
@media (min-width: 1440px) and (max-width: 2000px) {
  #main .job_3d .content .jobList .subBox .txt {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_3d .content .jobList .subBox .txt {
    font-size: 1.4em;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .job_3d .content .jobList .subBox .txt {
    font-size: 1.2em;
    line-height: 2.5em;
  }
}
@media (max-width: 425px) {
  #main .job_3d .content .jobList .subBox .txt {
    font-size: 1em;
    line-height: 2.5em;
  }
}
#main .job_3d .content .jobList .subBox .txt .sml {
  margin-bottom: -10px;
  display: block;
  font-size: 0.4em;
  line-height: 1.2em;
}
#main .job_3d .comText {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #2d478c;
  font-size: 1.8em;
  font-weight: 700;
}
@media (min-width: 1440px) and (max-width: 2000px) {
  #main .job_3d .comText {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .job_3d .comText {
    bottom: 3vw;
    font-size: 1em;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  #main .job_3d .comText {
    bottom: 3vw;
    font-size: 0.75em;
  }
}
@media (max-width: 375px) {
  #main .job_3d .comText {
    margin: 0 5%;
    width: auto;
    bottom: 4vw;
    font-size: 0.5em;
  }
}
#main .job_3d .comText p {
  display: inline-block;
  text-align: left;
  margin: auto;
  line-height: 1.4em;
}
#main {
  /*------------------------------------------------------------
  job_3d end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  achievement start
  ------------------------------------------------------------*/
}
#main .achievement {
  padding: 5vw 0 8vw 0;
  position: relative;
  background-color: #4c7ed1;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #main .achievement {
    padding: 5vw 0 10vw 0;
  }
}
#main .achievement .content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5vw;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .achievement .content img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .achievement .content img {
    max-width: 80%;
  }
}
@media (max-width: 425px) {
  #main .achievement .content img {
    padding-bottom: 7.25vw;
  }
}
#main .achievement .inner {
  margin: 2% 0;
  position: relative;
  width: 100%;
}
#main .achievement .imgBox {
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #main .achievement .imgBox {
    margin-bottom: 60px;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox {
    margin-bottom: 65px;
  }
}
#main .achievement .imgBox:last-child {
  margin-bottom: 0;
}
#main .achievement .imgBox .photoBox {
  order: 2;
  width: calc(50% + 60px);
  position: relative;
}
@media (max-width: 768px) {
  #main .achievement .imgBox .photoBox {
    width: 50%;
  }
}
#main .achievement .imgBox .photoBox img {
  width: 100%;
}
@media (max-width: 425px) {
  #main .achievement .imgBox .photoBox img {
    max-width: 120%;
    width: 120%;
  }
}
#main .achievement .imgBox .textBox {
  width: calc(50% - 60px);
  position: relative;
  left: 4vw;
  bottom: 2vw;
  right: 0;
  z-index: 99;
  text-shadow: 1px 1px 0 #2d478c, -1px -1px 0 #2d478c, -1px 1px 0 #2d478c, 1px -1px 0 #2d478c, 0px 1px 0 #2d478c, -1px 0 #2d478c, -1px 0 0 #2d478c, 1px 0 0 #2d478c;
}
@media (min-width: 1440px) {
  #main .achievement .imgBox .textBox {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  #main .achievement .imgBox .textBox {
    left: 1vw;
  }
}
@media (max-width: 768px) {
  #main .achievement .imgBox .textBox {
    width: 50%;
    left: 0vw;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox .textBox {
    bottom: 8vw;
    left: -8vw;
  }
}
#main .achievement .imgBox .textBox .subBox h3 .pho {
  margin: 0 0 2vw 2px;
  display: block;
}
@media (max-width: 1440px) {
  #main .achievement .imgBox .textBox .subBox h3 .pho img {
    width: 222px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #main .achievement .imgBox .textBox .subBox h3 .pho img {
    width: 172px;
    height: auto;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox .textBox .subBox h3 .pho img {
    width: 152px;
    height: auto;
  }
}
#main .achievement .imgBox .textBox .subBox h3 .big {
  position: absolute;
  top: 125px;
  left: 5vw;
  display: block;
  color: #FFF;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.04em;
}
@media (min-width: 1800px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    font-size: 2.7em;
  }
}
@media (max-width: 1440px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    top: 70px;
    left: 4vw;
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    top: 80px;
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    top: 64px;
    font-size: 1.8em;
  }
}
@media (max-width: 600px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    font-size: 1.5em;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    top: 54px;
    left: 6vw;
  }
}
@media (max-width: 375px) {
  #main .achievement .imgBox .textBox .subBox h3 .big {
    font-size: 1.25em;
  }
}
#main .achievement .imgBox .textBox .subBox p {
  position: absolute;
  left: 5vw;
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 1800px) {
  #main .achievement .imgBox .textBox .subBox p {
    font-size: 1.7em;
  }
}
@media (max-width: 1440px) {
  #main .achievement .imgBox .textBox .subBox p {
    left: 4vw;
  }
}
@media (max-width: 1200px) {
  #main .achievement .imgBox .textBox .subBox p {
    font-size: 1.2em;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  #main .achievement .imgBox .textBox .subBox p {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  #main .achievement .imgBox .textBox .subBox p {
    font-size: 0.8em;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox .textBox .subBox p {
    left: 6vw;
  }
}
@media (max-width: 375px) {
  #main .achievement .imgBox .textBox .subBox p {
    font-size: 0.7em;
  }
}
#main .achievement .imgBox02 .textBox {
  left: 0;
}
@media (max-width: 425px) {
  #main .achievement .imgBox02 {
    right: 16vw;
  }
  #main .achievement .imgBox02 .textBox {
    left: 10vw;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox01, #main .achievement .imgBox03 {
    left: 8vw;
  }
  #main .achievement .imgBox01 .textBox, #main .achievement .imgBox03 .textBox {
    right: 2vw;
  }
}
#main .achievement .imgBox.reverse .textBox {
  order: 3;
}
#main .achievement .imgBox.reverse .textBox .subBox h3 .pho {
  text-align: center;
}
#main .achievement .imgBox.reverse .textBox .subBox {
  margin: 0 auto 0 55px;
}
@media (max-width: 1440px) {
  #main .achievement .imgBox.reverse .textBox .subBox .big {
    top: 70px;
    left: 7vw;
  }
  #main .achievement .imgBox.reverse .textBox .subBox p {
    left: 7vw;
  }
}
@media (max-width: 1200px) {
  #main .achievement .imgBox.reverse .textBox .subBox {
    margin: 0 auto 0 20px;
  }
  #main .achievement .imgBox.reverse .textBox .subBox .big {
    left: 3vw;
  }
  #main .achievement .imgBox.reverse .textBox .subBox p {
    left: 3vw;
  }
}
@media (max-width: 950px) {
  #main .achievement .imgBox.reverse .textBox .subBox .big {
    left: 2vw;
  }
  #main .achievement .imgBox.reverse .textBox .subBox p {
    left: 2vw;
  }
}
@media (max-width: 768px) {
  #main .achievement .imgBox.reverse .textBox .subBox .big {
    top: 64px;
    left: 2VW;
  }
  #main .achievement .imgBox.reverse .textBox .subBox p {
    left: 2vw;
  }
}
@media (max-width: 425px) {
  #main .achievement .imgBox.reverse .textBox .subBox {
    margin: 0 auto 0 5px;
  }
  #main .achievement .imgBox.reverse .textBox .subBox .big {
    top: 54px;
  }
}
#main {
  /*------------------------------------------------------------
  achievement end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  support start
  ------------------------------------------------------------*/
}
#main .support {
  padding: 5vw 0 8vw 0;
  position: relative;
  background-color: #fff;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #main .support {
    padding: 5vw 0 10vw 0;
  }
}
#main .support .content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5vw;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .support .content img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .support .content img {
    max-width: 80%;
  }
}
#main .support .inner {
  width: auto;
  margin: 2% 5%;
}
#main .support .imgBox {
  margin-bottom: 105px;
  align-items: center;
}
@media (max-width: 768px) {
  #main .support .imgBox {
    margin-bottom: 55px;
  }
}
@media (max-width: 425px) {
  #main .support .imgBox {
    margin-bottom: 37.5px;
  }
}
#main .support .imgBox:last-child {
  margin-bottom: 0;
}
#main .support .imgBox .photoBox {
  order: 2;
  width: calc(50% - 60px);
  position: relative;
}
@media (max-width: 475px) {
  #main .support .imgBox .photoBox {
    right: 3vw;
  }
}
@media (max-width: 425px) {
  #main .support .imgBox .photoBox {
    right: 4vw;
  }
}
#main .support .imgBox .photoBox img {
  width: 100%;
}
@media (max-width: 475px) {
  #main .support .imgBox .photoBox img {
    max-width: 120%;
    width: 120%;
  }
}
@media (max-width: 425px) {
  #main .support .imgBox .photoBox img {
    max-width: 130%;
    width: 130%;
  }
}
#main .support .imgBox .textBox {
  width: calc(50% + 60px);
  z-index: 99;
  padding-right: 30px;
}
#main .support .imgBox .textBox .subBox h3 .big {
  display: inline;
  display: block;
  color: #2d478c;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.04em;
  margin-bottom: 1vw;
}
@media (min-width: 1800px) {
  #main .support .imgBox .textBox .subBox h3 .big {
    font-size: 2.7em;
  }
}
@media (max-width: 1200px) {
  #main .support .imgBox .textBox .subBox h3 .big {
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  #main .support .imgBox .textBox .subBox h3 .big {
    font-size: 1.8em;
  }
}
@media (max-width: 600px) {
  #main .support .imgBox .textBox .subBox h3 .big {
    font-size: 1.5em;
  }
}
@media (max-width: 375px) {
  #main .support .imgBox .textBox .subBox h3 .big {
    font-size: 1.25em;
  }
}
#main .support .imgBox .textBox .subBox p {
  color: #2d478c;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 1800px) {
  #main .support .imgBox .textBox .subBox p {
    font-size: 1.7em;
  }
}
@media (max-width: 1200px) {
  #main .support .imgBox .textBox .subBox p {
    font-size: 1.2em;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  #main .support .imgBox .textBox .subBox p {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  #main .support .imgBox .textBox .subBox p {
    font-size: 0.8em;
  }
}
@media (max-width: 375px) {
  #main .support .imgBox .textBox .subBox p {
    font-size: 0.7em;
  }
}
#main .support .imgBox.reverse .textBox {
  order: 3;
  padding-right: 0;
  padding-left: 30px;
}
#main {
  /*------------------------------------------------------------
  annual start
  ------------------------------------------------------------*/
}
#main .annual {
  overflow-wrap: anywhere;
  line-break: strict;
  background-color: #4c7ed1;
  padding: 5vw 0 8vw 0;
  position: relative;
}
#main .annual .content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5vw;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .annual .content img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .annual .content img {
    max-width: 80%;
  }
}
#main .annual .inner {
  width: auto;
  margin: 2% 5%;
}
#main .annual .inner .rBox .subInner:not(:last-child) {
  margin-bottom: 5vw;
}
@media (max-width: 425px) {
  #main .annual .inner .rBox .subInner:not(:last-child) {
    margin-bottom: 10vw;
  }
}
#main .annual .inner .rBox .collarWhite {
  font-weight: 700;
  color: #FFF;
  text-shadow: 1px 1px 0 #18407d, -1px -1px 0 #18407d, -1px 1px 0 #18407d, 1px -1px 0 #18407d, 0px 1px 0 #18407d, -1px 0 #18407d, -1px 0 0 #18407d, 1px 0 0 #18407d;
}
#main .annual .inner .rBox .ttlBox {
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox {
    margin-bottom: 22px;
  }
}
#main .annual .inner .rBox .ttlBox .photo {
  width: 182px;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .photo {
    width: 20vw;
  }
}
#main .annual .inner .rBox .ttlBox .photo img {
  max-width: 100%;
  height: auto;
}
#main .annual .inner .rBox .ttlBox .ttl {
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .ttl {
    line-height: 1em;
  }
}
#main .annual .inner .rBox .ttlBox .txtBox {
  width: calc(100% - 182px);
  padding-left: 2vw;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .txtBox {
    width: calc(100% - 20vw);
  }
}
#main .annual .inner .rBox .ttlBox .txtBox .ttl {
  margin-bottom: 8px;
  font-size: 2em;
  font-weight: 800;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .txtBox .ttl {
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  #main .annual .inner .rBox .ttlBox .txtBox .ttl {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@media (max-width: 425px) {
  #main .annual .inner .rBox .ttlBox .txtBox .ttl {
    font-size: 0.95em;
  }
}
@media (max-width: 375px) {
  #main .annual .inner .rBox .ttlBox .txtBox .ttl {
    font-size: 0.85em;
  }
}
#main .annual .inner .rBox .ttlBox .txtBox .ttl .sml {
  margin-bottom: 1px;
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.04em;
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox {
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
}
@media (max-width: 375px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt {
    font-size: 0.75em;
    padding: 0;
    margin: 0;
  }
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt .big {
  margin-left: 12px;
  font-size: 2em;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt .big {
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt .big {
    font-size: 1.5em;
  }
}
@media (max-width: 425px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt .big {
    font-size: 1.25em;
  }
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .lTxt .big .sub {
  font-size: 0.8em;
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt {
  margin-top: -10px;
  display: inline-block;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: relative;
  padding-right: 2vw;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt {
    font-size: 2.25em;
  }
}
@media (max-width: 768px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt {
    font-size: 2em;
  }
}
@media (max-width: 425px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt {
    font-size: 1.75em;
  }
}
@media (max-width: 375px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt {
    font-size: 1.5em;
  }
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt .sub {
  position: relative;
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .rTxt .sml {
  font-size: 0.8em;
}
#main .annual .inner .rBox .ttlBox .txtBox .subBox .txt {
  font-size: 1em;
  font-weight: 700;
  padding-right: 2vw;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .ttlBox .txtBox .subBox .txt {
    font-size: 0.75em;
  }
}
#main .annual .inner .rBox .textList li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 425px) {
  #main .annual .inner .rBox .textList li:not(:last-child) {
    margin-bottom: 5vw;
  }
}
#main .annual .inner .rBox .textList li h3 {
  margin-bottom: 12px;
  font-size: 1.5em;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .textList li h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
  #main .annual .inner .rBox .textList li h3 {
    font-size: 1em;
  }
}
@media (max-width: 425px) {
  #main .annual .inner .rBox .textList li h3 {
    font-size: 0.9em;
  }
}
@media (max-width: 375px) {
  #main .annual .inner .rBox .textList li h3 {
    font-size: 0.75em;
  }
}
#main .annual .inner .rBox .textList li h3 span {
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
#main .annual .inner .rBox .textList li h3 span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 9999px;
  height: 1px;
  border-bottom: 1px dotted #FFF;
  content: "";
}
#main .annual .inner .rBox .textList li .text {
  line-height: 2;
  font-size: 1em;
}
@media (max-width: 1024px) {
  #main .annual .inner .rBox .textList li .text {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  #main .annual .inner .rBox .textList li .text {
    font-size: 0.8em;
  }
}
@media (max-width: 375px) {
  #main .annual .inner .rBox .textList li .text {
    font-size: 0.6em;
  }
}
@media (max-width: 320px) {
  #main .annual .inner .rBox .textList li .text {
    font-size: 0.5em;
  }
}
#main {
  /*------------------------------------------------------------
  annual end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  flow start
  ------------------------------------------------------------*/
}
#main .flow {
  overflow-wrap: anywhere;
  line-break: strict;
  background-color: #fff;
  padding: 5vw 0 8vw 0;
  position: relative;
}
#main .flow .content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5vw;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .flow .content img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .flow .content img {
    max-width: 80%;
  }
}
#main .flow .txtImg {
  text-align: center;
}
#main .flow .flowList {
  margin-top: -30px;
  gap: 2.5vw;
  margin: 0 5%;
}
@media (max-width: 768px) {
  #main .flow .flowList {
    gap: 25px;
    margin: 0 10%;
  }
}
@media (max-width: 500px) {
  #main .flow .flowList {
    margin: 0 5%;
  }
}
@media (max-width: 425px) {
  #main .flow .flowList {
    gap: 20px;
  }
}
#main .flow .flowList li {
  position: relative;
  color: #FFF;
  background-color: #2d478c;
  text-align: center;
  aspect-ratio: 2/3;
  width: calc((100% - 7.5vw) / 4);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #main .flow .flowList li {
    aspect-ratio: 5/1;
    width: 100%;
    height: auto;
    flex-direction: row;
  }
}
#main .flow .flowList li:nth-child(4n) {
  margin-right: 0;
}
#main .flow .flowList li:nth-child(4n)::before {
  display: none;
}
#main .flow .flowList li::before {
  position: absolute;
  width: 29px;
  height: 28px;
  right: -2vw;
  top: 47%;
  background: url("../images/lp_all_game/flow_icon01.png.webp") no-repeat;
  content: "";
}
@media (min-width: 2560px) {
  #main .flow .flowList li::before {
    scale: 1.2;
    left: 105%;
    top: 47%;
  }
}
@media (max-width: 1600px) {
  #main .flow .flowList li::before {
    scale: 0.8;
    right: -2.2vw;
  }
}
@media (max-width: 1440px) {
  #main .flow .flowList li::before {
    scale: 0.6;
    right: -2.4vw;
  }
}
@media (max-width: 1200px) {
  #main .flow .flowList li::before {
    scale: 0.5;
    right: -2.5vw;
  }
}
@media (max-width: 1024px) {
  #main .flow .flowList li::before {
    scale: 0.4;
    right: -2.7vw;
  }
}
@media (max-width: 900px) {
  #main .flow .flowList li::before {
    right: -3vw;
  }
}
@media (max-width: 768px) {
  #main .flow .flowList li::before {
    transform: rotate(90deg);
    scale: 0.5;
    left: 12.5%;
    top: 99%;
  }
}
@media (max-width: 425px) {
  #main .flow .flowList li::before {
    scale: 0.4;
    left: 11%;
    top: 95%;
  }
}
#main .flow .flowList li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-top: 5rem solid #57ba8d;
}
@media (max-width: 1024px) {
  #main .flow .flowList li::after {
    border-left: 4rem solid transparent;
    border-top: 4rem solid #57ba8d;
  }
}
@media (min-width: 425px) and (max-width: 768px) {
  #main .flow .flowList li::after {
    border-left: 3rem solid transparent;
    border-top: 3rem solid #57ba8d;
  }
}
@media (max-width: 425px) {
  #main .flow .flowList li::after {
    border-left: 2.5rem solid transparent;
    border-top: 2.5rem solid #57ba8d;
  }
}
#main .flow .flowList li .pho {
  height: auto;
  margin: 1.5vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #main .flow .flowList li .pho {
    flex-basis: 30%;
  }
}
#main .flow .flowList li .pho img {
  max-width: 80%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #main .flow .flowList li .pho img {
    max-width: 50%;
    width: 100%;
    height: auto;
  }
}
#main .flow .flowList li #photo_3 img {
  max-width: 75%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #main .flow .flowList li #photo_3 img {
    max-width: 50%;
    width: 100%;
    height: auto;
  }
}
#main .flow .flowList li #photo_4 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #main .flow .flowList li #photo_4 img {
    max-width: 55%;
    width: 100%;
    height: auto;
  }
}
#main .flow .flowList li .subBox {
  height: auto;
  width: 100%;
  padding: 0 5%;
  margin-bottom: 1.5vw;
}
@media (max-width: 768px) {
  #main .flow .flowList li .subBox {
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-basis: 70%;
    margin: 1.5vw 0;
  }
}
#main .flow .flowList li .subBox .ttl {
  margin-bottom: 1.5vw;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1800px) {
  #main .flow .flowList li .subBox .ttl {
    font-size: 1.25em;
  }
}
@media (max-width: 1024px) {
  #main .flow .flowList li .subBox .ttl {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  #main .flow .flowList li .subBox .ttl {
    font-size: 1.25em;
    display: inline-block;
    width: 100%;
    flex-grow: 0;
    line-height: normal;
  }
}
@media (max-width: 600px) {
  #main .flow .flowList li .subBox .ttl {
    font-size: 1em;
  }
}
@media (max-width: 425px) {
  #main .flow .flowList li .subBox .ttl {
    font-size: 0.75em;
  }
}
@media (max-width: 320px) {
  #main .flow .flowList li .subBox .ttl {
    font-size: 0.6em;
  }
}
#main .flow .flowList li .subBox .txt {
  font-size: 1em;
  line-height: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  display: inline-block;
}
@media (max-width: 1800px) {
  #main .flow .flowList li .subBox .txt {
    font-size: 0.75em;
    line-height: 1.75;
  }
}
@media (max-width: 1024px) {
  #main .flow .flowList li .subBox .txt {
    font-size: 0.5em;
  }
}
@media (max-width: 768px) {
  #main .flow .flowList li .subBox .txt {
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    vertical-align: text-bottom;
    flex-grow: 0;
  }
}
@media (max-width: 600px) {
  #main .flow .flowList li .subBox .txt {
    font-size: 0.7em;
  }
}
@media (max-width: 425px) {
  #main .flow .flowList li .subBox .txt {
    font-size: 0.6em;
  }
}
@media (max-width: 320px) {
  #main .flow .flowList li .subBox .txt {
    font-size: 0.5em;
  }
}
#main .flow .flowList li .subBox .txt a {
  color: #FFF;
}
#main {
  /*------------------------------------------------------------
  flow end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  faq start
  ------------------------------------------------------------*/
}
#main .faq {
  overflow-wrap: anywhere;
  line-break: strict;
  background-color: #fff;
  padding: 5vw 0 8vw 0;
  position: relative;
}
#main .faq h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2em;
  color: #2d478c;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 1025px) {
  #main .faq h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 425px) {
  #main .faq h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 375px) {
  #main .faq h2 {
    font-size: 1.25em;
  }
}
#main .faq .qaList {
  margin: 0 5%;
  color: #2d478c;
  border-bottom: 4px solid #75c6a2;
}
@media (max-width: 1024px) {
  #main .faq .qaList {
    border-bottom: 3px solid #75c6a2;
  }
}
#main .faq .qaList dt {
  padding: 30px 75px 25px 90px;
  position: relative;
  font-size: 1.25em;
  font-weight: 800;
  cursor: pointer;
  border-top: 4px solid #75c6a2;
}
@media (max-width: 1500px) {
  #main .faq .qaList dt {
    font-size: 1em;
  }
}
@media (max-width: 1024px) {
  #main .faq .qaList dt {
    padding: 20px 75px 18px 90px;
    font-size: 0.85em;
    border-top: 3px solid #75c6a2;
  }
}
@media (max-width: 900px) {
  #main .faq .qaList dt {
    font-size: 1em;
    padding: 20px 50px 18px 50px;
  }
}
@media (max-width: 500px) {
  #main .faq .qaList dt {
    font-size: 0.75em;
  }
}
@media (max-width: 375px) {
  #main .faq .qaList dt {
    font-size: 0.7em;
    padding: 20px 45px 18px 45px;
  }
}
#main .faq .qaList dt::after {
  position: absolute;
  width: 39px;
  height: 39px;
  margin-top: -17px;
  right: 24px;
  top: 50%;
  background: url("../images/lp_all_game/faq_icon01.png.webp") no-repeat center center;
  content: "";
}
@media (max-width: 1500px) {
  #main .faq .qaList dt::after {
    scale: 0.8;
  }
}
@media (max-width: 1024px) {
  #main .faq .qaList dt::after {
    scale: 0.75;
  }
}
@media (max-width: 900px) {
  #main .faq .qaList dt::after {
    scale: 0.6;
    right: 14px;
  }
}
@media (max-width: 500px) {
  #main .faq .qaList dt::after {
    scale: 0.5;
  }
}
#main .faq .qaList dt.on::after {
  background: url("../images/lp_all_game/faq_icon02.png.webp") no-repeat center center;
}
#main .faq .qaList dt::before {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50px;
  top: 25px;
  color: #15bd8a;
  font-size: 2.4rem;
  font-weight: 500;
  content: "Q.";
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 1500px) {
  #main .faq .qaList dt::before {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #main .faq .qaList dt::before {
    top: 14px;
  }
}
@media (max-width: 900px) {
  #main .faq .qaList dt::before {
    top: 16px;
    left: 20px;
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  #main .faq .qaList dt::before {
    font-size: 1.5rem;
  }
}
#main .faq .qaList dd {
  position: relative;
  margin-top: -9px;
  padding: 0px 75px 25px 90px;
  line-height: 2;
  display: none;
  font-weight: 700;
  word-break: keep-all;
  font-size: 1em;
}
@media (max-width: 1500px) {
  #main .faq .qaList dd {
    font-size: 0.85em;
  }
}
@media (max-width: 1024px) {
  #main .faq .qaList dd {
    font-size: 0.7em;
  }
}
@media (max-width: 900px) {
  #main .faq .qaList dd {
    font-size: 0.8em;
    padding: 0px 50px 25px 50px;
    line-height: 1.75;
  }
}
@media (max-width: 500px) {
  #main .faq .qaList dd {
    font-size: 0.6em;
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  #main .faq .qaList dd {
    padding: 0px 45px 25px 45px;
  }
}
#main .faq .qaList dd::before {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50px;
  top: 3px;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 500;
  content: "A.";
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 1500px) {
  #main .faq .qaList dd::before {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #main .faq .qaList dd::before {
    top: 0px;
  }
}
@media (max-width: 900px) {
  #main .faq .qaList dd::before {
    left: 20px;
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  #main .faq .qaList dd::before {
    font-size: 1.5rem;
  }
}
#main {
  /*------------------------------------------------------------
  faq end
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  meaaage start
  ------------------------------------------------------------*/
}
#main .meaaage {
  padding: 120px 0 110px;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  color: #FFF;
  background: url("../images/lp_all_game/message_pc.png.webp") #4061ac no-repeat center center;
  padding: 108px 0;
}
@media (max-width: 900px) {
  #main .meaaage {
    background: url("../images/lp_all_game/message_sp.png.webp") #4061ac no-repeat center center;
    padding: 78px 0;
  }
}
@media (max-width: 425px) {
  #main .meaaage {
    padding: 54px 0;
  }
}
#main .meaaage h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: 0.25px;
}
@media (max-width: 1440px) {
  #main .meaaage h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 1024px) {
  #main .meaaage h2 {
    font-size: 2em;
  }
}
@media (max-width: 900px) {
  #main .meaaage h2 {
    font-size: 1.75em;
    margin-bottom: 18px;
  }
}
@media (max-width: 425px) {
  #main .meaaage h2 {
    font-size: 1.5em;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 375px) {
  #main .meaaage h2 {
    font-size: 1.25em;
  }
}
#main .meaaage h2 strong {
  font-size: 1.75em;
}
@media (max-width: 1440px) {
  #main .meaaage h2 strong {
    font-size: 1.5em;
  }
}
@media (max-width: 1024px) {
  #main .meaaage h2 strong {
    font-size: 1.25em;
  }
}
#main .meaaage p {
  font-size: 1em;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #main .meaaage p {
    font-size: 0.9em;
  }
}
@media (max-width: 425px) {
  #main .meaaage p {
    font-size: 0.75em;
  }
}
@media (max-width: 375px) {
  #main .meaaage p {
    font-size: 0.6em;
  }
}
#main .meaaage .meaaage_logo {
  width: auto;
  height: 50px;
}
#main .meaaage .meaaage_logo img {
  text-align: center;
  background-color: #18407d;
  padding: 0.5%;
  scale: 0.4;
}
@media (max-width: 1024px) {
  #main .meaaage .meaaage_logo img {
    scale: 0.35;
  }
}
@media (max-width: 900px) {
  #main .meaaage .meaaage_logo img {
    scale: 0.3;
  }
}

/*------------------------------------------------------------
meaaage end
------------------------------------------------------------*/
footer .footer__address-logo {
  width: 50%;
  height: auto;
}
@media (max-width: 1024px) {
  footer .footer__address-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  footer .footer__address-logo {
    scale: 0.8;
  }
}
@media (max-width: 425px) {
  footer .footer__address-logo {
    scale: 0.7;
  }
}
footer .footer__address-heading {
  color: #080808;
}
@media (max-width: 900px) {
  footer .footer__address-heading {
    font-size: 1.2em;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  footer .footer__address-heading {
    font-size: 1.1em;
    margin-top: 15px;
  }
}
footer .footer__address-detail {
  color: #080808;
}
@media (max-width: 900px) {
  footer .footer__address-detail {
    font-size: 0.6em;
  }
}
@media (max-width: 375px) {
  footer .footer__address-detail {
    font-size: 0.9em;
  }
}
footer .l-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  footer .footer__contents .l-container {
    display: block;
  }
}
footer .footer__nav a {
  color: #080808;
}

@media all and (min-width: 1440px) {
  .gototop {
    right: 12vw;
  }
}

.editor * {
  color: #222222;
}
.editor p {
  margin: 1.8em 0;
  line-height: 1.8em;
  word-break: break-all;
}
.editor p:last-child {
  margin-bottom: 0;
}
.editor img {
  max-width: 100%;
}
.editor a:not([class]) {
  color: #222222;
  text-decoration: underline;
}
.editor a:hover {
  text-decoration: none;
}
.editor strong {
  font-weight: 600;
}
.editor em {
  font-style: italic;
}
.editor h2, .editor h3, .editor h4, .editor h5 {
  /* 目次プラグインを使う際、アンカーリンク用のspanが挿入されてスタイルが消えてしまうときがある
  　　見出しに自動挿入されたspanで親のスタイルを全て引き継ぐよう修正 */
}
.editor h2 span, .editor h3 span, .editor h4 span, .editor h5 span {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}
.editor h2 {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.editor h2::before {
  content: "";
  flex-shrink: 0;
  width: 17px;
  margin-right: 0.8em;
  background: repeating-linear-gradient(-35deg, rgba(34, 34, 34, 0.2), #222222 0.4px, #222222 5.4px, rgba(34, 34, 34, 0.2) 5.8px, transparent 6.2px, transparent 11.2px);
}
@media screen and (max-width: 767px) {
  .editor h2::before {
    background: repeating-linear-gradient(-35deg, rgba(34, 34, 34, 0.2), #222222 0.4px, #222222 3.4px, rgba(34, 34, 34, 0.2) 3.8px, transparent 4.2px, transparent 7.2px);
  }
}
@media screen and (max-width: 767px) {
  .editor h2::before {
    width: 9px;
    margin-right: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .editor h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.editor h3 {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.editor h4 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.editor h5 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.editor ul {
  margin: 20px;
}
.editor ul li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.editor ol {
  margin: 20px;
}
.editor ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.editor blockquote {
  background: #f8f8f8;
  padding: 25px 25px 25px 30px;
  margin: 2em 0;
  font-size: 0.9em;
  color: #333333;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .editor blockquote {
    padding: 20px 15px 20px 20px;
  }
}
.editor blockquote::before {
  content: "“";
  color: #B2B2B2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .editor blockquote::before {
    font-size: 60px;
  }
}
.editor blockquote p {
  margin-bottom: 0;
}
.editor blockquote p:not(:first-child) {
  margin-top: 1em;
}
.editor blockquote cite {
  display: block;
  text-align: right;
  color: #B2B2B2;
  font-style: italic;
}
.editor blockquote cite::before {
  content: "――";
  letter-spacing: -0.25em;
  margin-right: 0.5em;
}
.editor .wp-element-caption,
.editor .wp-caption {
  max-width: 100% !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  color: #B2B2B2;
  word-wrap: break-word;
}
.editor .wp-element-caption p,
.editor .wp-caption p {
  word-wrap: break-word;
}
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}
.editor .alignright {
  float: right;
  margin: 20px;
}
.editor .alignright {
  float: right;
  margin: 20px;
}
.editor .alignleft {
  float: left;
  margin: 20px;
}
.editor :first-child {
  margin-top: 0;
}
.editor :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .editor .alignright {
    float: none;
    margin: 0;
  }
  .editor .alignleft {
    float: none;
    margin: 0;
  }
}
.editor .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.editor table {
  border: 1px solid #D8D8D8;
}
.editor td, .editor th {
  border: 1px solid #D8D8D8;
  padding: 0.2em 0.8em;
}
.editor::after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=style_lp_all_game.css.map */