@charset "utf-8";

/* ---------- fv ---------- */

.fv {
    position: relative;
}

.fv_text {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #fff;
    z-index: 1;
}

.fv_text * {
	display: block;
	text-align: center;
	line-height: 1.5;
}

.fv_text span:nth-of-type(1) {
	font-family: "Lato", sans-serif;
	font-size: 1.4em;
    opacity: 0.17;
}

.fv_text span:nth-of-type(2) {
	font-family: "Zen Maru Gothic", serif;
}

.fv_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	z-index: 1;
}

@media screen and (min-width: 768px) {
    .fv_text {
        font-size: 1.2rem;
    }

	.fv_text span:nth-of-type(1) {
		font-size: 2.6em;
	}

	.fv_img {
		width: 25%;
	}
}

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

	.fv_text span:nth-of-type(1) {
		font-size: 3.6em;
	}
}

@media screen and (min-width: 1440px) {
    .fv_text {
        font-size: 2.6rem;
    }

	.fv_text span:nth-of-type(1) {
		font-size: 2.4em;
	}

	.fv_img {
		width: 22.5%;
	}
}

@media screen and (min-width: 1920px) {
    .fv_text {}

	.fv_text span:nth-of-type(1) {
		font-size: 3em;
	}
}

/* ---------- greeting ---------- */

.greeting_contentArea {
	position: relative;
}

.greeting_headline {
	position: absolute;
	top: 5%;
	left: -5%;
	height: 40%;
}

.greeting_headline img {
	height: 100%;
}

.greeting_textArea_1 {
	position: absolute;
	top: 12%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 85%;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-size: 2rem;
	font-weight: 700;
}

.greeting_textArea_1 span {
	display: block;
}

.greeting_textArea_1 span:nth-of-type(2) {
	margin-top: 0.5em;
	font-size: 0.5em;
}

.greeting_textArea_2 {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 85%;
	line-height: 2.5;
}

@media screen and (min-width: 768px) {
	.greeting_headline {
		position: absolute;
		top: 50%;
		left: -12px;
		transform: translate(0, -50%);
		height: 80%;
	}

	.greeting_textArea_1 {
		top: 6%;
		font-size: 1.6rem;
	}

	.greeting_textArea_1 span:nth-of-type(2) {
		font-size: 0.75em;
	}

	.greeting_textArea_2 {
		top: initial;
		bottom: 6%;
		text-align: center;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1024px) {
	.greeting_headline {
		left: -17px;
	}

	.greeting_textArea_1 {
		top: 20%;
		font-size: 2rem;
	}

	.greeting_textArea_2 {
		bottom: 20%;
	}
}

@media screen and (min-width: 1440px) {
	.greeting_headline {
		left: -24px;
	}

	.greeting_textArea_1 {
		top: 18%;
		font-size: 2.6rem;
	}

	.greeting_textArea_2 {
		bottom: 18%;
		font-size: 1.2rem;
		line-height: 2;
	}
}

@media screen and (min-width: 1920px) {
	.greeting_headline {
		left: -32px;
	}

	.greeting_textArea_1 {
		top: 20%;
		font-size: 3.3rem;
	}

	.greeting_textArea_2 {
		bottom: 20%;
	}
}

/* ---------- area ---------- */

.area_contentArea {
	position: relative;
	padding: 10% 5%;
}

.area_img {
	display: block;
	width: 80%;
	margin: 10% auto 0;
}

.area_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.area_img {
		width: 40%;
		margin: 5% auto 0;
	}

	.area_text {
		width: 80%;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.area_img {
		width: 30%;
		margin: 5% auto 0;
	}
}

@media screen and (min-width: 1440px) {
	.area_img {
		width: 25%;
	}

	.area_text {
		top: 52.5%;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.area_img {
		width: 20%;
	}

	.area_text {
		top: 47.5%;
		font-size: 1.6rem;
	}
}

/* ---------- service ---------- */

.service {
    position: relative;
	padding-bottom: 10%;
	background-image: url(../img/bg_sp.png);
}

.service_top {
	position: relative;
}

.service .headline {
    position: absolute;
    top: 15%;
    left: 5%;
    transform: none;
	text-align: left;
}

.service_top_text {
	width: 90%;
	text-align: left;
	color: #fff;
}

.service_top_text_1 {
	position: absolute;
    top: 40%;
    left: 5%;
	font-family: "Zen Maru Gothic", serif;
	font-size: 1rem;
	line-height: 1.5;
}

.service_top_text_2 {
	position: absolute;
    top: 55%;
    left: 5%;
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.6rem;
}

.service_flexbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 95%;
	margin: 5% auto 0;
}

.service_flexbox .box {
	position: relative;
}

.service_flexbox .box .box_text_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.2rem;
	color: #fff;
}

