html {
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1.05rem;
  color: #000;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.5;
}

figure {
  margin: 0;
}

section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 110px 110px 110px;
}

#aboutstsc .contents_inner, #whatweseek .contents_inner {
  padding-bottom: 30px;
}

#graduate .contents_inner, #midcareer .contents_inner {
  padding-top: 150px;
}

/* section .contents_inner p + p {
  margin-top: 10px;
} */

.cb {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 60px;
  margin-top: 0;
  /* text-align: center; */
  padding-bottom: 25px;
}

.border_h2 {
  border-bottom: 2px solid #096FCA;
}

/* h3.border_h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 60px;
  margin-top: 0;
  padding-bottom: 25px;
} */

h2 span {
  font-size: 1.5rem;
  color: #00AFF0;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
}

.h3_large {
  font-size: 2.3rem;
  color: #023F76;
  line-height: 1.1;
  margin-bottom: 60px;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #023F76;
}

.h3_large span {
  font-size: 1.3rem;
  /* color: #00AFF0; */
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}


/* h3.border_h2 span {
  font-size: 1.5rem;
  color: #00AFF0;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
} */

.h3_title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 100px;
  position: relative;
  padding-left: 15px;
}

.h3_title.mt_small {
  margin-top: 50px;
}

.h3_title.mt_medium {
  margin-top: 60px;
}

.h3_title::before {
  content: "";
  display: block;
  background-color: #00aff0;
  width: 3px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 6px;
}

.h4_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 60px;

}



/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #E4F2FF;
}

.header ul {
  width: 85%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header ul li {
  display: inline-block;
  margin: 35px 18px;
}

.header ul .entry {
  margin: 0 10px 0 10px;
  /* height: 110px; */
  box-sizing: border-box;
}

.header ul .entry:hover {
  opacity: 0.8;
}

.header ul .entry.graduate {
 background: #096FCA;
 margin-left: 20px;
}

.header ul .entry.midcareer {
 background: #023F76;
}

.sp_tel_mail .entry {
  margin: 0 10px 0 10px;
  /* height: 110px; */
  box-sizing: border-box;
}

.sp_tel_mail .entry.graduate {
 background: #096FCA;
}

.sp_tel_mail .entry.midcareer {
 background: #023F76;
}

.pc li .contact_btn {
  color: #fff;
  padding: 0vw 1vw;
  font-size: 1.2rem;
  height: 70px;
  line-height: 70px;
  display: block;
  box-shadow: 0 0 6px #b8b8b8;
  width: 240px;
  box-sizing: border-box;
  text-align: center;
}

.sp_tel_mail li .contact_btn {
  color: #fff;
  padding: 0vw 1vw;
  font-size: 1.2rem;
  height: 75px;
  line-height: 75px;
  display: block;
  box-shadow: 0 0 6px #b8b8b8;
  width: 240px;
  box-sizing: border-box;
}

.header .logo {
  width: 15%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 12vw;
}

.pc li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
}

.sp_tel_mail {
  list-style: none;
  padding-left: 0;
}

.sp_tel_mail li a {
  text-decoration: none;
  color: #023F76;
  font-weight: 600;
  font-size: 1.1rem;
}

.pc .list a {
  position: relative;
}

.pc .list a:hover {
  color: #096FCA;
}

