@charset "UTF-8";
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

@font-face {
  font-family: "Noto Sans JP";
  src: url('NotoSansJP-Regular.otf');
  src: url('NotoSansJP-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

/* Roboto bold */

@font-face {
  font-family: "Noto Sans JP";
  src: url('NotoSansJP-Bold.otf');
  src: url('NotoSansJP-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: bold;
  font-display: fallback;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol, nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

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

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Inherit styling in all browsers (opinionated).
 */

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */

button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type=checkbox], [type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a, area, button, input, label, select, summary, textarea, [tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@font-face {
  font-family: "LigatureSymbols";
  src: url("LigatureSymbols-2.11.659ab666.eot");
  src: url("LigatureSymbols-2.11.659ab666.eot?#iefix") format("embedded-opentype"), url("LigatureSymbols-2.11.bc3c8df0.woff") format("woff"), url("LigatureSymbols-2.11.a58148c5.ttf") format("truetype"), url("LigatureSymbols-2.11.7a63631f.svg#LigatureSymbols") format("svg");
  src: url("LigatureSymbols-2.11.a58148c5.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.lsf, .lsf-icon:before {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background-color: #F7F7F7;
  background-position: center;
  background-size: contain;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 900px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote, dl, dd, figure, h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

.container {
  width: 1130px;
}

@media (max-width: 1130px) {
  .container {
    padding: 0 1rem;
  }
}

@media (max-width: 900px) {
  .container {
    flex-wrap: wrap;
    padding: 0;
  }
}

.flex {
  display: flex;
}

.spaceBetween {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.verticalCenter {
  align-items: center;
}

.flexEnd {
  justify-content: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.gradientText {
  color: #6F6D6F;
  background-image: url("gradient.c5452f62.png");
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
}

.normalShadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listShadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.wrappedLink {
  color: #2B4DA0;
  text-decoration: none;
}

.GlobalHeader {
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

@media (max-width: 900px) {
  .techcamp_link {
    display: inline!important;
  }
  .GlobalHeader {
    height: 50px;
    padding: 0 1rem;
    position: fixed;
    top: 0px;
    z-index: 100;
  }
  .GlobalHeader .Logo {
    padding: 0;
  }
  .GlobalHeader .Logo__image {
    height: 20px;
  }
  .GlobalHeader .Logo__note {
    margin-top: -1px;
    font-size: 8px;
    margin-left: 5px;
  }
  .GlobalHeader .container {
    flex-wrap: nowrap;
  }
}

.Logo {
  display: flex;
  padding: 20px 0;
}

.Logo__image {
  height: 30px;
}

.Logo__note {
  font-size: 0.75rem;
  color: #C0BCC1;
  margin-left: 10px;
}

.SearchBox {
  position: relative;
}

@media (max-width: 900px) {
  .SearchBox {
    display: none;
  }
}

.SearchBox__input {
  height: 38px;
  font-size: 12px;
  width: 260px;
  border: 1px solid #EFEBEF;
  background-color: #F7F7F7;
  border-radius: 100px;
  outline: none;
  color: #403D41;
  padding: 0 1.2rem;
}

.SearchBox__icon {
  position: absolute;
  width: 1.5rem;
  right: 5px;
  top: 8px;
  font-size: 1.2rem;
  color: #6F6D6F;
}

.SearchBox::-webkit-input-placeholder {
  color: #C0BCC1;
}

.SearchBox:-ms-input-placeholder {
  color: #C0BCC1;
}

.SearchBox::-ms-input-placeholder {
  color: #C0BCC1;
}

.SearchBox::placeholder {
  color: #C0BCC1;
}

.Navigation {
  display: none;
  width: 100%;
  flex-grow: 5;
}

.NavigationItem__link {
  font-size: 2rem;
  display: block;
  color: #6F6D6F;
}

.NavigationItem__link--root {
  color: #6F6D6F;
  background-image: url("https://tech-camp.in/note/wp-content/themes/technote/gradient.c5452f62.png");
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: 60% 0%;
}

.Content {
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .Content {
    margin-top: 50px;
  }
}

.MainColumn {
  width: 64%;
}

@media (max-width: 900px) {
  .MainColumn {
    width: 100%;
  }
}

.Sidebar {
  width: 33%;
}

@media (max-width: 900px) {
  .Sidebar {
    width: 100%;
  }
}

.divider {
  background-color: #EFEBEF;
  border: none;
}

.NewRelease {
  background-color: #FFFFFF;
  padding: 2rem 1.25rem 1.4rem;
}

@media (max-width: 900px) {
  .NewRelease {
    box-shadow: none;
  }
}

.NewRelease__inner {
  border-top: 1px solid #EFEBEF;
  border-bottom: 1px solid #EFEBEF;
  position: relative;
}

.NewRelease__time {
  background-color: #FFFFFF;
  margin-top: -0.5rem;
}

.NewRelease__time__divider {
  flex-grow: 10;
  margin: 0;
  margin: 0.3rem 0 0.3rem 0.6rem;
  height: 1px;
}

.NewRelease__time__decoration {
  font-weight: bold;
  font-size: 0.68rem;
  background-color: #F7F7F7;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
}

.NewRelease__time__content {
  font-size: 0.75rem;
  color: #6F6D6F;
}

.NewRelease__title {
  font-size: 0.875rem;
  color: #6F6D6F;
  margin: 0.4rem 0;
}

.NewRelease__title a {
  color: #6F6D6F;
  text-decoration: none;
}

.NewRelease__footer {
  display: flex;
}

.NewRelease__footer__divider {
  flex-grow: 10;
  margin: 0;
  margin: 0.3rem 0.6rem 0.3rem 0;
  height: 1px;
}

.NewRelease__footer__link {
  font-size: 0.75rem;
  color: #2B4DA0;
  text-decoration: none;
}

.Step {
  padding: 2rem 2rem 1.4rem;
  background-color: #FFFFFF;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .Step {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .Step {
    background-color: transparent;
    box-shadow: none;
    padding: 1.4rem 1.25rem;
  }
}

.Step__title {
  text-align: center;
  font-size: 1.1rem;
  color: #121212;
}

.Step__footer a {
  font-size: 14px;
  color: #2B4DA0;
  text-decoration: none;
}

.StepItemList {
  margin: 1.6rem 0;
}

@media (max-width: 900px) {
  .StepItemList {
    margin: 1rem 0 1.6rem;
  }
}

.StepItem {
  width: calc(50% - 1px);
  display: block;
  margin-bottom: 1px;
}

.StepItem__image {
  width: 100%;
}

@media (max-width: 900px) {
  .StepItem__image {
    display: none;
  }
}

.StepItem__image--sp {
  display: none;
}

@media (max-width: 900px) {
  .StepItem__image--sp {
    display: block;
  }
}

.StepItemDescription {
  color: #6F6D6F;
  padding: 0.75rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .StepItemDescription {
    font-weight: normal;
    background-color: #FFFFFF;
  }
}

.Features {
  margin-top: 2.5rem;
}

.Features__title {
  text-align: center;
  font-size: 1.1rem;
  color: #121212;
  width: 100%;
  margin-bottom: 1.6rem;
}

@media (max-width: 900px) {
  .Features {
    flex-wrap: wrap;
  }
}

.Feature {
  width: 48%;
}

@media (max-width: 900px) {
  .Feature {
    width: 100%;
  }
}

.FeatureHeading {
  width: 100%;
  height: 6rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.FeatureHeading__title, .FeatureHeading h2 {
  width: 100%;
  line-height: 2.5rem;
  font-size: 1rem;
  text-shadow: 0px 0px 3.80779px #000000;
  color: #FFFFFF;
  padding: 0 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
  position: absolute;
  bottom: 0px;
}

.FeatureItemList {
  background-color: #FFFFFF;
  margin: 1rem 1rem;
  min-height: 9.3rem;
}

.FeatureItem {
  list-style-type: none;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #EFEFEF;
}

.FeatureItem:last-child {
  border: none;
}

.FeatureItem__link {
  color: #2B4DA0;
  text-decoration: none;
  color: #6F6D6F;
  font-size: 0.875rem;
}

.MainBanner {
  background-color: #FFFFFF;
  min-height: 5rem;
  margin: 2rem 0;
}

.LargeArticleList {
  /* padding: 1.5rem 1rem; */
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  /* margin-bottom: 2.5rem; */
  margin-bottom: 0.5rem;
}

.LargeArticleList__title {
  color: #121212;
  font-size: 1rem;
  border-bottom: 1px #EFEFEF solid;
  /* padding-bottom: 1rem; */
  padding-bottom: 0.5rem;
  line-height: normal;
}

.LargeArticleList__title--noBorder {
  border: none;
}

.LargeArticleList__title--promote {
  font-size: 1.25rem;
}

.LargeArticleList__footer a {
  font-size: 14px;
  color: #2B4DA0;
  text-decoration: none;
}

.InterviewItem {
  width: 48%;
}

@media (max-width: 900px) {
  .InterviewItem {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.InterviewItem__image {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.InterviewItem__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0.875rem;
  color: #2B4DA0;
  text-decoration: none;
  color: #6F6D6F;
}

@media (max-width: 900px) {
  .InterviewItemList {
    flex-wrap: wrap;
  }
}

.ArticleItemList, .InterviewItemList {
  margin-bottom: 0.5rem;
  /* margin-bottom: 1.6rem; */
}

.ArticleItem {
  /* padding: 12px 6px; */
  padding: 6px 6px;
  border-bottom: 1px #EFEFEF solid;
}

.ArticleItem__image {
  min-width: 120px;
  width: 120px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1rem;
}

@media (max-width: 900px) {
  .ArticleItem__image {
    width: 64px;
  }
}

.ArticleItem__title a {
  color: #2B4DA0;
  text-decoration: none;
  color: #6F6D6F;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

@media (max-width: 900px) {
  .ArticleItem__title a {
    font-size: 12px;
  }
}

.Introduction__title {
  padding: 0.7rem 1rem;
  color: #121212;
  font-size: 1rem;
}

.Introduction__item:before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  margin: 0rem 1rem;
  height: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Introduction__item__title {
  background-color: #FFFFFF;
  margin: 0rem 1rem;
  font-size: 12px;
  font-weight: bold;
  color: #C0BCC1;
  padding: 1rem 1rem 2rem;
}

.Introduction__item__title__bottom {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.03), -3px 3px 4px rgba(0, 0, 0, 0.03);
  font-weight: bold;
  font-size: 1rem;
  color: #6F6D6F;
}

.Introduction__item__image {
  width: 100%;
  height: 6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.SideBanner {
  margin: 1rem;
  min-height: 10rem;
  background-color: #FFFFFF;
}

.SideArticleList {
  background: #FFFFFF;
  margin-bottom: 2.5rem;
}

.SideArticleList__title {
  color: #121212;
  font-size: 1rem;
  padding: 1rem;
}

.SideInterviewList__item {
  width: 100%;
}

.SideInterviewList a.wrappedLink:hover, .InterviewItemList a.wrappedLink:hover {
  opacity: 1;
}
a > h2:hover {
  opacity: 0.6;
}
.SideInterviewList__item__image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.SideInterviewList__item__title {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #2B4DA0;
  text-decoration: none;
  color: #6F6D6F;
}

.SideSocial {
  background-color: #FFFFFF;
  padding: 1rem;
}

.GlobalFooter {
  background-color: #363c48;
  color: #FFFFFF;
  padding: 2rem 0;
}

@media (max-width: 900px) {
  .GlobalFooter {
    padding: 2rem 1rem;
  }
}

.GlobalFooter__items {
  width: 100%;
  margin-bottom: 2rem;
}

@media (max-width: 900px) {
  .GlobalFooter__items {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .FooterItemListWrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.FooterItemListWrapper__title {
  font-size: 1rem;
  font-weight: bold;
  kerning: 1.7;
}

.FooterItem {
  margin-top: 14px;
}

.FooterItem__link {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.7;
}

.Disclaimer {
  font-size: 10px;
  padding: 2rem 0;
  width: 100%;
}

.Copyright {
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

.ArticleHeader {
  background-position: center;
}

.ArticleHeader .ArticleTitle {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
}

.Article .ArticleTitle {
  padding: 0 0 2rem;
}

.Article .ArticleTitle__title, .Article .ArticleTitle__time {
  text-shadow: none;
  color: #403D41;
}

.InterviewArticleHeader__image {
  width: 100%;
}

.ArticleTitle {
  padding: 5rem 1rem 1rem;
}

.ArticleTitle__title {
  font-size: 1.375rem;
  color: #FFFFFF;
  text-shadow: 0px 0px 3.80779px #000000;
  margin-bottom: 10px;
  line-height: 1.5;
}

.ArticleTitle__time {
  color: #FFFFFF;
  text-shadow: 0px 0px 3.80779px #000000;
  font-size: 0.9rem;
}

.Article {
  padding: 1.5rem 1rem;
  background-color: #FFFFFF;
  margin: 3px 0 2.5rem;
}

.Article .ArticleDescription {
  margin-bottom: 1.5rem;
}

.ArticleDescription {
  font-size: 1rem;
  line-height: 1.3;
}

.ArticleBox {
  margin-bottom: 1rem;
}

.ArticleBox__title {
  width: 100%;
  font-size: 0.9rem;
  color: #6F6D6F;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}

.ArticleBox__title:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-image: url("gradient.c5452f62.png");
  background-position: center;
  background-size: cover;
  top: 0;
  position: absolute;
  left: calc(50% - 1rem);
}

.ArticleBox .ArticleItem, .ArticleBox .ArticleConclustion {
  padding: 0 1rem 1rem;
}

.ArticleBox .ArticleBanner {
  /* width: calc(100% + 2rem);
  margin-left: -1rem; */
  width: calc(100% - 2rem);
  margin: auto;
  padding-bottom: 1rem;
}

.ArticleToCItemList {
  counter-reset: item;
  padding: 0.5rem 0.9rem;
}

.ArticleToCItem {
  border-top: 1px solid #EFEFEF;
  padding: 0 0.8rem;
  position: relative;
}

.ArticleToCItem:before {
  content: counters(item, ".") " ";
  color: #6F6D6F;
  font-weight: bold;
  counter-increment: item;
  position: absolute;
  left: 0px;
  top: 0.5rem;
}

.ArticleToCItem__link {
  color: #2B4DA0;
  text-decoration: none;
  color: #6F6D6F;
  font-weight: bold;
  padding: 0.5rem;
  display: inline-block;
}

.ArticleToCItem .ArticleToCItemList {
  padding: 0;
}

.ArticleToCItem .ArticleToCItemList .ArticleToCItem {
  margin-left: 1rem;
}

.ArticleToCItem .ArticleToCItemList .ArticleToCItem:before {
  font-weight: normal;
}

.ArticleToCItem .ArticleToCItemList .ArticleToCItem__link {
  font-weight: normal;
  padding-left: 1.5rem;
}


.ArticleAttention, .ArticleCheck {
  border: 1px solid #2B4DA0;
  margin: 1rem 0;
}

.ArticleAttention, .ArticleContentBox {
  border: 5px solid #ccc;
  margin: 1rem;
  padding: 0 1rem;
}

.ArticleAttention__title, .ArticleCheck__title {
  font-size: 0.875rem;
  color: #2B4DA0;
  font-weight: bold;
  padding: 1rem;
  padding-left: 3.5rem!important;
  position: relative;
}

.ArticleCheck__title:before {
  content: "";
  display: block;
  background-image: url('https://tech-camp.in/note/wp-content/themes/technote/check.svg');
  background-color: transparent;
  background-position: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 1rem;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0.6rem;
  left: 1rem;
}

.ArticleAttention__title:before {
  content: "i";
  display: block;
  background-color: #2B4DA0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 1rem;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  top: 0.6rem;
  left: 1rem;
}

.ArticleConclustion {
  color: #6F6D6F;
  font-size: 0.875rem;
  line-height: normal;
}

.ArticleConclustion--bold {
  font-weight: bold;
}

.Author {
  display: flex;
}

.AuthorProfileImage {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}

.AuthorTextInfo {
  margin-left: 1rem;
}

.AuthorTextInfo .AuthorName {
  margin-bottom: 0.5rem;
}

.AuthorName {
  font-size: 1rem;
  font-weight: bold;
  color: #6F6D6F;
}

.AuthorDescription {
  font-size: 0.875rem;
  color: #6F6D6F;
  line-height: normal;
}

.LargePromoteSection .LargePromoteSectionDescription {
  margin: 1rem 0;
}

.LargePromoteSection .LargePromoteSectionImage {
  width: calc(100% + 2rem);
  margin-left: -1rem;
}

.LargePromoteSectionImage {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.LargePromoteSectionDescription {
  font-size: 1rem;
  color: #6F6D6F;
}

.LargePromoteSectionButton, .ErrorButton {
  font-weight: bold;
  color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  display: block;
  background-color: #8DB931;
  border-radius: 4px;
}

.HashTagList {
  display: flex;
}

.HashTagList .HashTag {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.HashTag {
  font-size: 1rem;
}

.HashTag__link {
  color: #2B4DA0;
  text-decoration: none;
}

.ArticleBanner {
  display: block;
}

.ArticleBanner__image {
  width: 100%;
}

.ArticleStepAction .ArticleBox {
  margin: 0;
}

.ArticleStepAction__link {
  display: block;
  color: #2B4DA0;
  text-decoration: none;
  text-align: center;
  padding: 1rem 0;
}

.ArticleStepAction__link span {
  font-weight: bold;
}

.BottomFixedBanner {
  background-image: url("gradient.c5452f62.png");
  position: fixed;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 0;
  z-index: 80;
}

.BottomFixedBanner__link {
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

@media (max-width: 900px) {
  .BottomFixedBanner__link {
    font-size: 0.8rem;
  }
}

.BottomFixedBanner__link:after {
  content: "";
  display: block;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-top: -0.17rem;
  margin-left: 0.4rem;
}

.StepList, .FeatureContent, .ListContent, .StepListContent {
  background-color: #FFFFFF;
  padding: 1.5rem 1rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
  .StepList, .FeatureContent, .ListContent, .StepListContent {
    background-color: transparent;
    box-shadow: none;
  }
}

.StepList .StepPageLinkList, .FeatureContent .StepPageLinkList, .ListContent .StepPageLinkList, .StepListContent .StepPageLinkList {
  margin-top: 1rem;
}

.StepHeader, .SPStepHeader {
  width: 100%;
}

@media (max-width: 900px) {
  .StepHeader, .SPStepHeader {
    display: none;
  }
}

.SPStepHeader {
  display: none;
}

@media (max-width: 900px) {
  .SPStepHeader {
    display: block;
  }
}

.StepListDescription {
  font-size: 1rem;
  color: #6F6D6F;
  font-weight: bold;
}

.StepListDescription--thin {
  font-weight: normal;
}

.StepPageLinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .StepPageLinkList {
    padding: 1rem;
    margin: 0 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.StepPageLinkList .StepPageLink {
  margin-bottom: 1rem;
}

.StepPageLink {
  display: flex;
  align-items: center;
  width: 49%;
  position: relative;
  padding-left: 2rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #EFEBEF;
}

@media (max-width: 900px) {
  .StepPageLink {
    width: 100%;
    padding-left: 0;
  }
}

.StepPageLink .StepPageLinkNumber {
  position: absolute;
  left: 0;
  top: 0.45rem;
}

@media (max-width: 900px) {
  .StepPageLink .StepPageLinkNumber {
    left: -2.5rem;
  }
}

.StepPageLink__image {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0.8rem 0 1.5rem;
}

.StepPageLink__title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #6F6D6F;
  height: 4rem;
  flex-grow: 1;
}

.StepPageLinkNumber {
  background-color: #6F6D6F;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  width: 3rem;
  height: 3rem;
  padding: 0.7rem 0.5rem;
  border-radius: 1.5rem;
  font-size: 0.5rem;
  align-items: center;
}

.StepPageLinkNumber__number {
  font-size: 0.9rem;
  font-weight: bold;
}

.BreadCrumb {
  background-color: transparent;
}

@media (max-width: 900px) {
  .BreadCrumb {
    background-color: #FFFFFF;
  }
}

.BreadCrumbItemList {
  display: flex;
  align-items: center;
  height: 2rem;
}

.BreadCrumbItem {
  position: relative;
  padding: 0 1.4rem 0 0.6rem;
}

.BreadCrumbItem:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 12px;
  border-color: transparent transparent transparent #F7F7F7;
  right: 1px;
  top: -7px;
}

@media (max-width: 900px) {
  .BreadCrumbItem:after {
    border-color: transparent transparent transparent #FFFFFF;
  }
}

.BreadCrumbItem:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 12px;
  border-color: transparent transparent transparent #EFEBEF;
  right: 0;
  top: -7px;
}

.BreadCrumbItem--current {
  font-weight: bold;
}

.BreadCrumbItem--current:before, .BreadCrumbItem--current:after {
  border: none;
  border-width: none;
}

.BreadCrumbItem__link {
  font-size: 0.68rem;
  line-height: 1;
  color: #6F6D6F;
}

.FeatureRecommendations {
  background-color: #FFFFFF;
  margin-top: 1rem;
}

.FeatureRecommendations__title {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: #6F6D6F;
}

.FeatureRecommendations .ArticleToCItemList {
  padding: 0;
}

.FeatureRecommendations .ArticleToCItem {
  padding: 0;
}

.FeatureRecommendations .ArticleToCItem__link {
  padding: 0.5rem 1rem;
  font-weight: normal;
}

.FeatureRecommendations .ArticleToCItem:before {
  content: "";
}

.FeatureContent .SectionTitle, .ListContent .SectionTitle, .ListContent .SearchResultSectionTitle, .StepListContent .SectionTitle, .StepListContent .SearchResultSectionTitle, .FeatureContent .SearchResultSectionTitle {
  margin-bottom: 1rem;
}

.FeatureContent .LargeArticleList, .ListContent .LargeArticleList, .StepListContent .LargeArticleList {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: 0;
}

@media (max-width: 900px) {
  .ListContent, .StepListContent {
    background-color: #FFFFFF;
  }
}

.StepListContent {
  padding: 0;
}

@media (max-width: 900px) {
  .StepListContent .StepItem {
    width: 100%;
  }
}

.StepListContent .Step {
  padding: 0;
}

.StepListContent .SectionTitle, .StepListContent .SearchResultSectionTitle {
  padding: 1.5rem 1rem 0;
}

.PaginationItem {
  font-weight: bold;
  color: #2B4DA0;
  padding: 0 1rem;
}

.PaginationItem--disabled .PaginationItem__link {
  color: #C0BCC1;
}

.PaginationItem--disabled:before, .PaginationItem--disabled:after {
  color: #C0BCC1;
}

.PaginationItem--next {
  position: relative;
  padding-right: 1.4rem;
}

.PaginationItem--next:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
}

.PaginationItem--prev:before {
  content: "";
}

.PaginationItem__link {
  color: #2B4DA0;
  text-decoration: none;
}

.SectionTitle, .SearchResultSectionTitle {
  font-size: 1.5rem;
  color: #6F6D6F;
}

.SearchResultSectionTitle {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

.SearchResultSectionTitle__query {
  font-weight: bold;
  font-size: 1.5rem;
}

.SearchResultNotFoundText {
  margin: 2rem 0 1rem;
}

.Error {
  min-height: 600px;
  padding: 1rem 1.5rem;
}

.ErrorStatus {
  width: 100%;
}

.ErrorStatus__code {
  font-size: 6rem;
  color: #6F6D6F;
  background-image: url("gradient.c5452f62.png");
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: 1px 23px;
  background-size: contain;
  margin-bottom: 1rem;
}

.ErrorStatus__title, .ErrorStatus__message {
  width: 100%;
}

.ErrorStatus__title {
  color: #403D41;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ErrorStatus__message {
  color: #6F6D6F;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.ErrorButton {
  background-color: #2B4DA0;
}

.DrawerButton {
  display: none;
  box-sizing: content-box;
  width: 1.6rem;
  z-index: 10000000000;
  padding: 0;
  padding: 0rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

@media (max-width: 900px) {
  .DrawerButton {
    display: block;
  }
}

.DrawerButton:hover {
  cursor: pointer;
  background-color: transparent;
}

.DrawerButton__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #6F6D6F;
}

.DrawerButton__icon:before, .DrawerButton__icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #6F6D6F;
  position: absolute;
  top: -9px;
  left: 0;
  content: " ";
}

.DrawerButton__icon:after {
  top: 9px;
}

.Drawer--open .DrawerButton__icon {
  background-color: transparent;
}

.Drawer--open .DrawerButton__icon:before, .Drawer--open .DrawerButton__icon:after {
  top: 0;
  background-color: #6F6D6F;
}

.Drawer--open .DrawerButton__icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Drawer--open .DrawerButton__icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Drawer {
  z-index: 1000000000;
  top: 0;
  height: 100%;
  max-height: 100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  background-color: #FFFFFF;
  margin: 0;
  padding: 6rem 2rem 2rem;
  overflow-y: scroll;
  right: -85%;
  width: 85%;
}

.Drawer .SearchBox {
  display: block;
}

.Drawer .SearchBox__input {
  width: 100%;
}

.Drawer .DrawerHeading {
  margin: 3rem 0 1rem;
}

.Drawer .HashTag {
  margin-left: 0;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.DrawerHeading {
  font-size: 1rem;
  font-weight: bold;
  color: #6F6D6F;
}

.DrawerArticleItemList .DrawerArticleItem {
  margin-bottom: 1rem;
}

.DrawerArticleItem {
  display: block;
  font-size: 1rem;
  color: #2B4DA0;
}

.Drawer--open .Drawer {
  right: 0;
}

.DrawerLayer {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  left: 0;
}

.Drawer--open .DrawerLayer {
  display: block;
}

/**
 * 記事本文のスタイリング
 * Wordpressが吐き出すタグに自身が持てないのでリニューアル前の
*  tech-camp.in/note のタグを踏襲しています。
 */

.ArticleBodyContainer {
  margin-top: 2rem;
}

.ArticleBodyContainer h1 {
  font-size: 1.285rem;
  color: #403D41;
  line-height: 1.3;
  margin: 2rem 0;
}

.ArticleBodyContainer h2 {
  font-size: 1.14rem;
  color: #403D41;
  line-height: 1.3;
  margin: 2rem 0;
  border-left: 3px solid #ACACAC;
  padding: 0.5rem;
}

.ArticleBodyContainer h3 {
  font-size: 1.14rem;
  color: #403D41;
  line-height: 1.3;
  margin: 2rem 0;
  border-bottom: 2px solid #EFEBEF;
  padding-bottom: 0.7rem;
}

.ArticleBodyContainer h4 {
  font-size: 1rem;
  color: #403D41;
  line-height: 1.3;
  margin: 2rem 0;
  background-color: #EFEBEF;
  padding: 0.5rem;
}

.ArticleBodyContainer h5 {
  font-size: 1rem;
  color: #403D41;
  line-height: 1.3;
  margin: 2rem 0;
  border-bottom: 1px solid #EFEBEF;
  padding-bottom: 0.5rem;
}

.ArticleBodyContainer p {
  font-size: 1rem;
  line-height: normal;
  padding: 0.85rem 0;
}

.ArticleBodyContainer strong {
  font-size: 1.285rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 214, 0, 0.6) 0%);
}

.ArticleBodyContainer em {
  background: linear-gradient(transparent 60%, rgba(0, 194, 255, 0.4) 0%);
  font-style: normal;
}

.ArticleBodyContainer figure {
  position: relative;
  margin: 1.5rem 0 3.5rem;
}

.ArticleBodyContainer figcaption {
  margin: 0 1rem;
  font-size: 1rem;
  color: #3E3E3E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
  position: absolute;
  bottom: -2rem;
  background-color: #FFFFFF;
  line-height: normal;
}

.ArticleBodyContainer figcaption:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.ArticleBodyContainer img {
  width: 100%;
  margin: 1rem 0;
}
.ArticleBodyContainer a > img {
  width: initial;
  max-width: 100%;
}

.ArticleBodyContainer .Conversation {
  display: flex;
  margin-bottom: 2rem;
}

.ArticleBodyContainer .Conversation .ConversationName {
  margin-bottom: 0.3rem;
}

.ArticleBodyContainer .Conversation .ConversationPhrase:before {
  content: "";
  position: absolute;
  top: 25%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #FFFFFF;
}

.ArticleBodyContainer .Conversation--reverse {
  flex-direction: row-reverse;
}

.ArticleBodyContainer .Conversation--reverse .ConversationPhrase:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
}

.ArticleBodyContainer .ConversationAvatar {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  margin: 0;
}

.ArticleBodyContainer .ConversationPhrase {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.875rem;
  position: relative;
}

.ArticleBodyContainer .ConversationName {
  font-size: 0.75rem;
  font-weight: bold;
  color: #6F6D6F;
  padding: 0;
}

.ArticleBodyContainer .ConversationBody {
  font-size: 0.875rem;
  color: #403D41;
  line-height: normal;
  padding: 0;
}

.ArticleBodyContainer .ArticleBox {
  margin: 2rem 0 3rem;
}

@media (max-width: 900px) {
  .SinglePage .Logo {
    display: none;
  }
  .SinglePage .Navigation {
    display: block;
  }
}

.FeaturesPage .Features {
  margin-top: 0.5rem;
}

.FeaturePage .FeatureHeading {
  height: 10rem;
}

.FeaturePage .FeatureHeading__title, .FeaturePage .FeatureHeading h2, .FeatureHeading .FeaturePage h2 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.ErrorPage .MainColumn {
  width: 100%;
}
