@charset "UTF-8";


/* -----------------------  Advanced Style -------------------------- */


/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post_row {
	line-height: 2.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.post_col {
	margin-bottom: 2em;
	-ms-flex: 1 1 0%;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

.post_col-2 {
	margin-right: 100px;
	width: calc(50% - 50px);
}

.post_col-3 {
	margin-right: 25px;
}

.post_col:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 1100px) {
	.post_row {
		display: block;
		line-height: 2;
	}

	.post_col-2 {
		margin-right: 0px;
		width: auto;
	}

	.post_col-3 {
		margin-right: 0px;
	}
}


/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post_content .style3a,
.post_content .style3b,
.post_content .style4a,
.post_content .style4b,
.post_content .style5a,
.post_content .style5b,
.post_content .style6 {
	font-weight: 500;
	line-height: 1.6;
}

/* h2 */
.style2a {
	margin: 65px 0 30px !important;
	padding: 0 0 .9em !important;
	border-bottom: 3px solid #000;
	font-size: 26px !important;
}

.style2b {
	margin: 65px 0 30px !important;
	padding: .48em 1em .47em !important;
	background: #000;
	color: #fff;
	font-size: 26px !important;
}

/* h3 */
.style3a {
	margin: 65px 0 30px !important;
	padding: 1.2em .15em !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 22px !important;
}

.style3b {
	margin: 65px 0 30px !important;
	padding: 1.1em 1.4em 1.15em !important;
	border: 1px solid #ddd;
	border-top: 3px solid #000;
	background: #fafafa;
	font-size: 22px !important;
}

/* h4 */
.style4a {
	margin: 65px 0 30px !important;
	padding: .4em 0 .4em 1.2em !important;
	border-left: 3px solid #000;
	font-size: 20px !important;
	font-weight: 500;
}

.style4b {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 65px 0 30px !important;
	padding: .8em 1.5em .8em !important;
	border-left: #000 3px solid;
	font-size: 20px !important;
}

.style4b:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2px);
	border: 1px solid #ddd;
	border-left: none;
	content: '';
}

/* h5 */
.style5a {
	margin: 65px 0 30px !important;
	padding: .85em 1.5em .8em !important;
	border: 1px solid #ddd;
	background: #fafafa;
	font-size: 18px !important;
}

.style5b {
	margin: 65px 0 30px !important;
	padding: .85em 1.5em .8em !important;
	background: #000;
	color: #fff;
	font-size: 18px !important;
}

/* h6 */
.style6 {
	position: relative;
	margin: 65px 0 30px !important;
	padding: 0 .8em 0 1.3em !important;
	color: #000;
	font-size: 16px !important;
	font-weight: 700;
}

.style6:before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 12px;
	height: 12px;
	background: #000;
	content: "";
}