/* 下線のスタイル */
.pc .list a::after {
  background-color: #096FCA; /* 下線の色 */
  bottom: -5px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  width: 100%; /* 要素の幅 */
  transform: scaleX(0);
  transform-origin: left center; /* 変形の原点を左上に指定 */
  will-change: transform;
  transition: transform .3s ease-out; /* 変形をアニメーション化 */
}
/* リンクにホバーした際の下線の表示 */
.pc .list a:hover::after {
  transform: scaleX(1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

.sp {
  display: none;
}

.sp_tel_mail {
  display: none;
}
/* 
.contact_btn_02 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F4F4;
}

.contact_btn_02 .cta_lead {
  font-size: 1.2rem;
  font-weight: 600;
  color: #023F76;
  margin-bottom: 10px;
} */

/* ctaボタンアニメーション */
/* 
.contact_btn_02 .btn_animation {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  top: 2.5rem;
}

.contact_btn_02 .btn_animation .btn {
  display: block;
  position: relative;
  background-color: #d5560c;
  color: #fbfbfb;
  text-align: center;
  overflow: hidden;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 130px;
  color: #fff;
  box-shadow: 0 0 6px #b8b8b8;
  display: inline-block;
}

.contact_btn_02 .btn_animation .btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s ease-in-out infinite;
}

@keyframes btn_animation {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.contact_btn_02 .btn_animation .btn:hover {
  opacity: 0.8;
} */

/*  */

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
#main {
  padding-top: 100px;
  height: 800px;
  position: relative;
  background: url("/stsc/recruit/img/mv_img.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}

#main .kv_text_area {
  width: 1300px;
  /* position: relative; */
  /* top: 100px; */
  margin: 0 auto;
}

#main .copy {
  font-size: 5.3rem;
  font-weight: 700;
  /* margin: 40px 0 40px; */
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-top: 130px;
  /* display: inline-block;
  position: relative;
  top: 130px;
  left: 50%;
  transform: translateX(-50%); */
}

/* テキストアニメーション */
.js-text-anime span {
    opacity: 0;
    transition: 0.5s;
}

#main .copy_text {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  /* display: flex;
  align-items: center;
  justify-content: center;  */
  /* position: relative;
  top: 130px;
  left: 50%;
  transform: translateX(-50%); */
  margin-top: 30px;
}
/* 
#main .copy_text span {
  color: #096FCA;
} */

#main .button_area {
  text-align: center;
  margin-top: 80px;
}

#main .button {
  position: relative;
  display: inline-block;
}

#main .button a {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 60px;
  color: #fff;
  margin-top: 20px;
  border: 2px solid #FFF;
  box-sizing: border-box;
  display: inline-block;
  width: 320px;
}

#main .button.graduate a {
  background-color: #096FCA;
} 

#main .button.graduate a:hover {
  background-color: #fff;
  color: #096FCA;
  border: 2px solid #096FCA;
}

#main .button.midcareer a {
  background-color: #023F76;
}

#main .button.midcareer a:hover {
  background-color: #fff;
  color: #023F76;
  border: 2px solid #023F76;
}

#main .button.midcareer {
  margin-left: 30px;
}

#main .button::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 1px;
    bottom: -25%;
    right: 6%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#main .button.graduate:has(a:hover)::after {
  border-top: 2px solid #096FCA;
  border-right: 2px solid #096FCA;
}

#main .button.midcareer:has(a:hover)::after {
  border-top: 2px solid #023F76;
  border-right: 2px solid #023F76;
}

/*  */
footer {
  margin: 100px auto 0;
  text-align: center;
  font-weight: 500;
}

.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_policy {
  margin-bottom: 20px;
  /* font-weight: 600; */
}

.footer_policy a {
  text-decoration: none;
  color: #000;
}

.footer_policy a:hover {
  opacity: 0.8;
}

footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

footer .stsc a {
  text-decoration: none;
  color: #000;
  font-size: 1.15rem;
}

footer .stsc a:hover {
  opacity: 0.8;
}

footer .write {
  /* background-color: #E4F2FF; */
  color: #000;
  padding: 20px 0;
  /* margin-top: 50px; */
  font-weight: 600;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 3;
}

#pagetop a {
  background: #096FCA;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E4F2FF;
  display: inline-block;
  width: 60px;
  height: 60px;
  /* border-radius: 50px; */
}

#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
  top: 14px;
}

.bold_text {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 30px;
}

/* aboutstsc */

#aboutstsc .subtitle_area {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  align-items: center;
}

#aboutstsc .bold_text {
  color: #fff;
  font-size: 1.5rem;
  background-color: #023F76;
  /* width: 58%; */
  padding: 40px 40px 40px;
  box-sizing: border-box;
  flex: 1;
  z-index: 2;
  margin-right: -60px;
  background: linear-gradient(90deg, #023F76 0%, rgba(2, 63, 118, 0.63) 100%);
  /* background: linear-gradient(270deg, #096FCA 0%, #023F76 100%); */
  line-height: 1.6;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);  /* 斜めに */
  position: relative;
  top: 15px;
  line-height: 1.7;
}

#aboutstsc .team_img {
  /* width: 42%; */
  flex: 1;
  z-index: 1;
}

#aboutstsc .team_img img {
  width: 100%;
  height: auto;
  display: block;
}

#aboutstsc .text_area p:not(:first-child) {
  margin-top: 10px;
}

