<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* seminar-house */
/* Utility */
.u-d-sp {
	display: inline-block;
}

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

.u-text-accent {
	color: #1ba9bc;
}

.u-text-marker {
	position: relative;
	background: linear-gradient(transparent 64%, #ffd629 0%);
}

.u-title-slash {
	position: relative;
	line-height: 1.3;
}

.u-title-slash::before,
.u-title-slash::after {
	position: absolute;
	top: 0;
	display: block;
	width: 4px;
	height: 100%;
	content: "";
	background: #1ba9bc;
}

.u-title-slash::before {
	left: 0;
	transform: rotate(-17.5deg);
	transform-origin: right bottom 0;
}

.u-title-slash::after {
	right: 0;
	transform: rotate(17.5deg);
	transform-origin: left bottom 0;
}

.u-title-rule {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.u-title-rule::after {
	display: inline-block;
	width: 100%;
	height: 40px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20374%2022.85%22%3E%3Cdefs%3E%3Cstyle%3E.e{fill%3Anone%3Bstroke%3A%232f2f2f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22a%22%2F%3E%3Cg%20id%3D%22b%22%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20id%3D%22d%22%20class%3D%22e%22%20d%3D%22M0%2C2H169.89l17.7%2C18L205.28%2C2h168.72%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top 16px center/60%;
}

.u-title-rule-primary {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.u-title-rule-primary::after {
	display: inline-block;
	width: 100%;
	height: 40px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20374%2022.85%22%3E%3Cdefs%3E%3Cstyle%3E.e{fill%3Anone%3Bstroke%3A%231ba9bc%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22a%22%2F%3E%3Cg%20id%3D%22b%22%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20id%3D%22d%22%20class%3D%22e%22%20d%3D%22M0%2C2H169.89l17.7%2C18L205.28%2C2h168.72%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top 16px center/60%;
}

.seminarhouse-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.seminarhouse-container p + p {
	margin-top: 1em;
}

.seminarhouse-mv {
	box-sizing: border-box;
	width: 100vw;
	height: 124vw;
	padding-top: 20px;
	background: url(../images/seminar-house/mv_bg_sp.jpg) no-repeat bottom center/cover;
}

.seminarhouse-mv-copy {
	position: absolute;
	left: 50%;
	width: 100%;
	max-width: 90vw;
	transform: translate(-50%, 0);
	text-align: center;
}

.seminarhouse-mv .seminarhouse-container {
	height: 100%;
}

.seminarhouse-intro {
	padding: 40px 0 60px;
}

.seminarhouse-intro-title {
	position: relative;
	left: 50%;
	display: inline-block;
	padding: 0 12px;
	font-size: 24px;
	text-align: center;
	transform: translateX(-50%);
}

.seminarhouse-intro-title-accent {
	font-size: 23px;
}

.seminarhouse-intro-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 30px;
}

.seminarhouse-intro-img {
	text-align: center;
}

.seminarhouse-intro-text {
	margin-top: 30px;
}

.seminarhouse-worry {
	padding: 60px 0;
	background: #f4f4f4;
}

.seminarhouse-worry-title {
	position: relative;
}

.seminarhouse-worry-title-large {
	display: inline-block;
	margin-top: 10px;
	font-size: 30px;
}

.seminarhouse-worry-title-accent {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
	color: #fff;
	background: #2f2f2f;
}

.seminarhouse-worry-title-accent::before {
	position: absolute;
	top: -10px;
	left: -16px;
	display: block;
	width: 20px;
	height: 25px;
	content: "";
	background: url(../images/seminar-house/worries_deco.svg) no-repeat center center/contain;
}

.seminarhouse-worry-content {
	position: relative;
}

.seminarhouse-worry-content::before {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #bababa;
}

.seminarhouse-worry-list {
	position: relative;
	z-index: 1;
	padding: 12px 30px 30px;
	list-style-type: none;
	background: #fff;
}

.seminarhouse-worry-list li {
	position: relative;
	padding: 18px 10px 18px 50px;
	font-size: 18px;
	font-weight: 700;
}

.seminarhouse-worry-list li::before {
	position: absolute;
	top: 26px;
	left: 10px;
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.574%22%20height%3D%2236.226%22%20viewBox%3D%220%200%2036.574%2036.226%22%3E%3Cg%20transform%3D%22translate%28-239.5%20-2243.774%29%22%3E%3Crect%20width%3D%2233%22%20height%3D%2233%22%20transform%3D%22translate%28239.5%202247%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M4%2C4V29H29V4H4M0%2C0H33V33H0Z%22%20transform%3D%22translate%28239.5%202247%29%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M276.008%2C2216.092l-10.81-9.485%2C3.957-4.51%2C5.8%2C5.089%2C13.719-19.412%2C4.9%2C3.463Z%22%20transform%3D%22translate%28-17.5%2056%29%22%20fill%3D%22%231ba9bc%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/contain;
}

.seminarhouse-worry-list li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: url(../images/seminar-house/worries_dotline.png) repeat-x 0 0/contain;
}

.seminarhouse-question {
	position: relative;
	padding: 60px 0;
	margin-top: -30px;
	background: #f4f4f4;
}

.seminarhouse-question::after {
	position: absolute;
	bottom: -90px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: #f4f4f4 transparent transparent transparent;
	border-style: solid;
	border-width: 90px 50vw 0 50vw;
}

.seminarhouse-question-title-large {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	font-size: 30px;
}

.seminarhouse-question-title-large::before {
	position: absolute;
	top: -28px;
	right: -24px;
	display: block;
	width: 28px;
	height: 35px;
	content: "";
	background: url(../images/seminar-house/worries_deco.svg) no-repeat center center/contain;
	transform: scale(-1, 1) rotate(-30deg);
}

.seminarhouse-question-title-accent {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
	color: #fff;
	background: #2f2f2f;
}

.seminarhouse-reason {
	position: relative;
	padding-bottom: 40px;
}

.seminarhouse-reason-catch {
	position: relative;
	left: 50%;
	display: inline-block;
	padding: 0 20px;
	margin-top: 12px;
	font-size: 34px;
	font-weight: 700;
	color: #1ba9bc;
	text-align: center;
	transform: translateX(-50%);
}

.seminarhouse-reason-title {
	margin-top: 48px;
}

.seminarhouse-reason-title-large {
	font-size: 30px;
}

.seminarhouse-reason-items {
	margin-top: 28px;
}

.seminarhouse-reason-item:not(:first-child) {
	margin-top: 40px;
}

.seminarhouse-reason-item-title {
	position: relative;
	font-size: 30px;
	line-height: 1.6;
	color: #1ba9bc;
	text-align: center;
}

.seminarhouse-reason-item-title::after {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	display: block;
	width: 186px;
	height: 186px;
	content: "";
	background-color: rgba(27, 169, 188, 0.1);
	border-radius: 50%;
	transform: translateX(-50%);
}

.seminarhouse-reason-item-num {
	position: relative;
	display: block;
	width: 2.6em;
	padding: 16px;
	margin: 0 auto;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.seminarhouse-reason-item-num::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 30px;
	height: 4px;
	content: "";
	background-color: #222;
	transform: translateX(-50%);
}

.seminarhouse-reason-item-text {
	margin-top: 15px;
}

.seminarhouse-reason-item-img {
	margin-top: 20px;
	text-align: center;
}

.seminarhouse-reason-item-table-wrap {
	margin: 40px 0 30px;
	overflow-x: scroll;
}

.seminarhouse-reason-item-table {
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #a7a49d;
	border-left: none;
}

.seminarhouse-reason-item-table td,
.seminarhouse-reason-item-table th {
	padding: 20px;
	border-right: 1px solid #a7a49d;
	border-bottom: 1px solid #a7a49d;
}

.seminarhouse-reason-item-table td:last-child,
.seminarhouse-reason-item-table th:last-child {
	border-right: none;
}

.seminarhouse-reason-item-table th {
	background-color: #e5ddca;
}

.seminarhouse-kids {
	padding-top: 40px;
}

.seminarhouse-kids-title-large {
	font-size: 23px;
}

.seminarhouse-kids-img {
	margin: 20px -20px;
}

.seminarhouse-kids-img img {
	width: 100%;
	max-width: initial;
}

.seminarhouse-voice {
	padding: 60px 0 40px;
}

.seminarhouse-voice-title-large {
	font-size: 30px;
}

.seminarhouse-voice-item {
	position: relative;
	padding: 32px 20px 20px;
	background-color: rgba(27, 169, 188, 0.04);
}

.seminarhouse-voice-item:not(:first-child) {
	margin-top: 50px;
}

.seminarhouse-voice-item::after {
	position: absolute;
	top: -18px;
	right: 10px;
	display: block;
	width: 48px;
	height: 40px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2258.184%22%20height%3D%2249.201%22%20viewBox%3D%220%200%2058.184%2049.201%22%3E%3Cpath%20d%3D%22M17.762-86.06C31.3-92.9%2C38.006-103.22%2C38.006-117.028c0-11.529-4.558-18.233-13-18.233-6.3%2C0-10.725%2C4.424-10.725%2C11.261%2C0%2C6.435%2C4.96%2C10.323%2C10.725%2C10.323a4.561%2C4.561%2C0%2C0%2C0%2C1.341-.134c-.134%2C8.848-4.424%2C14.345-13%2C19.171Zm33.516%2C0c13.54-6.837%2C20.244-17.16%2C20.244-30.969%2C0-11.529-4.558-18.233-13-18.233-6.3%2C0-10.725%2C4.424-10.725%2C11.261%2C0%2C6.435%2C4.96%2C10.323%2C10.725%2C10.323a4.561%2C4.561%2C0%2C0%2C0%2C1.341-.134c-.134%2C8.848-4.424%2C14.345-13%2C19.171Z%22%20transform%3D%22translate%28-13.338%20135.261%29%22%20fill%3D%22%231ba9bc%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
	background-size: contain;
}

.seminarhouse-voice-item-heading {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 20px;
}

.seminarhouse-voice-item-heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: url(../images/seminar-house/voice_dotline.png) 0 0 no-repeat;
	background-size: contain;
}

.seminarhouse-voice-item-title {
	font-size: 20px;
	color: #1ba9bc;
}

.seminarhouse-voice-item-label {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	height: 32px;
	padding: 8px 22px 8px 16px;
	margin-top: 12px;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	background-color: #1ba9bc;
}

.seminarhouse-voice-item-label::before,
.seminarhouse-voice-item-label::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 16px 8px 16px 0;
}

.seminarhouse-voice-item-label::before {
	z-index: 1;
	border-color: transparent #fff transparent transparent;
}

.seminarhouse-voice-item-label::after {
	z-index: 2;
	border-color: transparent rgba(27, 169, 188, 0.04) transparent transparent;
}

.seminarhouse-voice-item-content {
	display: flex;
	flex-direction: column;
}

.seminarhouse-voice-item-text {
	order: 2;
	margin-top: 20px;
}

.seminarhouse-voice-item-img {
	order: 1;
}

.seminarhouse-voice-item-img img {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.seminarhouse-promise {
	padding: 20px 0 60px;
}

.seminarhouse-promise-title-large {
	font-size: 30px;
}

.seminarhouse-promise-content {
	margin-top: 28px;
}

.seminarhouse-promise-item {
	display: flex;
	flex-direction: column;
}

.seminarhouse-promise-item:not(:first-child) {
	margin-top: 40px;
}

.seminarhouse-promise-item-img {
	order: 2;
	margin-top: 40px;
	text-align: center;
}

.seminarhouse-promise-item-text {
	order: 1;
}

.seminarhouse-promise-item-title {
	position: relative;
	margin-bottom: 22px;
	font-size: 26px;
	line-height: 1.6;
	color: #1ba9bc;
}

.seminarhouse-promise-item-title::after {
	position: absolute;
	top: 0;
	left: -42px;
	z-index: -1;
	display: block;
	width: 120px;
	height: 120px;
	content: "";
	background-color: rgba(27, 169, 188, 0.1);
	border-radius: 50%;
}

.seminarhouse-promise-item-num {
	position: relative;
	display: block;
	width: 2em;
	padding: 15px 0;
	font-size: 30px;
	line-height: 1;
}

.seminarhouse-promise-item-num::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 4px;
	content: "";
	background-color: #222;
}

.seminarhouse-access {
	padding: 60px 0;
	background: #f5f4ec;
}

.seminarhouse-access-title {
	font-size: 26px;
}

.seminarhouse-access-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.seminarhouse-access-item {
	box-sizing: border-box;
	width: 100%;
	padding: 30px 16px;
	text-align: center;
}

.seminarhouse-access-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 73.5%;
}