.balloon {
	display: block;
	z-index: 0;
	position: relative;
	width: auto;
	min-width: 115px;
	margin: 50px 0 22px;
	padding: .5em 18px .5em;
	clear: both;
	border-bottom: 0;
	background: #222;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}

.balloon:after {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 30px;
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
	content: "";
}

@media screen and (max-width: 800px) {
	.style2a {
		margin: 30px 0 20px !important;
		padding: 0 0 .6em !important;
		font-size: 20px !important;
	}

	.style2b {
		margin: 30px 0 20px !important;
		padding: .42em .7em .41em !important;
		background: #000;
		color: #fff;
		font-size: 20px !important;
	}

	.style3a {
		margin: 30px 0 20px !important;
		padding: .6em .15em !important;
		font-size: 18px !important;
	}

	.style3b {
		margin: 30px 0 20px !important;
		padding: .5em .5em .45em .6em !important;
		font-size: 18px !important;
	}

	.style4a {
		margin: 30px 0 20px !important;
		padding: .4em 0 .4em .8em !important;
		border-left: 2px solid #000;
		font-size: 16px !important;
	}

	.style4b {
		margin: 30px 0 20px !important;
		padding: .8em 1em .75em !important;
		border-left: #000 2px solid;
		font-size: 16px !important;
	}

	.style5a {
		margin: 30px 0 20px !important;
		padding: .8em 1em .75em !important;
		font-size: 15px !important;
	}

	.style5b {
		margin: 30px 0 20px !important;
		padding: .8em 1em .75em !important;
		font-size: 15px !important;
	}
}

/* デフォルト見出し+クイックタグ見出しのスタイル */
.post_content h1 {
	font-size: var(--single_post_title_font_size);
	font-weight: 600;
	line-height: 1.4;
	margin: 120px 0 1.3em 0;
	text-align: center;
}

.post_content h2 {
	font-size: var(--single_post_title_font_size);
	font-weight: 600;
	line-height: 1.4;
	margin: 3em 0 1.3em 0;
	text-align: center;
}

.post_content h3 {
	font-size: calc(var(--single_post_title_font_size) - 2px);
	font-weight: 600;
	line-height: 1.6;
	margin: 3em 0 1.3em 0;
}

.post_content h4 {
	font-size: calc(var(--single_post_title_font_size) - 4px);
	font-weight: 600;
	line-height: 1.6;
	margin: 2.3em 0 1em 0;
}

.post_content h5 {
	font-size: calc(var(--single_post_title_font_size) - 6px);
	font-weight: 600;
	line-height: 1.6;
	margin: 2.3em 0 1em 0;
}

.post_content h6 {
	font-size: calc(var(--single_post_title_font_size) - 8px);
	font-weight: 600;
	line-height: 1.6;
	margin: 2.3em 0 1em 0;
}

.post_content>*:first-child {
	margin-top: 0;
}

/* ページコンテンツの先頭に見出しが表示される場合はmargin-topを0にする */
@media screen and (max-width: 800px) {
	.post_content h1 {
		font-size: var(--single_post_title_font_size_sp);
		margin: 100px 0 1em 0;
	}

	.post_content h2 {
		font-size: var(--single_post_title_font_size_sp);
		margin: 2.5em 0 1em 0;
	}

	.post_content h3 {
		font-size: calc(var(--single_post_title_font_size) - 2px);
		margin: 2.3em 0 1em 0;
	}

	.post_content h4 {
		font-size: calc(var(--single_post_title_font_size) - 4px);
		margin: 2.2em 0 1em 0;
	}

	.post_content h5 {
		font-size: calc(var(--single_post_title_font_size) - 6px);
		margin: 2.2em 0 1em 0;
	}

	.post_content h6 {
		font-size: calc(var(--single_post_title_font_size) - 8px);
		margin: 2.2em 0 1em 0;
	}
}

@media screen and (max-width: 600px) {
	.post_content h1 {
		margin: 80px 0 1em 0;
	}

	.post_content h2 {
		margin: 2.3em 0 1em 0;
	}

	.post_content h3 {
		margin: 2em 0 1em 0;
	}

	.post_content h4 {
		margin: 2em 0 1em 0;
	}

	.post_content h5 {
		margin: 2em 0 1em 0;
	}

	.post_content h6 {
		margin: 2em 0 1em 0;
	}
}

/* Vertical */
.p-vertical {
	width: 100%;
	margin: 70px 0;
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
}

.p-vertical p {
	display: inline-block;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 800px) {
	.p-vertical {
		margin: 33px 0;
		font-size: 24px;
		line-height: 1.3;
	}
}


/* ----------------------------------------------------------------------
 Underline - アンダーライン
---------------------------------------------------------------------- */
.q_underline {
	background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
	background-image: linear-gradient(to right, transparent 50%, #fff799 50%);
	background-position: 0 0.8em;
	background-repeat: repeat-x;
	background-size: 200% 0.5em;
	border: none;
	border-bottom-color: transparent;
	-webkit-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}

.q_underline.is-active {
	background-position: -100% 0.8em;
}


/* ----------------------------------------------------------------------
 Speech balloon - スピーチ
---------------------------------------------------------------------- */
.q_frame+.speech_balloon {
	margin-top: 2.8em;
}

.speech_balloon {
	margin-bottom: 2.5em !important;
	display: flex;
	align-items: flex-start;
}

.speech_balloon_user {
	flex: 0 0 auto;
	margin-right: 36px;
	min-width: 80px;
	text-align: center;
}

.speech_balloon_user_image {
	border-radius: 50%;
	height: 80px !important;
	width: 80px;
	object-fit: cover;
	margin: 0 !important;
}

.speech_balloon_user_name {
	font-size: 87.5%;
	line-height: 1.2;
	margin-top: 12px;
}

.speech_balloon_user_name:only-child {
	display: flex;
	align-items: center;
	margin-top: 0;
	min-height: 80px;
}

.speech_balloon_text {
	flex: 1 1 auto;
	margin-bottom: 3em;
	position: relative;
}

.speech_balloon_text_inner {
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 10px;
	line-height: 2;
	min-height: 80px;
	padding: 22px 28px;
	position: relative;
}

.speech_balloon_text_inner>*:last-child {
	margin-bottom: 0 !important;
}

.speech_balloon.right {
	flex-direction: row-reverse
}

.speech_balloon.right .speech_balloon_user {
	margin-left: 36px;
	margin-right: 0;
}

.speech_balloon_text .before,
.speech_balloon_text .after {
	border-color: transparent;
	border-style: solid;
	pointer-events: none;
	height: 0;
	margin-top: -10px;
	width: 0;
	position: absolute;
	right: 100%;
	top: 40px;
}

.speech_balloon_text .before {
	border-left-color: inherit;
	border-width: 8px 0 8px 10px;
}

.speech_balloon_text .after {
	border-right-color: inherit;
	border-width: 8px 10px 8px 0;
}

.speech_balloon.left .before {
	transform: rotate(180deg);
}

.speech_balloon.left .after {
	margin-right: -3px;
}

.speech_balloon.right .before {
	left: 100%;
}

.speech_balloon.right .after {
	left: 100%;
	transform: rotate(180deg);
	margin-left: -3px;
}



/* ----------------------------------------------------------------------
 Google Map
---------------------------------------------------------------------- */
.qt_google_map {
	width: 100%;
	height: 450px;
	background: #ddd;
	margin: 0 0 35px 0;
}

.qt_google_map .qt_googlemap_embed {
	width: 100%;
	height: 450px;
}

.qt_google_map .pb_googlemap_custom-overlay-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: -100px;
	left: -60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px !important;
	height: 120px !important;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	font-weight: 600;
}

.qt_google_map .pb_googlemap_custom-overlay-inner::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 16px 5px 0 5px;
	border-style: solid;
	content: "";
}

@media screen and (max-width: 800px) {
	.qt_google_map {
		height: 360px;
	}

	.qt_google_map .qt_googlemap_embed {
		height: 360px;
	}

	.qt_google_map .pb_googlemap_custom-overlay-inner {
		transform: scale(0.8);
		left: -60px;
		top: -80px;
	}
}


/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.q_frame {
	line-height: 1.8;
	position: relative;
	padding: 1.3em 2em;
	margin-bottom: 2em;
	border: 1px solid #ddd;
}

*+.q_frame {
	margin-top: 2em;
}

.q_frame+.sc {
	margin-top: 2.5em;
}

.q_frame_label {
	max-width: calc(100% - 2em);
	line-height: 1.4;
	font-weight: 600;
	display: inline-block;
	padding: 0 1em;
	background: inherit;
	position: absolute;
	top: -0.7em;
	left: 1em;
}

@media (max-width: 800px) {
	.q_frame {
		padding: 1em 1.5em;
	}

	.q_frame_label {
		padding: 0 0.5em;
	}
}


