@charset "UTF-8";

.wpcf7 input[type=submit] {
	font-family: 'Kiwi Maru', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.c-page h2.wp-block-heading,
.c-page h3.wp-block-heading,
.c-page h4.wp-block-heading {
	font-weight: 500;
}

.c-page p a {
	transition: .3s;
	background: linear-gradient(transparent 50%, #eded6a 50%);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 90%;
}

.c-page p a:hover {
	background-size: 100% 90%;
}

/* utiliity
---------------------------------------- */

.u-pc-hide {
	display: none;
}

.u-sp-hide {
	display: block;
}

/* layout
---------------------------------------- */

.l-inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* component
---------------------------------------- */

.c-mt-0 {
	margin-top: 0 !important;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

a,
button {
	cursor: pointer;
	color: #333;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

em {
	font-style: normal;
}

picture {
	display: block;
	overflow: hidden;
}

picture img {
	font-family: 'object-fit: cover; object-position: center;';
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-page {
	position: relative;
	width: min(100%, 1440px);
	margin: 0 auto;
	padding: 120px 0;
}

.c-page__body {
	margin: 50px 50px 0 50px;
	padding: 50px;
	border-radius: 20px;
	background: #fff;
}

.c-page__thumb {
	display: block;
	width: min(100%, 1000px);
	margin: 0 auto 50px auto;
}

.c-page .wp-block-group:first-child h2.wp-block-heading {
	margin-top: 5px;
}

.c-page h2.wp-block-heading {
	font-size: 1.25rem;
	line-height: 1.45;
	position: relative;
	display: block;
	margin: 55px 0 5px 0;
	padding: .5em 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.c-page h2.wp-block-heading:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	content: '';
	transform: translate(-50%, -5px);
	background: #333;
}

.c-page h2.wp-block-heading:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 3px;
	content: '';
	transform: translate(-50%, 5px);
	background: #333;
}

.c-page h3.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.45;
	position: relative;
	display: block;
	margin: 51px 0 1px 0;
	padding: .5em 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.c-page h4.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.45;
	position: relative;
	display: block;
	margin: 51px 0 1px 0;
	padding: .5em 0;
	border-top: dotted 1px #777;
	border-bottom: dotted 1px #777;
}

.c-page p {
	line-height: 1.5;
	margin-top: 1.25em;
}

.c-page p:first-child {
	margin-top: 50px;
}

.c-page .wp-block-image {
	margin-top: 1.25em;
	border: solid 1px #f0f0f0;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	display: block;
	width: 100%;
	margin-top: .5em;
	padding: .75em .5em;
	border: #777 1px solid;
	border-radius: 5px;
	background: #fff;
}

.wpcf7 input[type=submit] {
	font-size: 1.375rem;
	width: min(100%, 360px);
	height: 60px;
	cursor: pointer;
	transition: .3s;
	color: #fff;
	border: #333 1px solid;
	border-radius: 30px;
	background: #333;
}

.wpcf7 input[type=submit]:hover {
	color: #333;
	background: #fff;
}

.wpcf7-response-output {
	border-color: #eded6a !important;
	background: #eded6a;
}

@media screen and (max-width: 1024px) {

.c-page {
	padding: 60px 0;
}

}

@media screen and (max-width: 768px) {

.u-pc-hide {
	display: block;
}

.u-sp-hide {
	display: none;
}

.l-inner {
	max-width: 89.3333333333vw;
}

.c-page {
	padding: 8vw 0;
}

.c-page__body {
	margin: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
	padding: 5.3333333333vw;
	border-radius: 2.6666666667vw;
}

.c-page__thumb {
	margin: 0 auto 5.3333333333vw auto;
}

.c-page h2.wp-block-heading {
	margin-top: 7.3333333333vw;
}

.wpcf7 input[type=submit] {
	margin-top: 5.3333333333vw;
}

}


/*# sourceMappingURL=maps/page.css.map */