.bold_span {
  font-weight: 600;
}

/* whatweseek */
.mind_box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -80px;
}

.mind_box .text {
  width: 76%;
}

.mind_box .img {
  width: 24%;
}

.mind_box .img img {
  width: 100%;
  height: auto;
  display: block;
}

.think_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.think_box .item {
  background: #E4F2FF;
  padding: 24px 32px;
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.think_box .item .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.skill_img {
  width: 70%;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
}

.skill_img img {
  width: 100%;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.06);
  height: auto;
  display: block;
}

/* career */

#career .position_img {
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
}

#career .position_img img {
  width: 100%;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.06);
  height: auto;
  display: block;
}

.mt_p {
  margin-top: 10px;
}

#career .step_image {
  width: 80%;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
}

#career .step_image img {
  width: 100%;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.06);
  height: auto;
  display: block;
}

#career .training_image {
  width: 80%;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
}

#career .training_image img {
  width: 100%;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.06);
  height: auto;
  display: block;
}

.career_example {
  display: flex;
  width: 100%;
  gap: 30px;
}

#career .career_example_item {
  background: #E4F2FF;
  /* padding: 24px 32px; */
  /* padding: 0 0 24px; */
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

#career .career_example_item .contents_area {
  padding: 24px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  flex: 1;
}

#career .career_example_item .title {
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #023F76;
  padding: 10px 32px;
  color: #fff;
  text-align: center;
}

#career .career_example_item .title.example_02 {
  background-color: #096FCA;  
}

#career .career_example_img {
  margin-top: 20px;
}

#career .career_example_item img {
  width: 100%;
  height: auto;
}

#career .h3_title_02 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  /* text-align: center; */
  color: #023F76;
  position: relative;
  padding-left: 30px;
}

#career .h3_title_02::after {
  position: absolute;
  content: '';
  left: 5px;
  top: 12px;
  width: 12px;
  height: 12px;
  background-color: #096FCA;/*四角を作って*/
  transform: rotate(45deg);/*45度回転*/
}

#career .work_style {
  padding: 32px 32px;
  margin-top: 100px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
}

#career .work_style .work_img {
  width: 27%;
}

#career .work_style .work_img img {
  width: 100%;
  height: auto;
  display: block;
}

#career .work_style .text_area {
  width: 73%;
}

#career .work_style .text {
  /* position: absolute;
  right: 0; */
  /* top: 90px; */
  /* width: 75%; */
  /* background: #FFF; */
  /* box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25); */
  /* padding: 50px 40px;
  box-sizing: border-box; */
}

/* 新卒採用 */
#graduate {
  margin: 0 50px;
  background-color: #E4F2FF;
}

.h2_title_02 {
  color: #096FCA;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: none;
}

.h2_graduate, .h2_midcareer {
  position: relative;
}

.h2_graduate .ja, .h2_midcareer .ja {
  position: relative;
  z-index: 1;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: none;
}

.h2_graduate .ja {
  color: #096FCA;
}

.h2_midcareer .ja {
  color: #023F76;
}

.h2_graduate::after {
  content: 'New graduate recruitment';
  position: absolute;
  top: -7%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 5rem;
  color: #C4E2FF; /* 背景テキストの色（透明度含む） */
  z-index: 0; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

.h2_midcareer::after {
  content: 'Mid-career recruitment';
  position: absolute;
  top: -7%; /* 垂直方向の中央寄せ */
  left: 50%; /* 水平方向の中央寄せ */
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 5rem;
  color: #e1e1e1; /* 背景テキストの色（透明度含む） */
  z-index: 0; /* 背景として配置 */
  white-space: nowrap; /* テキストの折り返し防止 */
}

#graduate .message {
  display: flex;
  margin-bottom: 180px;
}

#graduate .message .title {
  width: 50%;
}

#graduate .message .title span {
  color: #096FCA;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #096FCA;
  padding-bottom: 4px;
}

#graduate .message .text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  width: calc(50% - 30px);
  margin-left: 30px;
  position: relative;
  top: 105px;
}

/* 社員インタビュー */
.interview .interview_top {
  display: flex;
  position: relative;
  align-items: center;
}

.interview .interview_img {
  width: 50%;
}

.interview .interview_img img {
  width: 100%;
  height: auto;
  height: auto;
  display: block;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}

