@charset "UFT-8";

html,
body {
  overscroll-behavior: none;
}

body{
  overflow-x: hidden;

}

:root {
  /* 青 */
  /*  */
  --accentBule: #1478BD;
  --linkBule: #309AE3;

  --gradationBule: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url("../img/top_casualBG.jpg") lightgray 50% / cover no-repeat, #1174B9;
  /* 白 */
  --commonWhite: #FFFFFF;
  /* グレー */
  --backgroundGray: #EFF2F7;
  --accentGray: #D1D7E2;
  --accentGray02: #D9D9D9;
  --textGray: #767676;
  /* 黒 */
  --commonBlack: #222;
}

:hover {
  transition: 0.2s;
}

.decision_all-width {
  width: 100vw;
  font-size: 16px;
  font-family: "Noto Sans JP";
  color: var(--commonBlack, #222);
}

.contents_all {
  position: relative;
  /* z-indexを有効にするために必須 */
  z-index: 2;
  line-height: 180%;
  font-weight: 400;
}


.for_zindex-wrap {
  z-index: 30;
  margin-top: 110vh;
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.sectioncontents_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 152px 32px;
}

.background_gray {
  background-color: var(--backgroundGray, #EFF2F7);
  width: 100vw;
}

.background_white {
  background-color: var(--commonWhite, #FFFFFF);
}

.spOnly {
  display: none;
}

/* フェードイン */

.fadein{
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);

  opacity: 0;
  translate: 0 20%;
}

.fadein.fadeinactive{
  opacity: 1;
  translate: 0;
  transition-duration: 0.7s;
  transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

/* フェードイン　ここまで */

/* サイズなど共通設定　ここまで */

.catchcopy_text {
  color: var(--keyBule, #1174B9);
  font-family: Roboto;
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 36px;
}

/* FV */
.firstview_wrap {
  padding: 94px 12px 0 12px;
  z-index: 1;
  background-color: var(--commonWhite, #FFFFFF);
  height: 100vh;
  width: 100vw;
  position: absolute;
  align-items: center;
  position: fixed;
}

.firstview_button-casual {
  position: absolute;
}

.firstview_heading {
  align-items: center;
  left: 3vw;
  height: auto;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.firstview_catchcopy {
  height: auto;
  width: 35.69vw;
}

/* casual面談実施中 */
.firstview_button-casual {
  position: absolute;
  border-radius: 8px;
  background-image: url(../img/casualbutton.jpg);
  background-size: 110% 110%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  top: 75vh;
  right: -24px;
  z-index: 40;
  padding: 20px 80px 24px 56px;
}

@media (hover: hover) {
  .firstview_button-casual:hover {
    background-size: 120% 120%;
    filter: brightness(1.2);
  }
}

.firstview_button-casualforflex {
  display: flex;
  gap: 24px;
  align-items: center;
}

.fv_casual_text {
  color: var(--commonWhite, #FFFFFF);
  text-align: center;
}

.fv_casual_text01 {
  font-weight: 600;
  padding-bottom: 10px;
}

.fv_casual_text02 {
  font-size: 20px;
  font-weight: 600;
}

/* casual面談実施中　ここまで */

/* FVここまで */

/* アニメーション */

.firstview_img.active {
  opacity: 1;
  transform: scale(1);
}

.firstview_img {
  object-fit: cover;
  opacity: 1;
  height: clamp(82vh, calc(-0.625 * 100vw + 1700px), 82vh);
  transform: translateZ(0) scale(1);
  overflow: hidden;
}

.slider {
  top: calc(96px + 4vh);
  right: 40px;
  width: 55.56vw;
  height: 80vh;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
}

.slick-img img {
  width: 100%;
  cursor:default;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/* slickが生成するスライド全体に、アニメーションのトランジションを設定 */
.slick-slide {
  transition: opacity 2s ease-in-out, transform 2s ease;
  /* フェードと変形のアニメーション */
}

/* アニメーション　ここまで */

/* ニーズに応じた */

.displaycenter {
  margin: 0 auto;
  height: auto;
}

.for_ourvision_background {
  background-image: linear-gradient(180deg, rgba(239, 242, 247, 0.00) 0%, #EFF2F7 50%);
  width: 100vw;
  height: 100%;
}

.ourvision_wrap {
  background-image: url(../img/pc_massage.png);
  background-color: var(--keyBule, #1174B9);
  background-size: 70% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  align-items: center;
  padding: 150px 0 300px 0;
  border-radius: 80%;
  position: relative;
  width: 150%;
  margin: 0 auto;
  left: -25%;
}

.ourvision_contents {
  margin: 0 auto;
  padding: 90px 32vw 150px 32vw;
}

.ourvision_text {
  color: var(--commonWhite, #FFFFFF);
  padding-top: 56px;
  justify-content: center;
  display: grid;
  justify-items: center;
  line-height: 180%;
  white-space: normal;
  /* max-width: 1000px; */
  margin: 0 auto;
}

/* ニーズに応じた ここまで　*/

/* セクション開始見出し */
.section_heading {
  padding-bottom: 114px;
  position: relative;
  container-type: inline-size;
}

.h2_heading-maintext {
  color: var(--commonBlack, #222);
  font-family: "Zen Old Mincho";
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding: 42px 0 22px 0;
}

.h2_heading-subtext {
  color: var(--keyBule, #1174B9);
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 50px;
  font-style: normal;
}

.h2_heading-maintext::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 90px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--accentBule, #1478BD);
}

.h2_heading-backgroundtext {
  opacity: 0.07;
  position: absolute;
  color: #848484;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-size: 19cqw;
  /* 親要素に応じてフォントサイズを変えたいためcqwを使用 */
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  top: -24px;
  left: 49%;
  transform: translateX(-50%);
  width: 100%;
}

/* svgサイズ */
.copysvg {
  width: 34.31vw;
  height: auto;
}

/* セクション開始見出し 　ここまで*/

/* 働き方・制度 */

.workstylesystem_list {
  border-radius: 8px;
  background: var(--commonWhite, #FFFFFF);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
  position: relative;
}

.workstylesystem_list:first-child {
  margin-top: 48px;
}

.workstylesystem_img {
  border-radius: 8px;
  min-width: 468px;
  height: auto;
}

.workstylesystem_list:not(:last-child) {
  margin-bottom: 48px;
}

.workstylesystem_list-item {
  display: flex;
  padding: 32px 32px 32px 64px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
}

.workstylesystem_subtext {
  display: inline-block;
  color: var(--keyBule, #1174B9);
  font-size: 18px;
  font-weight: 600;
  padding: 32px 0 12px 0;
}

.workstylesystem_heading3 {
  color: var(--commonBlack, #222);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 24px;
}

.workstylesystem_label {
  background-color: var(--accentBule, #1478BD);
  color: var(--commonWhite, #FFFFFF);
  padding: 0.889em 32px 0.889em 0.889em;
  top: 0;
  left: 0;
  position: absolute;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px 0 8px 0;
}

.workstylesystem_label::before {
  display: inline-block;
  content: "";
  margin-right: 14px;
  width: 12px;
  height: 12px;
  background: var(--commonWhite, #FFFFFF);
  border-radius: 50%;
  top: 50%;
}

.workstylesystem_lannotation {
  display: block;
  line-height: 150%;
}

/* 働き方・制度ここまで */

/* 採用情報 */
.recruit_wrap {
  background: var(--commonWhite, #FFFFFF);
}

.h3_heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
  padding-bottom: 1.6em;
}

.h3_heading::before {
  content: "";
  display: inline-block;
  margin-right: 0.889em;
  width: 0.556em;
  height: 0.556em;
  background: var(--accentBule, #1478BD);
  border-radius: 50%;
  top: 50%;
}

.h3_heading_paddingtop48 {
  padding-top: 48px;
}


.recruit_list_contents {
  display: flex;
  justify-content: space-between;
  padding-bottom: 96px;
}

.recruit_list {
  padding: 0 2em;
  flex-grow: 1;
}

.button_list {
  display: grid;
  gap: 24px;
  flex-grow: 1;
  align-content: center;
  padding: 0 4px;

}

/* ボタンデザイン */


/* ボタンのcss */
.spButton_area {
  display: none;
}

.commonButton_white {
  background-color: var(--commonWhite, #FFF);
  font-size: 18px;
  border-radius: 56px;
  border: solid, 2px, var(--backgroundGray, #EFF2F7);
  width: 28.89vw;
  display: block;
  margin: 0;
}

.commonButton_blue {
  font-size: 18px;
  border-radius: 56px;
  border: solid, 2px, var(--backgroundGray, #EFF2F7);
  width: 100%;
  width: 28.89vw;
  display: block;
  background: var(--accentBule, #1478BD);
  color: var(--commonWhite, #FFF);
}

.form__buttonCommon {
  margin-bottom: 16px;
}

.commonButton_gray {
  font-size: 18px;
  border-radius: 56px;
  background: var(--backgroundGray, #EFF2F7);
  border: 2px solid var(--backgroundGray, #EFF2F7);
  width: 100%;
  display: block;
  color: var(--commonBlack, #222);
}

.commonButton_gray-line {
  font-size: 18px;
  border-radius: 56px;
  background: var(--backgroundGray, #EFF2F7);
  border: 2px solid var(--accentGray, #D1D7E2);
  width: 100%;
  display: block;
  color: var(--commonBlack, #222);
}

@media (hover: hover) {
  .commonButton_blue:hover {
    background: var(--linkBule, #309AE3);
    transition: 0.2s;
  }

  .commonButton_gray:hover {
    border: 2px solid var(--linkBule, #309AE3);
    transition: 0.2s;
  }

  .commonButton_white:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}

.commonButtan__text {
  display: flex;
  padding: 1.5em 3.8em 1.5em 2.2em;
  align-items: center;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  position: relative;
}

.commonButtan__text::after {
  content: "";
  background-image: url(../svg/circle_arrow_white.svg);
  background-size: 100% 100%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.111em;
  transform: translateY(-50%);
}

.commonButton_gray .commonButtan__text::after {
  content: "";
  background-image: url("../svg/arrowicon.svg");
}

.commonButton_white .commonButtan__text::after {
  content: "";
  background-image: url("../svg/arrowicon.svg");
}



/* ホバー挙動　ここまで */

/* casual面談フォーム */

.recruit_casual-area {
  color: var(--commonWhite, #FFFFFF);
  background-image: url("../img/top_casualBG.jpg");
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;

  align-items: center;
  justify-content: center;

  flex-direction: column;

  padding: 40px;
}

.recruit_casual_heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.032px;
  border-bottom: 2px solid var(--commonWhite, #FFFFFF);
}

.recruit_casual_bigtext {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.44px;
  padding: 24px 0 32px 0;
}

.recruit_casual_text {
  padding-top: 32px;
  text-align: start;
}

/* casual面談フォーム 　ここまで*/
/* 採用情報　ここまで */

/* 業務内容・事例 */
.works_job-introduction {
  display: flex;
  gap: 48px;
  letter-spacing: 0.032px;
}

.subheading_blue {
  color: var(--accentBule, #1478BD);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
}

.h4_heading {
  font-size: 18px;
  font-weight: 600;
}

.accordion {
  background-color: var(--commonWhite, #FFFFFF);
  border-radius: 8px;
}

.accordion_list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.click_accordion {
  background-color: var(--accentBule, #1478BD);
  border-radius: 50%;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.click_accordion::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 11px;
  background-color: var(--commonWhite, #FFFFFF);
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}

.click_accordion::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background-color: var(--commonWhite, #FFFFFF);
  transform: translate(-50%, -50%);
}

.works_accordion_title {
  display: flex;
  align-items: center;
  padding: 24px 28px 26px 32px;
  justify-content: space-between;
}

.works_accordion_heading {
  align-items: center;
  display: flex;
  gap: 24px;
}

.works_content {
  padding: 10px 32px 40px 32px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 56px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.032px;
}

.works_content_img {
  width: 100%;
  height: auto;
  max-width: 408px;
}

/*  accordion用 */
.hidecontents {
  display: none;
}

.hidecontents.open {
  display: block;
}

.click_accordion.open::before {
  transition-duration: 0.3s;
  transform: rotate(90deg) translate(-250%, 10%);
}

/*  accordion用  ここまで*/

.forright {
  text-align: right;
  display: inline-block;
  display: flex;
  justify-content: flex-end;
}

.arrowlink {
  position: relative;
  padding-right: 32px;
  margin-top: 16px;
}

.arrowlink::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2.5px var(--accentBule, #1478BD);
  border-right: solid 2.5px var(--accentBule, #1478BD);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .arrowlink:hover {
    color: var(--linkBule, #309AE3);
  }
}

/* 業務内容・事例　ここまで */

/* 代表メッセージ */

.corporatemessage_number {
  border: 1.5px solid var(--accentBule, #1478BD);
  color: var(--accentBule, #1478BD);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  height: 56px;
  border-radius: 50%;
  font-weight: 600;
  padding: 19px;
  font-family: Roboto;
}

.corporatemessage_number_sp {
  display: none;
}

.corporatemessage_heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
}

.corporatemessage_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-items: center;
}

.corporatemessage_item:not(:last-child) {
  padding-bottom: 40px;
}

.corporatemessage_text {
  padding: 40px 0;
  line-height: 180%;
}

.signature {
  text-align: right;
}

/* 代表メッセージ　ここまで */


/* 会社概要 */
.corporate_profile_wrap {
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  padding: 0 6.39%;
}

.corporate_profile_contents {
  padding: 80px 0 40px 0;
  background-color: var(--backgroundGray, #EFF2F7);
  border-radius: 8px;
}

.corporate_profile_heading {
  font-family: "Zen Old Mincho";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding-bottom: 24px;
}

.table__color {
  margin: 0 auto;
}

.row {
  display: flex;
  padding: 32px 0;
  gap: 32px;
  text-align: left;
  align-items: center;
}

.row:not(:last-child) {
  border-bottom: 1px solid var(--accentGray02, #D9D9D9);
}

.column-1 {
  color: var(--textGray, #767676);
  width: 100px;
  font-weight: 500;
}

.column-2 {
  max-width: 852px;
}

/* 会社概要　ここまで */

/* お知らせ */
.news_contents {
  padding: 16px 8px;
  border-bottom: 1px solid var(--accentGray02, #D9D9D9);
  font-weight: 500;
}

.news_times {
  color: var(--keyBule, #1174B9);
  font-family: Roboto;
  font-size: 15px;
  padding-bottom: 8px;
}

.news_title {
  line-height: 180%;
  font-weight: 400;
}

/* お知らせ　ここまで */

/* フッター直前 */
.page_layout-footer_wrap {
  width: 100%;
  background-image: url(../img/pc_footer.jpg);
  background-size: 100% 100%;
  object-fit: cover;
  align-items: center;
  display: flex;
}

.page_layout-footer_contents {
  display: flex;
  margin: 0 auto;
  padding: 144px 12vw;
  gap: 8vw;
  align-items: center;
}

.catchcopy_text_white {
  color: var(--commonWhite, #FFFFFF);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  padding-bottom: 12px;
}

.beforefooter_svg {
  width: auto;
  height: 150px;
}

/* フッター直前　ここまで */

/* タブレット版 */

@media(max-width: 1024px) {

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .firstview_heading {
    width: auto;
    transform: translateY(0%);
    position: static;
    padding: 16px 0 24px 8px;
  }

  .catchcopy_text {
    padding-bottom: 0px;
    font-size: 32px;
  }

  .firstview_catchcopy {
    width: 75%;
  }

  .firstview_img_sp {
    width: 95%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
    height: 70vh;
  }

  .slider {
    width: 95%;
    object-fit: cover;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 8px;
    height: 70vh;
  }

  .firstview_img {
    display: none;
  }

  .firstview_button-casual {
    top: 72vh;
    right: -4px;
    z-index: 40;
    padding: 16px 18px 16px 24px;
    line-height: 100%;
  }

  .fv_casual_text01 {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
  }

  .fv_casual_text02 {
    font-size: 15px;
  }

  .ourvision_contents {
    padding: 0 32vw;
  }

  /* 働き方・制度 */
  .workstylesystem_list-item {
    display: block;
    padding: 40px;
  }

  .workstylesystem_img {
    min-width: 468px;
    height: auto;
    min-height: none;
    margin-top: 10px;
    object-fit: cover;
    min-width: 100%;
    height: auto;
  }

  /* 働き方・制度　ここまで */

  /* 採用情報 */
  .recruit_list_contents {
    display: block;
  }

  .h3_heading {
    padding-bottom: 14px;
  }

  .recruit_list:first-of-type {
    padding-bottom: 48px;
  }

  /* 採用情報　ここまで */

  /* 業務内容 */
  .works_job-introduction {
    display: grid;
    gap: 24px;
  }

  .works_content {
    display: grid;
    gap: 10px;
    font-size: 15px;
  }

  .works_accordion_title {
    padding: 20px 28px 20px 32px;
  }

  /* 業務内容　ここまで */

  /* 代表メッセージ */
  .copysvg {
    width: 75.73vw;
    height: auto;
  }

  /* 代表メッセージ　ここまで */

  /* フッター直前 */

  .page_layout-footer_contents {
    padding: 80px 64px;
  }

  .page_layout-footer_heading {
    min-height: 114px;
  }

  .beforefooter_svg {
    width: 40vw;
  }
}


/* 以下メディアクエリ-sp版*/
@media (max-width: 767px) {

  /* 共通 */
  .sectioncontents_wrap {
    padding: 96px 16px;
  }

  .contents_all{
    font-weight: 500;
  }


  .decision_all-width {
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
  }

  /* sp版の際幅に合わせて任意の場所で改行 */
  .control_line-breaks {
    white-space: nowrap;
  }


  /* 共通　ここまで */

  /* FV */
  .firstview_wrap {
    padding: 72px 16px 0 0;
  }

  .firstview_heading {
    width: 100%;
    top: 13.5vh;
  }

  .catchcopy_text {
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 8px;
  }

  .firstview_catchcopy {
    width: auto;
    height: 13.04vh;
  }


  .firstview_img {
    width: 95%;
    object-fit: contain;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 8px;
    height: 50vh;
  }

  .slider {
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 8px;
  }

  .slick-img img {
    padding-bottom: 40px;
  }

  .firstview_button-casual {
    top: 75vh;
    right: -4px;
    z-index: 40;
    padding: 16px 18px 16px 24px;
    line-height: 100%;

  }

  .fv_casual_text01 {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
  }

  .fv_casual_text02 {
    font-size: 15px;
  }

  /* FV　ここまで */

  /* ourvision */

  .displaycenter {
    width: 66.67vw;
  }

  .ourvision_contents {
    width: 29%;
    padding: 0 16px;
  }

  .ourvision_wrap {
    background-image: url(../img/sp_massage.png);
    background-color: var(--keyBule, #1174B9);
    background-size: 45% 45%;
    padding: 120px 0 100% 0;
    border-radius: 65%;
    position: relative;
    width: 300%;
    margin: 0 auto;
    left: -101%;
  }
  /* our vision ここまで */

  /* 見出し */
  .section_heading {
    padding-bottom: 96px;
  }

  .h2_heading-subtext {
    font-size: 30px;
    padding: 0 0 18px 0;
  }

  .h2_heading-maintext {
    font-size: 36px;
    padding: 0;
  }

  .h2_heading-maintext::before {
    bottom: -32px;
  }

  .h2_heading-backgroundtext {
    font-size: 19cqw;
    top: 20px;
  }
  /* 見出し　ここまで */

  /* 働き方・制度 */
  .workstylesystem_lannotation {
    font-size: 12px;
    padding: 10px 0 6px 0;
  }

  .workstylesystem_label {
    font-size: 14px;
    padding: 10px 36px 10px 22px;
  }

  .workstylesystem_list-item {
    display: block;
    padding: 40px 16px 24px 16px;
  }

  .workstylesystem_list:not(:last-child) {
    margin-bottom: 56px;
  }

  .workstylesystem_subtext {
    font-size: 15px;
    text-align: center;
    display: block;
  }

  .workstylesystem_heading3 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
  }

  .workstylesystem_img {
    width: 100%;
    min-height: 248px;
    margin-top: 24px;
    object-fit: cover;
  }
  /* 働き方・制度　ここまで */

  /* 採用情報 */
  .h3_heading {
    font-size: 16px;
  }

  .recruit_list {
    padding: 0;
  }

  .commonButton_white {
    width: 100%;
    align-items: center;
    font-size: 16px;
  }

  .commonButton_Bule {
    width: 100%;
    align-items: center;
    font-size: 16px;
  }

  .commonButton_gray {
    width: 100%;
    align-items: center;
    font-size: 16px;
  }

  .recruit_list_contents {
    display: block;
    padding-bottom: 64px;
  }

  .commonButtan__text {
    padding: 20px;
    padding: 20px 68px 20px 50px;
  }

  /* カジュアル面談 */
  .recruit_casual-area {
    padding: 40px 16px;
  }

  .recruit_casual_heading {
    font-size: 15px;
  }

  .recruit_casual_bigtext {
    font-size: 24px;
  }

  .recruit_casual_text{
    font-weight: 500;
  }
  /* カジュアル面談　ここまで */
  /* 採用情報　ここまで */

  /* 業務内容・事例 */
  .works_job-introduction {
    display: grid;
    gap: 24px;
  }

  .works_accordion_heading {
    display: block;
  }

  .works_content {
    display: grid;
    gap: 10px;
    font-size: 15px;
  }

  .works_content_img {
    max-width: 100%;
  }
  /* 業務内容・事例　ここまで */

  /* 代表メッセージ */
  .corporatemessage_number {
    display: none;
  }

  .corporatemessage_number_sp {
    display: block;
    border: 1.5px solid var(--accentBule, #1478BD);
    color: var(--accentBule, #1478BD);
    align-items: center;
    font-size: 20px;
    height: auto;
    border-radius: 50%;
    padding: 8px 16px;
    font-family: Roboto;
  }

  .corporatemessage_forsp_flex {
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
    align-items: center;
  }

  .copysvg {
    width: 75.73vw;
    height: auto;
  }

  /* 代表メッセージ　ここまで */

  /* 会社概要 */

  .corporate_profile_wrap {
    padding: 0 16px;
  }

  .corporate_profile_contents {
    padding: 48px 20px;
  }

  .corporate_profile_heading {
    font-size: 32px;

  }

  .row {
    display: block;
    padding: 24px 0;
  }

  .column-1 {
    display: block;
  }

  .column-2 {
    display: block;
  }
  /* 会社概要　ここまで */

  /* ニュース */
  .news_title{
    font-weight: 500;
  }
  /* ニュース　ここまで */

  /* フッター直前 */
  .page_layout-footer_wrap {
    display: grid;
    gap: 56px;
    background-image: url(../img/sp_footer.jpg);
  }

  .page_layout-footer_contents {
    padding: 72px 44px;
  }


  .catchcopy_text_white {
    padding-bottom: 8px;
  }

  .page_layout-footer_contents {
    display: grid;
    width: 100%;
    height: auto;
    padding: 72px 32px;
    margin: 0 auto;
    gap: 56px;
  }

  .button_list {
    margin: 0 auto;
    width: 100%;
  }

  .beforefooter_svg {
    width: 100%;
    height: auto;
  }
  /* フッター直前　ここまで */


}