@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/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: 19rem;
	padding-left: 1.4rem;
	padding-bottom: 6.8rem;
}
.hero::before {
	content: '';
	position: absolute;
	width: 6.6rem;
	height: 52rem;
	top: 0;
	right: 0;
	background-color: rgba(206, 217, 161, 0.3);
}
.hero__title-main {
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-weight: bold;
}
.hero__title-sub {
	position: relative;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-weight: 500;
	z-index: 10;
}
.hero__title-sub span {
	font-weight: bold;
}
.hero__title-sub .underline {
	position: relative;
}
.hero__title-sub .underline::before {
	content: '';
	position: absolute;
	width: 94%;
	height: 1.2rem;
	bottom: 0.2rem;
	left: 0.3rem;
	background-color: #ffe891;
	border-radius: 30px;
	z-index: -1;
}
.hero__description {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.69;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 1.4rem;
	z-index: 1;
}
.hero__image {
	position: absolute;
}
.hero__image.image1 {
	width: 14.9rem;
	top: 1rem;
	right: 5rem;
}
.hero__image.image2 {
	width: 15rem;
	top: 4.4rem;
	left: 0;
}
.hero__image.image3 {
	width: 10.2rem;
	top: 12.8rem;
	right: 0;
}
.hero__image.image4 {
	width: 22.8rem;
	top: 55.8rem;
	left: 0;
}
.hero__image.image5 {
	width: 12.6rem;
	top: 51.2rem;
	right: 0;
}

.whatwethought {
	position: relative;
	padding-top: 18.8rem;
	background-image: url('/fp/images/whatwethought/background.svg');
	background-position: 0 8.75rem;
	background-size: contain;
	background-repeat: no-repeat;
}
.whatwethought__title {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-family: 'Shippori Mincho', serif;
	font-style: normal;
	font-weight: bold;
	padding-left: 4rem;
}
.whatwethought__description {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.04em;
	font-weight: 500;
	padding-left: 4.3rem;
}
.whatwethought__description.top {
	margin-top: 1.8rem;
}
.whatwethought__description.bottom {
	margin-top: 2.6rem;
}
.whatwethought__images {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 5.8rem;
	z-index: 10;
}
.whatwethought .image1 {
	position: absolute;
	width: 26.8rem;
	top: 4.8rem;
	right: 0;
}
.whatwethought .image2,
.whatwethought .image3 {
	position: relative;
	z-index: -1;
}

.features {
	position: relative;
	padding: 2.8rem 0 2.4rem 0;
}
.features__title-sub {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	margin: 0 auto;
	margin-top: 1.2rem;
}
.features__description {
	width: calc(100% - 1.6rem * 2);
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	border-radius: 1.6rem;
	margin-left: 1.6rem;
	margin-right: 1.6rem;
	margin-top: -3rem;
}
.features__description .description__heading {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.features__description .description__heading.main {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
}
.features__description .description__heading.main span {
	font-weight: bold;
}
.features__description .description__heading.sub {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.65;
	margin-top: 1.5rem;
}
.features__description .features__camera-mic-off {
	width: calc(100% - 1.8rem * 2);
	margin: 0 auto;
}
.features__description .features__present {
	display: flex;
	padding-left: 1.8rem;
	gap: 0.2rem;
	margin-top: 1.5rem;
}
.features__description .features__present__image {
	width: 4.8rem;
}
.features__description .features__present__description {
	display: flex;
	font-size: 1.6rem;
	align-items: center;
	font-weight: 500;
}
.features__description .features__link {
	display: flex;
	width: calc(100% - 1.6rem * 2);
	background-color: #75932f;
	justify-content: center;
	gap: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 7rem;
	padding: 1.6rem 0;
	margin: 0 auto;
	margin-top: 0.4rem;
	cursor: pointer;
}
.features__description .features__link p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.features__description .features__link figure {
	width: 0.8rem;
}
.service {
	position: relative;
	padding-bottom: 1.6rem;
}
.service::before {
	position: absolute;
	left: 0;
	top: -16.25rem;
	content: '';
	width: 18rem;
	height: 65.1rem;
	background-color: rgba(206, 217, 161, 0.3);
	z-index: -1;
}
.service .service__title {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}
.service .service__description {
	font-size: 1.5rem;
	line-height: 1.65;
	letter-spacing: 0.02em;
	font-weight: 500;
	padding-top: 1rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	padding-bottom: 1.6rem;
}
.service .service__services {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding-left: 1.6rem;
}
.service .service__services__service {
	position: relative;
	color: #587319;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding-top: 0.2rem;
	padding-left: 2.2rem;
}
.service .service__services__service::before {
	content: '';
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	left: 0;
	top: 0.1rem;
	background-image: url('/fp/images/clover.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.service .service__link {
	display: flex;
	width: calc(100% - 1.6rem * 2);
	background-color: #75932f;
	justify-content: center;
	gap: 1.2rem;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 7rem;
	padding: 1.6rem 0;
	margin: 0 auto;
	margin-top: 2.4rem;
	cursor: pointer;
}
.service .service__link p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.service .service__link figure {
	width: 0.8rem;
}

.faq {
	padding: 1.6rem 1.2rem 0.8rem 1.2rem;
}
.faq .item {
	position: relative;
	padding-top: 3.2rem;
	border-bottom: 0.1rem solid #e7e7e7;
	padding: 3.2rem 1rem 2rem 3.2rem;
}
.faq .item::before {
	content: 'Q.';
	position: absolute;
	font-family: 'Abhaya Libre', serif;
	color: #ffe891;
	font-size: 9.8rem;
	top: 0.2rem;
	left: -0.2rem;
	z-index: -1;
	letter-spacing: 0.04em;
	line-height: 1;
}
.faq .item__question {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.faq .item__answer {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
	margin-top: 0.6rem;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.footer__oisix-policy {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.footer__oisix-policy::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0.6rem;
	left: 0;
	background-color: #150305;
}
.footer a {
	display: flex;
	justify-content: center;
	gap: 1.2rem;
}
.footer a p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