.seminarhouse-access-img &gt; img {
	position: absolute;
	top: 0;
	left: 0;
}

.seminarhouse-access-shop {
	margin-top: 14px;
	font-size: 20px;
	font-weight: 700;
	color: #1ba9bc;
}

.seminarhouse-access-address {
	position: relative;
	padding-top: 17px;
	margin-top: 14px;
}

.seminarhouse-access-address::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	height: 3px;
	content: "";
	background: #222;
	transform: translateX(-50%);
}

.seminarhouse-access-btn {
	margin-top: 12px;
}

.seminarhouse-access-btn a {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	background: #1ba9bc;
	border-radius: 20px;
}

.seminarhouse-access-btn a::before {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	transform: rotate(45deg) translateY(-50%);
}

.seminarhouse-staff {
	padding: 60px 0;
}

.seminarhouse-staff-title-large {
	font-size: 29px;
}

.seminarhouse-staff-items {
	margin-top: 28px;
}

.seminarhouse-staff-item {
	margin-top: 70px;
}

.seminarhouse-staff-item:first-child {
	margin-top: 0;
}

.seminarhouse-staff-img {
	vertical-align: top;
}

.seminarhouse-staff-name {
	position: relative;
	padding-bottom: 20px;
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
}

.seminarhouse-staff-name::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 30px;
	height: 4px;
	content: "";
	background: #222;
	transform: translateX(-50%);
}

