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

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

body {
	background-color: #f5f4ea;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a {
	text-decoration: none;
}

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

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	transition: opacity 0.3s;
}

.main-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 96px;
}


.main-visual__title {
	margin-top: -50px;
}

.main-visual__title-ja {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: center;
}

.main-visual__title-en {
	color: #ffffff;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}

/* about main-visual */

.about-main-visual {
	aspect-ratio: 440/434;
	background-image: url(../../assets/img/services-fpfi-mainview-img-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-image-wrap p{
	margin: 0;
	padding: 0;
}

.services-button-wrap{
	text-align: center;
}


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

.about-main-visual {
	aspect-ratio: 1920/400;
	background-image: url(../../assets/img/about-mainview-img-pc.webp);
}

.main-visual__title-ja {
	font-size: 48px;
}

.main-visual__title-en {
	font-size: 26px;
	margin-top: 15px;
}

.sp-only--mainview {
	display: none;
}

.services-button-wrap a.button.large-size{
	font-size: 32px;
}


}

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

.main-visual {
	margin-bottom: 130px;
}
.main-visual.margin-bottom-zero{
	margin-bottom: 0;
}

}