.service_flexbox .box .box_text_2 {
	position: absolute;
	bottom: 5%;
	right: 5%;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
	opacity: 0.3;
}

.service_bottom {
	width: 90%;
	margin: 10% auto 0;
}

.service_bottom_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.service_bottom_text_1 {
	display: block;
	margin: 0 auto 0;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.6rem;
	font-weight: 700;
}

.service_bottom_text_2 {
	display: block;
	margin: 5% auto 0;
	font-size: 1rem;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.service {
		background-image: url(../img/bg_pc.png);
		background-size: cover;
	}

	.service .headline {
        position: absolute;
        top: 20%;
        left: 5%;
        transform: none;
    }

	.service_top_text_1 {
		top: 50%;
		left: 5%;
		font-size: 1rem;
	}

	.service_top_text_2 {
		top: 65%;
		left: 5%;
		font-size: 1.4rem;
	}

	.service_flexbox {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: 80%;
		margin: -5% auto 0;
	}

	.service_flexbox .box {
		width: calc((100% - (12px * 1)) / 2);
	}

	.service_bottom_flex {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.service_bottom_textArea {
		flex: 6;
		margin-top: 2.5%;
	}

	.service_bottom_text_1 {
		text-align: left;
		font-size: 1.4rem;
	}

	.service_bottom_imgArea {
		flex: 4;
	}
}

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

@media screen and (min-width: 1440px) {
	.service .headline {
        left: 10%;
    }

	.service_top_text_1 {
		left: 10%;
		font-size: 1.2rem;
	}

	.service_top_text_2 {
		top: 65%;
		left: 10%;
		font-size: 1.6rem;
	}

	.service_flexbox {
		width: 70%;
	}

	.service_flexbox .box .box_text_1 {
		font-size: 1.6rem;
	}

	.service_flexbox .box .box_text_2 {
		font-size: 1.4rem;
	}

	.service_bottom {
		width: 80%;
		margin: 10% auto 0;
	}

	.service_bottom_flex {
		gap: 48px;
	}

	.service_bottom_text_1 {
		font-size: 1.6rem;
	}

	.service_bottom_text_2 {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.service_top_text_1 {
		font-size: 1.4rem;
	}

	.service_top_text_2 {
		font-size: 2rem;
	}

	.service_flexbox .box .box_text_1 {
		font-size: 2rem;
	}

	.service_flexbox .box .box_text_2 {
		font-size: 1.6rem;
	}

	.service_bottom_text_1 {
		font-size: 2rem;
	}
}

/* ---------- works ---------- */

.works {
    position: relative;
    padding: 15% 0;
	background-image: url(../img/works_slash.png);
	background-position: 75%;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .works {
        padding: 5% 0;
		background-size: contain;
		background-position: 0%;
    }

    .works .headline {
    }
}

@media screen and (min-width: 1024px) {
    .works .headline {
        top: 35%;
        left: 10%;
    }
}

@media screen and (min-width: 1440px) {
    .works .headline {
        top: 35%;
        left: 10%;
    }
}

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

/* ---------- フッター ---------- */

.footer {}

@media screen and (min-width: 768px) {
    .footer {
        background-size: cover;
    }
}

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

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

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

/* ----------  ---------- */



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

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

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

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