.seminarhouse-staff-name-alphabet {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #1ba9bc;
}

.seminarhouse-staff-catch {
	font-weight: 700;
}

.seminarhouse-staff-catch::before {
	content: "■ ";
}

.seminarhouse-staff-catch + p {
	margin-top: 0 !important;
}

.seminarhouse-staff-table {
	position: relative;
	width: 100%;
	padding: 20px 0;
	margin: 32px 0 0;
	border: none;
}

.seminarhouse-staff-table::before,
.seminarhouse-staff-table::after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: url(../images/seminar-house/staff_dotline.png) repeat-x 0 0/contain;
}

.seminarhouse-staff-table::before {
	top: 0;
}

.seminarhouse-staff-table::after {
	bottom: 0;
}

.seminarhouse-staff-table th,
.seminarhouse-staff-table td {
	padding: 8px 5px;
	border: none;
}

.seminarhouse-staff-table th {
	position: relative;
	padding-left: 14px;
	text-align: left;
	vertical-align: top;
	background: none;
}

.seminarhouse-staff-table th::before {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	width: 2px;
	height: 12px;
	content: "";
	background: #1ba9bc;
}

.seminarhouse-form {
	padding: 40px 20px 60px;
	padding: 40px 0 100px;
}

.seminarhouse-cta {
	position: relative;
	z-index: 1;
}