.well {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fafafa;
}

.well2 {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px solid #ddd;
}

.well3 {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px dashed #ddd;
	background: #fafafa;
}

.wl_red {
	border-color: #ebccd1;
	background-color: #f2dede;
	color: #a94442 !important;
}

.wl_yellow {
	border-color: #faebcc;
	background-color: #fcf8e3;
	color: #8a6d3b !important;
}

.wl_blue {
	border-color: #bce8f1;
	background-color: #d9edf7;
	color: #31708f !important;
}

.wl_green {
	border-color: #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d !important;
}

@media screen and (max-width: 800px) {

	.well,
	.well2,
	.well3 {
		padding: .9em .8em .9em 1em;
	}
}


/* ----------------------------------------------------------------------
 ol - 番号付きリスト
---------------------------------------------------------------------- */

/* リストデザイン */
.q_styled_ol {
	counter-reset: item;
	list-style-type: none;
	margin-left: 0 !important;
	margin-bottom: 2em;
}

.q_styled_ol li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0.4em;
}

.q_styled_ol li:before {
	counter-increment: item;
	content: counter(item);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	background: #000;
	color: #fff;
	border-radius: 50%;
	line-height: 1;
	margin-top: 0.3em;
	margin-right: 0.7em;
}

@media screen and (max-width: 800px) {
	.q_styled_ol li:before {
		margin-top: 0.1em;
	}
}


