@charset "UTF-8";
/* ==========================================
  2026.4.3
  サイト内でインライン / 内部 / 外部CSSが混在しており、管理コストが高くなっていました。
  まずは優先度の高い インラインスタイルと <style> タグ内の内部CSSを整理し、外部CSSファイルに集約しました。
========================================== */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.st0 {
  fill: #ea6a68;
}

.l-header__logo .logobtn {
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .l-header__logo .logobtn {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .l-header__menu .menu-list__item a {
    padding: 5px !important;
    line-height: 150%;
  }
}

#fixedbnr01 {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
#fixedbnr01 p {
  padding: 10px;
}
#fixedbnr01 img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec-mv {
    padding-bottom: 58%;
  }
}
@media screen and (min-width: 768px) {
  .sec-mv .mv-slider {
    background-image: url("/assets/images/pages/index/main_bg.jpg");
  }
}
@media screen and (min-width: 768px) {
  .sec-mv .pc_content {
    display: block;
    margin: 0 auto;
    background-image: url("/assets/images/pages/index/19801080_09f.jpg");
    padding-top: 58.4%;
    width: 100%;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec-mv .sp_content {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .sp_content {
    display: block;
    width: 100%;
    background-image: url("/assets/images/pages/index/7501334_03_8f.jpg");
    padding-top: 177.4%;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .amb_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .mv-news {
    margin-top: 60px !important;
  }
}

.movie_wrapper {
  width: 100%;
  padding: 80px 0;
  background: rgb(195, 238, 34);
  background: linear-gradient(83deg, rgb(195, 238, 34) 0%, rgb(110, 187, 18) 100%);
}
.movie_wrapper img {
  width: 100%;
}
.movie_wrapper dl {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  background: #fff;
  margin: 0 auto;
}
.movie_wrapper dl dt,
.movie_wrapper dl dd {
  width: 50%;
  margin: 40px;
}
.movie_wrapper dl dt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  padding-left: 10px;
  border-left: 4px solid #a9cd20;
  margin-bottom: 40px;
}
.movie_wrapper dl dt p {
  margin-bottom: 40px;
}
.movie_wrapper dl dt p.border-top {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.movie_wrapper dl dt a {
  display: inline-block;
  border: 2px solid #a9cd20;
  padding: 10px;
  color: #a9cd20;
}
.movie_wrapper dl dt a:hover {
  background: #a9cd20;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .movie_wrapper {
    padding: 30px;
    margin-top: 20px;
  }
  .movie_wrapper dl {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .movie_wrapper dl dt,
.movie_wrapper dl dd {
    width: auto;
  }
  .movie_wrapper dl dt h3 {
    font-size: 20px;
  }
  .movie_wrapper dl dt a {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sec-top-notch__content {
    padding: 0 150px;
  }
}

.content-item__fu_img--01 {
  background: url(/assets/images/pages/index/fu-01.jpg) center/cover;
}
.content-item__fu_img--02 {
  background: url(/assets/images/pages/index/fu-02.jpg) center/cover;
}
.content-item__fu_img--03 {
  background: url(/assets/images/pages/index/fu-03.jpg) center/cover;
}
.content-item__fu_img--01, .content-item__fu_img--02, .content-item__fu_img--03 {
  padding-top: 250px;
}
@media (min-width: 768px) {
  .content-item__fu_img--01, .content-item__fu_img--02, .content-item__fu_img--03 {
    padding-top: 70.81%;
  }
}

.dp_wrapper {
  display: none;
  margin-bottom: 40px;
}
.dp_wrapper img {
  max-width: 175px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .dp_wrapper img {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .dp_wrapper {
    display: block;
  }
}

.line_wrapper {
  margin: 15px auto;
}
.line_wrapper img {
  max-width: 175px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .line_wrapper img {
    max-width: 100%;
  }
}

.dp01 img {
  max-width: 175px;
  width: 100%;
  margin-right: 20px;
  margin-top: 5px;
  vertical-align: baseline;
}
@media screen and (max-width: 780px) {
  .dp01 img {
    max-width: 100%;
    margin-right: 0px;
    padding: 18px;
    margin: 30px auto;
  }
}

.cc-link {
  font-size: 0.75em;
  color: #ccc !important;
  opacity: 1 !important;
}

.cc-window.cc-banner {
  padding: 2.1em 1.8em;
}
@media screen and (max-width: 900px) {
  .cc-window.cc-floating {
    padding: 1em;
  }
}
@media screen and (max-width: 900px) {
  .cc-window .cc-message {
    font-size: 13px;
    line-height: 130%;
  }
}

@media screen and (max-width: 900px) {
  .cc-color-override-156280061 .cc-btn {
    font-size: 12px;
  }
}

/* ==========================================
  Index Page Renewal Styles
========================================== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ==========================================
  Main Stylesheet
========================================== */
/* 注意：本コードはSCSSで記述されています。CSSファイルを編集すると、SCSSファイルの更新時に上書きされるのでご注意ください。設計手法はBEM（MindBEMding）です。*/
/* ----------------------------------------------------------------------
汎用的な指定。
---------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
}

/* ----------------------------------------------------------------------
レスポンシブ対応用のミックスイン。@include media(デバイス名) {}で使用します。
---------------------------------------------------------------------- */
.section-visual img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
}

/* ----------------------------------------------------------------------
以下は開発用セクションです。
こちらでコーディングをすると、拡張機能を用いたコンパイルが高効率です。
---------------------------------------------------------------------- */
.top-fv {
  position: relative;
}
.top-fv__link-container {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-fv__link-container ul {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  font-weight: 800;
  white-space: nowrap;
}
.top-fv__link-container a:hover {
  color: white;
}
.top-fv__btn-container {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-fv__btn-container {
    width: 90%;
    bottom: -20%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
  }
}
.top-fv__btn-container img {
  width: auto;
  height: 180px;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.top-fv__btn-container img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .top-fv__btn-container img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-fv__btn-container a:nth-child(1) {
    grid-column: 1/3;
  }
}

/* ----------------------------------------------------------------------
GROWTH 600セクション。
---------------------------------------------------------------------- */
.top-growth-600 {
  position: relative;
}
.top-growth-600__contents {
  position: absolute;
  left: 0;
  top: 450px;
}
.top-growth-600__contents--new-graduate {
  top: 600px;
}
.top-growth-600__txt {
  display: block;
  width: clamp(680px, 55vw, 900px);
}
.top-growth-600__btn {
  display: block;
  width: 250px;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.top-growth-600__btn:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
.top-growth-600__link {
  display: block;
  margin-left: 100px;
}
.top-growth-600__sp-link {
  display: block;
  padding-bottom: 1rem;
  background: radial-gradient(at bottom left, #064681 0%, transparent 60%), radial-gradient(at bottom right, #065494 0%, transparent 60%), linear-gradient(#06427c, #06427c);
}
.top-growth-600__sp-link img {
  width: 250px;
}

/* ----------------------------------------------------------------------
LINEセクション。
---------------------------------------------------------------------- */
.pc-cta-line {
  position: relative;
}
.pc-cta-line__top-container {
  background-image: url(../images/pages/index/cta_line_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 2rem;
}
.pc-cta-line__top-container img {
  width: clamp(810px, 64vw, 1080px);
  padding-left: 18%;
}
.pc-cta-line__bottom-container {
  background-color: #008a38;
}
.pc-cta-line__bottom-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 2rem;
  width: clamp(810px, 64vw, 1080px);
  padding-left: 18%;
}
.pc-cta-line__txt {
  width: 60%;
}
.pc-cta-line__btn {
  width: 100%;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.pc-cta-line__btn:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
.pc-cta-line__phone {
  position: absolute;
  width: clamp(230px, 17vw, 300px);
  right: 18%;
  bottom: 0;
}

.sp-cta-line__bottom-container {
  background-color: #008a38;
  padding-top: 2rem;
}
.sp-cta-line__txt {
  margin-inline: auto;
  display: block;
  width: 95%;
}
.sp-cta-line__btn {
  margin-top: 2.5rem;
  margin-inline: auto;
  display: block;
  width: 75%;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.sp-cta-line__btn:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
.sp-cta-line__phone {
  margin-top: 2.5rem;
  margin-inline: auto;
  display: block;
  width: 65%;
}

/* ----------------------------------------------------------------------
独立支援紹介セクション。
---------------------------------------------------------------------- */
.btn__system img {
  margin-inline: auto;
  margin-block: 3rem 6rem;
  display: block;
  width: 900px;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.btn__system img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .btn__system img {
    width: 90%;
    margin-block: 6rem 2rem;
  }
}

.btn__system--sp img {
  margin-inline: auto;
  display: block;
  width: 300px;
  margin-bottom: 6rem;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.btn__system--sp img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}

.btn__instagram img {
  margin-block: 4rem 6rem;
  width: 800px;
  border-radius: 100vh;
  margin-inline: auto;
  display: block;
  filter: drop-shadow(18px 20px 16px rgba(131, 58, 180, 0.45)) drop-shadow(24px 26px 22px rgba(225, 48, 108, 0.4)) drop-shadow(30px 32px 28px rgba(252, 175, 69, 0.35));
  transition: transform 0.2s, filter 0.2s;
}
.btn__instagram img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .btn__instagram img {
    margin-top: 1rem;
    width: 90%;
  }
}

.event-btn-txt {
  margin-top: -4rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

/* ----------------------------------------------------------------------
代表メッセージセクション。
---------------------------------------------------------------------- */
.top-message {
  position: relative;
}
.top-message__bg {
  width: 100%;
}
.top-message__container {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}
.top-message__president {
  width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-message__ttl {
  width: clamp(550px, 44vw, 650px);
}
.top-message__txt {
  width: clamp(600px, 48vw, 800px);
  font-size: clamp(1.5rem, 1.2vw, 2rem);
  line-height: 1.75;
  color: white;
  margin-block: 1.5rem;
}
.top-message__btn img {
  display: block;
  width: 300px;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.top-message__btn img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}

.sp-top-message {
  position: relative;
}
.sp-top-message__btn img {
  width: 220px;
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.sp-top-message__btn img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}

/* ----------------------------------------------------------------------
固定LINEボタン。
---------------------------------------------------------------------- */
.cta-fixed {
  position: fixed !important;
  z-index: 100;
  right: 2rem !important;
  bottom: 2rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cta-fixed {
    right: 1rem !important;
    bottom: 1.5rem !important;
  }
}
.cta-fixed::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 120px;
  height: 20px;
  border-radius: 50%;
  filter: blur(8px);
  transition: transform 0.2s, filter 0.2s;
}
@media screen and (max-width: 767px) {
  .cta-fixed::after {
    display: none;
  }
}
.cta-fixed:has(a:hover)::after {
  transform: scale(1.35);
  filter: blur(10px);
}
.cta-fixed a {
  transition: transform 0.2s, filter 0.2s;
}
.cta-fixed a:hover {
  filter: brightness(1.15);
  transform: translateY(10px);
}
.cta-fixed img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .cta-fixed img {
    width: 150px;
    filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  }
}

/* ----------------------------------------------------------------------
新卒ページ。
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
FVセクション。
---------------------------------------------------------------------- */
.new-graduate-fv__link-container {
  background-color: #6dc6dd;
  height: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .new-graduate-fv__link-container {
    height: 100%;
    padding-block: 2rem;
  }
}
.new-graduate-fv__link-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .new-graduate-fv__link-inner {
    position: static;
    transform: none;
  }
}
.new-graduate-fv__male {
  width: auto;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(20px);
}
.new-graduate-fv__female {
  width: auto;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-20px);
}
.new-graduate-fv__link {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 850px;
}
.new-graduate-fv__link img {
  filter: drop-shadow(8px 8px 2px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s, filter 0.2s;
}
.new-graduate-fv__link img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .new-graduate-fv__link {
    flex-direction: column;
    width: 90%;
  }
}
.new-graduate-fv__link-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.new-graduate-fv__link-1 {
  width: 100%;
}
.new-graduate-fv__link-2 {
  width: 100%;
}
.new-graduate-fv__link-3 {
  width: 100%;
}

.training-table-add-img {
  width: 500px;
  margin-top: 4rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .training-table-add-img {
    width: 95%;
  }
}

.company-tour {
  position: relative;
}
.company-tour__line-container {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .company-tour__line-container {
    bottom: 75px;
  }
}
.company-tour__line-txt img {
  width: 450px;
  margin-inline: auto;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .company-tour__line-txt img {
    width: 260px;
  }
}
.company-tour__line-btn img {
  width: 600px;
  filter: drop-shadow(15px 15px 5px rgba(6, 199, 86, 0.4431372549));
  transition: transform 0.2s, filter 0.2s;
}
.company-tour__line-btn img:hover {
  filter: none;
  filter: brightness(1.15);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .company-tour__line-btn img {
    width: 320px;
  }
}

/* ----------------------------------------------------------------------
GROWTH 600ページ。
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
FVセクション。
---------------------------------------------------------------------- */
.training-body {
  position: relative;
}
/*# sourceMappingURL=style.css.map */