.seminarhouse-cta::before,
.seminarhouse-cta::after {
	display: block;
	width: 100%;
	height: 2.66vw;
	content: "";
	background: url(../images/seminar-house/cta_deco.png) 0 0 no-repeat;
	background-size: cover;
}

.seminarhouse-cta::before {
	margin-bottom: -1px;
}

.seminarhouse-cta::after {
	margin-top: -1px;
	transform: rotate(180deg);
	transform-origin: center center 0;
}

.seminarhouse-cta-inner {
	position: relative;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
	background-color: #1ba9bc;
}

.seminarhouse-cta-copy,
.seminarhouse-cta-btn {
	max-width: 100%;
}

.seminarhouse-cta-btn {
	display: inline-block;
	margin-top: 10px;
}

.seminarhouse-mv + .seminarhouse-cta,
.seminarhouse-worry + .seminarhouse-cta,
.seminarhouse-cta + .seminarhouse-access {
	margin-top: -10px;
}

.seminarhouse-cta + .seminarhouse-access {
	margin-bottom: -10px;
}

.bg-brown-texture {
	background-image: none;
}

.seminarhouse-form-container {
	padding: 0;
}

.seminarhouse-form .reservation-box {
	max-width: 780px;
	margin: 0 auto;
}

#contact-sec &gt; .section-inner {
	display: none;
}

