@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	min-width: fit-content;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

img {
	display: block;
	width: 100%;
}

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
}

a {
	text-decoration: none;
	color: inherit;
}

a,
img {
	display: block;
	height: 100%;
}

button {
	font-family: inherit;
}

figure,
picture {
	display: block;
}

:root,
html {
	font-size: 20px !important;
}

@media screen and (max-width: 750px) {
	:root,
	html {
		font-size: calc(20 * 0.1333333333vw) !important;
	}
}
.max-width-wrapper {
	position: relative;
	width: 100%;
	max-width: 37.5rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	color: #150305;
	font-style: normal;
	z-index: 1;
	margin: 0 auto;
}

.background-wrapper {
	background-image: url('/fp/seminar/images/background-texture.png');
	background-repeat: repeat;
	background-size: auto;
	background-position: center center;
}

.section-title {
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

header {
	display: flex;
	width: 100%;
	height: 4.8rem;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	font-size: 1.26rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	cursor: pointer;
}

header figure {
	width: 9.5rem;
}

.hero {
	position: relative;
	padding-top: 1.6rem;
	background-color: #fffbeb;
}
.hero__image {
	position: relative;
	padding-right: 4rem;
}
.hero__image .free {
	position: absolute;
	width: 11.5rem;
	height: 11.5rem;
	right: 1.4rem;
	bottom: -3.5rem;
}
.hero__title-sub {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-weight: 500;
	padding-left: 1.6rem;
	margin-top: 2rem;
}
.hero__title-main {
	font-size: 3.8rem;
	line-height: 1.6;
	letter-spacing: 0;
	font-weight: bold;
	padding-left: 1.4rem;
	margin-top: 0.4rem;
}
.hero__description {
	font-size: 1.5rem;
	line-height: 1.69;
	letter-spacing: 0.08em;
	font-weight: 500;
	margin-top: 3.4rem;
}
.hero__camera-mic-off {
	width: calc(100% - 1.6rem * 2);
	padding-top: 0.75rem;
	padding-bottom: 2.25rem;
	margin: 0 auto;
}
.c-btn-orange {
	font-size: 16px !important;
}
.form__tyuki p {
	font-size: 16px !important;
}
.overview {
	background-color: #fffbeb;
	padding-top: 3.2rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	padding-bottom: 2.6rem;
}
.overview__inner-wrapper {
	background-color: #fff;
	border: 0.2rem solid #ffda51;
	border-top-right-radius: 4.5rem;
	border-bottom-left-radius: 4.5rem;
	padding-top: 2.2rem;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
	padding-bottom: 3rem;
}
.overview__title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.04em;
}
.overview__items {
	display: flex;
	flex-direction: column;
	gap: 3.1rem;
	margin-top: 2.4rem;
}
.overview__items .item__title {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1;
}
.overview__items .item__title::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.3rem;
	bottom: -0.8rem;
	left: 0;
	background-color: #ffda51;
	z-index: 0;
}
.overview__items .item__descriptions {
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 2rem;
}
.overview__items .item__descriptions__description {
	margin-top: 1.2rem;
}
.overview__items .item__descriptions__description .day {
	font-size: 1.4rem;
	margin-left: 0.4rem;
}
.overview__items .item__descriptions__description .or {
	font-size: 1.2rem;
	color: #929292;
	margin-left: 1.2rem;
}
.overview__items .item.host .item__descriptions {
	letter-spacing: 0;
}
.overview__items .item.location .item__descriptions {
	font-size: 1.8rem;
}
.overview__items .item.location .item__descriptions .item__descriptions__description:nth-of-type(2) {
	margin-top: 0.4rem;
}
.overview__items .item.location .item__descriptions .note {
	color: #929292;
	font-size: 1.4rem;
}
.overview__items .item.description .item__descriptions__description {
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-size: 1.8rem;
}
.overview__items .item.description .item__descriptions__description:nth-of-type(2) {
	margin-top: 0.4rem;
}
.overview__to-form {
	display: flex;
	width: 100%;
	height: 5.2rem;
	gap: 1.2rem;
	background-color: #75932f;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 7rem;
	margin-top: 1.4rem;
	cursor: pointer;
}
.overview__to-form p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.overview__to-form figure {
	width: 0.8rem;
	transform: rotate(270deg);
}

.instructor {
	position: relative;
	padding-top: 2.2rem;
	padding-bottom: 1.2rem;
	background-color: #fff;
}
.instructor__heading {
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-align: center;
}
.instructor__image {
	position: relative;
	width: calc(100% - 1.6rem);
	margin-left: auto;
	margin-top: 0.8rem;
	aspect-ratio: 360 / 170;
	overflow: hidden;
	border-top-left-radius: 4.5rem;
	border-bottom-left-radius: 4.5rem;
}
.instructor__image img {
	height: auto;
	transform: translateY(-2rem);
}
.instructor__name {
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.04em;
	font-weight: bold;
	color: #707070;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}
.instructor__description {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.faq {
	padding: 4.2rem 1.6rem;
	padding-top: 2rem;
	background-color: #fff;
}
.faq__items {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding-top: 2.4rem;
	padding-left: 2.8rem;
}
.faq .item__question {
	position: relative;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
}
.faq .item__question::before {
	content: 'Q';
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #ffe891;
	font-size: 2.2rem;
	top: 0.2rem;
	left: -2.6rem;
	letter-spacing: 0.04em;
	line-height: 1;
}
.faq .item__answer {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 1.8rem;
}
.faq .item__answer::before {
	content: 'A';
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #ffe891;
	font-size: 2.2rem;
	top: 0.2rem;
	left: -2.6rem;
	letter-spacing: 0.04em;
	line-height: 1;
}
.faq__to-form {
	display: flex;
	height: 5.2rem;
	gap: 1.2rem;
	border-radius: 7rem;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	text-align: center;
	background-color: #75932f;
	margin-top: 2.6rem;
	cursor: pointer;
}
.faq__to-form p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
.faq__to-form figure {
	width: 0.8rem;
	transform: rotate(270deg);
}
