@charset "UTF-8";
/* ----------------------------------------------------------------------
サブページ共通
---------------------------------------------------------------------- */
#content-header{
	margin-top: 24rem;
	color: #275af2;
	font-weight: 700;
    letter-spacing: 0.1em;
}
#content-header .inner{
	position:relative;
}
#content-header .line-box {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 9rem;
    background: #f0a028;
    clip-path: polygon(0% 100%, 47.5% 100%, 52.5% 5%, 100% 5%, 100% 0%, 52.5% 0%, 47.5% 95%, 0% 95%, 0% 100%);
}
#content-header h1 {
    font-size: 1.8rem;
}
#content-header h1 span{
    display:block;
	align-items: start;
}
#content-header h1 .subtitle{
    font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	line-height: 1;
	width: 50%;
    margin-top: 3rem;
    font-weight: 700;
}
#main_page{
	margin-top:6rem;
}
#breadcrumbs{
	color:#999;
	margin-top: 4rem;
}
#breadcrumbs a{
	text-decoration: underline;
}
#breadcrumbs a:hover{
	color:#f0a028;
}
@media screen and (max-width:1024px) {
	#content-header{
		margin-top:20rem;
	}
}

@media screen and (max-width: 520px) {
	#content-header{
		margin-top: 16rem;
	}
	#main_page {
    margin-top: 4rem;
    }
	#content-header h1 .subtitle{
		font-size: 3rem;
	}
	#content-header h1{
        font-size: 1.6rem;
    }
	#content-header .line-box{
		height: 7rem;
		clip-path:polygon(0% 100%, 70% 100%, 90% 5%, 100% 5%, 100% 0%, 90% 0%, 70% 95%,0% 95%,0% 100%);
	}
}

/* ----------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------- */
#privacy_policy p.title{font-size: 2rem; margin-top:3rem; font-weight:700;}
#privacy_policy p.info{margin-top:2rem; }
#privacy_policy .inner{width:100%;}

@media screen and (max-width:820px) {
	#content-header .line-box{
		height: 13rem;
	}
}
@media screen and (max-width:520px) {
	#content-header .line-box{
		height: 10rem;
	}
}

/* ----------------------------------------------------------------------
404
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------- */
/* form a {
  text-decoration: underline;
}
form .hissu {
  position: relative;
}
form .hissu::after {
  content: "必須";
  color: white;
  display: block;
  font-size: 11px;
  padding: 2px 5px;
  background: #c3030b;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
form input[type=text], form input[type=email], form input[type=tel], form textarea {
  background: #F1F1F1;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}
form #zip {
  width: 130px;
  margin-bottom: 5px;
} */
/*# sourceMappingURL=page.css.map */