@media screen and (min-width: 520px) {
	.u-d-sp {
		display: none;
	}

	.u-d-pc {
		display: inline-block;
	}

	.u-title-rule::after {
		height: 60px;
		background-position: top 24px center;
		background-size: 46%;
	}

	.u-title-rule-primary::after {
		height: 60px;
		background-position: top 24px center;
		background-size: 46%;
	}
}

@media screen and (min-width: 960px) {
	.u-title-slash::before,
	.u-title-slash::after {
		width: 6px;
	}

	.u-title-rule {
		font-size: 38px;
	}

	.u-title-rule::after {
		height: 80px;
		background-position: top 38px center;
		background-size: 37.4%;
	}

	.u-title-rule-primary {
		font-size: 38px;
	}

	.u-title-rule-primary::after {
		height: 80px;
		background-position: top 38px center;
		background-size: 37.4%;
	}

	.seminarhouse-mv {
		height: 660px;
	}

	.seminarhouse-mv-copy {
		top: 50%;
		left: 20px;
		max-width: 50%;
		transform: translate(0, -52%);
		text-align: left;
	}

	.seminarhouse-intro {
		padding: 70px 0 100px;
	}

	.seminarhouse-intro-title {
		font-size: 38px;
	}

	.seminarhouse-intro-title-accent {
		font-size: 46px;
	}

	.seminarhouse-intro-inner {
		flex-direction: row;
		margin-top: 52px;
	}

	.seminarhouse-intro-img {
		width: 56.4%;
		margin-right: 4.6%;
		text-align: right;
	}

	.seminarhouse-intro-text {
		width: 39%;
		margin-top: 0;
	}

	.seminarhouse-worry {
		padding: 100px 0;
	}

	.seminarhouse-worry-title-large {
		font-size: 60px;
	}

	.seminarhouse-worry-title-accent::before {
		top: -52px;
		left: -24px;
		width: 48px;
		height: 60px;
	}

	.seminarhouse-worry-content {
		margin-top: 26px;
	}

	.seminarhouse-worry-content::before {
		top: 14px;
		left: 14px;
	}

	.seminarhouse-worry-list {
		padding: 32px 50px 50px;
	}

	.seminarhouse-worry-list li {
		padding-left: 70px;
		font-size: 24px;
	}

	.seminarhouse-worry-list li::before {
		top: 18px;
		left: 20px;
		width: 35px;
		height: 35px;
	}

	.seminarhouse-question {
		padding: 100px 0;
	}

	.seminarhouse-question-title-large {
		font-size: 60px;
	}

	.seminarhouse-question-title-large::before {
		right: -40px;
		width: 48px;
		height: 60px;
	}

	.seminarhouse-reason {
		padding-bottom: 70px;
	}

	.seminarhouse-reason-catch {
		font-size: 68px;
	}

	.seminarhouse-reason-title-large {
		font-size: 60px;
	}

	.seminarhouse-reason-item:not(:first-child) {
		margin-top: 70px;
	}

	.seminarhouse-reason-item-title {
		min-height: 186px;
		font-size: 56px;
	}

	.seminarhouse-reason-item-title::after {
		width: 186px;
		height: 186px;
	}

	.seminarhouse-reason-item-num {
		font-size: 49px;
	}

	.seminarhouse-reason-item-img {
		margin-top: 40px;
	}

	.seminarhouse-kids {
		padding-top: 70px;
	}

	.seminarhouse-kids-title-large {
		font-size: 46px;
	}

	.seminarhouse-voice {
		padding: 100px 0 70px;
	}

	.seminarhouse-voice-title-large {
		font-size: 60px;
	}

	.seminarhouse-voice-item {
		padding: 40px 64px 56px;
	}

	.seminarhouse-voice-item::after {
		width: 60px;
		height: 50px;
	}

	.seminarhouse-voice-item-heading {
		padding-bottom: 44px;
		margin-bottom: 40px;
	}

	.seminarhouse-voice-item-title {
		font-size: 34px;
	}

	.seminarhouse-voice-item-label {
		height: 40px;
		font-size: 16px;
		line-height: 1.2;
	}

	.seminarhouse-voice-item-label::before,
	.seminarhouse-voice-item-label::after {
		border-width: 20px 8px 20px 0;
	}

	.seminarhouse-voice-item-content {
		flex-direction: row;
	}

	.seminarhouse-voice-item-text {
		order: 1;
		width: 48%;
		margin-top: 0;
		margin-right: 5%;
	}

	.seminarhouse-voice-item-img {
		order: 2;
		width: 47%;
	}

	.seminarhouse-promise {
		padding: 40px 0 100px;
	}

	.seminarhouse-promise-title-large {
		font-size: 60px;
	}

	.seminarhouse-promise-item {
		flex-direction: row;
		justify-content: space-between;
	}

	.seminarhouse-promise-item:not(:first-child) {
		margin-top: 70px;
	}

	.seminarhouse-promise-item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.seminarhouse-promise-item:nth-child(1) .seminarhouse-promise-item-img {
		padding-top: 28px;
	}

	.seminarhouse-promise-item:nth-child(2) {
		align-items: flex-end;
	}

	.seminarhouse-promise-item-img {
		order: 1;
		width: 43.4%;
		margin-top: 0;
	}

	.seminarhouse-promise-item-text {
		order: 2;
		width: 52%;
	}

	.seminarhouse-promise-item-title {
		font-size: 38px;
	}

	.seminarhouse-promise-item-title::after {
		left: -62px;
		width: 158px;
		height: 158px;
	}

	.seminarhouse-promise-item-num {
		padding-top: 25px;
	}

	.seminarhouse-access {
		padding: 100px 0;
	}

	.seminarhouse-access-title {
		font-size: 52px;
	}

	.seminarhouse-access-item {
		width: 33.3%;
	}

	.seminarhouse-staff {
		padding: 100px 0;
	}

	.seminarhouse-staff-title-large {
		font-size: 58px;
	}

	.seminarhouse-staff-items {
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
		margin: 28px -20px 0;
	}

	.seminarhouse-staff-item {
		box-sizing: border-box;
		width: 50%;
		padding: 0 20px;
	}

	.seminarhouse-staff-item:nth-child(2) {
		margin-top: 0;
	}

	.seminarhouse-staff-name {
		font-size: 34px;
	}

	.seminarhouse-form {
		padding: 70px 0 100px;
		padding-bottom: 140px;
	}

	.seminarhouse-cta::before,
	.seminarhouse-cta::after {
		height: 2.2vw;
	}

	.seminarhouse-mv + .seminarhouse-cta,
	.seminarhouse-worry + .seminarhouse-cta,
	.seminarhouse-cta + .seminarhouse-access {
		margin-top: -30px;
	}

	.seminarhouse-cta + .seminarhouse-access {
		margin-bottom: -30px;
	}
}

@media screen and (min-width: 1040px) {
	.seminarhouse-container {
		width: 1040px;
	}

	.seminarhouse-mv {
		padding-top: 0;
		margin: 0 calc(50% - 50vw);
		background-image: url(../images/seminar-house/mv_bg.jpg);
	}

	.seminarhouse-mv-copy {
		left: 0;
		max-width: inherit;
		transform: translate(-46px, -52%);
	}

	.seminarhouse-intro-inner {
		flex-direction: row;
		width: 110%;
		margin-left: -10%;
	}

	.seminarhouse-kids-img {
		width: 100vw;
		margin: 20px calc(50% - 50vw) 0;
	}
}

@media screen and (max-width: 767px) {
	.f-fixed {
		display: none;
	}
}
</pre></body></html>