:root {
  --sp_margin_s: calc(100vw - 32px);
  --sp_margin_m: calc(100vw - 70px);
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font: 62.5% / 1.7 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "SF Pro", sans-serif, 'Roboto';
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}

.text_large {
  font-size: 3.6rem;
}

.text_large_s {
  font-size: 3.2rem;
}

.text_medium {
  font-size: 2.4rem;
}

.text_medum_s {
  font-size: 2rem;
}

.text_small {
  font-size: 1.6rem;
}

.text_bold {
  font-weight: bold;
}

.scrollbar_none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar_none:-webkit-scrollbar{
  display:none;
}


.sp_area {
  display: none;
}

.mv_area {
  background: url(../images/mv_pc.png) 60% 25% no-repeat;
  background-size: cover;
  height: 500px;
}

.mv_sp {
  display: none;
}

.text_description {
  margin: 40px 0;
  text-align: center;
  font-size: 1.6rem;
}


.main .inner {
  max-width: 1000px;
  margin: 0 auto;
}


.about {
  padding: 40px 0 0;
}

.about p {
  margin: 0 0 40px;
}

.navi {
  margin: 70px 0 100px;
}

.navi ul{
  display: flex;
  justify-content: center;
  gap: 80px;
}

.navi a {
  position: relative;
}

.navi a:hover {
  opacity: .6;
}

.naviLink {
  color: #030001;
}

.naviCommingSoon {
  color: #B9B9B9;
  position: relative;
}

.navi a::before, .naviCommingSoon::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24px;
  display: inline-block;
  width: 40px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D9D9D9;
}

.naviCommingSoon::after {
  content: "coming soon";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 110px;
  text-align: center;
  transform: rotate(-15deg);
  font-size: 1.6rem;
  color: #000;
  opacity: 0.7;
}

.main section:last-child {
  padding-bottom: 215px;
}


/**** 成功事例 ****/
.area_myCareerStory {
  padding: 140px 0 100px;
  background-color: #FFFBF6;
}

.area_myCareerStory h2::before {
  content: url(../images/text_myCareerStory.svg);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}

.successStories_list {
  display: flex;
  gap: 35px;
  width: 1060px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.successStories_listitem {
  display: flex;
  justify-content: space-between;
  min-width: 830px;
  padding: 30px 20px;
  border: solid 1px #4D4D4D;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 48px;
}

.successStories_listitem:last-child {
  margin-right: 30px;
}

.successStories_listitem img {
  position: relative;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-50%);
}

.img_story01 {
  width: 160px;
  height: 228px;
}

.img_story02 {
  width: 96px;
  height: 268px;
}

.img_story03 {
  width: 92px;
  height: 272px;
}

.successStories_listitem div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 25px;
}

.text_margin {
  max-width: 590px;
  margin-bottom: 25px;
}

.successStories_listitem li {
  list-style: inside;
}

.readmore_button {
  position: absolute;
  bottom: -40px;
  right: -20px;
  padding: 12px 24px;
  color: #000;
  background-color: #FBFBFB;
  z-index: 1000;
}

.readmore_button:hover {
  box-shadow: 3px 3px 7px #c4c4c4;
}


/**** 専任チーム ****/
.area_specialTeams {
  padding: 140px 0 100px;
}

.area_specialTeams h2::before {
  content: url(../images/text_specialTeams.svg);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}

.team_list {
  font-size: 12px;
  display: flex;
  gap: 8px;
  width: 1046px;
  margin-bottom: 80px;
  padding: 0 10px 0 4px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.team_list:-webkit-scrollbar{
  display:none;
}


.team_list li {
  width: 240px;
  /* padding: 5px; */
  padding: 6px 6px 15px 6px;
  margin: 10px 0;
}

.team_list li:hover {
  box-shadow: 3px 3px 7px #c4c4c4;
}

.team_list li img {
  width: 240px;
  height: 144px;
  object-fit: cover;
  margin-bottom: 10px;
}

.team_list li p {
  color: #030001;
}

.text_position {
  margin: 10px 0 5px;
}


.personInCharge {
  display: flex;
  gap: 25px;
}

.personProfile {
  width: 280px;
  font-size: 1.4rem;
}

.personProfile img {
  display: block;
  width: 156px;
  margin: 0 auto 25px;
}

.parsonName {
  text-align: center;
  margin-bottom: 10px;
}

.text_personInCharge {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 1.6rem;
  width: 663px;

}

.text_personInCharge p {
  font-size: 1.6rem;
}


/**** メディア掲載とニュース ****/
.area_mediaAndNews {
  padding: 140px 0 80px;
  background-color: #FFFBF6;
}

.area_mediaAndNews h2::before {
  content: url(../images/text_mediaAndNews.svg);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}

.mediaAndNews_list {
  display: flex;
  gap: 10px;
  width: 1046px;
  padding: 7px;
  overflow-x: scroll;
}

.mediaAndNews_list li {
  width: 325px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
}

.mediaAndNews_list li:hover {
  box-shadow: 0 0 7px #c4c4c4;
}

.image_mediaAndNews img {
  width: 325px;
  height: 170px;
  object-fit: cover;
}

.text_mediaAndNews {
  padding: 15px 15px 40px 15px;
  color: #030001;
}

.text_mediaAndNews .label {
  background-color: #e24355;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 3px;
  display: inline-block;
}

.text_mediaAndNews .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
}

