@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* @font-face {
  font-family: "Dinengschriftstd";
  src: url(fonts/DINEngschriftStd.otf) format("truetype");
} */

:root {
  --primary: #000;
  --accent: #dcfd54;
  --white: #FFFFFF;
  --near-white: #FCFCFC;
  --darker-white: #FAFAFA;
  --dark-white: #A2A2A2;
  --darkest-white: #F2F2F2;
  --black: #191919;
  --grey: #8E8E8E;
  --light-grey: #CCCCCC;
  --lighter-grey: #F6F6F6;
  --light-grey-green: #EDF5F7;
  --white-grey: #ECECEC;
  --black-grey: #252525;
  --red: #c9242d;
  --white-red: #FAECED;
  --yellow: #FFBD4C;
  --white-yellow: #FFF7E4;
  --dark-blue: #0B63A6;
  --light-blue: #4A8BBD;
  --light-green: #4AD5EC;
  --transparent: transparent;
  --stripe: #4952D5;
  --primary-gradient: linear-gradient(135deg, var(--primary) 0%, #333 100%);
}

:root {
  --strong-big: 5rem;
  --big: 3rem;
  --h1: 2.2rem;
  --h2: 1.8rem;
  --h3: 1.5rem;
  --h4: 1.4rem;
  --p: 1.6rem;
  --smaller: 1.4rem;
  --small: 1.25rem;
  --smallest: 1.1rem;
}

:root {
  --s-main-inner: clamp(5vw, calc(50vw - 600px), 100vw);
  --h-main: 100vh;
  --w-main: calc(100vw - 400px);
  --w-sub: calc(100vw - 600px);
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--p);
  font-weight: 500;
  color: var(--black);
}

.content-hidden {
  opacity: 0;
  visibility: hidden;
}

/* style */
p {
  font-size: var(--p);
  line-height: 1.8;
}
.strong-big {
  font-size: var(--strong-big);
}

.josefin-sans-bold {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}

.zen-kaku-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.over-hidden {
  overflow: hidden;
}

/* .Dinengschriftstd {
  font-family: "Dinengschriftstd", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
} */

header {
  display: flex;
  align-items: center;
}

.main-top-content,
.company,
.work {
  width: var(--w-main);
  margin: 0 auto;
}
.main-top-content {
  position: relative;
}

.left_header_bg {
  width: 80%;
  height: 60px;
  background-image: linear-gradient(40deg, #8DA9C8, #3BAED7 60%, #085D8C 95%);
  display: flex;
    align-items: center;
    justify-content: center;
}

.left_header {
  display: flex;
  line-height: 50px;
  margin: 0 auto;
}

.left_header img {
  width: 250px;
  margin-left: 150px;
  padding-bottom: 5px;
}

.left_header p {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  margin-right: 300px;
  margin-left: 50px;
  margin-top: 2px;
}

.entry_btn_top {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
}

.entry_btn_top a {
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 15px auto 0 80px;
  line-height: 1.5rem;
}

.entry_btn_top span {
  font-size: 3rem;
  color: var(--dark-blue);
}

.main_top {
  width: 100%;
  height: var(--h-main);
  margin: 0;
  position: relative;
  top: 0;
  overflow: hidden;
  margin-bottom: -200px;
}

.main_top::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  background-color: var(--dark-blue);
  transform: skewY(-10deg) translateY(-210px);
  z-index: -5;
}

.main_top_image {
  position: absolute;
  top: -5%;
  right: 10%; 
  z-index:10;
}

.main_top_image img {
  width: 125%;
} 


.clip-container {
  position: relative;
  width: 100%;
  height: 470px;
  margin-top: 30px;
}

