@charset "UTF-8";
@font-face {
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

a,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: opacity 0.2s;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  user-select: none;
}
a:hover,
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

.c-heading-underline {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-heading-underline::after {
  display: block;
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
  background: #000;
  content: "";
}

.c-heading__main, .c-heading__main--secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1;
}
.c-heading__main--secondary {
  color: #fff;
}
.c-heading__sub, .c-heading__sub--secondary {
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.c-heading__sub--secondary {
  color: #fff;
}
.c-heading__link, .c-heading__link--tertiary, .c-heading__link--secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #055dff;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-heading__link::after, .c-heading__link--tertiary::after, .c-heading__link--secondary::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: 2px;
  transform: rotate(45deg);
  border-top: solid 2px #055dff;
  border-right: solid 2px #055dff;
  content: "";
}
.c-heading__link--secondary {
  color: #ff6700;
}
.c-heading__link--secondary::after {
  border-top: solid 2px #ff6700;
  border-right: solid 2px #ff6700;
}
.c-heading__link--tertiary {
  color: #fff;
}
.c-heading__link--tertiary::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-heading__parallel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-careers-page-heading {
  margin-top: 60px;
}
.c-careers-page-heading__en {
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1;
}
.c-careers-page-heading__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 2;
}
.c-careers-page-heading__lead {
  margin-top: 24px;
  font-size: 1.6rem;
}

