@charset "UTF-8";
@font-face {
  src: url("https://www.proceo.jp/wp-content/themes/proceo/assets/font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("https://www.proceo.jp/wp-content/themes/proceo/assets/font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("https://www.proceo.jp/wp-content/themes/proceo/assets/font/SawarabiMincho-Regular.woff") format("woff");
  font-family: "Sawarabi Mincho";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style-position: inside;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  word-break: break-all;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
textarea,
select {
  vertical-align: middle;
  border: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
	 object-fit: contain;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3e3e;
  background-color: #fff;
  margin: 0;
  font-size: clamp(1rem, 0.989rem + 0.05vw, 1.063rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.sawarabi-mincho {
  font-family: "Sawarabi Mincho";
}

.container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}

.sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp {
	display: block;
  }
  .pc {
	display: none !important;
  }
}
p,
ul,
li,
a,
span,
th,
td,
input,
textarea,
select,
label {
  font-size: clamp(1rem, 0.989rem + 0.05vw, 1.063rem);
}
@media screen and (max-width: 400px) {
  p,
  ul,
  li,
  a,
  span,
  th,
  td,
  input,
  textarea,
  select,
  label {
	font-size: 15px;
  }
}

p,
span,
th,
td,
input,
textarea,
select,
label {
  line-height: 2;
}

h1 {
  font-size: 45px;
}
@media screen and (max-width: 400px) {
  h1 {
	font-size: 30px;
  }
}

h2 {
  font-size: 35px;
}
@media screen and (max-width: 400px) {
  h2 {
	font-size: 20px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 400px) {
  h3 {
	font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (max-width: 400px) {
  h4 {
	font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  h5 {
	font-size: 14px;
  }
}

small {
  font-size: 90%;
}
@media screen and (max-width: 959px) {
  small {
	font-size: 70%;
  }
}

.large {
  font-size: 145%;
}

.x-large {
  font-size: 145%;
  line-height: inherit;
}

.bold {
  font-weight: bold;
}

.full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.inner {
  max-width: 1200px;
  padding: 130px 50px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .inner {
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	width: 100%;
  }
}

.sec-title {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
  color: rgba(112, 20, 24, 0.5);
  font-weight: normal;
}
.sec-title h2 {
  font-size: 135px;
  line-height: 1;
}
.sec-title span {
  display: block;
  color: rgba(112, 20, 24, 0.7);
  font-size: 24px;
  font-family: "Sawarabi Mincho";
}

@media screen and (max-width: 959px) {
  .sec-title {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	color: rgba(112, 20, 24, 0.5);
	font-weight: normal;
  }
  .sec-title h2 {
	font-weight: normal;
	font-size: 60px;
	line-height: 1;
  }
  .sec-title span {
	display: block;
	color: rgba(112, 20, 24, 0.7);
	font-size: 15px;
  }
}
.contact-thanks {
  padding-top: 80px;
  height: 100dvh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
}
.contact-thanks h3 {
  font-size: 28px;
}

.no-page {
  padding: 15vmin 0 25vmin;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.no-page h1 {
  font-size: 90px;
  color: #333;
}

@media screen and (max-width: 959px) {
  .no-page {
	padding: 30vmin 0 40vmin;
	text-align: center;
	font-family: "Shippori Mincho", serif;
  }
  .no-page h1 {
	font-size: 70px;
	color: #333;
  }
}/*# sourceMappingURL=style.css.map */
@font-face {
  src: url("https://www.proceo.jp/wp-content/themes/proceo/assets/font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("https://www.proceo.jp/wp-content/themes/proceo/assets/font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("https://www.proceo.jp/wp-content/themes/proceo/assets/font/SawarabiMincho-Regular.woff") format("woff");
  font-family: "Sawarabi Mincho";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header-parent {
  position: relative;
}

header {
  padding: 10px 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 100;
  background-color: #701418;
}
header .header-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
  width: 1100px;
  max-width: 100%;
  /* ヘッダーのナビ部分 */
}
header .header-container .header-logo {
  width: max(240px, 13vw);
  margin-right: 5px;
}
header .header-container .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
}
header .header-container .nav-items__item {
  margin-right: 10px;
}
header .header-container .nav-items__item:last-of-type {
  margin-right: 0;
}
header .header-container .nav-items__item a {
  padding: 5px 5px;
  white-space: nowrap;
  display: block;
  text-align: left;
  font-size: 90%;
  color: #ffffff;
  position: relative;
}
header .header-container .nav-items__item a::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
		  transform-origin: right top;
  -webkit-transform: scale(0, 1);
		  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .header-container .nav-items__item a:hover::before {
  -webkit-transform-origin: left top;
		  transform-origin: left top;
  -webkit-transform: scale(1, 1);
		  transform: scale(1, 1);
}
header .header-container .contact-btn a {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  color: #626667;
}
header .header-container .contact-btn a::before {
  content: none;
}
header .header-container .contact-btn a:hover {
  border-bottom: none;
  margin-top: 0;
  color: inherit;
  opacity: 0.8;
  -webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
}
header .header-container .contact-btn a img {
  width: 14px;
  vertical-align: -2px;
  margin-left: 10px;
}

.top-header {
  background-color: transparent;
}

.scroll-header {
  background-color: rgba(112, 20, 24, 0.7);
  height: 60px;
}
.scroll-header .header-logo img {
  opacity: 0.8;
}

.footer-page {
  background-color: #1c1c1c;
  color: #fff;
  padding: 20px;
}
.footer-page .footer-content {
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
}
.footer-page .footer-content p {
  width: 100%;
  font-size: 80%;
}

@media screen and (max-width: 959px) {
  .header-parent {
	position: relative;
  }
  header {
	padding: 10px 20px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	z-index: 100;
	background-color: #701418;
  }
  header .header-container {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	width: 100%;
	max-width: 100%;
	/* ヘッダーのナビ部分 */
	/* ナビのリンク */
	/* ハンバーガーメニュー */
	/* ハンバーガーメニュークリック後のスタイル */
  }
  header .header-container .header-logo {
	width: max(240px, 13vw);
	margin-right: 5px;
  }
  header .header-container .header-nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100dvh;
	height: 100vh;
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	text-align: center;
	background-color: rgba(112, 20, 24, 0.9);
	z-index: 100;
  }
  header .header-container .nav-items {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	padding: 0;
	text-align: center;
	display: inline-block;
  }
  header .header-container .nav-items {
	width: 100%;
	display: block;
  }
  header .header-container .nav-items__item {
	margin-right: 0;
  }
  header .header-container .nav-items__item a {
	padding: 10px 15px;
	white-space: nowrap;
	display: block;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
  }
  header .header-container .nav-items__item a::before {
	content: none;
  }
  header .header-container .nav-items__item:last-child a {
	margin-bottom: 0;
  }
  header .header-container .nav-items__item:hover {
	background-color: #fff;
  }
  header .header-container .nav-items__item:hover a {
	color: #b91d27;
  }
  header .header-container .contact-btn a {
	background-color: inherit;
	padding: 10px 15px;
	color: #fff;
  }
  header .header-container .contact-btn a::before {
	content: none;
  }
  header .header-container .contact-btn a:hover {
	border-bottom: none;
	margin-top: 0;
	color: inherit;
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
			transform: translateY(-3px);
  }
  header .header-container .contact-btn a img {
	width: 14px;
	vertical-align: -1px;
	margin-left: 10px;
  }
  header .header-container .header__hamburger {
	width: 55px;
	height: 100%;
  }
  header .header-container .hamburger {
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
  }
  header .header-container .hamburger span {
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	position: relative;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	display: block;
  }
  header .header-container .hamburger span:nth-child(1) {
	top: 0;
  }
  header .header-container .hamburger span:nth-child(2) {
	margin: 10px 0;
  }
  header .header-container .hamburger span:nth-child(3) {
	top: 0;
  }
  header .header-container .header-nav.active {
	-webkit-transform: translateX(0%);
			transform: translateX(0%);
  }
  header .header-container .hamburger.active span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(-225deg);
			transform: rotate(-225deg);
  }
  header .header-container .hamburger.active span:nth-child(2) {
	opacity: 0;
  }
  header .header-container .hamburger.active span:nth-child(3) {
	top: -12px;
	-webkit-transform: rotate(225deg);
			transform: rotate(225deg);
  }
  .scroll-header {
	background-color: rgba(112, 20, 24, 0.9);
	height: 60px;
  }
  .scroll-header .header-logo img {
	opacity: 0.9;
  }
  .footer-page {
	background-color: #1c1c1c;
	color: #fff;
	padding: 20px;
  }
  .footer-page .footer-content {
	display: block;
  }
  .footer-page .footer-content p {
	width: 100%;
	font-size: 70%;
	margin-bottom: 20px;
  }
  .footer-page .footer-content p:last-child {
	margin-bottom: 0;
  }
}/*# sourceMappingURL=common.css.map */