.clip-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: url(#text-clip);
  clip-path: url(#text-clip);
  z-index: 9999;
  background-color: rgba(54, 188, 255, 0.2);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 188, 255, 0.2); /* 透明度30%の青色 */
  z-index: 100;
  -webkit-clip-path: url(#text-clip);
  clip-path: url(#text-clip);
}

/* SVGテキストのスタイル */
.clip-text {
  font-size: 9vw;
  font-weight: bold;
  letter-spacing: -0.09em;
  /* 必要に応じてフォントファミリーを指定 */
}

.main_top_subtittle {
  position: absolute;
  top: 19vh;
  right: 16vw;
  z-index: 90;
}

.main_top_subtittle img {
  width: 100%;
  max-width: 250px;
}


tspan {
  fill: #fff;
  opacity: 1;
  animation: textBlur 3s ease-out forwards;
  -webkit-animation: textBlur 3s ease-out forwards;
}

/* 文字ごとに遅延をつける */
tspan:nth-child(1) { animation-delay: 0.1s; -webkit-animation-delay: 0.1s; }
tspan:nth-child(2) { animation-delay: 0.25s; -webkit-animation-delay: 0.25s; }
tspan:nth-child(3) { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
tspan:nth-child(4) { animation-delay: 0.55s; -webkit-animation-delay: 0.55s; }
tspan:nth-child(5) { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
tspan:nth-child(6) { animation-delay: 0.75s; -webkit-animation-delay: 0.75s; }
tspan:nth-child(7) { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
tspan:nth-child(8) { animation-delay: 1.05s; -webkit-animation-delay: 1.05s; }

@keyframes textBlur {
  0%    { fill: #fff; filter: drop-shadow(0 0 0px #fff); opacity: 1; }
  85%   { fill: #fff; filter: drop-shadow(0 0 0px #fff); opacity: 1; }
  95%   { fill: #fff; filter: drop-shadow(0 0 90px #fff); opacity: 0.5; }
  100%  { fill: #fff; filter: drop-shadow(0 0 100px #fff); opacity: 0; }
}

@-webkit-keyframes textBlur {
  0%    { fill: #fff; filter: drop-shadow(0 0 0px #fff); opacity: 1; }
  85%   { fill: #fff; filter: drop-shadow(0 0 0px #fff); opacity: 1; }
  95%   { fill: #fff; filter: drop-shadow(0 0 90px #fff); opacity: 0.5; }
  100%  { fill: #fff; filter: drop-shadow(0 0 100px #fff); opacity: 0; }
}
.main_top {
  position: relative;
  overflow: hidden;
}

/* 青色背景 */
.main_top::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  background-color: var(--dark-blue);
  transform: skewY(-10deg) translateY(-210px);
  z-index: -5;
  opacity: 1;
  transition: opacity 3s ease;
}

.main_top.fade-background::before {
  opacity: 0;
}

/* 動画コンテナ */
.background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: -4;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(170deg, 
    rgba(0,0,0,1) 0%, 
    rgba(0,0,0,1) 35%,  
    rgba(0,0,0,0) 35.1%
  );
  mask-image: linear-gradient(170deg,
    rgba(0,0,0,1) 0%, 
    rgba(0,0,0,1) 35%,
    rgba(0,0,0,0) 35.1%
  );
  -webkit-mask-size: 100% 280%;
  mask-size: 100% 280%;
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transform: translateY(-210px);
  transition: 
    -webkit-mask-position 1s ease-out,
    mask-position 1s ease-out;
  opacity: 1;
}

/* フェードインクラス */
.background-video-container.fade-in {
  -webkit-mask-position: 0 0%;
  mask-position: 0 0%;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.main_top_image img {
  transition: opacity 3s ease;
}

.main_top.fade-background .main_top_image img {
  opacity: 0;
}

/* サブタイトル画像のフェード効果 */
.main_top_subtittle img {
  transition: opacity 3s ease;
}

.main_top.fade-background .main_top_subtittle img {
  opacity: 0;
}


.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.fade-out {
  opacity: 0;
}
.white-box {
  width: 100%;
  height: 300px;
  background: var(--white);
  transform: skewY(-10deg) translateY(-210px);
  position: absolute;
    bottom: -250px;
}
/* .main_top_subtittle p {
  color: var(--white);
  font-size: 2rem;
  transform: scale(0.8, 1);
  transform-origin: top left;
} */

.company {
  display: flex;
  margin-bottom: 150px;
  overflow: hidden;
}
.company_left {
  width: 70%;
}
.company_right {
  z-index: 99;
}
.company_right img {
  width: 100%;
  max-width: 550px;
}

.black_tittle {
  color: var(--white);
  display: inline-block;
  transform: scale(0.8, 1);
  transform-origin: top left;
  font-size: 6rem;
}
.black_tittle span {
  background-color: var(--primary);
  padding: 5px;
}

.company_border {
  padding: 20px 0 40px;
  z-index: 99;
  position: relative;
}

.company_border p {
  border-bottom: 2px solid var(--dark-blue);
  display: inline;
  line-height: 2.5;
  font-weight: 900;
  letter-spacing: 0.1rem;
  font-size: 2.6rem;
}

.company_box {
  background-color: var(--darkest-white);
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 80px;
}

.company_box p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

.details_line a {
  display: flex;
}


.details_line p {
  border-bottom: 4px solid var(--light-green);
  line-height: 2;
  padding: 0 10px;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 2.4rem;
}

.details_line i {
  border-bottom: 4px solid var(--primary);
  line-height: 1.6;
  padding: 0 15px;
  font-size: 2rem;
  line-height: 2.5;
}

.work_bg {
  background-image: url(../images/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work {
  position: relative;
  padding: 100px 0 130px;
}

.work_tittle {
  position: absolute;
  top: -50px;
}

.work_text {
  padding: 0 0 80px;
  color: var(--white);
}
.work_text p  {
  line-height: 3;
  letter-spacing: 2px;
}

.work_tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.work_tab > label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 2px;
}

.work_tab_even {
  margin: 0 6px;
}

.work_tab input {
  display: none;
}

.work_tab > div {
  display: none;
  width: 100%;
  background-color: #fff;
  height: 440px;
}

.work_tab label:has(:checked) {
  background-color: #fff;
  border-color: #000000 #f0f0f0 #fff;
  border-top: 6px solid;
  color: #000000;
}

.work_tab label:has(:checked) + div {
  display: block;
}

.work_tab_content {
  width: var(--w-sub);
  margin: 0 auto;
}

.work_tab_content_image {
  position: relative;
  padding: 60px 0;
}
.work_tab_content_image_main {
  position: relative;
}

.work_tab_content_image img {
  width: 100%;
  max-width: 450px;
  height: 300px;
  object-fit: cover;
}

.work_tab_content_image p {
  position: absolute;
  bottom: 10px;
  right: -10px;
}
.work_tab_content_image_main .work_tab_content_image_text p {
  position: absolute;
  bottom: 10px;
  right: -10px;
}

.work_tab_name {
  background-color: var(--primary);
  color: var(--white);
  display: inline-block;
  padding: 10px 20px;
  font-weight: 300;
}

.work_tab_content {
  display: flex;
  align-items: center;
}

.work_tab_content_text {
  margin-left: 70px;
}

.work_tab_content_text p {
  font-weight: 400;
}
.question_box {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 0 6px 3px;
  margin-right: 10px;
  font-size: 1.6rem;
    font-weight: 700;
}

.work_tab_content_text .question_text {
  color: var(--dark-blue);
  padding-bottom: 20px;
  font-size: 1.8rem;
    font-weight: 700;
}

.answer_box {
  background-color: var(--dark-white);
  color: var(--white);
  padding: 0 8px 2px;
  margin-right: 10px;
  font-weight: 700;
}

.answer_text {
  padding-bottom: 50px;
  text-indent: -3.3rem;
  padding-left: 3.3rem;
  line-height: 2;
}

.work_tab2 .work_tab_content_image img {
  max-width: 450px;
  height: 350px;
  object-fit: contain;
}
.work_tab_content_image .work_tab_name_03 {
  bottom: 30px;
  right: 20px;
}

.work_tab2 {
  margin: 0 auto;
  justify-content: space-between;
}

.work_tab2 .work_tab_content_text {
  letter-spacing: 0.1rem;
  line-height: 2.5;
  padding-top: 40px;
  width: 50%;
}
.work_tab2 .work_tab_content_image {
  padding: 30px 0;
}

.work_tab2 .work_tab_name {
  margin-top: 30px;
  line-height: 1.5;
}

.work_tab3 {
  padding: 20px 0;
}

.work_tab3 .work_tab_content_image {
  width: 55%;
  padding: 40px 0;
}

.work_tab_content_image_box {
  display: flex;
}

.work_tab_content_image_box > img {
  height: 320px;
  padding-right: 5px;
}

.work_tab_content_image_small img {
  max-width: 180px;
  height: 160px;
}

.work_tab_content_image_small img:nth-child(1) {
  padding-bottom: 5px;
}

.work_tab3 .work_tab_content_text {
  margin-left: 40px;
  letter-spacing: 0.1rem;
  line-height: 2.5;
  padding-top: 10px;
  width: 40%;
}

.work_tab_content_text .work_tab_content_tittle {
  font-size: 1.8rem;
  padding-bottom: 30px;
  color: var(--dark-blue);
  font-weight: 900;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  /* border: 1px solid #DDD; */
  border-bottom: 1px solid var(--dark-blue);
}
.qa-list {
  padding: 50px 0;
}
.work_tab_content_scroll {
  overflow: scroll;
    height: 400px;
}
.work_tab_content_scroll::-webkit-scrollbar{
  display: none;
}

.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 68px;
  right: 5px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 15px 60px;
  font-weight: bold;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
  font-family: 'Font Awesome 6 Free';
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
  font-family: 'Font Awesome 6 Free';
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 0 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd .qa_more {
  margin-top: 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

.details_white {
  color: var(--white);
} 

.details_white i {
  border-bottom: 4px solid var(--white);
}

.details_center a {
  justify-content: center;
}

.details_left a {
  justify-content: left;
}

.entry_part {
  background-image: url(../images/entry_box_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.entry_box {
  background-color: var(--primary);
  padding: 40px 0;
  width: var(--w-sub);
  margin: 0 auto;
  color: var(--white);
  text-align: center;
  cursor: url(../images/cursor_arrow.png), default;
  border: 2px solid var(--light-green);
}

.welfare {
  background-color: var(--light-grey-green);
}

.welfare_title {
  font-size: 3rem;
    font-weight: 900;
    padding: 80px 0;
}

.welfare_part {
  width: var(--w-main);
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
  overflow: hidden;
}
.welfare_box {
  max-width: 30%;
  position: relative;
}
.welfare_box img {
width: 100%;
}
.welfare_box_text01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  text-align: left;
}
.welfare_box_text01 span {
  color: var(--dark-blue);
}
.welfare_box_text02 {
  position: absolute;
  top: -20px;
  right: -35px;
  width: 65%;
  text-align: left;
}
.welfare_box_text02 span {
  color: var(--dark-blue);
}
.welfare_box_text03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  text-align: left;
}
.welfare_box_text03 span {
  color: var(--dark-blue);
}
.welfare_box_text04 {
  position: absolute;
  top: 0;
  right: -10px;
  width: 58%;
  text-align: left;
}
.welfare_box_text04 span {
  color: var(--dark-blue);
}
.welfare_box_text05 {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  text-align: left;
}
.welfare_box_text05 span {
  color: var(--dark-blue);
}
.welfare_box_text06 {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  text-align: left;
}
.welfare_box_text06 span {
  color: var(--dark-blue);
}
.welfare_box_text07 {
  position: absolute;
  top: 0;
  right: -20px;
  width: 62%;
  text-align: left;
}
.welfare_box_text07 span {
  color: var(--dark-blue);
}
.welfare_box_text08 {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  text-align: left;
}
.welfare_box_text08 span {
  color: var(--dark-blue);
}




.welfare_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}

.welfare_box_tittle {
  background-color: var(--dark-blue);
  color: var(--white);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}
.welfare_box_space {
  display: flex;
  justify-content: space-around;
}

.training_system_title > p {
  color: var(--white);
  font-size: 4.5rem;
  margin-bottom: 80px;
}

.training_system_title img {
  width: 100%;
  height: 35px;
  margin-bottom: 80px;
}

.training_system_part {
  background-image: url(../images/training_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 80px;
}

.training_system_flex {
  width: var(--w-main);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}

.training_system_box {
  padding: 30px 45px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 1.8rem;
  transition: all 0.3s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

.training_system_box span {
  transition: all 0.3s;
  transform: scale(1, 1);
  position: relative;
  z-index: 2;
}

.btn-four::before, .btn-four::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* BTN FOUR */

.btn-four:hover span {
  transform: scale(1.2, 1.2);
}

.btn-four::before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
}

.btn-four:hover::before {
  opacity: 0.2;
  transform: scale(1, 1);
  background-color: var(--light-green);
}

.btn-four::after {
  transition: all 0.3s;
  border: 2px solid var(--light-green);
}

.btn-four:hover::after {
  transform: scale(0, 0);
  opacity: 0;
}

/* ボタン */
/* .training_system_contents a {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #f45e61;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.training_system_contents a::before,
.training_system_contents a::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
} */


.training_system_contents {
  display: flex;
  flex-direction: column;
}

.interview_part {
  width: var(--w-main);
  margin: 0 auto;
  padding: 120px 0;
  overflow: hidden;
}

.interview_title img {
  width: 100%;
  height: 25px;
  margin-bottom: 80px;
}
.interview_title {
  text-align: center;
  margin-bottom: 80px;
}
.interview_title p {
  font-size: 3.5rem;
}

.interview_boxes {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.interview_box {
  background-color: var(--darkest-white);
  padding: 50px;
  margin: 5px;
  height: 100%;
  width: 100%;
  max-width: 480px;
}
.interview_box audio {
  width: 100%;
  margin-bottom: 10px;
}

.interview_box_60 {
  margin-top: 60px;
}
.interview_box img {
  width: 60%;
    margin-bottom: 20px;
    height: 160px;
    object-fit: cover;
}

.interview_mv_arrow {
  margin-top: 20px;
}

.interview_mv_arrow a {
  display: flex;
  align-items: center;
}
.interview_mv_arrow a p {
  margin-bottom: 2px;
  margin-right: 10px;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 1.8rem;
}

a .blue-arrow:before {
  color: #0B63A6;
}
.interview_mv {
  display: flex;
  align-items: center;
}
.video-info {
  width: 40%;
}
.video-info p {
  font-size: 1.5rem;
}
.interview_mv .video-js.vjs-fluid {
  width: 60%;
  height: 180px;
  background: transparent;
}

.interview_mv .video-js .vjs-big-play-button {
  height: 50px;
    width: 50px;
    border-radius: 50%;
    left: 57%;
}
.interview_mv .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 2px;
}

.audio-player {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 8px 12px 20px;
  display: flex;
  align-items: center;
  max-width: 500px;
  font-family: system-ui, -apple-system, sans-serif;
}

.custom-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.play-btn, .volume-btn, .more-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #5f6368;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn:hover, .volume-btn:hover, .more-btn:hover {
  color: #1a73e8;
}

.time-current, .time-duration, .time-separator {
  font-size: 13px;
  color: #5f6368;
}

.progress-bar {
  flex: 1;
  height: 4px;
  background: #dadce0;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin: 0 8px;
}

.progress-bar:hover {
  height: 6px;
}

.progress {
  position: absolute;
  height: 100%;
  background: #1a73e8;
  border-radius: 2px;
  width: 0;
}

/* ボリュームスライダー（オプション） */
.volume-slider {
  width: 0;
  height: 4px;
  background: #dadce0;
  border-radius: 2px;
  overflow: hidden;
  transition: width 0.2s;
}

.volume-btn:hover + .volume-slider,
.volume-slider:hover {
  width: 50px;
}

.data_bg {
  background-color: var(--dark-blue);
  padding-bottom: 100px;
}

.data_part {
  width: var(--w-main);
  margin: 0 auto;
}

.data_title {
  text-align: center;
  padding: 100px 0;
}
.data_title p {
  font-size: 3.5rem;
}
.data_title img {
  width: 100%;
  height: 25px;
}

.data_number {
  position: relative;
}

.data_number_01 img {
  width: 100%;
}
.data_number_02 {
  display: flex;
  justify-content: flex-start;
}
.data_number_02 .data_02 {
  width: 100%;
  object-fit: contain;
}
.data_number_02 .data_03 {
  width: 100%;
  object-fit: contain;
  margin-top: 50px;
}
.data_number_03 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: -90px;
}
.data_number_03 .data_04 {
  width: 60%;
  object-fit: contain;
}
.data_number_03 .data_btn {
  width: 100%;
  object-fit: contain;
}
.data_number_03 a {
  text-align: right;
  width: 20%;
  margin-left: 40px;
}
/* カウントアップ */
.count01,
.count02,
.count04 {
  font-size: 16vw;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2px;
}
.count01_position {
  position: absolute;
  top: -60px;
  left: 30px;
}
.count02_position {
  position: absolute;
  top: -60px;
  right: 0;
}
.count03 {
  font-size: 22vw;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2px;
}
.count03_position {
  position: absolute;
  top: 17%;
  left: 3%;
}
.count04_position {
  position: absolute;
  top: 0;
  left: 37%;
}
.count05 {
  font-size: 21vw;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2px;
}
.count05_position {
  position: absolute;
  top: -30px;
  right: 7%;
}
.count06 {
  font-size: 19vw;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2px;
}
.count06_position {
  position: absolute;
  top: -25px;
  right: 36%;
}

/* カウントアップここまで */

.message {
  padding: 150px 0 100px;
  background-color: var(--lighter-grey);
  overflow: hidden;
}
.black_arrow {
  padding: 13px;
  background-color: var(--black);
  height: 50px;
  width: 50px;
}
.black_arrow .fa-arrow-right:before {
  color: var(--white);
  font-size: 2.5rem;
}
.message_box {
  width: var(--w-main);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.message_flex_left {
  display: flex;
  align-items: flex-end;
  width: 80%;
  background-color: var(--white);
  margin-left: -200px;
  padding: 0 0 80px;
}
.message_flex_left .black_arrow {
  margin-left: 30px;
}
.message_flex_right {
  display: flex;
  align-items: flex-end;
  width: 100%;
  background-color: var(--white);
  padding: 0 0 50px;
}

.message_border {
  padding: 20px 0 0;
}
.message_border p {
  border-bottom: 2px solid var(--dark-blue);
  display: inline;
  line-height: 2.5;
  font-weight: 900;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
.message_sub_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  margin-bottom: 20px;
}
.message_sub_flex p {
    line-height: 2.5;
    font-weight: 900;
    letter-spacing: 0.1rem;
    font-size: 2rem;
    margin-right: 10px;
}

.message_main_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message_leader {
  margin-left: 280px;
}
.message_leader .black_tittle {
  margin-top: -40px;
}
.message_flex_right .message_leader {
  margin-left: 20px;
}
.message_box_right {
  margin-right: -200px;
}
.message_flex_right .message_leader .black_tittle {
  margin-left: -50px;
}
.message_flex_right .message_border {
  margin-left: 60px;
  width: 100%;
}
.message_flex_right .black_arrow {
  margin-left: 30px;
}
.recruit_part {
  width: var(--w-main);
  margin: 0 auto;
  padding: 50px 0 120px;
  overflow: hidden;
}
.recruit_title {
    font-size: 3.5rem;
    font-weight: 900;
    padding: 80px 0;
    text-align: center;
}
.recruit_flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.recruit_flex img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.recruit_box {
  width: 30%;
}
.recruit_text_box span {
  background-color: var(--black);
  color: var(--white);
  padding: 2px 10px;
  margin-right: 10px;
  letter-spacing: 2px;
}
.rectuite_date {
  margin: 10px 0 20px;
}
.recruit_text_title {
  color: var(--dark-blue);
  margin: 10px 0;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 700;
}
.recruit_text_content {
  color: var(--dark-blue);
}

.footer_part {
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
}
.footer_part img {
  width: 250px;
  height: 100%;
}
.footer_part .josefin-sans-bold {
  font-size: 1.8rem;
  margin-top: 20px;
}
.footer_company_mark {
  font-size: 1.4rem;
  margin-top: 20px;
  letter-spacing: 1px;
  color: var(--white);
}



@media screen and (min-width: 769px) {
    .sp {
      display: none;
    }
    .message_sub_box {
      margin-top: 50px;
    }
    .right_header {
      width: 20%;
    }
    .entry_btn_top {
      display: flex;
    align-items: center;
    justify-content: center;
    }
    .entry_btn_top a {
      margin: 0;
      line-height: 1;
      font-size: 1.5rem;
    }
    .entry_box {
      width: 40%;
      padding: 20px 0;
    }
    .entry_box .p {
      margin-top: -10px;
    }
    .entry_box .josefin-sans-bold {
      line-height: 1.5;
      margin: 0;
    }
    .work_tab_content_image {
      width: 45%;
    }
    .work_tab_content_text {
      width: 55%;
    }
    .company_left {
      width: 65%;
    }
    .company_right {
      width: 55%;
    }
  }

  @media screen and (max-width: 1499px) {
    .desktop {
      display: none;
    }
  }
  @media screen and (min-width: 1500px){

    .pc {
      display: none;
    }
    .sp {
      display: none;
    }
    .clip-text {
      font-size: 9vw;
    }
    .clip-container {
      height: 100vh;
    }
    .main_top_subtittle img {
      max-width: 20vw;
    }
    .main_top_image img {
      width: 145%;
    }
  }

  @media screen and (min-width: 1500px) {
    :root {
      --strong-big: 5rem;
      --big: 3rem;
      --h1: 2.2rem;
      --h2: 1.8rem;
      --h3: 1.5rem;
      --h4: 1.4rem;
      --p: 1.8rem;
      --smaller: 1.4rem;
      --small: 1.25rem;
      --smallest: 1.1rem;
    }
    :root {
      --s-main-inner: clamp(5vw, calc(50vw - 600px), 100vw);
      --h-main: 100vh;
      --w-main: calc(100vw - 400px);
      --w-sub: calc(100vw - 600px);
    }
    .desktop {
      display: block;
    }
    .w-desktop {
      display: none;
    }
    .background-video-container {
      height: 130vh;
    }
    .main_top_subtittle {
      top: 14vw;
      z-index: 999;
      right: 16vw;
    }
    .main_top::before {
      bottom: 150px;
    }
    .main_top_image {
      right: 15%;
    }
    .white-box {
      height: 350px;
      bottom: -350px;
    }
    .work_tab_content_image img {
      max-width: 35vw;
    }
    .count01, .count02, .count04 {
      font-size: 14vw;
    }
    .count03 {
      font-size: 20vw;
    }
    .count05 {
      font-size: 18vw;
    }
    .count06 {
      font-size: 17vw;
    }
    .details_line p {
      font-size: 3.4rem;
    }
    .training_system_box {
      font-size: 2.4rem;
    }
    .training_system_title > p {
      font-size: 5rem;
    }
    .interview_title p,
    .data_title p,
    .recruit_title,
    .welfare_title {
      font-size: 4.5rem;
    }
    .black_tittle {
      font-size: 8rem;
    }
    .company_border p {
      font-size: 3rem;
    }
    .company_right img {
      max-width: 34vw;
      margin-left: 0;
    }
    .company_left {
      width: 70%;
    }
    .welfare_box_text05 {
      top: 10%;
    }
    .message_leader {
      margin-left: 30vw;
    }
    .work_tittle {
      top: -80px;
    }
    .message_flex_left {
      margin-left: -40%;
      width: 100%;
    }
    .message_box_right {
      margin-right: -8vw;
    }
  }

  @media screen and (min-width: 1700px){
    .main_top_subtittle {
      top: 15vw;
      z-index: 999;
      right: 25vw;
    }
  }