.interview .name_area {
  position: absolute;
  right: 0;
  /* top: 125px; */
  width: 60%;
  /* background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25); */
  background: linear-gradient(270deg, #096FCA 0%, #023F76 100%);
  padding: 30px 40px 30px;
  box-sizing: border-box;
  color: #fff;
}

/* #midcareer .interview .name_area {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
} */

.interview .name {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.interview .name span {
  font-size: 1rem;  
  font-weight: 400;
  margin-right: 10px;
}

.interview .profile .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.interview .main_text {
  margin-top: 60px;
}

.interview .main_text .q_title {
  color: #023F76;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.interview .main_text .q_title::after {
  position: absolute;
  content: '';
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #096FCA;/*四角を作って*/
  transform: rotate(45deg);/*45度回転*/
}

.interview .consultant:nth-of-type(n+2) {
  margin-top: 140px;
}

.entry_btn {
  text-align: center;
  margin-top: 100px;
}

.entry_btn a {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 20px;
  box-sizing: border-box;
  color: #fff;
  background: #096FCA;
  position: relative;
  display: inline-block;
  min-width: 350px;
  align-items: center;

}

.entry_btn a:hover {
  opacity: 0.8;
}

.entry_btn.midcareer a {
  background: #023F76;
}

.entry_btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  left: 90%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* キャリア採用 */

#midcareer {
  margin: 0 50px;
  background-color: #F4F4F4;
  margin-top: 80px;
}

#midcareer .message {
  /* display: flex; */
  margin-bottom: 100px;
}

#midcareer .message .title {
  width: 100%;
}

#midcareer .message .title span {
  color: #023F76;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #023F76;
  padding-bottom: 4px;
}

#midcareer .message .text_right {
  display: flex;
  justify-content: flex-end;
}

#midcareer .message .text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  width: 69%;
   margin-top: -10px;
}

#midcareer .interview {
  margin-top: 100px;
}

/*company*/

.company_dl dl {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
  width: 93%;
  margin-left: 7%;
}

.company_dl dt {
  width: 25%;
  float: left;
  font-weight: 600;
}

.company_dl dd {
  margin-left: 25%;
}

.company_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

.company_flex .company_img {
  width: 30%;
}

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

.company_flex .company_dl {
  width: 70%;
}

.group_link {
  color: #000;
}


.br_sp {
  display: none;
}

.br_768 {
  display: none;
}

@media screen and (max-width: 1600px) {
  nav {
    height: 92px;
  }

  .header {
    height: 92px;
  }

  .sp_tel_mail .entry {
    height: 70px;
    line-height: 70px;
    /* position: relative;
    top: 3px; */
    display: inline-block;
  }

  .sp_tel_mail li .contact_btn {
    /* display: none; */
    font-size: 1.2rem;
    height: 70px;
    line-height: 70px;
  }

  .sp {
    display: block;
  }

  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 4;
    right: 57px;
    top: 3px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }

  .sp .tel_sp_02 a::before {
    content: url(../svg/tel_icon_03.svg);
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    top: 4px;
    left: -20%;
  }

  .sp .mail_sp_02 a {
    background: #fff;
    padding: 10px 30px;
    /* border-radius: 30px; */
    font-weight: 600;
  }

  .sp .mail_sp_02.graduate a {
    color: #096FCA;
    }

  .sp .mail_sp_02.midcareer a {
    color: #023F76;
  }

  .sp_contact {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }

  .sp_contact li {
    position: relative;
  }

  /* .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }

  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }

  .tel_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .mail_sp img {
    float: left;
    display: block;
    width: 50px;
  } */

  .header {
    width: 100%;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav {
    height: 92px;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 11;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #096FCA;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 17px;
  }

  .hamburger span:nth-child(3) {
    top: 26px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 4;
    left: 50%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 50%;
    height: 100vh;
    background: #096FCA;
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 100px;
  }

  .globalMenuSp ul li {
    margin: 35px 0;
    font-size: 1.2rem;
  }

  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
  }

  .globalMenuSp ul .mail_sp_02 {
    margin-top: 45px;
  }

  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .header img {
    width: 100%;
  }

  .header .logo {
    width: 220px;
    padding: 0 20px;
    height: 95px;
  }

  .header .logo img {
    width: 100%;
    height: auto;
  }

  .header .pc {
    display: none;
  }

  #main {
    margin-left: 0;
    padding-top: 92px;
  }


}