.text_mediaAndNews .date {
  position: absolute;
  bottom: 15px;
  margin-top: 10px;
  font-size: 1.2rem;
}


/**** 各種サポート ****/
.area_support {
  padding: 140px 0 80px;
}

.area_support h2::before {
  content: url(../images/text_support.svg);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}

.support_listTitle {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-indent: 0.5rem;
}

.support_list {
  display: flex;
  gap: 5px;
  width: 1046px;
  padding: 0 10px 0 4px;
  margin-bottom: 40px;
  overflow-x: scroll;
}

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

.support_list img{
  width: 324px;
  margin-bottom: 5px;
}

.support_list p {
  width: 324px;
  font-size: 1.6rem;
  color: #030001;
}

.support_list li {
  padding: 6px 6px 15px 6px;
  margin-bottom: 10px;
}

.support_list li:hover {
  box-shadow: 3px 3px 7px #c4c4c4;
}



/******* ストーリーページ *******/

.successStoryPage .inner {
  width: 830px;
}

.area_header {
  height: 120px;
  background-color: #FFFBF6;
  text-align: center;
}

.area_header a {
  display: inline-block;
}

.area_header a:hover {
  opacity: .6;
}

.area_header img {
  display: block;
  width: 156px;
  margin: 20px auto;
}

.successStories h2 {
  text-align: left;
  margin-bottom: 40px;
}

.successStories h3 {
  text-indent: 1.4rem;
  position: relative;
  border-left: 8px solid #D9D9D9;
  margin-bottom: 25px;
}

.successStory {
  display: flex;
  justify-content: right;
  width: 830px;
  padding: 30px 20px;
  border: solid 1px #4D4D4D;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 40px;
}

.successStory img {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%) translateX(-50%);
}

.successStory ul li {
  list-style: inside;
}

.text_story {
  margin-bottom: 40px;
}

.text_story p {
  margin-bottom: 2.8rem;
}

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

.area_profile {
  display: flex;
  flex-flow: column;
  gap: 25px;
  padding: 20px;
  border: 1px solid #4D4D4D;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.message {
  display: flex;
  gap: 20px;
}

.consultant img{
  width: 240px;
  height: 160px;
}

.consultant p {
  text-align: center;
  color: #000;
}

.consultant a:hover {
opacity: .6;
}

.text_message {
  margin-top: 10px;
  font-size: 1.4rem;
}

.area_profile ul {
  display: flex;
  justify-content:space-around;
  gap: 15px;
}

.area_profile ul li {
  flex: 1;
  font-size: 1.4rem;
}


/**** CTAボタン・TOPへ戻るボタン ****/
#float-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 50px 0 23px;
  background: linear-gradient(0deg, rgba(255, 251, 246, 1) 0%, rgba(255, 251, 246, 1) 80%,rgba(255, 251, 246, 0) 90%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  height: auto;
}

#float-entry ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* gap: 0 50px; */
}

#float-entry ul a {
  display: block;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 17px 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity .1slinear;
  transition: opacity .1slinear;
  color: #fff;
  font-weight: 600;
}

#float-entry ul a.support-service {
  width: 400px;
  margin: 0 auto;
  background: #d00003;
}

#float-entry ul a:hover {
  opacity: .8;
}

#float-entry p {
  font-size: 1.6rem;
  text-align: center;
}


#pagetop-icon {
  position: fixed;
  bottom: 35px;
  right: 50%;
  background: rgba(100, 100, 100, 0.7);
  margin-right: -47%;
  border-radius: 50%;
  padding: 19px 20px 20px;
  display: none;
  z-index: 10000;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
}

#pagetop-icon:hover {
  background: #646464;
}

