/*
Theme Name: Intersect Original
Description: 株式会社Intersect オリジナルテーマ。BEM CSS・採用情報の繰り返し入力・Contact Form 7対応。
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: intersect
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Intersect reset — テーマ用の独自リセット。外部CDN・ビルド不要。 */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: inherit;
}
img,
svg,
video,
canvas,
iframe {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button:disabled,
input:disabled {
  cursor: default;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
strong,
b {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
[hidden]:not([hidden="until-found"]) {
  display: none !important;
}

.sp {
	display:none;
}

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