@media screen and (max-width: 1400px) {
  #main {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    height: 800px;
  }

  #main .kv_text_area {
    width: auto;
    max-width: 1120px;
    position: relative;
    top: 80px;
  }

  #main .copy {
    line-height: 1.4;
    font-size: 6.5vw;
    top: 85px;
    margin-top: 50px;
  }

  #main .copy_text {
    font-size: 1.5rem;
    top: 28vw;
  }

  #main .button_area {
    margin-top: 130px;
  }

  #main .button a {
    font-size: 1.1rem;
    width: 300px;
  }

  /* about stsc */
  #aboutstsc .bold_text {
    font-size: 1.3rem;
  }

  .mind_box {
    /* margin-top: -7%; */
    align-items: flex-start;
    margin-top: 0;
  }

  /* interview */
  .interview .interview_top {
    position: static;
    align-items: stretch;
  }

  .interview .name_area {
    padding: 24px 30px 24px;
    position: static;
  }

  .interview .name {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .interview .name_area {
    width: 60%;
  }

  .interview .profile .title {
    font-size: 1.05rem;
  }

  .interview .interview_img {
    width: 40%;
  }

  .interview .interview_img img {
    mask-image: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 24% top;
  }

  .h4_title {
    font-size: 1.4rem;
    margin-top: 40px;
  }

}


@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }

  .header .logo {
    padding: 0 15px;
  }

  .pc .tel {
    margin: 0 10px;
  }

  .pc li .contact_btn {
    padding: 0vw 1vw;
  }

  .header ul li {
    margin: 45px 10px;
  }

  .header ul li a {
    font-size: 1.2vw;
  }
  #main .copy_text {
    top: 30vw;
  }

  /* what we seek */
  /* .mind_box {
    display: flex;
    align-items: flex-end;
    margin-bottom: -35px;
  } */

  /* .mind_box {
    margin-top: -5%;
  } */

  .h2_graduate .ja, .h2_midcareer .ja {
    font-size: 6vw;
  }

  .h2_graduate::after {
    font-size: 4.5rem;
  }

  #graduate .message {
    flex-direction: column;
  }

  #graduate .message .title {
    width: 100%;
  }

  #graduate .message .title span {
    font-size: 2rem;
  }

  #graduate .message .text {
    width: 100%;
    margin: 0;
    padding-left: 10vw;
    box-sizing: border-box;
    top: 0;
    margin-top: 40px;
  }

  #graduate .message {
    margin-bottom: 100px;
  }

  .h2_midcareer::after {
    font-size: 4.5rem;    
  }

  #midcareer .message .title span {
    font-size: 2rem;
  }

  #midcareer .message .text {
    width: 67%;
  }

  .interview .interview_img {
    width: 60%;
  }

  .interview .name_area {
    width: 65%;
    padding: 24px 40px 24px;
  }

  .interview .profile .title {
    font-size: 1.1rem;
  }

  .interview .name {
    font-size: 1.3rem;
  }

}