#pagetop-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/******** sp ********/
@media (max-width: 750px) {

  h2 {
    font-size: 1.6rem;
  }

  .text_large {
    font-size: 2rem;
  }

  .text_large_s {
    font-size: 2rem;
  }

  .text_medum_s {
    font-size: 1.4rem;
  }

  .text_medium, .text_large_s_sp {
    font-size: 1.6rem;
  }

  .text_small {
    font-size: 1.4rem;
  }

  .text_small_sp {
    font-size: 1.4rem;
  }


  .mv_area {
    background: none;
    background-size: contain;
    height: auto;
    }

  .mv_sp {
    display: block;
    width: 100%;
  }

  .navi {
    margin: 60px 0 60px;
  }

  .about {
    padding: 20px 16px;
  }

  .navi ul{
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 80px;
  }

  .naviCommingSoon::after {
    left: -14px;
    width: 120px;
  }

  .about p {
    margin: 0 0 20px;
  }

  .main section:last-child {
    padding-bottom: 100px;
  }


  /**** 成功事例 ****/
  .area_myCareerStory h2::before {
    content: url(../images/text_myCareerStory_sp.svg);
  }

  .sp_area {
    padding: 80px 35px 0;
  }

  .sp_area h2::before {
    content: url(../images/text_myCareerStory_sp.svg);
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .area_myCareerStory {
    padding: 80px 16px 40px;
  }

  .successStories_list {
    width: var(--sp_margin_s);
    gap: 15px;
  }

  .successStories_listitem {
    flex-flow: column;
    justify-content: flex-start;
    min-width: 300px;
    width: 300px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 0;
  }

  .successStories_listitem img {
    display: block;
    position: inherit;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .img_story01, .img_story02, .img_story03 {
    height: 140px;
    width: auto;
  }

  .successStories_listitem div {
    display: block;
    margin-left: 0;
  }

  .successStories_listitem li {
    text-indent: -1.4em;
    padding-left: 1em;
  }

  .readmore_button {
    position: inherit;
    display: block;
    width: 150px;
    margin: 40px auto 0;
    text-align: center;
    bottom: 0;
    right: 0;
    margin-top: auto;
  }


  /**** 専任チーム ****/
  .area_specialTeams {
    padding: 80px 16px 40px;
  }

  .area_specialTeams h2::before {
    content: url(../images/text_specialTeams_sp.svg);
  }

  .team_list {
    width: var(--sp_margin_s);
  }

  .team_list li {
    width: 280px;
    min-width: 280px;
  }

  .team_list li img {
    width: 280px;
    height: 160px;
  }

  .personInCharge {
    gap: 25px;
    flex-flow: column;
  }

  .personProfile {
    width: 280px;
    margin: 0 auto;
  }

  .personProfile img {
    width: 30vw;
  }

  .text_personInCharge {
    display: block;
    justify-content: center;
    gap: 1.6rem;
    width: auto;
  }

  .text_personInCharge p {
    margin-bottom: 2rem;
  }

  .parsonName .text_medum_s {
    font-size: 2rem;
  }


  /**** メディア掲載とニュース ****/
  .area_mediaAndNews h2::before {
    content: url(../images/text_mediaAndNews_sp.svg);
  }

  .area_mediaAndNews {
    padding: 80px 16px 40px;
    background-color: #FFFBF6;
  }

  .mediaAndNews_list li {
    width: 280px;
    min-width: 280px
  }

  .image_mediaAndNews img {
    width: 280px;
    height: 158px;
  }

  .mediaAndNews_list {
    width: var(--sp_margin_s);
  }


  /**** 各種サポート ****/
  .area_support h2::before {
    content: url(../images/text_support_sp.svg);
  }

  .area_support {
    padding: 80px 16px 40px;
  }

  .support_list {
    width: var(--sp_margin_s);
  }

  .support_list img {
    width: 283px;
  }

  .support_list p {
    width: 283px;
  }



  /**** TOPへ戻るボタン ****/
  #pagetop-icon {
    bottom: 140px;
  }



  /******* マイキャリアストーリーページ *******/
  .successStoryPage .inner {
    width: var(--sp_margin_s);
  }

  .area_header {
    height: 100px;
  }

  .area_header img {
    width: 100px;
    margin: calc((100px - 51px) / 2) auto;
  }

  .sp_area {
    display: block;
  }

  .navi_sp {
    display: none;
  }

  .text_title {
    font-size: 2.4rem;
  }

  .successStories {
    padding: 0 16px;
  }

  .successStories h3 {
    text-indent: -0.0rem;
    padding-left: 0.6em;
  }

  .successStories h2 {
    width: calc(100vw - 70px);
    margin: 0 auto;
  }

  .successStories h3 {
    width: calc(100vw - (32px + (1.4rem + 0.6em)));
  }

  .successStories h2 {
    margin-bottom: 20px;
  }

  .successStory {
    display: block;
    width: var(--sp_margin_m);
    padding: 30px 20px;
    border: solid 1px #4D4D4D;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 40px;
  }

  .successStory img {
    display: block;
    position: inherit;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    margin: 0 auto 20px;
  }

  .successStory .img_story01, .successStory .img_story02, .successStory .img_story03 {
    height: 180px;
  }

  .successStory .text_medum_s {
    font-size: 1.6rem;
  }

  .successStory li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .text_story {
    width: calc( 100vw - 32px);
  }

  .area_profile {
    flex-flow: column;
    width: var(--sp_margin_s);
    padding: px;
    margin-bottom: 80px;
    border: none;
  }

  .consultant .text_medium {
    font-size: 2.4rem;
  }

  .message .text_medum_s {
    font-size: 2rem;
  }

  .message {
    flex-flow: column;
    align-items: center;
  }

  .area_profile ul {
    flex-flow: column;
  }



  /**** CTAボタン・TOPへ戻るボタン ****/
  #float-entry ul {
    gap: 0;
  }

  #float-entry ul a.support-service {
    width: 320px;
    margin: 0 auto;
  }


}