/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_custom_button {
	max-width: 100%;
	line-height: 1.5;
	padding: 0 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	z-index: 1;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	transition: border-color 0.3s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q_custom_button:before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	z-index: -1;
	transition-property: background-color, left, opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.q_custom_button:hover {
	color: #fff;
	text-decoration: none !important;
}

@media (max-width: 800px) {
	.q_custom_button {
		max-height: 50px;
		font-size: 14px;
	}
}


/* Button option */
.rounded {
	border-radius: 6px;
}

.pill {
	border-radius: 70px;
}

.bt_red {
	background: #c01f0e;
	border-color: #c01f0e;
	color: #fff;
}

.bt_red:hover,
.bt_red:focus {
	background-color: #d33929;
	border-color: #d33929;
	color: #fff;
}

.bt_yellow {
	background: #f1c40f;
	border-color: #f1c40f;
	color: #fff;
}

.bt_yellow:hover,
.bt_yellow:focus {
	background-color: #f9d441;
	border-color: #f9d441;
	color: #fff;
}

.bt_blue {
	background: #2980b9;
	border-color: #2980b9;
	color: #fff;
}

.bt_blue:hover,
.bt_blue:focus {
	background-color: #3a91c9;
	border-color: #3a91c9;
	color: #fff;
}

.bt_green {
	background: #27ae60;
	border-color: #27ae60;
	color: #fff;
}

.bt_green:hover,
.bt_green:focus {
	background-color: #39c574;
	border-color: #39c574;
	color: #fff;
}


/* クイックタグのデザインボタン */
.q_button_wrap {
	text-align: center;
	margin-bottom: 2em;
}


/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
	position: relative;
	height: 0;
	margin-top: 20px;
	margin-bottom: 2em;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

.ytube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table {
	line-height: 2.0;
}

@media only screen and (max-width:600px) {
	.rps_table tr {
		display: block;
		margin-bottom: 1.5em;
	}

	.rps_table th,
	.rps_table td {
		display: list-item;
		list-style-type: none;
		border: none;
	}

	.rps_table td {
		border-top: none;
	}
}


/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink {
	word-wrap: break-word;
	margin: 15px 0 50px;
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cardlink+.cardlink {
	margin-top: -20px;
}

.cardlink .image {
	margin-right: 25px;
}

.cardlink .image img {
	width: 130px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.cardlink .content {
	width: calc(100% - 155px);
	padding-top: 5px;
}

.cardlink .title_area {}

.cardlink .meta {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 5px 0;
}

.cardlink .meta>p {
	color: #222;
	font-size: 14px;
	line-height: 1;
	margin: 0 15px 10px 0;
	position: relative;
}

.cardlink .meta>p.date:before {
	font-family: 'design_plus';
	content: '\e903';
	font-size: 16px;
	margin: 0 5px 0 0;
	top: 1.5px;
	position: relative;
}

.cardlink .meta>p.modified_date {
	margin-right: 0;
}

.cardlink .meta>p.modified_date:before {
	font-family: 'design_plus';
	content: '\e91f';
	font-size: 16px;
	margin: 0 5px 0 0;
	top: 1.5px;
	position: relative;
}

.cardlink .title {
	margin: -3px 0 5px 0 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}

.cardlink .title a {
	text-decoration: none;
	display: block;
}

.cardlink .title a:hover {
	text-decoration: underline;
}

.cardlink .desc {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 0 0 !important;
	max-height: 3.4em;
	overflow: hidden;
	visibility: visible;
}

.cardlink .desc span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (max-width: 800px) {
	.cardlink {
		display: block;
		padding: 12px;
		margin: 30px 0 35px !important;
	}

	.cardlink .image {
		float: left;
		margin-right: 15px;
	}

	.cardlink .image img {
		width: 120px;
		height: 120px;
	}

	.cardlink .content {
		width: auto;
	}

	.cardlink .title_area {
		width: calc(100% - 135px);
		float: left;
		min-height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.cardlink .meta {
		width: 100%;
		margin-bottom: 0px;
	}

	.cardlink .meta>p {
		margin-bottom: 8px;
	}

	.cardlink .title {
		margin: 0 !important;
		line-height: 1.4;
		max-height: 4.2em;
		overflow: hidden;
		visibility: visible;
	}

	.cardlink .title a {
		display: -webkit-inline-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.cardlink .desc {
		clear: both;
		padding: 10px 0 0 0;
		max-height: 4em;
	}

	.cardlink .desc span {
		-webkit-line-clamp: 2;
	}
}


/* ----------------------------------------------------------------------
 QUADRAから追加分
---------------------------------------------------------------------- */
.post_content .is-sp {
	display: none !important;
}

.a_break {
	display: inline-block;
}

@media screen and (max-width: 800px) {
	.post_content .is-pc {
		display: none !important;
	}

	.post_content .is-sp {
		display: block !important;
	}

	.a_break {
		display: block;
	}
}

.post_content .underline,
.post_content .underline:hover {
	text-decoration: underline;
}

.post_content .e_link {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 0;
}

.post_content .e_link:after {
	font-family: 'design_plus';
	content: '\e920';
	position: absolute;
	right: 0;
	top: 1px;
}

.post_content img.frame {
	border: 1px solid #d2d2d2;
	margin-bottom: -12px;
	box-shadow: 0 6px 6px -6px #cccccc;
}

.post_content .s_table {
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 2em;
}

.post_content .s_table table {
	margin-bottom: 0;
}


/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
	width: 100%;
	margin: 0 0 2.5em !important;
	padding: 0;
	border: 1px solid #ddd;
	background: #fafafa;
	font-size: 14px;
}

.wpcf7 form {
	margin: 1.5em 1.5em 0;
}

.wpcf7 p {
	margin-bottom: 1em;
	font-size: 16px;
}

.wpcf7 input,
.wpcf7 textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	line-height: 1.2;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	padding: 8px;
	border: 1px solid #ccc;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 1.2;
}

.wpcf7 .wpcf7-list-item {
	display: block;
}

.wpcf7 textarea {
	height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #bbb;
	outline: none;
}

.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
	-webkit-transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	border: none !important;
	outline: none;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-previous:hover {
	background-color: #666666;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
	background: pink;
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
	border: 1px solid #EED3D7;
	background-color: #F2DEDE;
	color: #B94A48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
	border: 1px solid #BCE8F1;
	background-color: #D9EDF7;
	color: #3A87AD;
}

.wpcf7 .wpcf7-previous+br {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 2em;
	padding: 0;
	border: none;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
	font-size: 1em;
}


/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70 {
	font-size: 70%
}

/* フォントサイズ70% */
.text80 {
	font-size: 80%
}

.text90 {
	font-size: 90%
}

.text100 {
	font-size: 100%
}

.text110 {
	font-size: 110%
}

.text120 {
	font-size: 120%
}

.text130 {
	font-size: 130%
}

.text140 {
	font-size: 140%
}

.text150 {
	font-size: 150%
}

.text160 {
	font-size: 160%
}

.text170 {
	font-size: 170%
}

.text180 {
	font-size: 180%
}

.text190 {
	font-size: 190%
}

.text200 {
	font-size: 200%
}

.text210 {
	font-size: 210%
}

.text220 {
	font-size: 220%
}

.b {
	font-weight: 700
}

/* 太字 */
.u {
	text-decoration: underline
}

/* 下線 */
.del {
	text-decoration: line-throug
}

/* 打ち消し線 */


/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red {
	color: red
}

/* 赤色 */
.blue {
	color: #2ca9e1
}

/* 青色 */
.green {
	color: #82ae46
}

/* 緑色 */
.orange {
	color: #ff7d00
}

/* 橙色 */
.yellow {
	color: #fff000
}

/* 黄色 */
.pink {
	color: #ff0084
}

/* ピンク */
.gray {
	color: #999999
}

/* グレー */


/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow {
	padding: 2px;
	background-color: #ff0
}

/* 黄色の文字背景 */
.bg-blue {
	padding: 2px;
	background-color: #4ab0f5
}

/* 青色の文字背景 */
.bg-red {
	padding: 2px;
	background-color: red
}

/* 赤色の文字背景 */


/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1 {
	text-align: center !important
}

/* 中央寄せ */
.align2 {
	text-align: right !important
}

/* 右寄せ */
.align3 {
	text-align: left !important
}

/* 左寄せ */


/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo {
	float: right;
	margin: 10px
}

/* 右に回り込み */
.l-flo {
	float: left;
	margin: 10px
}

/* 左に回り込み */
.f-clear {
	clear: both
}

/* 回り込みの解除 */


/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade {
	background: none !important;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover img.fade {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none !important;
}


/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {
	padding-left: 1em;
	text-indent: -1em;
}

/* 注意書き等で二行目以降を字下げ */
.att_box {
	margin: 2em 0 2.5em;
	padding: 1em 1.2em;
	line-height: 2.0;
	border: 1px dotted #cccccc;
	background: #fcfcfc;
	box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* テキストボックス */


/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0 {
	margin: 0 !important
}

/* margin 0px を指定するクラス */
.mt0 {
	margin-top: 0 !important
}

/* margin-top0px を指定するクラス */
.mr0 {
	margin-right: 0 !important
}

/* margin-right0px を指定するクラス*/
.mb0 {
	margin-bottom: 0 !important
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
	margin-left: 0 !important
}

/* margin-left0px を指定するクラス*/

.m5 {
	margin: 5px !important
}

.mt5 {
	margin-top: 5px !important
}

.mr5 {
	margin-right: 5px !important
}

.mb5 {
	margin-bottom: 5px !important
}

.ml5 {
	margin-left: 5px !important
}

.m10 {
	margin: 10px !important
}

.mt10 {
	margin-top: 10px !important
}

.mr10 {
	margin-right: 10px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.ml10 {
	margin-left: 10px !important
}

.m15 {
	margin: 15px !important
}

.mt15 {
	margin-top: 15px !important
}

.mr15 {
	margin-right: 15px !important
}

.mb15 {
	margin-bottom: 15px !important
}

.ml15 {
	margin-left: 15px !important
}

.m20 {
	margin: 20px !important
}

.mt20 {
	margin-top: 20px !important
}

.mr20 {
	margin-right: 20px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.ml20 {
	margin-left: 20px !important
}

.m25 {
	margin: 25px !important
}

.mt25 {
	margin-top: 25px !important
}

.mr25 {
	margin-right: 25px !important
}

.mb25 {
	margin-bottom: 25px !important
}

.ml25 {
	margin-left: 25px !important
}

.m30 {
	margin: 30px !important
}

.mt30 {
	margin-top: 30px !important
}

.mr30 {
	margin-right: 30px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.ml30 {
	margin-left: 30px !important
}

.m35 {
	margin: 35px !important
}

.mt35 {
	margin-top: 35px !important
}

.mr35 {
	margin-right: 35px !important
}

.mb35 {
	margin-bottom: 35px !important
}

.ml35 {
	margin-left: 35px !important
}

.m40 {
	margin: 40px !important
}

.mt40 {
	margin-top: 40px !important
}

.mr40 {
	margin-right: 40px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.ml40 {
	margin-left: 40px !important
}

.m45 {
	margin: 45px !important
}

.mt45 {
	margin-top: 45px !important
}

.mr45 {
	margin-right: 45px !important
}

.mb45 {
	margin-bottom: 45px !important
}

.ml45 {
	margin-left: 45px !important
}

.m50 {
	margin: 50px !important
}

.mt50 {
	margin-top: 50px !important
}

.mr50 {
	margin-right: 50px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.ml50 {
	margin-left: 50px !important
}

.m55 {
	margin: 55px !important
}

.mt55 {
	margin-top: 55px !important
}

.mr55 {
	margin-right: 55px !important
}

.mb55 {
	margin-bottom: 55px !important
}

.ml55 {
	margin-left: 55px !important
}

.m60 {
	margin: 60px !important
}

.mt60 {
	margin-top: 60px !important
}

.mr60 {
	margin-right: 60px !important
}

.mb60 {
	margin-bottom: 60px !important
}

.ml60 {
	margin-left: 60px !important
}

.m65 {
	margin: 65px !important
}

.mt65 {
	margin-top: 65px !important
}

.mr65 {
	margin-right: 65px !important
}

.mb65 {
	margin-bottom: 65px !important
}

.ml65 {
	margin-left: 65px !important
}

.m70 {
	margin: 70px !important
}

.mt70 {
	margin-top: 70px !important
}

.mr70 {
	margin-right: 70px !important
}

.mb70 {
	margin-bottom: 70px !important
}

.ml70 {
	margin-left: 70px !important
}

.m75 {
	margin: 75px !important
}

.mt75 {
	margin-top: 75px !important
}

.mr75 {
	margin-right: 75px !important
}

.mb75 {
	margin-bottom: 75px !important
}

.ml75 {
	margin-left: 75px !important
}

.m80 {
	margin: 80px !important
}

.mt80 {
	margin-top: 80px !important
}

.mr80 {
	margin-right: 80px !important
}

.mb80 {
	margin-bottom: 80px !important
}

.ml80 {
	margin-left: 80px !important
}


/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0 {
	padding: 0 !important
}

/* padding-0px を指定するクラス */
.pt0 {
	padding-top: 0 !important
}

/* padding-top0px を指定するクラス */
.pr0 {
	padding-right: 0 !important
}

/* padding-right0px を指定するクラス */
.pb0 {
	padding-bottom: 0 !important
}

/* padding-bottom0px を指定するクラス */
.pl0 {
	padding-left: 0 !important
}

/* padding-left0px を指定するクラス */

.p5 {
	padding: 5px !important
}

.pt5 {
	padding-top: 5px !important
}

.pr5 {
	padding-right: 5px !important
}

.pb5 {
	padding-bottom: 5px !important
}

.pl5 {
	padding-left: 5px !important
}

.p10 {
	padding: 10px !important
}

.pt10 {
	padding-top: 10px !important
}

.pr10 {
	padding-right: 10px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pl10 {
	padding-left: 10px !important
}

.p15 {
	padding: 15px !important
}

.pt15 {
	padding-top: 15px !important
}

.pr15 {
	padding-right: 15px !important
}

.pb15 {
	padding-bottom: 15px !important
}

.pl15 {
	padding-left: 15px !important
}

.p20 {
	padding: 20px !important
}

.pt20 {
	padding-top: 20px !important
}

.pr20 {
	padding-right: 20px !important
}

.pb20 {
	padding-bottom: 20px !important
}

.pl20 {
	padding-left: 20px !important
}

.p25 {
	padding: 25px !important
}

.pt25 {
	padding-top: 25px !important
}

.pr25 {
	padding-right: 25px !important
}

.pb25 {
	padding-bottom: 25px !important
}

.pl25 {
	padding-left: 25px !important
}

.p30 {
	padding: 30px !important
}

.pt30 {
	padding-top: 30px !important
}

.pr30 {
	padding-right: 30px !important
}

.pb30 {
	padding-bottom: 30px !important
}

.pl30 {
	padding-left: 30px !important
}

.p35 {
	padding: 35px !important
}

.pt35 {
	padding-top: 35px !important
}

.pr35 {
	padding-right: 35px !important
}

.pb35 {
	padding-bottom: 35px !important
}

.pl35 {
	padding-left: 35px !important
}

.p40 {
	padding: 40px !important
}

.pt40 {
	padding-top: 40px !important
}

.pr40 {
	padding-right: 40px !important
}

.pb40 {
	padding-bottom: 40px !important
}

.pl40 {
	padding-left: 40px !important
}

.p45 {
	padding: 45px !important
}

.pt45 {
	padding-top: 45px !important
}

.pr45 {
	padding-right: 45px !important
}

.pb45 {
	padding-bottom: 45px !important
}

.pl45 {
	padding-left: 45px !important
}

.p50 {
	padding: 50px !important
}

.pt50 {
	padding-top: 50px !important
}

.pr50 {
	padding-right: 50px !important
}

.pb50 {
	padding-bottom: 50px !important
}

.pl50 {
	padding-left: 50px !important
}

.p55 {
	padding: 55px !important
}

.pt55 {
	padding-top: 55px !important
}

.pr55 {
	padding-right: 55px !important
}

.pb55 {
	padding-bottom: 55px !important
}

.pl55 {
	padding-left: 55px !important
}

.p60 {
	padding: 60px !important
}

.pt60 {
	padding-top: 60px !important
}

.pr60 {
	padding-right: 60px !important
}

.pb60 {
	padding-bottom: 60px !important
}

.pl60 {
	padding-left: 60px !important
}

.p65 {
	padding: 65px !important
}

.pt65 {
	padding-top: 65px !important
}

.pr65 {
	padding-right: 65px !important
}

.pb65 {
	padding-bottom: 65px !important
}

.pl65 {
	padding-left: 65px !important
}

.p70 {
	padding: 70px !important
}

.pt70 {
	padding-top: 70px !important
}

.pr70 {
	padding-right: 70px !important
}

.pb70 {
	padding-bottom: 70px !important
}

.pl70 {
	padding-left: 70px !important
}

.p75 {
	padding: 75px !important
}

.pt75 {
	padding-top: 75px !important
}

.pr75 {
	padding-right: 75px !important
}

.pb75 {
	padding-bottom: 75px !important
}

.pl75 {
	padding-left: 75px !important
}

.p80 {
	padding: 80px !important
}

.pt80 {
	padding-top: 80px !important
}

.pr80 {
	padding-right: 80px !important
}

.pb80 {
	padding-bottom: 80px !important
}

.pl80 {
	padding-left: 80px !important
}

/* アイテム */
/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none
}

</style><style id='global-styles-inline-css' type='text/css'>body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

body .is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

body .is-layout-flex>* {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

body .is-layout-grid>* {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6;
}

</style><link rel='stylesheet' id='child-style-css' href='../wp-content/themes/GENESIS-child/style-ver=6.3.1.css' type='text/css' media='all' /><link rel='stylesheet' id='hcb-style-css' href='../wp-content/plugins/highlighting-code-block/build/css/hcb--light-ver=1.7.0.css' type='text/css' media='all' /><style id='hcb-style-inline-css' type='text/css'>:root {
	--hcb-font-size: 14px
}

:root {
	--hcb-font-size--mobile: 13px
}

:root {
	--hcb-font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


:root {
	--vw: 1vw;
	--single_post_title_font_size: 34px;
	--single_post_title_font_size_tb: 30px;
	--single_post_title_font_size_sp: 20px;
	--font_family_type1: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--font_family_type2: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	--font_family_type3: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body {
	font-size: 16px;
}

.large_headline {
	font-size: 70px !important;
}

.rich_font {
	font-size: 34px !important;
}

@media screen and (max-width:1100px) {
	.large_headline {
		font-size: 55px !important;
	}

	.rich_font {
		font-size: 31px !important;
	}
}

@media screen and (max-width:800px) {
	body {
		font-size: 16px;
	}

	.large_headline {
		font-size: 30px !important;
	}

	.rich_font {
		font-size: 22px !important;
	}
}

body,
input,
textarea {
	font-weight: 500;
	font-family: var(--font_family_type2);
}

.rich_font,
.p-vertical {
	font-family: var(--font_family_type2);
	font-weight: 600;
}

.large_headline {
	font-family: var(--font_family_type2);
	font-weight: 600;
}

#single_post_header .title {
	font-family: var(--font_family_type2);
	font-weight: 600;
}

.rich_font_type1 {
	font-family: var(--font_family_type1);
	font-weight: 600;
}

.rich_font_type2 {
	font-family: var(--font_family_type2);
	font-weight: 600;
}

.rich_font_type3 {
	font-family: var(--font_family_type3);
	font-weight: 600;
}


.logo_text {
	font-size: 26px;
}

@media screen and (max-width:1201px) {
	.logo_text {
		font-size: 20px;
	}
}

#footer_banner .title {
	font-size: 50px !important;
}

@media screen and (max-width:1100px) {
	#footer_banner .title {
		font-size: 44px !important;
	}
}

@media screen and (max-width:800px) {
	#footer_banner .title {
		font-size: 30px !important;
	}
}

@media(hover: hover) {
	.animate_background .image_wrap img {
		width: 100%;
		height: 100%;
		will-change: transform;
		transition: transform 0.5s ease;
	}

	.animate_background:hover .image_wrap img {
		transform: scale(1.1);
	}
}

a {
	color: #000;
}

a:hover,
.category_button,
.sub_title.colored,
#global_menu>ul>li>a:hover,
.faq_list .headline,
#bread_crumb,
#bread_crumb li.last,
.faq_list .title.active,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.design_button,
.service_category_content .post_list .title,
.service_header .archive_link .label,
.megamenu_b .arrow:after,
.megamenu_b .sub_title.arrow,
.news_category_button a:hover,
#footer_banner a:hover .arrow_button:before,
#footer_banner a:hover .arrow_button:after,
.service_category_post_list .title,
#post_pagination a:hover,
.page_navi a:hover,
#return_top a:hover .arrow:before,
#return_top a:hover .arrow:after,
#service_link_list .link_label,
body.megamenu_dark_color .megamenu_a a:hover,
.arrow_link_button a,
.megamenu_b .arrow_link,
.megamenu_b .post_list .arrow_link .arrow_button_small,
#header_slider_wrap.layout_type3 .desc_area a:hover,
#company_data_list h4,
.lp3_bottom_content .item_list a {
	color: #94c43b;
}

.cardlink .title a,
#global_menu>ul>li.active>a,
#global_menu>ul>li.current-menu-item>a,
.design_arrow_button a,
.swiper-nav-button:hover .arrow_button_small:before,
.swiper-nav-button:hover .arrow_button_small:after {
	color: #94c43b !important;
}

.page_navi span.current,
#global_menu ul ul a:hover,
.arrow_button,
#submit_comment,
#post_pagination p,
#comment_tab li.active a,
.widget_tab_post_list_button div.active,
.widget_categories a:before,
.q_styled_ol li:before,
#copyright,
.w_tag_list_widget ol a:hover,
.widget_tag_cloud .tagcloud a:hover,
#wp-calendar tbody a:hover,
#post_tag_list a:hover,
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover,
#wp-calendar td a:hover,
.news_category_button li.current a,
.swiper-scrollbar-drag,
.cb_service_category_list .post_list a:after,
.shutter_image.link_ver .post_list a:after,
.design_button:hover,
#mobile_menu li li a {
	background-color: #94c43b;
}

.category_button,
.page_navi span.current,
#post_pagination p,
#comment_textarea textarea:focus,
#guest_info input:focus,
.c-pw__box-input:focus,
.news_category_button li.current a,
.news_category_button a:hover,
#post_pagination a:hover,
.page_navi a:hover,
.design_button {
	border-color: #94c43b;
}

.category_button:hover,
.single_post_nav:hover span:after,
.faq_list .title:hover,
#single_author_title_area .author_link li a:hover:before,
.author_profile a:hover,
#post_meta_bottom a:hover,
.cardlink_title a:hover,
.comment a:hover,
.comment_form_wrapper a:hover,
.megamenu_b .sub_title.arrow:hover,
.megamenu_b .arrow_link:hover,
body.megamenu_dark_color .megamenu_b a:hover {
	color: #e12200;
}

.design_arrow_button a:hover {
	color: #e12200 !important;
}

.c-pw__btn:hover,
#comment_tab li a:hover,
#submit_comment:hover,
#cancel_comment_reply a:hover,
#comment_tab li a:hover,
.cb_service_category_list .post_list a:hover:after,
.shutter_image.link_ver .post_list a:hover:after {
	background-color: #e12200;
}

.category_button:hover,
.w_tag_list_widget ol a:hover,
.widget_tag_cloud .tagcloud a:hover {
	border-color: #e12200;
}


.post_content a,
.widget_block a,
.textwidget a,
#no_post a,
#page_404_header .desc a,
#no_search_result a {
	color: #94c43b;
}

#page_404_header .desc a:hover {
	color: #94c43b;
}

.widget_block a:hover,
.textwidget a:hover,
#no_post a:hover {
	color: rgba(255, 64, 0, 0.6);
}

.post_content a:hover {
	color: #94c43b;
}

.styled_h2 {
	font-size: 28px !important;
	text-align: center !important;
	font-weight: 600 !important;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: transparent;
}

@media screen and (max-width:800px) {
	.styled_h2 {
		font-size: 22px !important;
	}
}

.styled_h3 {
	font-size: 23px !important;
	text-align: left !important;
	font-weight: 600 !important;
	color: #000000;
	border-color: #94c43b;
	border-width: 4px;
	border-style: solid;
	padding-left: 1em !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: transparent;
}

@media screen and (max-width:800px) {
	.styled_h3 {
		font-size: 20px !important;
	}
}

.styled_h4 {
	font-size: 22px !important;
	text-align: left !important;
	font-weight: 500 !important;
	color: #000000;
	border-color: #dddddd;
	border-width: 1px;
	border-style: dotted;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-bottom: 0.8em !important;
	background-color: transparent;
}

@media screen and (max-width:800px) {
	.styled_h4 {
		font-size: 18px !important;
	}
}

.styled_h5 {
	font-size: 20px !important;
	text-align: left !important;
	font-weight: 500 !important;
	color: #000000;
	border-color: #000000;
	border-width: 3px;
	border-style: double;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: #f2f2f2;
	padding: 0.8em 1em !important;
}

@media screen and (max-width:800px) {
	.styled_h5 {
		font-size: 16px !important;
	}
}

.post_content a.q_custom_button1 {
	width: 280px;
	height: 60px;
	line-height: 60px;
	border-radius: 70px;
	color: #ffffff;
	background-color: #94c43b;
	border: none;
}

.post_content a.q_custom_button1:before {
	color: #ffffff;
	background-color: #ff8259;
	opacity: 0;
}

.post_content a.q_custom_button1:hover {}

.post_content a.q_custom_button1:hover:before {
	opacity: 1;
}

@media (max-width: 1200px) {
	.post_content a.q_custom_button1 {
		width: 260px;
	}
}

@media (max-width: 800px) {
	.post_content a.q_custom_button1 {
		width: 240px;
		height: 50px;
		line-height: 50px;
	}
}

.post_content a.q_custom_button2 {
	width: 280px;
	height: 60px;
	line-height: 60px;
	border-radius: 6px;
	color: #428dbf;
	border-color: #428dbf;
}

.post_content a.q_custom_button2:before {
	background-color: #428dbf;
	left: calc(-100% - 110px);
	transform: skewX(45deg);
	width: calc(100% + 70px);
}

.post_content a.q_custom_button2:hover {
	color: #ffffff;
	border-color: #428dbf;
}

.post_content a.q_custom_button2:hover:before {
	left: -35px;
}

@media (max-width: 1200px) {
	.post_content a.q_custom_button2 {
		width: 260px;
	}
}

@media (max-width: 800px) {
	.post_content a.q_custom_button2 {
		width: 240px;
		height: 50px;
		line-height: 50px;
	}
}

.post_content a.q_custom_button3 {
	width: 280px;
	height: 60px;
	line-height: 60px;
	border-radius: 0px;
	color: #ffffff;
	background-color: #375c60;
	border: none;
}

.post_content a.q_custom_button3:before {
	color: #ffffff;
	background-color: #5a898e;
	left: -100%;
}

.post_content a.q_custom_button3:hover {}

.post_content a.q_custom_button3:hover:before {
	left: 0;
}

@media (max-width: 1200px) {
	.post_content a.q_custom_button3 {
		width: 260px;
	}
}

@media (max-width: 800px) {
	.post_content a.q_custom_button3 {
		width: 240px;
		height: 50px;
		line-height: 50px;
	}
}

.q_frame1 {
	background: #ffffff;
	border-radius: 0px;
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
}

.q_frame1 .q_frame_label {
	color: #000000;
}

.q_frame2 {
	background: #ffffff;
	border-radius: 0px;
	border-width: 1px;
	border-color: #009aff;
	border-style: solid;
}

.q_frame2 .q_frame_label {
	color: #009aff;
}

.q_frame3 {
	background: #ffffff;
	border-radius: 10px;
	border-width: 1px;
	border-color: #f9b42d;
	border-style: solid;
}

.q_frame3 .q_frame_label {
	color: #f9b42d;
}

.q_underline1 {
	font-weight: 600;
	background-image: -webkit-linear-gradient(left, transparent 50%, #ff845b 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, #ff845b 50%);
	background-image: linear-gradient(to right, transparent 50%, #ff845b 50%);
}

.q_underline2 {
	font-weight: 600;
	background-image: -webkit-linear-gradient(left, transparent 50%, #99f9ff 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, #99f9ff 50%);
	background-image: linear-gradient(to right, transparent 50%, #99f9ff 50%);
}

.q_underline3 {
	font-weight: 600;
	background-image: -webkit-linear-gradient(left, transparent 50%, #ff99b8 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, #ff99b8 50%);
	background-image: linear-gradient(to right, transparent 50%, #ff99b8 50%);
}

.speech_balloon1 .speech_balloon_text_inner {
	color: #000000;
	background-color: #ffffff;
	border-color: #94c43b;
}

.speech_balloon1 .before {
	border-left-color: #94c43b;
}

.speech_balloon1 .after {
	border-right-color: #ffffff;
}

.speech_balloon2 .speech_balloon_text_inner {
	color: #000000;
	background-color: #ffffff;
	border-color: #ff5353;
}

.speech_balloon2 .before {
	border-left-color: #ff5353;
}

.speech_balloon2 .after {
	border-right-color: #ffffff;
}

.speech_balloon3 .speech_balloon_text_inner {
	color: #000000;
	background-color: #ffffff;
	border-color: #1578d6;
}

.speech_balloon3 .before {
	border-left-color: #1578d6;
}

.speech_balloon3 .after {
	border-right-color: #ffffff;
}

.speech_balloon4 .speech_balloon_text_inner {
	color: #000000;
	background-color: #ffffff;
	border-color: #0789b5;
}

.speech_balloon4 .before {
	border-left-color: #0789b5;
}

.speech_balloon4 .after {
	border-right-color: #ffffff;
}

.qt_google_map .pb_googlemap_custom-overlay-inner {
	background: #000000;
	color: #ffffff;
}

.qt_google_map .pb_googlemap_custom-overlay-inner::after {
	border-color: #000000 transparent transparent transparent;
}


#page_header .overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 801px) {
	.design_header .large_headline {
		margin-top: 1px;
	}

	.title2 {
		margin-top: 2px !important;
	}

	#page_header .desc_area {
		margin: -97px auto 140px;
	}

	#page_header .desc {
		margin-bottom: -3px;
	}

	.post_content:empty+.gallery_content {
		margin-top: -161px;
	}

	.gallery_content_header .desc {
		margin-bottom: -42px;
	}

	.design_header {
		margin-top: 13px !important;
		margin-bottom: 58px;
	}

	.post_content p {
		margin: 0 0 44px 0;
	}

	#page_header .design_header {
		margin: -10px auto 147px;
	}

	#company_message .catch {
		margin: -12px 0 34px 0;
	}

	.gray_bg {
		padding: 128px 0;
	}

	#company_data_list h4 {
		margin: 0px 0 37px 0;
	}

	#company_data_list {
		margin: -85px 0 139px;
	}

	#company_access {
		margin-top: 141px;
	}

	#page_contents {
		padding-bottom: 147px;
	}

	#company_data_list td {
		padding: 0 0 0px 0;
		line-height: 45px;
	}

	.title2 {
		margin-top: -14px;
	}
}

@media screen and (max-width: 800px) {
	body:not(.show_sidebar) #page_header.large_height .design_header {
		margin: -44px 0 10px 0;
	}

	.sub_title.colored {
		margin-top: 14px;
	}

	.gray_bg {
		padding: 37px 0;
	}

	#company_message .catch {
		margin: -7px 0 24px 0;
	}

	.design_header {
		margin-top: 37px;
		margin-bottom: 38px;
	}

	#company_data_list .s_table {
		margin-top: 27px;
		font-size: 14px;
	}

	#company_access {
		margin-top: -13px !important;
	}

	#company_access .qt_google_map {
		margin-top: -2px !important;
		margin-bottom: 32px;
	}

	#page_contents {
		padding-bottom: 39px;
	}

	.company_info {
		font-size: 14px;
		padding-bottom: 2px;
	}

	.title2 {
		margin-top: -20px !important;
	}

	.post_content p {
		margin: 0 0 37px 0;
	}

	#company_message .post_col img {
		margin: 0px auto 3px !important;
	}

	.name {
		margin-bottom: -2px !important;
	}
}