@media screen and (max-width: 1024px) {
  nav.globalMenuSp {
    left: 25%;
    width: 75%;
  }

  .globalMenuSp ul li {
    font-size: 1rem;
  }

  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 90px 40px 80px;
  }

  .sp .tel_sp_02 a::before {
    width: 15px;
  }

  .globalMenuSp ul li {
    margin: 25px 0;
  }

  .globalMenuSp ul .mail_sp_02 {
    margin-top: 35px;
  }

  .sp_tel_mail {
    top: 11px;
  }

  .sp_tel_mail li .contact_btn {
    font-size: 1rem;
  }

  .sp_tel_mail .entry {
    height: 60px;
    line-height: 60px;
    margin: 0 10px 0 0px;
  }

  .sp_tel_mail li .contact_btn {
    height: 60px;
    line-height: 60px;
    width: 200px;
  }

  /* KV */
  #main {
    height: 700px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #main .copy {
    margin-top: 25px;
  }

  #main .copy_text {
    font-size: 1.2rem;
    top: 29vw;
    left: 20%;
  }

  .bold_text {
    font-size: 1.4rem;
  }

  .br_pc {
    display: none;
  }

  .br_tb_none {
    display: none;
  } 

  #main .button_area {
    margin-top: 115px;
  }

  #main .button a {
    font-size: 1rem;
    padding: 15px 30px;
    width: 270px;
  }

  /* about stsc */
  #aboutstsc .bold_text {
    padding: 30px;
    font-size: 1.1rem;
  }

  .skill_img {
    width: 80%;
  }

  /* .mind_box {
    margin-top: -4%;
  } */


  /* career step */
  #career .work_style .text_area {
    width: 60%; 
  }

  #career .work_style .work_img {
    width: 40%;
  }

  /* graduate */
  #graduate .contents_inner, #midcareer .contents_inner {
  padding: 100px 50px;
}

  .h2_graduate::after {
    font-size: 6vw;
    top: 6%;
  }

  .h2_midcareer::after {
    font-size: 6vw;
    top: 6%;
  }

  #midcareer .message .text {
    width: 100%;
    padding-left: 10vw;
    margin-top: 40px;
  }
  
  /* interview */
  .interview .interview_top {
    position: static;
    align-items: stretch;
  }

  .interview .name_area {
    padding: 24px 30px 24px;
    position: static;
  }

  .interview .name {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .interview .name_area {
    width: 60%;
  }

  .interview .profile .title {
    font-size: 1.05rem;
  }

  .interview .interview_img {
    width: 40%;
  }

  .interview .interview_img img {
    mask-image: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 24% top;
  }

  .entry_btn a {
    font-size: 1.1rem;
    min-width: 300px;
  }

  .h3_large {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  /* company */
  
  .company_flex {
    display: block;
  }

  .company_flex .company_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .company_flex .company_dl {
    width: 70%;
    margin: 0 auto;
  }

  .company_img img {
    width: 350px;
    position: relative;
    top: 0;
  }

  .company_dl dt {
    width: 25%;
  }

  .company_dl dd {
    width: 75%;
    margin-left: 25%;
  }

  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }

  #company .contact_btn_02 {
    bottom: 6%;
  }
  
  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 40px;
  }

  .h3_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}

  .tb_br {
    display: block;
  }

  footer {
    margin-top: 50px;
  }

  footer .stsc a {
    font-size: 1.1rem;
  }

}

@media screen and (max-width: 910px) {
  .mind_box {
    margin-top: 0;
  }

}

@media screen and (max-width: 768px) {
  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 200px;
    padding: 0 20px;
    height: 95px;
  }

  #main {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main .copy {
    /* font-size: 2.5rem; */
    font-size: 7vw;
    top: 20px;
    /* margin: 30px 0 40px; */
    line-height: 1.4;
    margin-top: 10px;
  }

  #main .copy_text {
    top: 180px;
    line-height: 1.4;
    font-size: 1rem;
    align-items: flex-start;
    left: 25%;
  }

  .copy_text:before {
    border-top: 3px solid;
    content: "";
    width: 20px;
    margin-right: 1em;
    position: relative;
    top: 13px;
    margin-right: 12px;
}
  
/* テキストの動き解除 */
  /* .copy .move_01,.move_02 {
    white-space: normal;
    overflow: visible;
    width: 100%;
    animation: none;
  } */