.c-prev__button {
  display: block;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding: 3px 0;
  background: #055dff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-prev__button::before {
  -webkit-transform: rotate(-135deg);
  display: inline-block;
  position: relative;
  top: -2px;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  transform: rotate(-135deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}

.c-next__button {
  display: block;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding: 3px 0;
  background: #055dff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-next__button::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -2px;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}

/* ===============================================
# ハンバーガーメニューのスタイル
=============================================== */
.c-hamburger {
  display: none;
  z-index: 10;
  position: relative;
  width: 30px;
  height: 50px;
  margin-left: auto;
  border: none;
  background-color: transparent;
}
.c-hamburger__line, .c-hamburger__line--careers {
  -webkit-transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #055dff;
  transition: 0.4s;
}
.c-hamburger__line::before, .c-hamburger__line--careers::before {
  -webkit-transition: inherit;
  display: block;
  position: absolute;
  top: -6px;
  width: 100%;
  height: 100%;
  background-color: #055dff;
  content: "";
  transition: inherit;
}
.c-hamburger__line::after, .c-hamburger__line--careers::after {
  -webkit-transition: inherit;
  display: block;
  position: absolute;
  top: 6px;
  width: 100%;
  height: 100%;
  background-color: #055dff;
  content: "";
  transition: inherit;
}
.c-hamburger__line--careers {
  background-color: #fff;
}
.c-hamburger__line--careers::after, .c-hamburger__line--careers::before {
  background-color: #fff;
}
.c-hamburger__text {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.c-hamburger.-active .c-hamburger__line, .c-hamburger.-active .c-hamburger__line--careers {
  background-color: transparent;
}
.c-hamburger.-active .c-hamburger__line::before, .c-hamburger.-active .c-hamburger__line--careers::before {
  -webkit-transform: rotate(45deg);
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger.-active .c-hamburger__line::after, .c-hamburger.-active .c-hamburger__line--careers::after {
  -webkit-transform: rotate(-45deg);
  top: 0;
  transform: rotate(-45deg);
}

.c-page-header {
  position: relative;
  margin-top: 67px;
  background: #055dff;
}
.c-page-header__main, .c-page-header__main--ja, .c-page-header__sub {
  display: inline-block;
}
.c-page-header__main, .c-page-header__main--ja {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1;
}
.c-page-header__main--ja {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.c-page-header__main--mission {
  letter-spacing: -0.04em;
}
.c-page-header__sub {
  position: relative;
  top: -5px;
  margin-left: 5px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.c-page-header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100px;
}
.c-page-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333333333%;
  height: 100%;
  background: url(/https/www.source-pod.co.jp/img/common/bg_page_header.png) no-repeat center left/cover;
}
.c-page-header__icon {
  display: inline-block;
  width: 48px;
  margin-right: 20px;
  vertical-align: text-bottom;
}
.c-page-header__icon .cls-1, .c-page-header__icon .cls-2 {
  stroke: #fff;
}

.c-page-movie {
  overflow: hidden;
  margin: 60px auto;
  max-width: 800px;
}
.c-page-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 768px) {
  .c-page-movie {
    margin: 30px auto;
  }
}

.c-careers-page-header {
  width: 100%;
}

.c-table-container {
  width: 900px;
  margin: 0 auto;
  padding: 75px 0;
}
.c-table-container table {
  border: none;
}
.c-table-container table colgroup col:first-child {
  width: 185px !important;
}
.c-table-container table colgroup col:last-child {
  width: calc(100% - 185px) !important;
}
.c-table-container table tbody {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #cccccc;
}
.c-table-container table tbody tr:nth-child(odd) {
  background: #f4f4f4;
}
.c-table-container table tbody tr td {
  word-wrap: break-word;
  padding: 20px 30px;
  border: none;
  line-height: 1.7;
}
.c-table-container table tbody tr td a em {
  border-bottom: 1px solid #ff7619;
  color: #ff7619;
  font-weight: normal;
}
.c-table-container table tbody tr td:first-child {
  width: 185px !important;
  border-right: 1px solid #cccccc;
}
.c-table-container table tbody tr td:last-child {
  width: calc(100% - 185px) !important;
}

.c-pagination {
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.c-pagination__arrow, .c-pagination__arrow--next, .c-pagination__arrow--prev {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100px;
  height: 20px;
  border-radius: 4px;
  background: #055dff;
}
.c-pagination__arrow::after, .c-pagination__arrow--next::after, .c-pagination__arrow--prev::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}
.c-pagination__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.c-pagination__arrow--next::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pagination__number {
  font-weight: medium;
}
.c-pagination__current {
  color: #055dff;
  font-weight: bold;
}
.c-pagination__dots {
  margin-left: -20px;
}

.c-careers-arrow {
  width: 24px;
}
.c-careers-arrow__path {
  fill: #055dff;
  fill-rule: evenodd;
}

.c-corner-button__link, .c-corner-button__link--icon, .c-corner-button__link--narrow, .c-corner-button__link--tertiary, .c-corner-button__link--secondary {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 7px 0;
  border-radius: 50px;
  background: #055dff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.c-corner-button__link--secondary {
  background: #ff6700;
}
.c-corner-button__link--tertiary {
  border: 2px solid #055dff;
  background: #fff;
  color: #055dff;
}
.c-corner-button__link--narrow {
  padding: 3px 0;
  font-size: 1.6rem;
}
.c-corner-button__link--icon {
  position: relative;
}
.c-corner-button__link--icon::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("/https/www.source-pod.co.jp/img/common/icon_contact_box_arrow.svg") no-repeat center center/cover;
  content: "";
}
.c-rectangle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-rectangle-button__link, .c-rectangle-button__link--404 {
  display: block;
  width: 100%;
  max-width: 360px;
  background: #055dff;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-rectangle-button__link::before, .c-rectangle-button__link--404::before {
  -webkit-transform: rotate(-135deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-right: 6px;
  transform: rotate(-135deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}
.c-rectangle-button__link--404 {
  max-width: 340px;
}

/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	アンダーラインがある見出し（お問い合わせ、プライバシーポリシー）
# ================================================================= */
/* # =================================================================
#	TOP共通の見出し
# ================================================================= */
/* # =================================================================
#	採用ページ共通の見出し
# ================================================================= */
/* # =================================================================
#	一覧へ戻るボタン
# ================================================================= */
/* # =================================================================
#	こちら系ボタン
# ================================================================= */
/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	コンテンツ
# ================================================================= */
/* # =================================================================
#	タイトル
# ================================================================= */
/* # =================================================================
#	loader
# ================================================================= */
/* # =================================================================
#	ハンバーガーメニュー
# ================================================================= */
/* # =================================================================
#	各ページのページヘッダー部分
# ================================================================= */
/* # =================================================================
#	採用ページの各ページのページヘッダー部分
# ================================================================= */
/* # =================================================================
#　テーブル（沿革、
# ================================================================= */
/* ===============================================
# ページネーション
=============================================== */
/* ===============================================
# 採用情報矢印
=============================================== */
/* ===============================================
# 採用情報矢印
=============================================== */
/* ===============================================
# プライバシーポリシー、404ページ等の長方形ボタン
=============================================== */
.l-footer__container {
  max-width: 1280px;
  margin: 0 auto;
}
.l-footer__container--parallel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer__under {
  padding: 15px 100px;
  background: #2c2c2c;
}
.l-footer__link {
  color: #fff;
  font-size: 1.3rem;
}
.l-footer__copyright {
  color: #fff;
  font-size: 1.3rem;
}

/* ===============================================
# ヘッダーのスタイル
=============================================== */
.l-header, .l-header--careers {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 67px;
  background: #fff;
}
.l-header--careers {
  -webkit-transition: all 0.4s;
  position: absolute;
  background: none;
  transition: all 0.4s;
}
.l-header--careers.is-scrolled {
  position: fixed;
  background: #055dff;
}
.l-header__inner, .l-header__inner--careers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 40px;
}
.l-header__inner--careers {
  padding: 0 40px;
}
.l-header__nav-area {
  width: auto;
  height: 100%;
}
.l-header__nav-area.-active {
  visibility: visible;
  opacity: 1;
}
.l-header__logo, .l-header__logo--careers {
  width: 100%;
  max-width: 218px;
}
.l-header__logo--careers {
  width: 125px;
  margin-right: 35px;
  line-height: 1;
}
.l-header__careers-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__careers-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__careers-title-link {
  display: block;
}
.l-header__careers-en {
  color: #fff;
  font-size: 3.2rem;
}
.l-header__careers-ja {
  margin: 13px 0 0 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.l-header__svg-col01 {
  color: #ff6700;
}
.l-header__svg-col02 {
  color: #055dff;
}

.js-header__svg-text {
  fill: #fff;
}

.js-header__svg-logo path,
.js-header__svg-logo circle {
  fill: #fff;
}

.l-main {
  position: relative;
}

.l-footer-nav {
  padding: 60px 100px 120px;
  background: #000;
}
.l-footer-nav__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.l-footer-nav__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.l-footer-nav__lists {
  gap: 0 min(4.6875vw, 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.l-footer-nav__lists--top {
  margin-top: 0;
}
.l-footer-nav__item {
  width: 13.5135135135vw;
  max-width: 200px;
}
.l-footer-nav__item--service {
  margin-right: min(4.6875vw, 75px);
}
.l-footer-nav__main {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: medium;
}
.l-footer-nav__sub {
  margin-top: 10px;
}
.l-footer-nav__sub-item {
  margin-top: 5px;
}
.l-footer-nav__sub-item:first-child {
  margin-top: none;
}
.l-footer-nav__sub-link {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
}
.l-footer-nav__last {
  position: relative;
}
.l-footer-nav__button {
  margin-top: 20px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
}
.l-footer-nav__button--top {
  margin-top: 0;
}
.l-footer-nav__button-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 45px;
}
.l-footer-nav__button-link::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 15px;
  transform: rotate(45deg);
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  content: "";
}
.l-footer-nav__policy {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  width: 60%;
  background: #fff;
}
.l-footer-nav__policy > img {
  display: block;
  width: 70%;
  margin: auto;
  padding: 10px 0;
}

/* ===============================================
# グローバルナビゲーションのスタイル
=============================================== */
.l-nav, .l-nav--careers {
  position: relative;
  height: 100%;
}
.l-nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-nav__box, .l-nav__box--careers {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.l-nav__box--careers {
  gap: 10px;
}
.l-nav__item, .l-nav__item--last {
  margin-right: 2.7027027027vw;
}
.l-nav__link, .l-nav__link--careers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: color 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: color 0.4s;
}
.l-nav__link--careers {
  color: #fff;
}
.l-nav__main, .l-nav__main--careers {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: medium;
  letter-spacing: 0.02em;
  line-height: 1;
}
.l-nav__main--careers {
  font-size: 1.6rem;
}
.l-nav__sub, .l-nav__sub--careers {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.l-nav__sub--careers {
  margin-top: 5px;
  font-size: 1rem;
}
.l-nav__button, .l-nav__button--secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.l-nav__button > .l-nav__link, .l-nav__button--secondary > .l-nav__link, .l-nav__button > .l-nav__link--careers, .l-nav__button--secondary > .l-nav__link--careers {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.5vw;
  max-width: 185px;
  height: 100%;
  color: #fff;
}
.l-nav__button--secondary {
  background: #FF7618;
}
.l-nav__button--secondary.is-home {
  background: #055dff;
}
.l-nav__rectuit-button, .l-nav__rectuit-button--secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-nav__rectuit-button > .l-nav__link, .l-nav__rectuit-button--secondary > .l-nav__link, .l-nav__rectuit-button > .l-nav__link--careers, .l-nav__rectuit-button--secondary > .l-nav__link--careers {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.5vw;
  max-width: 130px;
  height: 35px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.l-nav__rectuit-button--secondary > .l-nav__link, .l-nav__rectuit-button--secondary > .l-nav__link--careers {
  background: #fff;
  color: #000;
}

/* 一番大枠の箇所初期値はSP時、画面外に要素が言っても隠れるようにoverflow: hidden;のみ
------------------------- */

.l-container, .l-container--service-detail {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.l-container--service-detail {
  padding: 70px 0;
}
.l-container--service-detail > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.l-container--service-detail > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-service-article, .l-service-article.bg {
  padding: 60px 90px 20px;
}
.l-service-article.bg {
  background: #f1f1f1;
}

.p-common-contact {
  padding: 70px 0;
  background: #f3f3f3;
}
.p-common-contact__container {
  gap: 0 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.p-common-contact__detail {
  width: 100%;
  max-width: 335px;
}
.p-common-contact__text {
  margin-top: 60px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-common-contact__contents {
  width: 100%;
  margin-top: 10px;
}
.p-common-contact__box, .p-common-contact__box--content03, .p-common-contact__box--content02, .p-common-contact__box--content01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47.8873239437%;
  height: 180px;
}
.p-common-contact__box--content01 {
  width: 100%;
  background: url(/https/www.source-pod.co.jp/img/top/bg_top_contact_content01.png) no-repeat center center/cover;
}
.p-common-contact__box--content02 {
  width: 100%;
  background: #666666;
}
.p-common-contact__box--content03 {
  background: #000000;
}
.p-common-contact__wrap {
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.p-common-contact__main {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.p-common-contact__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.p-common-contact__link::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}

.p-common-case {
  padding: 65px 0;
}
.p-common-case__lists, .p-common-case__lists--archive {
  -ms-grid-columns: (1fr)[4];
  gap: 50px 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
}
.p-common-case__lists--archive {
  margin-top: 40px;
}
.p-common-case__item {
  width: 100%;
}
.p-common-case__thumb {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
}
.p-common-case__thumb > img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-common-case__group {
  margin-top: 10px;
  font-size: 1.6rem;
}
.p-common-case__title {
  color: #055dff;
  font-size: 1.6rem;
}
.p-common-case__text {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.p-common-case__headline-link {
  position: relative;
  left: -5px;
  margin-top: 10px;
}

.p-common-infomation-list {
  padding: 70px 0;
}
.p-common-infomation-list--top {
  padding: 70px 0 0;
}
.p-common-infomation-list__contents {
  padding-top: 40px;
}
.p-common-infomation-list__lists {
  padding-top: 30px;
}
.p-common-infomation-list__item, .p-common-infomation-list__item--top {
  border-top: 1px solid #ccc;
}
.p-common-infomation-list__item--top:last-child {
  border-bottom: 1px solid #ccc;
}
.p-common-infomation-list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.p-common-infomation-list__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-common-infomation-list__date {
  width: 100px;
  margin-left: 25px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.p-common-infomation-list__date--top {
  color: #666666;
}
.p-common-infomation-list__category, .p-common-infomation-list__category--blog, .p-common-infomation-list__category--info, .p-common-infomation-list__category--event, .p-common-infomation-list__category--pre {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-left: 10px;
  padding: 0 20px;
  background: #055dff;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
}
.p-common-infomation-list__category--event {
  background: #ff6700;
}
.p-common-infomation-list__category--info {
  background: #000;
}
.p-common-infomation-list__category--blog {
  background: #666666;
}
.p-common-infomation-list__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 240px);
  margin-left: 45px;
}
.p-common-infomation-list__pagination {
  margin-top: 20px;
}

.p-common-control, .p-common-control--blog {
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-common-control--blog {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-common-control__year {
  position: relative;
  border-radius: 4px;
  background: #fff;
}
.p-common-control__year::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333333333%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: #055dff;
  content: "";
}
.p-common-control__year::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  display: block;
  z-index: 2;
  position: absolute;
  top: 42%;
  right: 25px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  content: "";
}
.p-common-control__select {
  z-index: 1;
  position: relative;
  padding: 0 93px 0 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.p-common-control__select option {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.p-common-control__category {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-common-control__item.is-active .p-common-control__link {
  position: relative;
  border-bottom: 3px solid #055dff;
  color: #055dff;
}
.p-common-control__link {
  display: block;
  padding: 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-common-control__blog-category {
  -ms-flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-common-control__blog-item {
  padding: 0 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.p-common-control__blog-item--primary.is-active {
  border: 1px solid #055dff;
  background: #fff;
}
.p-common-control__blog-item--primary.is-active .p-common-control__blog-item-link {
  color: #055dff;
  font-weight: bold;
}
.p-common-control__blog-item--secondary.is-active {
  background: #055dff;
}
.p-common-control__blog-item--tertiary.is-active {
  background: #ff6700;
}
.p-common-control__blog-item--quaternary.is-active {
  background: #000;
}
.p-common-control__blog-item--quinary.is-active {
  background: #888888;
}
.p-common-control__blog-item-link {
  color: #fff;
  font-size: 1.2rem;
}

.p-top-mv {
  position: relative;
  width: 100%;
  height: 32.4324324324vw;
  margin-top: 67px;
  overflow: hidden;
  background: no-repeat center center/cover;
}
.p-top-mv__text {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 6.7567567568vw;
  width: 33.1081081081vw;
  transform: translateY(-50%);
}
.p-top-mv__lead {
  margin-top: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.p-top-mv__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-mv__wrap {
  width: 3.3333333333vw;
  height: 100%;
}
.p-top-mv__box {
  width: 100%;
  height: 5%;
  background: #fff;
}
.p-top-mv__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mv__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32.4324324324vw;
}
.p-top-mv .p-top-mv__kv-white {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.p-top-mv .js-mv-01 {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
.p-top-mv .js-mv-02 {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
.p-top-mv .js-mv-03 {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
.p-top-mv .js-mv-04 {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
.p-top-mv .js-mv-05 {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.p-top-pickup {
  padding-top: 45px;
}
.p-top-pickup__container {
  gap: 0 175px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.p-top-pickup__lists {
  width: 100%;
  max-width: 800px;
}
.p-top-pickup__item {
  border-bottom: 1px solid #ccc;
}
.p-top-pickup__item:first-child {
  padding-top: 10px;
}
.p-top-pickup__item:first-child > .p-top-pickup__link {
  padding-top: 0;
}
.p-top-pickup__item:last-child {
  border-bottom: none;
}
.p-top-pickup__link {
  display: block;
  padding: 15px 0 20px;
}
.p-top-pickup__box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top-pickup__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-top-pickup__date {
  color: #666666;
  font-size: 1.5rem;
}
.p-top-pickup__category, .p-top-pickup__category--other2, .p-top-pickup__category--other1, .p-top-pickup__category--pre {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}
.p-top-pickup__text {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-top-service {
  padding-top: 210px;
  overflow-x: hidden;
}
.p-top-service__container {
  position: relative;
}
.p-top-service__bg {
  z-index: -1;
  position: absolute;
  top: -210px;
  right: -50px;
  width: 35.8108108108vw;
  max-width: 520px;
}
.p-top-service__lists {
  -ms-flex-wrap: wrap;
  gap: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.p-top-service__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 50px;
}
.p-top-service__item {
  position: relative;
  width: calc((100% - 60px) / 3);
}
.p-top-service__item::after {
  -webkit-transition: 0.4s background-color;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: transparent;
  content: "";
  transition: 0.4s background-color;
}
.p-top-service__item:hover::after {
  -webkit-transition: 0.4s background-color;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  transition: 0.4s background-color;
}
.p-top-service__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  border: 2px solid #000;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.p-top-service__link {
  margin-top: 15px;
}
.p-top-service__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-top-service__text {
  margin-top: 20px;
}

.p-top-blog, .p-top-blog--sourcepod {
  padding: 65px 0;
  background: url(/https/www.source-pod.co.jp/img/top/bg_top_blog_security_pc.png) no-repeat;
  background-position: bottom;
  background-size: cover;
}
.p-top-blog--sourcepod {
  background: url(/https/www.source-pod.co.jp/img/top/bg_top_blog_sourcepod_pc.png) no-repeat;
  background-position: top;
  background-size: cover;
}
.p-top-blog__parallel {
  margin-top: 15px;
}
.p-top-blog__contents {
  gap: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.p-top-blog-card {
  -webkit-box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.04);
  display: block;
  width: 100%;
  max-width: 340px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.04);
}
.p-top-blog-card__box {
  padding: 10px 20px 20px;
  border-radius: 0 0 4px 4px;
}
.p-top-blog-card__thumb {
  aspect-ratio: 340/230;
  width: 100%;
  max-width: 340px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: rgba(255, 255, 255, 0.8);
}
.p-top-blog-card__thumb > img {
  width: 100%;
}
.p-top-blog-card__category {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.p-top-blog-card__text {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
}
.p-top-blog-card__date {
  display: block;
  margin-top: 65px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
}

.p-top-blog-lists, .p-top-blog-lists--top {
  -webkit-box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.04);
}
.p-top-blog-lists--top {
  max-width: 710px;
  margin-left: auto;
}
.p-top-blog-lists__item {
  border-bottom: 1px solid #e7e7e7;
}
.p-top-blog-lists__item:last-child {
  border-bottom: none;
}
.p-top-blog-lists__box {
  margin-top: -5px;
}
.p-top-blog-lists__thumb {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  aspect-ratio: 126/84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 126px;
  overflow: hidden;
}
.p-top-blog-lists__thumb > img {
  width: 100%;
}
.p-top-blog-lists__link {
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px;
}
.p-top-blog-lists__top {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-top-blog-lists__category, .p-top-blog-lists__category--quinary, .p-top-blog-lists__category--quaternary, .p-top-blog-lists__category--tertiary, .p-top-blog-lists__category--secondary, .p-top-blog-lists__category--primary {
  display: inline-block;
  min-width: 120px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.p-top-blog-lists__category--primary {
  border: 1px solid #055dff;
  background: #fff;
  color: #055dff;
  font-weight: bold;
}
.p-top-blog-lists__category--secondary {
  background: #055dff;
}
.p-top-blog-lists__category--tertiary {
  background: #ff6700;
}
.p-top-blog-lists__category--quaternary {
  background: #000;
}
.p-top-blog-lists__category--quinary {
  background: #888888;
}
.p-top-blog-lists__text {
  letter-spacing: 0;
  line-height: 1.6;
}

.p-top-company {
  padding: 70px 0;
}
.p-top-company__headline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-top-company__sub {
  margin-top: 10px;
}
.p-top-company__lead {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.p-top-company__icon, .p-top-company__icon--mission {
  width: 100px;
}
.p-top-company__icon > svg, .p-top-company__icon--mission > svg {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
}
.p-top-company__icon--mission > svg {
  width: 67%;
}
.p-top-company__box {
  gap: 0 75px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.p-top-company__lists {
  width: 100%;
  max-width: 480px;
}
.p-top-company__item {
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s;
  z-index: 1;
  position: relative;
  border-top: 1px solid #ccc;
  box-shadow: none;
  transition: all 0.2s;
}
.p-top-company__item:last-child {
  border-bottom: 1px solid #ccc;
}
.p-top-company__item:hover {
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.12);
  border: none;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-top-company__item:hover .p-top-company__icon > svg, .p-top-company__item:hover .p-top-company__icon--mission > svg {
  stroke: #055dff;
}
.p-top-company__item:hover .p-top-company__title {
  color: #055dff;
}
.p-top-company__item:hover .p-top-company__text {
  display: block;
  height: auto;
  margin-left: 46px;
}
.p-top-company__item:hover .p-top-company__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 46px;
}
.p-top-company__link {
  display: block;
  padding: 20px 25px;
}
.p-top-company__detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-top-company__icon, .p-top-company__icon--mission {
  max-width: 26px;
}
.p-top-company__title {
  margin-left: 20px;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-top-company__text {
  -webkit-transition: all 0.2s;
  display: none;
  line-height: 1.6;
  transition: all 0.2s;
}
.p-top-company__more {
  -webkit-transition: all 0.2s;
  display: none;
  margin-top: 15px;
  transition: all 0.2s;
}
.p-top-company__image {
  width: 48.9864864865vw;
  max-width: 715px;
  min-height: 500px;
}

.p-top-lp-area {
  padding: 70px 0;
}
.p-top-lp-area__lists {
  -ms-grid-columns: (1fr)[3];
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-top-lp-area__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-recruit {
  aspect-ratio: 1480/520;
  padding: 120px 0;
  background: url(/https/www.source-pod.co.jp/img/top/bg_top_recruit_pc.png) no-repeat center center/cover;
}
.p-top-recruit__lead {
  margin-top: 50px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.042em;
  line-height: 1.2;
}
.p-top-recruit__link {
  margin-top: 30px;
}

.p-company-container {
  padding: 0 0 60px;
}
.p-company-container h1 {
  font-size: 4.2rem;
  line-height: 1.6;
}
.p-company-container p > img {
  margin: 45px 0 60px;
}
.p-company-container p {
  font-size: 14px;
  line-height: 1.7;
}
.p-company-container p b {
  font-size: 16px;
}
.p-company-container__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
}
.p-company-container__kv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin-right: calc(50% - 50vw + 9px);
  margin-bottom: 60px;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-company-archive__kv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 420px;
  margin-top: 70px;
  background: url(/https/www.source-pod.co.jp/img/company/bg_company_archive_kv_pc.jpg) no-repeat left bottom/cover;
}
.p-company-archive__wrap {
  padding-left: 60px;
}
.p-company-archive__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-company-archive__icon {
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  width: 34px;
}
.p-company-archive__icon .cls-1, .p-company-archive__icon .cls-2 {
  stroke: #055dff;
}
.p-company-archive__title {
  margin-left: 23px;
  color: #055dff;
  font-size: 2.4rem;
  letter-spacing: -0.15em;
}
.p-company-archive__mission {
  margin-top: 20px;
  padding-left: 57px;
}
.p-company-archive__en {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  letter-spacing: -0.015em;
}
.p-company-archive__ja {
  font-size: 4rem;
  letter-spacing: -0.015em;
  line-height: 1.4;
}
.p-company-archive__more {
  margin: 45px 0 0 57px;
}

.p-company-lists {
  -ms-flex-wrap: wrap;
  gap: 60px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.p-company-lists__item {
  gap: 0 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: calc((100% - 30px) / 2);
}
.p-company-lists__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-company-lists__title {
  font-size: 24px;
  letter-spacing: -0.015em;
}
.p-company-lists__text {
  margin-top: 5px;
  padding-bottom: 10px;
  line-height: 1.7;
}
.p-company-lists__more {
  display: block;
  margin-top: auto;
}
.p-company-lists__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 4px 4px 5.64px 0.36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  border-radius: 4px;
  background: #f7f7f7;
  box-shadow: 4px 4px 5.64px 0.36px rgba(0, 0, 0, 0.08);
}
.p-company-lists__icon .cls-1, .p-company-lists__icon .cls-2 {
  stroke: #000;
}
.p-company-lists__icon img, .p-company-lists__icon svg {
  width: 42px;
}

.p-company-detail {
  padding: 70px 0;
}
.p-company-detail > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-company-detail > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-company-detail .mt-be-columns {
  gap: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 80px 0 0;
}
.p-company-detail .mt-be-columns .mt-be-column {
  width: calc(50% - 15px);
  height: 100%;
}
.p-company-detail .mt-be-columns .mt-be-column p + img {
  margin: 0;
}
.p-company-detail h1 {
  margin-top: 10px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -0.063em;
  line-height: 1.4;
}
.p-company-detail h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: -0.015em;
}
.p-company-detail h3 {
  margin-top: 25px;
  color: #ff7619;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.p-company-detail p {
  margin-top: 35px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.p-company-mission__kv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 550px;
  margin-top: -70px;
  margin-right: calc(50% - 50vw + 9px);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #fbfbfb;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-company-policy-lists {
  -ms-flex-wrap: wrap;
  gap: 30px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px 0 110px;
}
.p-company-policy-lists li:nth-child(1) .p-company-policy-lists__content {
  z-index: 10;
}
.p-company-policy-lists li:nth-child(2) .p-company-policy-lists__content {
  z-index: 9;
}
.p-company-policy-lists li:nth-child(3) .p-company-policy-lists__content {
  z-index: 8;
}
.p-company-policy-lists li:nth-child(4) .p-company-policy-lists__content {
  z-index: 7;
}
.p-company-policy-lists li:nth-child(5) .p-company-policy-lists__content {
  z-index: 6;
}
.p-company-policy-lists li:nth-child(6) .p-company-policy-lists__content {
  z-index: 5;
}
.p-company-policy-lists li:nth-child(7) .p-company-policy-lists__content {
  z-index: 4;
}
.p-company-policy-lists li:nth-child(8) .p-company-policy-lists__content {
  z-index: 3;
}
.p-company-policy-lists li:nth-child(9) .p-company-policy-lists__content {
  z-index: 2;
}
.p-company-policy-lists li:nth-child(10) .p-company-policy-lists__content {
  z-index: 1;
}
.p-company-policy-lists__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  width: calc((100% - 30px) / 2);
  height: 162px;
}
.p-company-policy-lists__item::after {
  -webkit-transition: all 0.2s ease;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
  content: "";
  transition: all 0.2s ease;
}
.p-company-policy-lists__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-company-policy-lists__button:hover {
  opacity: 1;
}
.p-company-policy-lists__image {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 127px;
  height: 121px;
  margin-top: -5px;
}
.p-company-policy-lists__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-company-policy-lists__content {
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s ease;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 157px;
  box-shadow: none;
  transition: all 0.2s ease;
}
.p-company-policy-lists__ja {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.015em;
  line-height: 1.4;
  text-align: left;
}
.p-company-policy-lists__en {
  display: block;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.p-company-policy-lists__text {
  letter-spacing: -0.015em;
}
.p-company-policy-lists__inner {
  padding: 0 25px 30px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.p-company-policy-lists__wrap {
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.p-company-policy-lists__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 125px;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  line-height: 1.4;
}
.p-company-policy-lists__sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.p-company-policy-lists .js-accordion {
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s ease;
  box-shadow: none;
  transition: all 0.2s ease;
}
.p-company-policy-lists .js-accordion-content {
  -webkit-transition: height 0.05s ease;
  height: 0;
  overflow: hidden;
  transition: height 0.05s ease;
}
.p-company-policy-lists .js-accordion-icon {
  display: inline-block;
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
}
.p-company-policy-lists .js-accordion-icon::before, .p-company-policy-lists .js-accordion-icon::after {
  -webkit-transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
  transition: all 0.2s ease;
}
.p-company-policy-lists .js-accordion-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-company-policy-lists .js-accordion-icon.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background: #000;
}
.p-company-policy-lists .js-accordion-icon.is-active::after {
  background: #000;
}
.p-company-policy-lists .js-accordion.is-active::after {
  -webkit-box-shadow: 9px 10px 16px 0px rgba(0, 0, 0, 0.08);
  left: -2%;
  width: 104%;
  box-shadow: 9px 10px 16px 0px rgba(0, 0, 0, 0.08);
}
.p-company-policy-lists .js-accordion.is-active .js-accordion-content {
  -webkit-transition: height 0.4s ease;
  left: -2%;
  width: 104%;
  transition: height 0.4s ease;
}
.p-company-policy-lists .js-accordion.is-active .p-company-policy-lists__content {
  -webkit-box-shadow: 9px 10px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 9px 10px 16px 0px rgba(0, 0, 0, 0.08);
}

.p-company-policy-value {
  padding: 70px 0 0;
}
.p-company-policy-value__sub {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: -0.015em;
}
.p-company-policy-value__ja {
  margin-top: 10px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -0.063em;
  line-height: 1.4;
}
.p-company-policy-value__en {
  color: #055dff;
  font-size: 2.4rem;
  letter-spacing: 0.045em;
}

/* ===============================================
# 代表挨拶
=============================================== */
/* ===============================================
# 企業情報
=============================================== */
/* ===============================================
# 企業情報リスト部分
=============================================== */
/* ===============================================
# 記事詳細ページのブロックエディタ用のスタイル
=============================================== */
/* ===============================================
# ミッション・ヴィジョン箇所
=============================================== */
/* ===============================================
# 経営ポリシー
=============================================== */
.p-news-article {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 0;
}
.p-news-article > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-news-article > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-news-article p {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-news-article p > img {
  display: block;
  max-width: 710px;
  margin: 0 auto;
}
.p-news-article h1 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-news-article h2 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-news-article h3 {
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-news-article hr {
  height: 1px;
  margin-top: 40px;
  border: none;
  background-color: #cccccc;
}
.p-news-article .entry__header .entry__date {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.p-news-article .entry__header .entry__category {
  display: inline-block;
  width: auto;
  min-width: auto;
  margin-left: 15px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
}
.p-news-article .entry__header .entry__title {
  margin-top: 10px;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-news-article__inner {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.p-news-article__col1-image {
  width: 100%;
}
.p-news-article__col1-image > img {
  max-width: 710px;
  margin: 0 auto;
}
.p-news-article__col2-image {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-news-article__col2-image .mt-be-column {
  width: calc(50% - 15px);
}
.p-news-article__col2-image .mt-be-column p img {
  display: block;
  max-width: 100%;
}
.p-news-article__col3-image {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-news-article__col3-image .mt-be-column {
  width: calc((100% - 60px) / 3);
}
.p-news-article__col3-image .mt-be-column p img {
  display: block;
  max-width: 100%;
}
.p-news-article__file {
  margin-top: 30px;
  text-decoration: underline;
}
.p-news-article__prev {
  margin-top: 50px;
}

/* ===============================================
# 記事詳細ページ
=============================================== */
.p-service-mv {
  position: relative;
  width: 100%;
  height: 32.4324324324vw;
  min-height: 480px;
  margin-top: 67px;
  background: no-repeat center center/cover;
}
.p-service-mv__text {
  -webkit-transform: translateY(-50%);
  display: none;
  position: absolute;
  top: 50%;
  left: 6.7567567568vw;
  width: 33.1081081081vw;
  transform: translateY(-50%);
}
.p-service-mv__lead {
  margin-top: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.p-service-mv__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-service-mv__wrap {
  width: 3.3333333333vw;
  height: 100%;
}
.p-service-mv__box {
  width: 100%;
  height: 5%;
  background: #fff;
}

.p-service-feature {
  padding: 70px 0;
  background: #f1f1f1;
}
.p-service-feature__sub {
  margin-top: 15px;
}
.p-service-feature__lists {
  -ms-grid-columns: (1fr)[3];
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
}
.p-service-feature__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-service-cards {
  padding-top: 55px;
  overflow-x: hidden;
}
.p-service-cards__container {
  position: relative;
  padding-bottom: 70px;
}
.p-service-cards__headline {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-service-cards__headline::after {
  display: block;
  width: 60px;
  height: 2px;
  margin: 20px auto 0;
  background: #000;
  content: "";
}

.p-service-lists {
  -ms-flex-wrap: wrap;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p-service-lists__item {
  position: relative;
  width: calc((100% - 60px) / 3);
}
.p-service-lists__item::after {
  -webkit-transition: 0.4s background-color;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: transparent;
  content: "";
  transition: 0.4s background-color;
}
.p-service-lists__item:hover::after {
  -webkit-transition: 0.4s background-color;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  transition: 0.4s background-color;
}
.p-service-lists__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.p-service-lists__thumb {
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.p-service-lists__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 30px 10px;
}
.p-service-lists__link {
  margin-top: auto;
}
.p-service-lists__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-service-lists__text {
  margin: 5px 0 20px;
  line-height: 1.6;
}

/* ===============================================
# Movable Typeのブロックエディタのタグ構造に準拠するため
このコンポーネントはFLOCSSの概念を除外する。
=============================================== */
.p-service-article {
  padding-top: 67px;
  overflow-x: hidden;
  border-bottom: 1px solid #000;
}
.p-service-article h2 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.p-service-article h2::before {
  display: block;
  width: 84px;
  height: 4px;
  background: url("/https/www.source-pod.co.jp/img/service/h_decoration.png") no-repeat center center/cover;
  content: "";
}
.p-service-article h3 {
  margin-bottom: 25px;
  color: #055dff;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-service-article h4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-service-article h4 > span {
  aspect-ratio: 1;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background: url("/https/www.source-pod.co.jp/img/service/h_number.png") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.p-service-article h4 > em {
  display: block;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
}
.p-service-article h5 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-service-article h5::before {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  background: #055dff;
  content: "";
}
.p-service-article p {
  margin-bottom: 15px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-service-article hr {
  border: 1px solid #d4d4d4;
}
.p-service-article table {
  width: 100%;
  margin-bottom: 40px;
  border: none;
}
.p-service-article table tbody {
  border: none;
}
.p-service-article table tbody tr {
  border: none;
}
.p-service-article table tbody tr th {
  padding: 20px;
  text-align: center;
}
.p-service-article table tbody tr td {
  height: 100%;
  min-height: 75px;
  padding: 20px;
  border: none;
  line-height: 1.6;
}
.p-service-article .p-service-article__primary-table tbody tr th {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 2px solid #000;
  border-left: 1px solid #cccccc;
  background: #f4f4f4;
}
.p-service-article .p-service-article__primary-table tbody tr td {
  height: 100%;
  min-height: 75px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}
.p-service-article .p-service-article__primary-table tbody tr td > em {
  font-size: 1.2rem;
}
.p-service-article .p-service-article__secondary-table tbody tr th {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #000;
  border-left: 1px solid #ccc;
  background: #fff;
}
.p-service-article .p-service-article__secondary-table tbody tr td {
  height: 100%;
  min-height: 75px;
  border: 1px solid #ccc;
  background: #fff;
}
.p-service-article .p-service-article__secondary-table tbody tr td > em {
  font-size: 1.2rem;
}
.p-service-article iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  max-width: 530px;
  height: auto;
  margin: 0px auto 60px;
}
.p-service-article .mt-be-columns {
  gap: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.p-service-article .mt-be-columns .mt-be-column {
  width: 100%;
}
.p-service-article .mt-be-columns .mt-be-column > p {
  line-height: 1.6;
}
.p-service-article__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-service-article__heading::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  display: block;
  order: 1;
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
}
.p-service-article__heading::after {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: block;
  order: 2;
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
}
.p-service-article__three-col {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.p-service-article__three-col > .mt-be-columns {
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-service-article__three-col > .mt-be-columns > .mt-be-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.p-service-article__three-col > .mt-be-columns > .mt-be-column > p {
  margin-bottom: 0;
}
.p-service-article__notice {
  margin-bottom: 40px;
}
.p-service-article__notice > p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-service-article--lp {
  border-bottom: none;
}
.p-service-article--lp .p-service-article__primary-table tbody tr td > em {
  font-size: 2.4rem;
}
.p-service-article--lp .p-service-article__secondary-table tbody tr td > em {
  font-size: 2.4rem;
}

.p-service-article-header, .p-service-article-header--lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 280px;
  background: #055dff;
}
.p-service-article-header--lp {
  background: #ff6700;
}
.p-service-article-header__box, .p-service-article-header__box--lp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: calc((100vw - (100vw - 1080px)) * 0.7);
  margin-left: calc((100vw - 1080px) / 2);
  padding: 60px 75px 50px 0;
  background: #055dff;
}
.p-service-article-header__box--lp {
  gap: 15px;
  padding: 0 33px 0 0;
  background: #ff6700;
}
.p-service-article-header__sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-service-article-header__main {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1;
}
.p-service-article-header__text, .p-service-article-header__text--lp {
  margin-top: 26px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-service-article-header__text--lp {
  margin-top: 5px;
  letter-spacing: 0;
}
.p-service-article-header__image, .p-service-article-header__image--lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.p-service-article-header__image--lp {
  width: 73%;
}
.p-service-article-header__image > img, .p-service-article-header__image--lp > img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.p-service-article-anchor {
  -ms-flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 40px;
  padding-right: calc(50vw - 50%);
  padding-bottom: 40px;
  padding-left: calc(50vw - 50%);
  background: #f1f1f1;
}
.p-service-article-anchor > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 60px) / 3);
}
.p-service-article-anchor > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  border: 1px solid #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-service-article-anchor > li > a::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  content: "";
}

/* ===============================================
# 一覧ページ
=============================================== */
/* ===============================================
# 詳細ページ
=============================================== */
.p-case-article {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
.p-case-article p {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-case-article p > img {
  display: block;
  max-width: 895px;
  margin: 0 auto;
}
.p-case-article h1 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-case-article h2 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-case-article h3 {
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-case-article hr {
  height: 1px;
  margin-top: 40px;
  border: none;
  background-color: #cccccc;
}
.p-case-article__inner {
  width: 100%;
  max-width: 895px;
  margin: 0 auto;
}
.p-case-article__inner p {
  margin-top: 10px;
}
.p-case-article__inner p.p-case-article__col1-image {
  margin-top: 30px;
}
.p-case-article__col1-image {
  width: 100%;
}
.p-case-article__col1-image > img {
  max-width: 895px;
  margin: 0 auto;
}
.p-case-article__col2-image {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.p-case-article__col2-image .mt-be-column {
  width: calc(50% - 15px);
}
.p-case-article__col2-image .mt-be-column p img {
  display: block;
  max-width: 100%;
}
.p-case-article__file {
  margin-top: 30px;
  text-decoration: underline;
}
.p-case-article__kv h2 {
  margin-top: 35px;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
.p-case-article__box {
  position: relative;
  width: 770px;
  margin: 0 auto;
}
.p-case-article__attention {
  text-align: center;
}
.p-case-article__box > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  padding: 25px 30px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-case-article__lead {
  display: none;
  margin: 10px 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  letter-spacing: 0.1em;
}
.p-case-article__category {
  margin-top: 20px;
  color: #055dff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.p-case-article__interview {
  margin-top: 30px;
}
.p-case-article__interview .mt-be-columns {
  gap: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-case-article__interview-text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-case-article__interview-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-case-article__interview-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 340px;
}
.p-case-article__interview-image > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-case-article__interview-image > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-case-article__prev {
  margin-top: 50px;
}

.p-case-archive {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 70px;
}
.p-case-archive__heading {
  margin-bottom: 25px;
  padding: 10px 15px;
  background: #055dff;
  color: #fff;
}
.p-case-archive__overview {
  width: 100%;
  margin-bottom: 35px;
  border-collapse: collapse;
}
.p-case-archive__overview tbody tr:nth-child(odd) {
  background: #ededed;
}
.p-case-archive__overview tbody tr td {
  padding: 10px 15px;
}
.p-case-archive__overview tbody tr td:first-child {
  min-width: 185px;
  font-weight: bold;
}
.p-case-archive__overview tbody tr td:last-child {
  width: 100%;
}
.p-case-archive__prev {
  margin: 50px 0 70px;
}
.p-case-archive__list {
  -ms-flex-wrap: wrap;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p-case-archive__item {
  position: relative;
  width: calc((100% - 60px) / 3);
}
.p-case-archive__item::after {
  -webkit-transition: 0.4s background-color;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: transparent;
  content: "";
  transition: 0.4s background-color;
}
.p-case-archive__item:hover::after {
  -webkit-transition: 0.4s background-color;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  transition: 0.4s background-color;
}
.p-case-archive__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.p-case-archive__thumb {
  aspect-ratio: 2/1;
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.p-case-archive__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 30px 10px;
}
.p-case-archive__link {
  margin-top: auto;
}
.p-case-archive__title {
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

/* ===============================================
# 記事詳細ページ
=============================================== */
.p-careers-top-kv {
  aspect-ratio: 1480/520;
  position: relative;
  width: 100%;
  height: 35.1351351351vw;
  background: url(/https/www.source-pod.co.jp/img/careers/bg_careers_top_kv_pc.jpg) no-repeat right top/cover;
}
.p-careers-top-kv__lead {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10.8108108108vw;
  transform: translateY(-50%);
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.042em;
  line-height: 1.4;
}

.p-careers-top-characters--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-careers-top-characters__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-careers-top-characters__main {
  margin-left: 15px;
  font-size: 5.2rem;
  letter-spacing: -0.015em;
  line-height: 1;
}
.p-careers-top-characters__sub, .p-careers-top-characters__sub--inline {
  display: block;
  margin: 15px 0 0 48px;
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}
.p-careers-top-characters__sub--inline {
  margin: auto 0 0 10px;
}
.p-careers-top-characters__text {
  max-width: 800px;
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-careers-top-characters__button {
  margin-top: 30px;
}
.p-careers-top-characters__arrow {
  margin-top: 5px;
}

.p-careers-top-company {
  padding: 0 0 120px;
}
.p-careers-top-company__cards {
  margin-top: 75px;
}
.p-careers-top-company__lead {
  margin: 60px 0 120px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.p-careers-top-people-benefit {
  padding: 120px 0;
  background: #f3f3f3;
}
.p-careers-top-people-benefit__contents, .p-careers-top-people-benefit__contents--first, .p-careers-top-people-benefit__contents--reverse {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.p-careers-top-people-benefit__contents--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-careers-top-people-benefit__contents--first {
  margin-top: -100px;
  padding-top: 100px;
}
.p-careers-top-people-benefit__image, .p-careers-top-people-benefit__image--benefit, .p-careers-top-people-benefit__image--people {
  width: 100%;
}
.p-careers-top-people-benefit__image--people {
  max-width: 444px;
}
.p-careers-top-people-benefit__image--benefit {
  max-width: 465px;
}
.p-careers-top-people-benefit__logo {
  max-width: 437px;
  margin-top: 70px;
}

.p-careers-top-recruitment {
  padding: 120px 0;
}
.p-careers-top-recruitment__cards {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.p-careers-top-recruitment__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.p-careers-top-recruitment__thumb, .p-careers-top-recruitment__thumb--form {
  width: 100%;
}
.p-careers-top-recruitment__thumb--form {
  max-width: 310px;
}
.p-careers-top-recruitment__button {
  margin-top: 30px;
}
.p-careers-top-recruitment__link {
  min-width: 340px;
  margin: 0 auto;
}

.p-careers-top-cards {
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-careers-top-cards__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  border: 1px solid #ccc;
}
.p-careers-top-cards__item:first-child {
  z-index: 1;
}
.p-careers-top-cards__icon--logo {
  width: 118px;
}
.p-careers-top-cards__icon--ceo {
  width: 177px;
  margin-right: 30px;
}
.p-careers-top-cards__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 35px 0 0;
}
.p-careers-top-cards__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.p-careers-top-cards__main {
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: -0.015em;
  line-height: 1.1;
  text-align: center;
}
.p-careers-top-cards__button {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.p-careers-top-cards__button::after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 99%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #fff;
  content: "";
}
.p-careers-top-cards__link {
  z-index: 2;
  position: relative;
  min-width: 340px;
  margin: 0 auto;
}

.p-careers-detail {
  padding: 100px 0 70px;
  /* ===============================================
  # messageページのカスタムブロック用CSS
  =============================================== */
  /* ===============================================
  # memberページのKVのカスタムブロック用CSS
  =============================================== */
  /* ===============================================
  # memberページのタイトル箇所のカスタムブロック用CSS
  =============================================== */
  /* ===============================================
  # messageページのQ&A用のカスタムブロック用CSS
  =============================================== */
  /* ===============================================
  # benefitページの上部コンテンツのカスタムブロック用CSS
  =============================================== */
  /* ===============================================
  # benefitページの下部コンテンツのカスタムブロック用CSS
  =============================================== */
}
.p-careers-detail h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 110px;
  font-size: 5.2rem;
}
.p-careers-detail h1::before {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 41px;
  margin-top: 30px;
  margin-right: 20px;
  background: url(/https/www.source-pod.co.jp/img/common/icon_careers_arrow.svg) no-repeat center center/cover;
  content: "";
}
.p-careers-detail h2 {
  display: inline-block;
  position: relative;
  margin-top: 55px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.p-careers-detail h2::after {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 3px;
  background: #055dff;
  content: "";
}
.p-careers-detail h3 {
  margin-top: 55px;
  font-size: 2rem;
}
.p-careers-detail p {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.p-careers-detail hr {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  border: none;
  background: #000;
}
.p-careers-detail .mt-be-columns {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.p-careers-detail .mt-be-columns .mt-be-column {
  width: calc(50% - 15px);
}
.p-careers-detail .mt-be-columns .mt-be-column > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-careers-detail .mt-be-columns .mt-be-column > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-careers-detail .mt-be-columns .mt-be-column p {
  max-width: 100%;
}
.p-careers-detail .mt-be-columns .mt-be-column img {
  display: block;
  margin-left: auto;
}
.p-careers-detail__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
}
.p-careers-detail__button-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.p-careers-detail__button-col {
  margin: 0 auto;
}
.p-careers-detail__ceo-icon {
  position: relative;
  top: -150px;
}
.p-careers-detail__ceo-icon > img {
  margin: 0 auto;
}
.p-careers-detail__message.mt-be-columns {
  gap: 0;
  margin-top: 0;
}
.p-careers-detail__message .mt-be-column.p-careers-detail__message-text {
  width: 100%;
  max-width: 800px;
}
.p-careers-detail__message .mt-be-column.p-careers-detail__message-ceo {
  width: calc(26% - 15px);
}
.p-careers-detail__message .mt-be-column.p-careers-detail__message-ceo > p {
  text-align: right;
}
.p-careers-detail__member-kv {
  margin-top: -100px !important;
}
.p-careers-detail__member-kv.mt-be-columns {
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-careers-detail__member-kv .mt-be-column.p-careers-detail__member-kv-title {
  width: 44%;
}
.p-careers-detail__member-kv .mt-be-column.p-careers-detail__member-kv-image {
  width: 56%;
}
.p-careers-detail__member-kv .mt-be-column.p-careers-detail__member-kv-image > p {
  text-align: right;
}
.p-careers-detail__member-title {
  margin-top: 20px;
}
.p-careers-detail__member-title .mt-be-columns.p-careers-detail__member-title-container {
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
}
.p-careers-detail__member-title-container .mt-be-column.p-careers-detail__member-title-category {
  width: auto;
}
.p-careers-detail__member-title-container .mt-be-column.p-careers-detail__member-title-category > p {
  padding: 5px 18px;
  color: #fff;
  font-weight: bold;
}
.p-careers-detail__member-title-container .mt-be-column.p-careers-detail__member-title-detail {
  width: auto;
}
.p-careers-detail__member-title-container .mt-be-column.p-careers-detail__member-title-detail > p {
  letter-spacing: 0.045em;
}
.p-careers-detail__member-title > h2 {
  margin-top: 10px;
  font-size: 3.6rem;
  letter-spacing: -0.015em;
  line-height: 1.4;
}
.p-careers-detail__member-title > h2::after {
  display: none;
}
.p-careers-detail__member-contents {
  margin-top: 50px;
}
.p-careers-detail__member-contents .mt-be-columns.p-careers-detail__member-contents-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}
.p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-number {
  width: auto;
}
.p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-number > p {
  color: #055dff;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
}
.p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-title {
  width: auto;
  margin-top: 5px;
}
.p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-title > h3 {
  font-size: 2rem;
  letter-spacing: 0.045em;
}
.p-careers-detail__member-contents > p {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
.p-careers-detail__benefit-contents .mt-be-columns.p-careers-detail__benefit-contents-wrap {
  gap: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.p-careers-detail__benefit-contents .mt-be-columns.p-careers-detail__benefit-contents-box {
  gap: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 50%;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col:first-child {
  border-right: 1px solid #ccc;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col:first-child .p-careers-detail__benefit-contents-box {
  padding-right: 35px;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col:last-child .p-careers-detail__benefit-contents-box {
  padding-left: 35px;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col:last-child .p-careers-detail__benefit-contents-box .p-careers-detail__benefit-contents-image > p {
  margin-left: auto;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col .p-careers-detail__benefit-contents-box:first-child {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col .p-careers-detail__benefit-contents-box:last-child {
  margin-top: 0;
  padding-top: 35px;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-image {
  width: auto;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-image > p {
  width: 100%;
  max-width: 160px;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-title {
  width: 100%;
}
.p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-title > h2::after {
  display: none;
}
.p-careers-detail__benefit-lists.mt-be-columns {
  gap: 20px;
}
.p-careers-detail__benefit-lists .mt-be-column.p-careers-detail__benefit-lists-item {
  width: 33.3333333333%;
}
.p-careers-detail__benefit-lists .mt-be-column.p-careers-detail__benefit-lists-item > h2::after {
  display: none;
}
.p-careers-detail__benefit-lists .mt-be-column.p-careers-detail__benefit-lists-item > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.p-careers-detail__benefit-lists .mt-be-column.p-careers-detail__benefit-lists-item > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-careers-detail__benefit-lists .mt-be-column.p-careers-detail__benefit-lists-item > ul li::before {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  margin-top: 13px;
  margin-right: 5px;
  border-radius: 50%;
  background: #000;
  content: "";
}
.p-careers-detail__benefit-lists .mt-be-column.p-careers-detail__benefit-lists-item > ul li > p {
  margin-top: 0;
}
.p-careers-detail__position-container .mt-be-column.p-careers-detail__position-container-left {
  width: calc(20% - 15px);
}
.p-careers-detail__position-container .mt-be-column.p-careers-detail__position-container-right {
  width: calc(80% - 15px);
}
.p-careers-detail > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-careers-detail > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-careers-member-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-careers-member-schedule__left {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
.p-careers-member-schedule__left::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #ebebeb;
  content: "";
}
.p-careers-member-schedule__right {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
.p-careers-member-schedule__right::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 9px);
  height: 100%;
  background: #f3f3f3;
  content: "";
}
.p-careers-member-schedule__image {
  z-index: 1;
  position: relative;
  max-width: 366px;
}
.p-careers-member-schedule__inner {
  z-index: 1;
  position: relative;
  margin-left: 40px;
}
.p-careers-member-schedule__title {
  font-size: 2rem;
}
.p-careers-member-schedule__list {
  margin-top: 30px;
}
.p-careers-member-schedule__list li:first-child .p-careers-member-schedule__box::before, .p-careers-member-schedule__list li:last-child .p-careers-member-schedule__box::before {
  left: -2px;
  width: 12px;
  height: 12px;
}
.p-careers-member-schedule__list li:first-child .p-careers-member-schedule__box::after, .p-careers-member-schedule__list li:last-child .p-careers-member-schedule__box::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  content: "";
}
.p-careers-member-schedule__list li:first-child {
  padding-top: 0;
}
.p-careers-member-schedule__list li:first-child::before {
  display: none;
}
.p-careers-member-schedule__item {
  position: relative;
  padding-top: 19px;
}
.p-careers-member-schedule__item::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 3px;
  width: 2px;
  height: 100%;
  background: #ff6700;
  content: "";
}
.p-careers-member-schedule__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 20px;
}
.p-careers-member-schedule__box::before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff6700;
  content: "";
}
.p-careers-member-schedule__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 50px;
  margin-right: 50px;
  color: #ff6700;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.045em;
}
.p-careers-member-schedule__purpose {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-careers-member-schedule__purpose > span {
  font-weight: normal;
}

.p-careers-message-link {
  padding-bottom: 130px;
}
.p-careers-message-link__lists {
  -ms-grid-columns: (1fr)[3];
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-careers-message-link__item {
  width: 100%;
}
.p-careers-message-link__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.p-careers-message-link__link::after {
  aspect-ratio: 24/42;
  display: block;
  width: 24px;
  height: 42px;
  background: url(/https/www.source-pod.co.jp/img/common/icon_careers_arrow_orange.svg) no-repeat center center/cover;
  content: "";
}

.p-careers-culture-profile {
  margin-top: 70px;
  margin-right: calc(50% - 50vw + 9px);
  margin-left: calc(50% - 50vw);
  padding-top: 120px;
  padding-right: calc(50vw - 50%);
  padding-bottom: 120px;
  padding-left: calc(50vw - 50%);
  background: #f3f3f3;
}
.p-careers-culture-profile__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 5.2rem;
}
.p-careers-culture-profile__heading::before {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 41px;
  margin-top: 30px;
  margin-right: 20px;
  background: url(/https/www.source-pod.co.jp/img/common/icon_careers_arrow.svg) no-repeat center center/cover;
  content: "";
}
.p-careers-culture-profile__lists {
  -ms-grid-columns: (1fr)[2];
  gap: 50px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
.p-careers-culture-profile__lists > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.p-careers-culture-profile__title {
  font-size: 2.4rem;
  letter-spacing: 0.045em;
  text-align: center;
}
.p-careers-culture-profile__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-careers-culture-profile__date {
  text-align: right;
}
.p-careers-culture-profile > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-careers-culture-profile > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-careers-road-table {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
.p-careers-road-table table {
  margin-top: 40px;
  border: none;
  border-collapse: collapse;
}
.p-careers-road-table table tbody {
  width: 100%;
  border-top: 2px solid #000;
}
.p-careers-road-table table tbody tr:nth-child(odd) {
  background: #f4f4f4;
}
.p-careers-road-table table tbody tr td {
  word-wrap: break-word;
  width: 80%;
  padding: 25px 30px;
  border: none;
  line-height: 1.7;
}
.p-careers-road-table table tbody tr td a em {
  border-bottom: 1px solid #ff7619;
  color: #ff7619;
  font-weight: normal;
}
.p-careers-road-table table tbody tr th {
  width: 20%;
  padding: 25px 30px;
  border: none;
}
.p-careers-road-table > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-careers-road-table > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-careers-road-table .p-careers-road-table__item {
  display: block;
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  font-size: 2rem;
  font-weight: bold;
}
.p-careers-road-table .p-careers-road-table__item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 3px #055dff;
  border-right: solid 3px #055dff;
  content: "";
}
.p-careers-position-head {
  margin-bottom: 40px;
}
.p-careers-position-head__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 120px;
}
.p-careers-position-head__arrow {
  width: 24px;
}
.p-careers-position-head__main {
  margin-left: 15px;
  font-size: 5.2rem;
}

.p-careers-position-control {
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.p-careers-position-control__year {
  position: relative;
}
.p-careers-position-control__year::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333333333%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: #055dff;
  content: "";
}
.p-careers-position-control__year::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  display: block;
  z-index: 2;
  position: absolute;
  top: 42%;
  right: 25px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  content: "";
}
.p-careers-position-control__select {
  z-index: 1;
  position: relative;
  padding: 0 93px 0 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.p-careers-position-control__select option {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.p-careers-position-control__category {
  -ms-grid-columns: (1fr)[4];
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.p-careers-position-control__link {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
  text-align: center;
}
.p-careers-position-control__link::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  display: block;
  position: absolute;
  top: 48%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 3px #055dff;
  border-right: solid 3px #055dff;
  content: "";
}

.p-careers-position-lists {
  margin-bottom: 60px;
}
.p-careers-position-lists:last-child {
  margin-bottom: 110px;
}
.p-careers-position-lists__container {
  gap: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.p-careers-position-lists__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
.p-careers-position-lists__title {
  font-size: 2rem;
  font-weight: bold;
}
.p-careers-position-lists__lists {
  width: 100%;
  max-width: 800px;
}
.p-careers-position-lists__item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: bold;
}
.p-careers-position-lists__item::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 28%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 3px #055dff;
  border-right: solid 3px #055dff;
  content: "";
}
.p-careers-position-lists__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.p-careers-people__container {
  padding: 120px 0 80px;
}
.p-careers-people__container:nth-child(even) {
  background-color: #f3f3f3;
}
.p-careers-people__container__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-careers-people-head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52.3%;
  flex: 0 0 52.3%;
}
.p-careers-people-head__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-careers-people-head__arrow {
  width: 24px;
}
.p-careers-people-head__title {
  margin-left: 15px;
  font-size: 5.2rem;
}
.p-careers-people-head__image--engineer {
  -webkit-transform: translateX(-5.3%);
  width: 75%;
  margin-top: 8% !important;
  transform: translateX(-5.3%);
}
.p-careers-people-head__image--sales {
  -webkit-transform: translateX(-1%);
  width: 77%;
  transform: translateX(-1%);
}

.p-careers-people-lists {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.7%;
  flex: 0 0 47.7%;
}
.p-careers-people-lists__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.p-careers-people-lists__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-careers-people-lists__item__category {
  display: inline-block;
  height: 32px;
  margin-bottom: 14px;
  padding: 0 1em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 29px;
}
.p-careers-people-lists__item__category--engineer {
  background-color: #055dff;
}
.p-careers-people-lists__item__category--sales {
  background-color: #ff6700;
}
.p-careers-people-lists__item__caption {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
  word-break: break-all;
}
.p-careers-people-lists__item__profile {
  font-size: 1.6rem;
  text-align: right;
}

/* ===============================================
# TOPのKV部分
=============================================== */
/* ===============================================
# TOPコンテンツのテキスト部分
=============================================== */
/* ===============================================
# TOPカンパニー部分
=============================================== */
/* ===============================================
# TOP People Benefitのコンテンツ部分
=============================================== */
/* ===============================================
# TOP Recruitmentのコンテンツ部分
=============================================== */
/* ===============================================
# TOPカードコンテンツ部分
=============================================== */
/* ===============================================
# ブロックエディタのスタイル
=============================================== */
/* ===============================================
# 社員インタビューのスケジュールエリア
=============================================== */
/* ===============================================
# 代表挨拶のページ下部リンクエリア
=============================================== */
/* ===============================================
# 代表挨拶のページ下部リンクエリア
=============================================== */
/* ===============================================
# ROADのページテーブルエリア
=============================================== */
/* ===============================================
# 募集職種一覧
=============================================== */
/* ===============================================
# 人を知る
=============================================== */
.p-contact-container {
  padding: 70px 0;
}
.p-contact-container__text {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.p-contact-container iframe {
  width: 110%;
}

.p-contact-archive {
  padding: 70px 0;
}
.p-contact-archive__wrap, .p-contact-archive__wrap--center {
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.p-contact-archive__wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-contact-archive__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 30px) / 2);
  padding: 35px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.p-contact-archive__heading {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.p-contact-archive__title {
  margin-top: 40px;
}
.p-contact-archive__button {
  width: 100%;
  margin-top: 10px;
}
.p-contact-archive__link {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.p-contact-archive__detail {
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}
.p-contact-archive__notice {
  display: block;
  width: 70%;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* ===============================================
# コンタクトページの上部テキストなどフォーム部分以外のスタイル
=============================================== */
/* ===============================================
# コンタクトページの上部テキストなどフォーム部分以外のスタイル
=============================================== */
.p-blog-archive, .p-blog-archive--ir {
  padding: 70px 0;
  background: url(/https/www.source-pod.co.jp/img/blog/bg_blog_spblog.png) no-repeat top center/cover;
}
.p-blog-archive--ir {
  background: url(/https/www.source-pod.co.jp/img/blog/bg_blog_ir.png) no-repeat top center/cover;
}

/* ===============================================
# 記事一覧ページ
=============================================== */
.p-privacy-container {
  padding: 70px 0 90px;
  overflow: hidden;
}
.p-privacy-container__section, .p-privacy-container__section--gray {
  margin-top: 70px;
}
.p-privacy-container__section--gray {
  margin-right: calc(50% - 50vw + 9px);
  margin-left: calc(50% - 50vw);
  padding-top: 60px;
  padding-right: calc(50vw - 50%);
  padding-bottom: 60px;
  padding-left: calc(50vw - 50%);
  background: #f3f3f3;
}
.p-privacy-container__sub-heading {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-privacy-container__text {
  margin-top: 40px;
  font-size: 1.4rem;
}
.p-privacy-container__textlink {
  color: #055dff;
  text-decoration: underline;
}
.p-privacy-container__sub-text {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.p-privacy-container__ceo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}
.p-privacy-container__ceo-date, .p-privacy-container__ceo-company {
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-privacy-container__ceo-name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.p-privacy-container__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
}
.p-privacy-container__line {
  width: 100%;
  height: 1px;
  margin: 60px 0;
  border: none;
  background: #ccc;
}
.p-privacy-container__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.p-privacy-container__item {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-privacy-container__icon--dot::after {
  display: block;
  width: 3px;
  height: 3px;
  margin-top: 11px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.p-privacy-anchor {
  -ms-grid-columns: (1fr)[3];
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-privacy-anchor__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 72px;
  border: 2px solid #055dff;
  border-radius: 4px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.p-privacy-detail {
  margin-top: 60px;
}
.p-privacy-detail__heading {
  margin-bottom: 25px;
  padding: 10px 15px;
  background: #055dff;
  color: #fff;
}
.p-privacy-detail__overview {
  width: 100%;
  border-collapse: collapse;
}
.p-privacy-detail__overview tbody tr:nth-child(odd) {
  background: #ededed;
}
.p-privacy-detail__overview tbody tr td {
  padding: 10px 15px;
}
.p-privacy-detail__overview tbody tr td:first-child {
  min-width: 277px;
  font-weight: bold;
}
.p-privacy-detail__overview tbody tr td:last-child {
  width: 100%;
}

/* ===============================================
#  ページ全体のメイン要素
=============================================== */
/* ===============================================
# ページ上部のアンカーリンク箇所
=============================================== */
/* ===============================================
# テーブルエリア
=============================================== */
.p-404-container {
  padding: 157px 0 120px;
}
.p-404-container__wrap {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-404-container__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
}
.p-404-container__text {
  padding-top: 15px;
}
.p-404-container__title {
  font-size: 3.2rem;
  letter-spacing: 0.045em;
  line-height: 1.6;
}
.p-404-container__en {
  font-size: 4.2rem;
}
.p-404-container__detail {
  margin-top: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.p-404-container__button {
  margin-top: 60px;
}

/* ===============================================
# TOPコンテンツのテキスト部分
=============================================== */
.p-lp-footer {
  padding: 90px 0;
  background: #f3f3f3;
}
.p-lp-footer__wrap {
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -60px;
  align-items: center;
  justify-content: center;
}
.p-lp-footer__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 558px;
}
.p-lp-footer__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-lp-footer__title {
  font-size: 1.8rem;
  letter-spacing: 0;
}
.p-lp-footer__text {
  margin-top: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-lp-footer__link {
  margin-top: 40px;
}
.p-lp-footer__button {
  margin: 0;
}

/* ===============================================
# LP詳細ページ
=============================================== */
/* ===============================================
# 複数ページで使われているプロジェクト類
=============================================== */
/* ===============================================
# TOP
=============================================== */
/* ===============================================
# Company
=============================================== */
/* ===============================================
# Information　インフォメーション
=============================================== */
/* ===============================================
# Service
=============================================== */
/* ===============================================
# 導入事例
=============================================== */
/* ===============================================
# 採用情報
=============================================== */
/* ===============================================
# お問い合わせ
=============================================== */
/* ===============================================
# ブログ
=============================================== */
/* ===============================================
# プライバシーポリシー
=============================================== */
/* ===============================================
# 404
=============================================== */
/* ===============================================
# LP
=============================================== */
/* PC/SP
------------------------- */
.u-display--sp {
  display: none !important;
}

.u-display--pc {
  display: inline-block !important;
}

.u-across-anchor {
  margin-top: -67px;
  padding-top: 67px;
}

/* # =================================================================
#	u-display(for-pc,for-sp用)
# ================================================================= */
/* # =================================================================
#	採用情報の代表挨拶から他のアンカー箇所へ飛ぶ際の調整用の余白のスタイル
# ================================================================= */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media only screen and (max-width: 768px) {
  a:hover,
button:hover {
    opacity: 1;
  }
  .c-heading-underline {
    font-size: 2.1rem;
  }
  .c-heading__main, .c-heading__main--secondary {
    font-size: 4.1rem;
  }
  .c-heading__sub, .c-heading__sub--secondary {
    font-size: 1.4rem;
  }
  .c-heading__link, .c-heading__link--tertiary, .c-heading__link--secondary {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-heading__parallel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-careers-page-heading {
    margin-top: 50px;
  }
  .c-careers-page-heading__en {
    font-size: 3.6rem;
  }
  .c-careers-page-heading__ja {
    font-size: 1.6rem;
  }
  .c-careers-page-heading__lead {
    font-size: 1.4rem;
  }
  .c-page-header {
    margin-top: 50px;
  }
  .c-page-header__main, .c-page-header__main--ja {
    font-size: 2.4rem;
  }
  .c-page-header__main--ja {
    font-size: 2rem;
  }
  .c-page-header__sub {
    top: 0;
    font-size: 1.4rem;
  }
  .c-page-header__container {
    min-height: 50px;
  }
  .c-page-header__bg {
    width: 40%;
  }
  .c-page-header__icon {
    width: 30px;
    margin-right: 7px;
  }
  .c-table-container {
    width: 100%;
    padding: 55px 0;
  }
  .c-table-container table {
    -webkit-overflow-scrolling: touch;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    display: block;
    overflow-x: scroll;
  }
  .c-table-container table::-webkit-scrollbar {
    display: none;
  }
  .c-table-container table colgroup {
    width: 900px !important;
  }
  .c-table-container table tbody {
    display: table;
    width: 900px !important;
  }
  .c-pagination {
    gap: 30px;
    margin-top: 30px;
  }
  .c-careers-arrow {
    width: 15px;
  }
  .c-corner-button__link, .c-corner-button__link--icon, .c-corner-button__link--narrow, .c-corner-button__link--tertiary, .c-corner-button__link--secondary {
    font-size: 1.6rem;
  }
  .c-corner-button__link--narrow {
    font-size: 1.2rem;
  }
  .l-footer__under {
    padding: 15px 5.3333333333vw;
  }
  .l-footer__link {
    font-size: 1rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
    text-align: center;
  }
  .l-footer-nav {
    padding: 50px 0;
  }
  .l-footer-nav__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .l-footer-nav__lists {
    margin-top: 0;
  }
  .l-footer-nav__lists--top {
    margin-bottom: 5px;
  }
  .l-footer-nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-footer-nav__item--service {
    margin: 0 auto 5px;
  }
  .l-footer-nav__item {
    width: 100%;
    text-align: center;
  }
  .l-footer-nav__main {
    font-size: 1.5rem;
  }
  .l-footer-nav__sub {
    display: none;
  }
  .l-footer-nav__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer-nav__button--top {
    margin-top: 20px;
  }
  .l-footer-nav__button-link {
    padding: 0 12vw;
  }
  .l-footer-nav__policy {
    position: static;
    width: 35%;
    margin: 35px auto 0;
  }
  .l-wrapper {
    overflow: hidden;
  }
  .l-container, .l-container--service-detail {
    max-width: auto;
    margin: 0;
    padding: 0 5.3333333333vw;
  }
  .l-container--service-detail {
    padding: 30px 0;
  }
  .l-service-article, .l-service-article.bg {
    margin: 0;
    padding: 30px 5.3333333333vw;
  }
  .p-common-contact {
    padding: 60px 0;
  }
  .p-common-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-common-contact__text {
    margin-top: 25px;
    letter-spacing: 0;
  }
  .p-common-contact__contents {
    margin-top: 30px;
  }
  .p-common-contact__box--content01 {
    background: url(/https/www.source-pod.co.jp/img/top/bg_top_contact_content01_sp.png) no-repeat center center/cover;
  }
  .p-common-contact__box--content02 {
    height: 100px;
  }
  .p-common-contact__box--content02 .p-common-contact__main {
    margin-top: -10px;
  }
  .p-common-contact__box--content02 .p-common-contact__link {
    margin-top: 5px;
  }
  .p-common-contact__box--content03 {
    height: 100px;
  }
  .p-common-contact__box--content03 .p-common-contact__link {
    margin-top: 0;
  }
  .p-common-case {
    padding: 55px 0;
  }
  .p-common-case__lists--archive {
    margin-top: 30px;
  }
  .p-common-case__lists, .p-common-case__lists--archive {
    -ms-grid-columns: (1fr)[2];
    gap: 6.6666666667vw 2.2666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-common-case__lists::before, .p-common-case__lists--archive::before, .p-common-case__lists::after, .p-common-case__lists--archive::after {
    display: none;
  }
  .p-common-case__item {
    width: 100%;
  }
  .p-common-case__group {
    font-size: 1.5rem;
  }
  .p-common-case__title {
    font-size: 1.5rem;
  }
  .p-common-case__headline-link {
    position: static;
    left: 0;
  }
  .p-common-infomation-list {
    padding: 50px 0;
  }
  .p-common-infomation-list--top {
    padding: 50px 0 0;
  }
  .p-common-infomation-list__contents {
    padding-top: 20px;
  }
  .p-common-infomation-list__item:first-child, .p-common-infomation-list__item--top:first-child {
    border-top: 1px solid #ccc;
  }
  .p-common-infomation-list__headline-link {
    margin-top: 10px;
  }
  .p-common-infomation-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  .p-common-infomation-list__date {
    width: auto;
    margin-left: 0;
  }
  .p-common-infomation-list__text {
    width: 100%;
    margin-left: 0;
  }
  .p-common-infomation-list__pagination {
    margin-top: 40px;
  }
  .p-common-control, .p-common-control--blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0;
  }
  .p-common-control__category {
    gap: 4vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .p-common-control__link {
    padding: 0;
    font-size: 1.3rem;
  }
  .p-top-mv {
    min-height: 86.9333333333vw;
    margin-top: 50px;
    background: no-repeat center center/cover;
  }
  .p-top-mv__text {
    -webkit-transform: translateY(0);
    top: auto;
    bottom: 9.6vw;
    left: 17.8666666667vw;
    width: 74.5333333333vw;
    transform: translateY(0);
  }
  .p-top-mv__lead {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .p-top-mv__wrap {
    width: 10vw;
  }
  .p-top-mv__box {
    height: 10%;
  }
  .p-top-mv__image {
    min-height: 86.9333333333vw;
  }
  .p-top-mv__image > img {
    min-height: 86.9333333333vw;
  }
  .p-top-pickup {
    padding-top: 30px;
  }
  .p-top-pickup__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-top-pickup__item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .p-top-pickup__link {
    padding: 20px 0;
  }
  .p-top-service {
    padding-top: 60px;
  }
  .p-top-service__bg {
    top: 35px;
    right: -1.6vw;
    width: 71.0666666667vw;
  }
  .p-top-service__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 15px 0;
    flex-direction: column;
    margin-top: 135px;
  }
  .p-top-service__item {
    width: 100%;
  }
  /* .p-top-service__card {
    aspect-ratio: 670/560;
  } */
  .p-top-blog, .p-top-blog--sourcepod {
    padding: 55px 0;
    background: url(/https/www.source-pod.co.jp/img/top/bg_top_blog_security_sp.png) no-repeat;
    background-color: #f3f3f3;
    background-position: bottom;
    background-size: 100%;
  }
  .p-top-blog--sourcepod {
    background: url(/https/www.source-pod.co.jp/img/top/bg_top_blog_sourcepod_sp.png) no-repeat;
    background-color: #a2c9fe;
    background-position: top;
    background-size: 100%;
  }
  .p-top-blog__parallel {
    margin-top: 10px;
  }
  .p-top-blog__link {
    margin-left: 5px;
  }
  .p-top-blog__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 15px 0;
    flex-direction: column;
    margin-top: 15px;
  }
  .p-top-blog-card {
    max-width: 100%;
  }
  .p-top-blog-card__box {
    padding: 20px 20px;
  }
  .p-top-blog-card__thumb {
    max-width: 100%;
  }
  .p-top-blog-card__text {
    margin-top: 5px;
    font-size: 1.7rem;
  }
  .p-top-blog-card__date {
    margin-top: 10px;
  }
  .p-top-blog-lists--top {
    margin-left: 0;
  }
  .p-top-blog-lists__thumb {
    max-width: 28vw;
    margin: auto 0;
  }
  .p-top-blog-lists__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
  }
  .p-top-blog-lists__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top-blog-lists__text {
    margin-top: 2px;
  }
  .p-top-company {
    padding: 55px 0;
  }
  .p-top-company__lead {
    margin-top: 10px;
    font-size: 2rem;
  }
  .p-top-company__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .p-top-company__lists {
    max-width: 100%;
  }
  .p-top-company__item::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 3px #055dff;
    border-right: solid 3px #055dff;
    content: "";
  }
  .p-top-company__item:first-child {
    border-top: none;
  }
  .p-top-company__item:hover {
    -webkit-box-shadow: none;
    border-top: 1px solid #ccc;
    box-shadow: none;
  }
  .p-top-company__item:hover .p-top-company__text {
    margin: 0 36px;
  }
  .p-top-company__item:hover .p-top-company__more {
    display: none;
  }
  .p-top-company__item:hover:last-child {
    border-bottom: 1px solid #ccc;
  }
  .p-top-company__item:hover:first-child {
    border-top: none;
  }
  .p-top-company__link {
    padding: 15px 0;
  }
  .p-top-company__icon > svg, .p-top-company__icon--mission > svg {
    stroke: #055dff;
  }
  .p-top-company__title {
    margin-left: 10px;
    color: #055dff;
  }
  .p-top-company__text {
    display: block;
    height: auto;
    margin: 0 36px;
  }
  .p-top-company__more {
    display: none;
  }
  .p-top-company__image {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }
  .p-top-lp-area {
    padding: 60px 0;
  }
  .p-top-lp-area__lists {
    -ms-grid-columns: (1fr)[2];
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-recruit {
    aspect-ratio: auto;
    padding: 60px 0 45px;
    background: url(/https/www.source-pod.co.jp/img/top/bg_top_recruit_sp.png) no-repeat center center/cover;
  }
  .p-top-recruit__headline {
    text-align: center;
  }
  .p-top-recruit__main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-top-recruit__lead {
    margin-top: 85.3333333333vw;
    font-size: 3.2rem;
    text-align: center;
  }
  .p-top-recruit__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-company-container {
    padding: 0 0 40px;
  }
  .p-company-container h1 {
    font-size: 2.7rem;
    line-height: 1.4;
  }
  .p-company-container p > img {
    margin: 30px 0;
  }
  .p-company-container__kv {
    min-height: 60vw;
    margin-right: calc(50% - 50vw);
    margin-bottom: 10.6666666667vw;
    padding-top: 68vw;
    background-size: 100% auto;
  }
  .p-company-archive__kv {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-item-align: 670/437;
    -ms-grid-row-align: 670/437;
    align-items: flex-start;
    align-self: 670/437;
    min-height: 58.2666667vw;
    margin-top: 5.33333333vw;
    background: url(/https/www.source-pod.co.jp/img/company/bg_company_archive_kv_sp.jpg) no-repeat left bottom/cover;
  }
  .p-company-archive__wrap {
    margin-top: 8vw;
    padding-left: 3.3333333333vw;
  }
  .p-company-archive__icon {
    width: 6.9333333333vw;
  }
  .p-company-archive__title {
    margin-left: 2vw;
    font-size: 1.5rem;
  }
  .p-company-archive__mission {
    margin-top: 2.6666666667vw;
    padding-left: 0;
  }
  .p-company-archive__en {
    padding-left: 8.9333333333vw;
    font-size: 1.4rem;
  }
  .p-company-archive__ja {
    padding-left: 8.9333333333vw;
    background: #f8f8f8;
    font-size: 2.7rem;
  }
  .p-company-archive__more {
    margin: 2.6666666667vw 0 0 8.9333333333vw;
  }
  .p-company-lists {
    gap: 25px 30px;
    padding: 25px 0;
  }
  .p-company-lists__item {
    gap: 0 4.2666666667vw;
    width: 100%;
  }
  .p-company-lists__title {
    font-size: 1.9rem;
  }
  .p-company-lists__icon {
    width: 22.6666666667vw;
    min-width: 85px;
  }
  .p-company-detail {
    padding: 50px 0;
  }
  .p-company-detail .mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 10px;
    flex-direction: column;
    padding: 25px 0 0;
  }
  .p-company-detail .mt-be-columns .mt-be-column {
    width: 100%;
  }
  .p-company-detail h1 {
    margin-top: 0;
    font-size: 2.7rem;
  }
  .p-company-detail h2 {
    font-size: 1.4rem;
  }
  .p-company-detail h3 {
    margin-top: 5px;
    font-size: 2rem;
  }
  .p-company-detail p {
    margin-top: 10px;
  }
  .p-company-mission__kv {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
    margin-top: -50px;
    margin-right: calc(50% - 50vw);
    padding-top: 53.3333333333vw;
    padding-bottom: 35px;
    background-color: #f8f8f8;
    background-position-x: center;
    background-size: 100%;
  }
  .p-company-mission__kv .mt-be-columns {
    padding: 0 2.6666666667vw !important;
  }
  .p-company-policy-lists {
    gap: 10px 0;
    margin: 20px 0 40px;
  }
  .p-company-policy-lists__item {
    height: 120px;
  }
  .p-company-policy-lists__item {
    width: 100%;
  }
  .p-company-policy-lists__image {
    width: 110px;
    margin-top: 10px;
    margin-right: 1.3333333333vw;
  }
  .p-company-policy-lists__content {
    margin-top: 117px;
  }
  .p-company-policy-lists__ja {
    font-size: 1.6rem;
  }
  .p-company-policy-lists__en {
    font-size: 1.4rem;
  }
  .p-company-policy-lists__wrap {
    gap: 0 15px;
  }
  .p-company-policy-lists__heading {
    max-width: 20vw;
    font-size: 1.3rem;
  }
  .p-company-policy-lists__sub {
    font-size: 1.1rem;
  }
  .p-company-policy-lists .js-accordion-icon {
    right: 7vw;
  }
  .p-company-policy-lists .js-accordion.is-active {
    width: 100%;
  }
  .p-company-policy-lists .js-accordion.is-active .js-accordion-toggle {
    width: 100%;
  }
  .p-company-policy-value {
    padding: 35px 0 0;
  }
  .p-company-policy-value__sub {
    font-size: 1.4rem;
  }
  .p-company-policy-value__ja {
    margin-top: 0;
    font-size: 2.7rem;
  }
  .p-company-policy-value__en {
    font-size: 1.6rem;
  }
  .p-news-article {
    padding: 30px 5.3333333333vw;
  }
  .p-news-article p {
    margin-top: 20px;
  }
  .p-news-article p > img {
    max-width: 100%;
  }
  .p-news-article h1 {
    margin-top: 20px;
    font-size: 2rem;
  }
  .p-news-article h2 {
    margin-top: 20px;
  }
  .p-news-article h3 {
    margin-top: 20px;
  }
  .p-news-article hr {
    margin-top: 20px;
  }
  .p-news-article .entry__header .entry__title {
    font-size: 2.4rem;
  }
  .p-news-article__col1-image > img {
    max-width: 100%;
  }
  .p-news-article__col2-image {
    gap: 20px;
  }
  .p-news-article__col2-image .mt-be-column {
    width: calc(50% - 10px);
  }
  .p-news-article__col3-image {
    gap: 20px;
  }
  .p-news-article__col3-image .mt-be-column {
    width: calc((100% - 40px) / 3);
  }
  .p-news-article__file {
    margin-top: 15px;
  }
  .p-news-article__prev {
    margin-top: 30px;
  }
  .p-service-mv {
    min-height: 86.9333333333vw;
    margin-top: 50px;
    background: no-repeat center center/cover;
  }
  .p-service-mv__text {
    -webkit-transform: translateY(0);
    top: auto;
    bottom: 9.6vw;
    left: 17.8666666667vw;
    width: 74.5333333333vw;
    transform: translateY(0);
  }
  .p-service-mv__lead {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .p-service-mv__wrap {
    width: 10vw;
  }
  .p-service-mv__box {
    height: 10%;
  }
  .p-service-feature {
    padding: 30px 0;
  }
  .p-service-feature__lists {
    -ms-grid-columns: (1fr)[2];
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
  }
  .p-service-cards {
    padding-top: 60px;
  }
  .p-service-cards__container {
    padding: 0 5.3333333333vw 30px;
  }
  .p-service-cards__headline {
    font-size: 2.1rem;
  }
  .p-service-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 15px 0;
    flex-direction: column;
    margin-top: 30px;
  }
  .p-service-lists__item {
    width: 100%;
  }
  /* .p-service-lists__card {
    aspect-ratio: 670/560;
  } */
  .p-service-lists__wrapper {
    height: auto;
  }
  .p-service-article h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .p-service-article h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .p-service-article h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .p-service-article h4 > span {
    margin-right: 10px;
  }
  .p-service-article iframe {
    width: calc(100% - 50px);
    margin: 0px auto 30px;
  }
  .p-service-article .mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-service-article .mt-be-columns .mt-be-column {
    width: 100%;
  }
  .p-service-article-anchor > li > a {
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  .p-service-article-anchor > li > a::after {
    right: 10px;
    border-width: 8px 5px 0 5px;
  }
  .p-service-article-anchor > li > .js-text-over-eight {
    font-size: 1.2rem;
  }
  .p-case-article {
    padding: 30px 5.3333333333vw;
  }
  .p-case-article p {
    margin-top: 20px;
  }
  .p-case-article p > img {
    max-width: 100%;
  }
  .p-case-article h1 {
    margin-top: 20px;
    font-size: 2rem;
  }
  .p-case-article h2 {
    margin-top: 20px;
  }
  .p-case-article h3 {
    margin-top: 20px;
  }
  .p-case-article hr {
    margin-top: 20px;
  }
  .p-case-article__col1-image > img {
    max-width: 100%;
  }
  .p-case-article__col2-image {
    gap: 20px;
  }
  .p-case-article__col2-image .mt-be-column {
    width: calc(50% - 10px);
  }
  .p-case-article__file {
    margin-top: 15px;
  }
  .p-case-article__kv h2 {
    font-size: 2.4rem;
  }
  .p-case-article__box {
    width: 100%;
  }
  .p-case-article__box > span {
    display: none;
    padding: 15px 4vw;
    font-size: 1.4rem;
  }
  .p-case-article__lead {
    display: block;
  }
  .p-case-article__category {
    font-size: 1.4rem;
  }
  .p-case-article__interview {
    margin-top: 15px;
  }
  .p-case-article__interview .mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 15px 0;
    flex-direction: column-reverse;
  }
  .p-case-article__prev {
    margin-top: 30px;
  }
  .p-case-archive {
    padding: 0 5.3333333333vw 30px;
  }
  .p-case-archive__overview tbody tr td:first-child {
    width: 30%;
    min-width: auto;
  }
  .p-case-archive__overview tbody tr td:last-child {
    width: 70%;
  }
  .p-case-archive__prev {
    margin: 30px 0 40px;
  }
  .p-case-archive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 15px 0;
    flex-direction: column;
    margin-top: 30px;
  }
  .p-case-archive__item {
    width: 100%;
  }
  .p-case-archive__card {
    aspect-ratio: 670/560;
  }
  .p-case-archive__wrapper {
    height: auto;
  }
  .p-careers-top-kv {
    aspect-ratio: 750/1080;
    height: 144vw;
    background: url(/https/www.source-pod.co.jp/img/careers/bg_careers_top_kv_sp.jpg) no-repeat right top/cover;
  }
  .p-careers-top-kv__lead {
    -webkit-transform: translateY(0);
    top: auto;
    bottom: 13.4666666667vw;
    left: 5.2vw;
    transform: translateY(0);
    font-size: 3.9rem;
  }
  .p-careers-top-characters__main {
    margin-left: 10px;
    font-size: 2.6rem;
  }
  .p-careers-top-characters__sub, .p-careers-top-characters__sub--inline {
    margin: 10px 0 0 27px;
    font-size: 1.6rem;
  }
  .p-careers-top-characters__sub--inline {
    margin: auto 0 0 2.6666666667vw;
  }
  .p-careers-top-characters__text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p-careers-top-characters__button {
    margin-top: 15px;
  }
  .p-careers-top-characters__link {
    margin: 0 auto;
  }
  .p-careers-top-characters__arrow {
    margin-top: 3px;
  }
  .p-careers-top-company {
    padding: 0 0 70px;
  }
  .p-careers-top-company__cards {
    margin-top: 20px;
  }
  .p-careers-top-company__lead {
    margin: 25px 0;
    padding: 0 5.3333333333vw;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-careers-top-people-benefit {
    padding: 70px 0;
  }
  .p-careers-top-people-benefit__contents, .p-careers-top-people-benefit__contents--first, .p-careers-top-people-benefit__contents--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 20px;
    flex-direction: column;
    margin-top: 50px;
    margin-left: auto;
  }
  .p-careers-top-people-benefit__contents--first {
    margin-top: -50px;
    padding-top: 50px;
  }
  .p-careers-top-people-benefit__contents, .p-careers-top-people-benefit__contents--first, .p-careers-top-people-benefit__contents--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
  }
  .p-careers-top-recruitment {
    padding: 70px 0;
  }
  .p-careers-top-recruitment__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .p-careers-top-recruitment__thumb--form {
    max-width: 75%;
  }
  .p-careers-top-recruitment__button {
    width: 90%;
  }
  .p-careers-top-recruitment__link {
    width: 100%;
    min-width: 100%;
  }
  .p-careers-top-cards {
    -ms-grid-columns: (1fr)[1];
    gap: 59px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-careers-top-cards__item {
    padding: 40px 0;
  }
  .p-careers-top-cards__icon--logo {
    width: 71px;
  }
  .p-careers-top-cards__icon--ceo {
    width: 137px;
  }
  .p-careers-top-cards__box {
    padding: 20px 35px 0;
  }
  .p-careers-top-cards__sub {
    font-size: 1.6rem;
  }
  .p-careers-top-cards__main {
    font-size: 2.4rem;
  }
  .p-careers-top-cards__button {
    width: 90%;
  }
  .p-careers-top-cards__link {
    width: 100%;
    min-width: 100%;
  }
  .p-careers-detail {
    padding: 50px 0;
  }
  .p-careers-detail h1 {
    margin-top: 50px;
    font-size: 2.6rem;
  }
  .p-careers-detail h1::before {
    width: 15px;
    height: 27px;
    margin-top: 11px;
    margin-right: 2.6666666667vw;
  }
  .p-careers-detail h2 {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .p-careers-detail h3 {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .p-careers-detail p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p-careers-detail hr {
    margin-top: 25px;
  }
  .p-careers-detail .mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 25px;
    flex-direction: column-reverse;
    margin-top: 25px;
  }
  .p-careers-detail .mt-be-columns .mt-be-column {
    width: 100%;
  }
  .p-careers-detail__button {
    margin: 25px auto 40px;
  }
  .p-careers-detail__ceo-icon {
    top: 0;
    width: 75%;
    margin: 0 auto;
  }
  .p-careers-detail__message.mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 15px;
    flex-direction: column;
    margin-top: 20px;
  }
  .p-careers-detail__member-kv {
    margin-top: 0 !important;
  }
  .p-careers-detail__member-title .mt-be-columns.p-careers-detail__member-title-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    gap: 10px;
    flex-direction: row;
  }
  .p-careers-detail__member-title-container .mt-be-column.p-careers-detail__member-title-category {
    width: auto;
  }
  .p-careers-detail__member-title-container .mt-be-column.p-careers-detail__member-title-detail {
    width: auto;
  }
  .p-careers-detail__member-title > h2 {
    margin-top: 10px;
  }
  .p-careers-detail__member-contents {
    margin-top: 25px;
  }
  .p-careers-detail__member-contents-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-number {
    width: auto;
  }
  .p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-number > p {
    font-size: 2rem;
  }
  .p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-title {
    width: auto;
    margin-top: 1px;
  }
  .p-careers-detail__member-contents-container .mt-be-column.p-careers-detail__member-contents-title > h3 {
    font-size: 1.6rem;
  }
  .p-careers-detail__benefit-contents .mt-be-columns.p-careers-detail__benefit-contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-careers-detail__benefit-contents .mt-be-columns.p-careers-detail__benefit-contents-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
  .p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col:first-child {
    border-right: none;
  }
  .p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col .p-careers-detail__benefit-contents-box:first-child {
    padding: 35px 0;
  }
  .p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-col .p-careers-detail__benefit-contents-box:last-child {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
  }
  .p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-image {
    width: 35%;
  }
  .p-careers-detail__benefit-contents .mt-be-column.p-careers-detail__benefit-contents-image > p {
    max-width: none;
  }
  .p-careers-detail__benefit-lists.mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .p-careers-detail__position-container.mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-careers-member-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-careers-member-schedule__left {
    padding: 50px 0;
  }
  .p-careers-member-schedule__left::after {
    right: -5.3333333333vw;
    width: 100vw;
  }
  .p-careers-member-schedule__right {
    padding: 50px 0;
  }
  .p-careers-member-schedule__right::after {
    left: -5.3333333333vw;
    width: 100vw;
  }
  .p-careers-member-schedule__image {
    width: 75%;
    margin: 0 auto;
  }
  .p-careers-member-schedule__inner {
    margin-left: 0;
  }
  .p-careers-member-schedule__list {
    margin-top: 25px;
  }
  .p-careers-member-schedule__time {
    margin-right: 4vw;
  }
  .p-careers-message-link {
    padding-bottom: 50px;
  }
  .p-careers-message-link__lists {
    -ms-grid-columns: (1fr)[1];
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-careers-message-link__link {
    font-size: 2.8rem;
  }
  .p-careers-message-link__link::after {
    width: 18px;
    height: 31px;
  }
  .p-careers-culture-profile {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-careers-culture-profile__heading {
    font-size: 2.6rem;
  }
  .p-careers-culture-profile__heading::before {
    width: 15px;
    height: 27px;
    margin-top: 11px;
    margin-right: 2.6666666667vw;
  }
  .p-careers-culture-profile__lists {
    -ms-grid-columns: (1fr)[1];
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
  }
  .p-careers-road-table {
    padding: 50px 0;
  }
  .p-careers-road-table table {
    margin-top: 25px;
  }
  .p-careers-road-table table tbody tr {
    display: block;
    width: 100%;
  }
  .p-careers-road-table table tbody tr td {
    display: block;
    width: 100%;
    padding: 5px 15px 15px 15px;
  }
  .p-careers-road-table table tbody tr th {
    display: block;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  .p-careers-road-table .p-careers-road-table__item {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .p-careers-position-head {
    margin-bottom: 30px;
  }
  .p-careers-position-head__box {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .p-careers-position-head__arrow {
    width: 15px;
  }
  .p-careers-position-head__main {
    margin-left: 10px;
    font-size: 2.6rem;
  }
  .p-careers-position-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .p-careers-position-control__category {
    -ms-grid-columns: (1fr)[2];
    gap: 4vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    width: 100%;
  }
  .p-careers-position-control__link {
    padding: 10px;
    font-size: 1.4rem;
  }
  .p-careers-position-lists {
    margin-bottom: 30px;
  }
  .p-careers-position-lists:last-child {
    margin-bottom: 80px;
  }
  .p-careers-position-lists__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }
  .p-careers-position-lists__box {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }
  .p-careers-position-lists__title {
    font-size: 1.6rem;
  }
  .p-careers-position-lists__lists {
    max-width: none;
  }
  .p-careers-position-lists__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .p-careers-position-lists__item:last-child {
    border-bottom: 1px solid #000;
  }
  .p-careers-people__container {
    padding: 50px 0;
  }
  .p-careers-people__container__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-careers-people-head {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .p-careers-people-head__arrow {
    width: 15px;
  }
  .p-careers-people-head__title {
    margin-left: 10px;
    font-size: 2.6rem;
  }
  .p-careers-people-head__image {
    margin: 0 auto 20px;
  }
  .p-careers-people-lists__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-careers-people-lists__item__category {
    height: 28px;
    margin-bottom: 14px;
    padding: 0 0.8em;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .p-careers-people-lists__item__caption {
    font-size: 1.4rem;
  }
  .p-careers-people-lists__item__profile {
    font-size: 1.4rem;
  }
  .p-contact-container {
    padding: 50px 0;
  }
  .p-contact-container__box {
    padding: 0 5.3333333333vw;
  }
  .p-contact-archive {
    padding: 50px 0;
  }
  .p-contact-archive__wrap, .p-contact-archive__wrap--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .p-contact-archive__box {
    width: 100%;
    padding: 35px 0;
  }
  .p-contact-archive__heading {
    font-size: 1.6rem;
  }
  .p-contact-archive__title {
    margin-top: 25px;
  }
  .p-contact-archive__button {
    width: 85%;
  }
  .p-contact-archive__detail {
    width: 85%;
  }
  .p-contact-archive__notice {
    width: 85%;
  }
  .p-blog-archive, .p-blog-archive--ir {
    padding: 50px 0;
  }
  .p-privacy-container {
    padding: 50px 0;
  }
  .p-privacy-container__section, .p-privacy-container__section--gray {
    margin-top: 50px;
  }
  .p-privacy-container__section--gray {
    margin-right: calc(50% - 50vw);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100% auto;
  }
  .p-privacy-container__sub-heading {
    font-size: 1.8rem;
  }
  .p-privacy-container__sub-text {
    margin-top: 25px;
  }
  .p-privacy-container__button {
    margin: 25px auto 0;
  }
  .p-privacy-container__line {
    margin: 25px 0;
  }
  .p-privacy-container__lists {
    margin-top: 25px;
  }
  .p-privacy-anchor {
    -ms-grid-columns: (1fr)[1];
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-privacy-detail {
    margin-top: 50px;
  }
  .p-privacy-detail__overview tbody tr td:first-child {
    width: 40%;
    min-width: auto;
  }
  .p-privacy-detail__overview tbody tr td:last-child {
    width: 60%;
  }
  .p-404-container {
    padding: 75px 0 25px;
  }
  .p-404-container__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 25px;
    flex-direction: column;
  }
  .p-404-container__title {
    font-size: 2rem;
  }
  .p-404-container__en {
    font-size: 3.2rem;
  }
  .p-404-container__detail {
    margin-top: 25px;
  }
  .p-404-container__button {
    margin-top: 25px;
  }
  .p-lp-footer {
    margin-top: 30px;
    padding: 60px 0;
  }
  .p-lp-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 30px;
    position: static;
    flex-direction: column;
  }
  .p-lp-footer__image {
    width: 100%;
  }
  .p-lp-footer__button {
    margin: 0 auto;
  }
  .u-display--sp {
    display: inline-block !important;
  }
  .u-display--pc {
    display: none !important;
  }
  .u-across-anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-hamburger {
    display: block;
  }
  .l-header, .l-header--careers {
    height: 50px;
  }
  .l-header__inner, .l-header__inner--careers {
    position: static;
    padding: 0 5.3333333333vw;
  }
  .l-header__nav-area {
    -webkit-transition: all 0.4s;
    visibility: hidden;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 50px;
    opacity: 0;
    transition: all 0.4s;
  }
  .l-header__logo, .l-header__logo--careers {
    max-width: 109px;
  }
  .l-header__logo--careers {
    margin-right: 5.3333333333vw;
  }
  .l-header__careers-title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 7px;
  }
  .l-header__careers-en {
    font-size: 1.8rem;
  }
  .l-header__careers-ja {
    margin: 0 0 0 1vw;
    font-size: 1rem;
  }
  .l-nav, .l-nav--careers {
    height: calc(100svh - 50px);
    padding: 0;
  }
  .l-nav::after, .l-nav--careers::after {
    -webkit-backdrop-filter: blur(3px);
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.9);
    content: "";
  }
  .l-nav--careers::after {
    background: rgba(5, 93, 255, 0.9);
  }
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 3.8%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .l-nav__box, .l-nav__box--careers {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
  }
  .l-nav__box--careers {
    padding: 0 5.3333333333vw;
  }
  .l-nav__item, .l-nav__item--last {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .l-nav__item--last {
    margin-bottom: 60px;
  }
  .l-nav__link, .l-nav__link--careers {
    width: 100%;
    padding: 0;
  }
  .l-nav__main, .l-nav__main--careers {
    font-size: 2rem;
  }
  .l-nav__main--careers {
    font-size: 2rem;
  }
  .l-nav__sub, .l-nav__sub--careers {
    font-size: 1.4rem;
  }
  .l-nav__button, .l-nav__button--secondary {
    width: 100%;
  }
  .l-nav__button > .l-nav__link, .l-nav__button--secondary > .l-nav__link, .l-nav__button > .l-nav__link--careers, .l-nav__button--secondary > .l-nav__link--careers {
    width: 100%;
    max-width: none;
  }
  .l-nav__rectuit-button, .l-nav__rectuit-button--secondary {
    width: 50%;
  }
  .l-nav__rectuit-button > .l-nav__link, .l-nav__rectuit-button--secondary > .l-nav__link, .l-nav__rectuit-button > .l-nav__link--careers, .l-nav__rectuit-button--secondary > .l-nav__link--careers {
    width: 100%;
    max-width: none;
  }
  .p-top-blog-lists__category, .p-top-blog-lists__category--quinary, .p-top-blog-lists__category--quaternary, .p-top-blog-lists__category--tertiary, .p-top-blog-lists__category--secondary, .p-top-blog-lists__category--primary {
    min-width: auto;
  }
  .p-service-article {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .l-footer-nav {
    padding: 60px 5.3333333vw 120px;
  }
  .l-footer-nav__button-link {
    padding: 0 4.1666666667vw;
  }
  .l-container, .l-container--service-detail {
    padding: 0 15px;
  }
  .l-container--service-detail {
    padding: 70px 15px;
  }
  .p-top-blog, .p-top-blog--sourcepod {
    background-color: #f3f3f3;
    background-size: contain;
  }
  .p-top-blog--sourcepod {
    background-color: #a2c9fe;
    background-size: contain;
  }
  .p-top-blog__main {
    font-size: 4.4444444444vw;
  }
  .p-top-recruit__lead {
    margin-top: 25px;
    font-size: 3.2rem;
  }
  .p-service-cards__container {
    padding: 0 15px 70px;
  }
}
@media screen and (max-width: 895px) and (min-width: 769px) {
  .l-service-article, .l-service-article.bg {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1080px) {
  .p-common-contact__box, .p-common-contact__box--content03, .p-common-contact__box--content02, .p-common-contact__box--content01 {
    width: 100%;
    height: 155px;
  }
  .p-common-contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 10px 0;
    flex-direction: column;
    margin-top: 10px;
  }
  .p-service-article table {
    -webkit-overflow-scrolling: touch;
    display: block;
    margin-bottom: 20px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .p-service-article table tbody {
    display: table;
    width: 1080px !important;
  }
  .p-service-article-header, .p-service-article-header--lp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: 100%;
  }
  .p-service-article-header__box, .p-service-article-header__box--lp {
    max-width: 100%;
    margin-left: 0;
    padding: 25px 5.3333333333vw;
  }
  .p-service-article-header__main {
    margin-top: 20px;
    font-size: 4.6rem;
  }
  .p-service-article-header__text, .p-service-article-header__text--lp {
    margin-top: 20px;
  }
  .p-service-article-header__image, .p-service-article-header__image--lp {
    width: 100%;
    height: 48vw;
    margin-right: 0;
    padding-right: 0;
  }
  .p-service-article-anchor {
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 5.3333333333vw;
  }
  .p-service-article-anchor > li {
    width: 100%;
  }
}
@media screen and (min-width: 1481px) {
  .p-top-company__image {
    width: 100%;
    margin-right: -200px;
  }
  .p-top-recruit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .p-company-container__kv {
    background-size: contain;
  }
}
@media screen and (max-width: 1480px) {
  .p-top-company__image {
    margin-right: calc(50% - 50vw + 10px);
  }
  .p-top-recruit__container {
    display: block;
  }
}
@media screen and (max-width: 1480px) and (min-width: 769px) {
  .p-lp-footer__wrap {
    gap: 4.0540540541vw;
  }
  .p-lp-footer__image {
    width: 50%;
  }
}