/*  */

  h2 {
    margin-bottom: 45px;
  }

  h2 span {
    font-size: 1.1rem;
  }

  .contact_btn_02 a {
    font-size: 1.1rem;
    padding: 17px 50px;
  }

  .h3_title {
    margin-top: 70px;
    font-size: 1.4rem;
  }

  .h3_title::before {
    height: 26px;
  }

  .sp_tel_mail {
    top: 20px;
    margin: 0px 4px;
  }

  .sp_tel_mail .entry {
    height: 55px;
    line-height: 55px;
    position: relative;
    top: -2px;
    margin: 0 4px 0 4px;
  }

  .sp_tel_mail li .contact_btn {
    font-size: 0.8rem;
    height: 55px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
  }

  .bold_text {
    font-size: 1.25rem;
  }

  #main .button a {
    font-size: 0.9rem;
    padding: 12px 15px;
    width: 210px;
  }

  #main .button::after {
    bottom: -28%;
    width: 6px;
    height: 6px;
  }

  #main .button.midcareer {
    margin-left: 15px;
  }


  /* ctaボタンアニメーション */
  /* .contact_btn_02 .btn_animation .btn {
    font-size: 1.5rem;
    padding: 20px 85px;
  } */

  /* about stsc */
  #aboutstsc .subtitle_area {
    flex-flow: column;
  }

  #aboutstsc .bold_text {
    clip-path: none;
    margin: 0;
    width: 100%;
    padding: 20px 20px;
    font-size: 1.15rem;
    top: 0;
    margin-bottom: 20px;
  }

  .think_box {
    flex-direction: column;
    gap: 24px;
  }

  .think_box .item {
    width: 100%;
  }

  .think_box .item .title {
    font-size: 1.1rem;
  }

  .skill_img {
    width: 100%;
  }

  /* what we seek */
  /* .mind_box {
    flex-direction: column;
  } */

  .mind_box .text {
    width: 65%;
  }

  .mind_box .img {
    width: 35%;
  }

  /* career step */
  #career .step_image {
    width: 100%;
  }

  .career_example {
    flex-direction: column;
  }

  #career .career_example_item {
    width: 100%;
  }

  #career .career_example_item .title {
    font-size: 1.2rem;
  }

  #career .work_style {
    flex-direction: column;
  }

  #career .work_style .text_area {
    width: 100%; 
  }

  #career .work_style .work_img {
    width: 80%;
  }

  #career .h3_title_02 {
    font-size: 1.4rem;
  }

  #career .training_image {
    width: 100%;
  }

  /* graduate */
  #graduate {
    margin: 0 30px;
  }

  #graduate .contents_inner, #midcareer .contents_inner {
   padding: 80px 40px;
  }

  .h2_graduate::after {
    top: 15%;
  }

  .h2_graduate .ja, .h2_midcareer .ja {
    font-size: 3rem;
  }

  #graduate .message .title span {
    font-size: 1.7rem;
  }

  #graduate .message .text {
    font-size: 1.2rem;
  }

  #midcareer {
    margin: 80px 30px 0;
  }

  .h2_midcareer::after {
    top: 15%;
  }

  #midcareer .message .title span {
    font-size: 1.7rem;
  }

  #midcareer .message .text {
    font-size: 1.2rem;
  }

  /* interview */
  .interview .interview_top {
    flex-direction: column;
  }
  
  .interview .interview_img {
    width: 100%;
  }

  .interview .interview_img img {
    mask-image: none;
  }

  .interview .name_area {
    width: 100%;
    position: static;
  }

  .interview .name {
    margin-bottom: 15px;
  }
  
  .entry_btn a {
    font-size: 1rem;
    min-width: 270px;
    padding: 15px 15px;
  }

  .h3_large span {
    font-size: 1.1rem;
  }

  /* company */
  .company_img img {
    width: 90%;
    max-width: 350px;
  }

  .company_flex .company_dl {
    width: 90%;
  }

  .company_dl dl {
    width: 100%;
  }

  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer .logo {
    margin-top: 50px;
  }

  .footer_policy {
    text-align: center;
    margin-top: 10px;
  }

  footer .write {
    text-align: center;
  }

  .br_768 {
    display: block;
  }

  .br_tb_none {
    display: block;
  }

  
  /* PhotoSwipe */
  .zoom_img_wrapper {
    position: relative;
    display: inline-block;
  }

  .zoom_img_wrapper a {
    position: relative;
    display: block;
  }

  .zoom-icon {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: background 0.3s ease;
  }

  .zoom-icon:hover {
    background: rgba(0, 0, 0, 0.8);
  }

}


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

  #main {
    height: 510px;
  }

  #main .kv_text_area {
    position: relative;
    top: 45px;
  }

  #main .copy {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0;
  }

  #main .copy_text {
    font-size: 0.9rem;
    margin-top: 20px;
  }

  
  .sp_tel_mail {
    right: 60px;
    /* position: absolute; */
    /* top: 1px; */
    display: flex;
    /* position: fixed;
    z-index: 5; */
    /* align-items: center; */
    /* height: auto; */
    /* height: 80px; */
    top: 0;
    top: env(safe-area-inset-top, 0px); /* iOS Safari セーフエリア対応 */
    /* transform: translate(0px, 0px); */
    box-sizing: border-box;
    align-items: stretch;
    top: 10px;
  }

  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  .header .logo {
    width: 40%;
    height: 80px;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  .sp_none {
    display: none;
  }

  .sp_tel_mail .entry {
    margin: 0;
    height: auto;
    top: 0;
    box-sizing: border-box;
  }

  .sp_tel_mail li .contact_btn {
    font-size: 0.7rem;
    line-height: 18px;
    height: auto;
    /* height: 40px; */
    box-shadow: none;
    width: 80px;
    box-sizing: border-box;
    height: 60px;
  }

  section .contents_inner {
    padding: 80px 25px 70px;
  }

  #main .button_area {
    display: flex;
    flex-flow: column;
    margin-top: 60px;
  }

  #main .button::after {
    top: -6px;
    right: 28%;
  }

  #main .button.midcareer {
    margin-left: 0;
  }

  #main .button a {
    margin-top: 10px;
    font-size: 0.85rem;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    padding-bottom: 20px;
  }

  /*　アニメーション cta */
  /* .contact_btn_02 .btn_animation .btn {
    font-size: 1.3rem;
    padding: 20px 45px;
  } */

  /* about stsc */

  #aboutstsc .bold_text {
    font-size: 1rem;
  }

  #aboutstsc .subtitle_area {
    margin-bottom: 30px;
  }

  /* what we seek */
  .mind_box {
    flex-direction: column;
  }

  .mind_box .text {
    width: 100%;
  }

  .mind_box .img {
    width: 60%;
    margin-inline: auto;
  }

  #career .work_style .work_img {
    width: 100%;
  }

  /* graduate */
  .h2_graduate .ja, .h2_midcareer .ja {
    font-size: 2.5rem;
  }

  .h2_graduate::after {
    top: 25%;
  }
  /* graduate */

  #graduate .contents_inner, #midcareer .contents_inner {
   padding: 55px 25px;
  }

  .h2_graduate, .h2_midcareer {
    margin-bottom: 10px;
  }

  #graduate, #midcareer {
    margin: 0 20px;
  }

  #midcareer {
    margin-top: 40px;
  }

  #midcareer .message .text {
    font-size: 1.1rem;
  }

  .h2_graduate::after {
    top: 30%;
  }

  .h2_graduate .ja, .h2_midcareer .ja {
    font-size: 2.2rem;
  }

  #graduate .message .title span {
    font-size: 1.4rem;
  }

  #graduate .message .text {
    font-size: 1rem;
  }

  .h2_midcareer::after {
    top: 30%;
  }

  #graduate .message {
    margin-bottom: 80px;
  }

  #midcareer .message {
    margin-bottom: 80px;
  }

  #midcareer .message .title span {
    font-size: 1.4rem;
  }

  #midcareer .message .text {
    font-size: 1rem;
  }

  .interview .profile .title {
    font-size: 1rem;
  }

  .interview .main_text .q_title {
    font-size: 1.15rem;
    padding-left: 28px;
  }

  .interview .main_text .q_title::after {
    width: 10px;
    height: 10px;
  }

  .interview .consultant:nth-of-type(n+2) {
    margin-top: 100px;
  }

  .entry_btn {
    margin-top: 70px;
  }

  .h3_large {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }

  .h3_large span {
    font-size: 1rem;
  }

  .h4_title {
    font-size: 1.2rem;
    margin-top: 40px;
  }

  /* company */
  .company_img {
    width: 75%;
    position: relative;
  }

  .company_dl dt {
    width: 100%;
    float: none;
  }

  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }

  .company_flex .company_dl {
    width: 100%;
  }

  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .footer_policy a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #1E2124;
  }

  footer .stsc a {
    font-size: 0.9rem;
  }

  .button .return {
    margin: 0 7px;
    /* width: 170px; */
    margin-bottom: 20px;
  }

  /*  */
  #pagetop {
    right: 20px;
  }

  #pagetop .arrow {
    width: 14px;
    height: 14px;
    top: 0px;
  }

  #pagetop a {
    padding: 10px 5px;
  }

  #pagetop a {
    width: 50px;
    height: 50px;
  }

  .sp_contact {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
  }

  .sp .mail_sp_02 a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .sp_contact li {
    width: 100%;
    float: none;
  }

  .tel_sp img {
    width: 45px;
  }

  .mail_sp img {
    width: 45px;
  }

}

/* PhotoSwipe - 768px以上ではクリック無効 */
@media screen and (min-width: 767px) {
  [data-js="ps"] a {
    pointer-events: none;
    cursor: default;
  }

  .zoom-icon {
    display: none !important;
  }
}

