@charset "UTF-8";
#mv {
	padding-bottom: 0;
}
#mv .inner {
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 100%;
}
.mv__txt {
	font-size: 52px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	position: absolute;
	top: -50px;
	left: 60px;
}
#mv picture {
	width: 100%;
}
#mv img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#mv .inner {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
}

.slide {
	position: relative;
	margin: 0 auto;
}
.swiper {
	max-width: 1160px;
}
.showroom {
	padding-bottom: 180px;
}
.showroom .inner {
	position: relative;
	max-width: 1280px;
}
.showroom .heading {
	margin-bottom: 75px;
}
.showroom .heading h2 span {
	padding: 35px 45px;
	background-image: url(../img/showroom/bg-showroom_ttl.png);
}
.showroom .swiper-slide {
	position: relative;
}
.showroom .swiper-slide::before {
	content: "";
	display: block;
	padding-top: calc(200% / 3);
}
.showroom .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: contain;
	border-radius: 30px;
}

.showroom .txt {
	text-align: center;
	line-height: 2;
	margin-top: 70px;
}
.showroom .txt p ~ p {
	margin-top: 30px;
}
.swiper-button-next,
.swiper-button-prev {
	color: #000;
}
@media screen and (max-width: 1024px) {
	.showroom {
		padding-bottom: 70px;
	}
	.showroom .heading {
		margin-bottom: 40px;
	}
	.showroom .heading h2 span {
		background-position: center;
	}
}

@media screen and (max-width: 767px) {
	.showroom {
		padding-top: 70px;
	}
	.showroom .heading h2 span {
		width: 100%;
		padding: 0;
	}
	.showroom .txt {
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
}

.greeting {
	padding-bottom: 400px;
}
.greeting .inner {
	position: relative;
	max-width: 640px;
}
.greeting .heading h2 span {
	padding: 0 80px 35px;
	background-image: url(../img/greeting/bg-greeting_ttl.png);
	background-position: 70% center;
}
.greeting .txt {
	position: relative;
	text-align: center;
	line-height: 2;
	margin-top: 20px;
}
.greeting .txt span {
	font-size: 125%;
	color: #477a9e;
}
.greeting .txt p ~ p {
	margin-top: 30px;
}
.greeting01,
.greeting02,
.greeting03 {
	display: block;
	position: absolute;
}
.greeting01 {
	width: 20%;
	top: 15%;
	left: -8%;
}
.greeting02 {
	width: 35%;
	bottom: -5%;
	right: -30%;
}
.greeting03 {
	width: 30%;
	bottom: -40%;
	right: 0;
}
@media screen and (max-width: 1024px) {
	.greeting {
		padding-bottom: 160px;
	}
	.greeting .heading h2 span {
		padding: 0 120px 30px;
		background-position: center bottom;
	}
	.greeting .txt {
		margin-top: 10px;
	}
	.greeting01 {
		width: 15%;
		left: 0%;
	}
	.greeting02 {
		width: 20%;
		bottom: 2%;
		right: -5%;
	}
	.greeting03 {
		width: 20%;
		bottom: -20%;
		right: 7%;
	}
}

@media screen and (max-width: 767px) {
	.greeting .heading {
		margin-bottom: 10px;
	}
	.greeting .heading h2 span {
		width: 100%;
		max-width: 300px;
		padding: 0 0 25px;
	}
	.greeting01 {
		top: -7%;
		left: 10%;
	}
	.greeting02 {
		right: 0%;
	}
	.greeting03 {
		width: 25%;
		bottom: -35%;
	}
}

@media screen and (max-width: 480px) {
}

.bg01 {
	background-image: url(../img/ourteam/bg-ourteam.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 100%;
}
.swiper-pagination-horizontal.swiper-pagination-bullets {
	top: auto;
	bottom: -60px;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 10px;
}
.swiper-pagination-bullet-active {
	background-color: #477a9d;
}
.voice {
	padding-top: 30px;
}
.voice .inner {
	position: relative;
	max-width: 1280px;
}
.voice .heading {
	margin-bottom: 70px;
}
.voice01 {
	width: 11%;
	position: absolute;
	top: -11%;
	left: 28%;
}
.voice02 {
	width: 16%;
	position: absolute;
	right: 10%;
	top: 3%;
	z-index: 0;
}
@media screen and (max-width: 1024px) {
	.bg01 {
		background-image: url(../img/ourteam/bg-ourteamMD.png);
	}
	.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 8px;
	}
	.voice .heading {
		margin-bottom: 40px;
	}
	.voice01 {
		width: 14%;
		top: -15%;
		left: 21%;
	}
	.voice02 {
		top: 7%;
		right: 7%;
	}
}

@media screen and (max-width: 767px) {
	.voice .heading {
		margin-bottom: 70px;
	}
	.voice01 {
		width: 20%;
		top: -12%;
		left: 10%;
	}
	.voice02 {
		width: 22%;
		top: 20%;
		right: 15%;
	}
}

@media screen and (max-width: 480px) {
}

.ourteam {
	padding-top: 100px;
	padding-bottom: 120px;
}
.ourteam .inner {
	position: relative;
	max-width: 850px;
	transform: translateX(10%);
}
.ourteam .heading {
	margin-bottom: 75px;
}
.ourteam .list {
	row-gap: 30px;
	column-gap: 120px;
}
.ourteam .item {
	width: 180px;
}
.ourteam .img::before {
	padding-top: 100%;
}
.ourteam .name {
	color: #535353;
	margin-top: 20px;
}
.ourteam .name .en {
	font-size: 14px;
	color: #535353;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1ce57;
}
.ourteam .name .ja {
	font-size: 25px;
	margin-top: 5px;
}
.ourteam01 {
	display: block;
	width: 35%;
	position: absolute;
	bottom: 20%;
	left: -20%;
}

@media screen and (max-width: 1024px) {
	.ourteam {
		padding-top: 140px;
		padding-bottom: 70px;
	}
	.ourteam .inner {
		max-width: 800px;
		transform: translateX(0%);
	}
	.ourteam .heading {
		margin-bottom: 40px;
	}
	.ourteam .list {
		row-gap: 30px;
		column-gap: 30px;
	}
	.ourteam .c-button {
		margin-top: 40px;
	}
	.ourteam01 {
		width: 25%;
		bottom: 0%;
		left: 4%;
	}
}

@media screen and (max-width: 767px) {
	.ourteam .list {
		margin-top: 40px;
	}
	.ourteam .inner {
		background-size: 80px auto;
		background-position: 90% 93%;
	}
	.ourteam01 {
		width: 30%;
		bottom: -4%;
		left: 4%;
	}
}

@media screen and (max-width: 480px) {
	.ourteam {
		padding-top: 30px;
	}
	.ourteam .inner {
		background-position: 90% 95%;
	}
}

.quality {
	padding: 175px 0 130px;
}
.quality .inner {
	max-width: 960px;
}
.quality .list {
	max-width: 600px;
	margin: 0 auto;
}
.quality .heading h2 span {
	padding: 20px 120px 45px;
	background-image: url(../img/quality/bg-quality_ttl.png);
	background-repeat: no-repeat;
	background-position: 70% center;
}
.quality .item {
	display: flex;
	gap: 40px;
}
.quality .num {
	font-size: 100px;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	color: #4e4e4e;
	padding-left: 70px;
	background-image: url(../img/quality/ico-flag.png);
	background-repeat: no-repeat;
	background-position: left 70px;
}
.quality .item .txt {
	padding-top: 35px;
	line-height: 2;
}
.quality .item .font01 {
	font-size: 125%;
}
.quality .item .font02 {
	margin-top: 30px;
}
.quality .list + .image img {
	margin-left: auto;
}

@media screen and (max-width: 1024px) {
	.quality {
		padding-top: 65px;
		padding-bottom: 90px;
	}
	.quality .heading {
		margin-bottom: 0;
	}
	.quality .heading .en {
		margin-bottom: 0;
	}
	.quality .item .font02 {
		margin-top: 30px;
	}
	.quality .list + .image img {
		width: 20%;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.quality {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.quality .heading h2 span {
		width: 100%;
		max-width: 350px;
		padding: 20px 0px 45px;
	}
	.quality .item {
		flex-direction: column;
		gap: 0px;
	}
	.quality .num {
		font-size: 50px;
		padding-left: 40px;
		background-position: left 35px;
		background-size: 25px auto;
	}
	.quality .item .txt {
		padding-top: 0;
	}
	.quality .item .font02 {
		margin-top: 20px;
	}
	.cta__item {
		width: 100%;
	}
}

.lineup {
	padding-top: 150px;
	padding-bottom: 200px;
	background-image: url(../img/lineup/bg-lineup.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.lineup .inner {
	max-width: 960px;
}
.lineup .heading {
	margin-bottom: 65px;
}
.lineup .list {
	gap: 20px;
	margin-bottom: 200px;
}
.lineup .item {
	width: calc(25% - 15px);
	background-color: #fff;
	padding: 20px;
	clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px));
}
.lineup .image01 img {
	width: 100%;
}
.lineup .image + .image {
	margin-top: 30px;
}
.lineup .image + .image img {
	margin: 0 auto;
}
.lineup .txt01 {
	text-align: center;
	margin-top: 20px;
}
.lineup .txt01 p {
	position: relative;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
}
.lineup .txt01 p::after {
	content: "";
	display: block;
	width: 55px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #eae778;
}
.lineup .txt01 a {
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
	.lineup {
		padding-top: 65px;
		padding-bottom: 100px;
	}
	.lineup .heading {
		margin-bottom: 40px;
	}
	.lineup .list {
		gap: 20px;
		margin-bottom: 150px;
	}
	.lineup .item {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 767px) {
	.lineup {
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.lineup .list {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 480px) {
	.lineup .item {
		width: 100%;
	}
}

.contactus {
	position: relative;
	padding-top: 100px;
	padding-bottom: 65px;
	background-color: #fff;
	border-radius: 50px;
}
.contactus .inner {
	max-width: 960px;
}
.contactus .txt {
	line-height: 2;
	text-align: center;
}
.contactus .txt span {
	background-color: #fffcb4;
}
.contactus01 {
	width: 18%;
	position: absolute;
	left: 5%;
	top: 100%;
}
.contactus02 {
	width: 12%;
	position: absolute;
	right: 15%;
	bottom: -15%;
}
@media screen and (max-width: 1024px) {
	.contactus {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.contactus .absolute-heading {
		top: -60px;
	}
	.contactus02 {
		right: 7%;
	}
}
@media screen and (max-width: 767px) {
	.contactus {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.contactus .absolute-heading {
		top: -20%;
	}
	.contactus01 {
		width: 20%;
		left: 12%;
	}
	.contactus01 {
		width: 18%;
	}
}

.message {
	padding-top: 90px;
	padding-bottom: 140px;
	background-image: url(../img/message/bg-message.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.message .inner {
	max-width: 960px;
}
.message .font01 {
	font-size: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.message .font02 {
	margin-bottom: 50px;
}
.message .font02 .ja {
	display: inline-block;
	font-size: 75px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	color: #477a9e;
	margin-right: 20px;
}
.message .font02 .en {
	font-size: 20px;
	color: #477a9e;
}
.message .font03 {
	line-height: 2;
}
.message .font03 ~ .font03 {
	margin-top: 30px;
}
.message .box {
	position: relative;
	height: 310px;
	background-color: #fff;
	margin-top: 140px;
	border-radius: 50px;
}
.message01 {
	width: 29%;
	position: absolute;
	left: 10%;
	bottom: 0%;
}
.message02 {
	width: 23%;
	position: absolute;
	right: 6%;
	bottom: -13%;
}
.message .font04 {
	font-size: 24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	left: 47%;
	top: 15%;
}
.message .font04 span {
	background-color: #fffcb4;
}
@media screen and (max-width: 1024px) {
	.message {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.message .font01 {
		font-size: 20px;
	}
	.message .font02 {
		margin-bottom: 20px;
	}
	.message .font02 .ja {
		font-size: 50px;
		margin-right: 10px;
	}
	.message .font02 .en {
		font-size: 16px;
	}
	.message .font03 ~ .font03 {
		margin-top: 20px;
	}
	.message .box {
		height: 240px;
		margin-top: 70px;
	}
	.message01 {
		left: 5%;
	}
	.message02 {
		width: 25%;
		right: 2%;
		bottom: -10%;
	}
	.message .font04 {
		font-size: 20px;
		left: 40%;
		top: 15%;
	}
}
@media screen and (max-width: 767px) {
	.message {
		padding-top: 45px;
		padding-bottom: 80px;
	}
	.message .font01 {
		font-size: 20px;
	}
	.message .font02 .ja {
		font-size: 40px;
	}
	.message .font02 .en {
		font-size: 16px;
	}
	.message .box {
		height: 280px;
		margin-top: 40px;
	}
	.message01 {
		width: 30%;
		left: 20px;
	}
	.message02 {
		width: 36%;
		right: 20px;
		bottom: 10%;
	}
	.message .font04 {
		font-size: 18px;
		left: 20px;
	}
}
@media screen and (max-width: 480px) {
	.message01 {
		max-width: 100px;
	}
	.message .font04 {
		font-size: 3.5vw;
	}
}

.top-works {
	padding-top: 120px;
	padding-bottom: 150px;
}
.top-works .inner {
	max-width: 1280px;
}
.top-works .heading {
	margin-bottom: 120px;
}
.top-works .heading .en {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.top-works {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.top-works .heading {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.top-works {
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.top-works .c-button {
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px) {
}

.top-blog {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/top-blog/bg-blog.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-blog .inner {
	max-width: 960px;
	height: 728px;
	display: flex;
	padding-top: 80px;
	background-image: url(../img/top-blog/bg-blog_inner.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.top-blog .heading {
	margin-bottom: 30px;
}
.top-blog .col {
	width: 50%;
	text-align: center;
}
.top-blog .txt {
	line-height: 2;
}
.top-blog01 {
	width: 50%;
	margin: 0 auto;
}
.top-blog02 {
	width: 100%;
}
.top-blog .c-button {
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	.top-blog {
		padding-top: 100px;
		padding-bottom: 65px;
	}
	.top-blog .inner {
		max-width: calc(100% - 40px);
		height: 550px;
		padding: 30px 0 0;
	}
	.top-blog .heading {
		margin-bottom: 20px;
	}
	.top-blog .heading .en {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.top-blog {
		padding-top: 80px;
		padding-bottom: 55px;
	}
	.top-blog .inner {
		height: 420px;
	}
	.top-blog .card {
		max-width: 440px;
		padding: 75px 0 0;
		margin-top: 0;
		background-size: 60px auto;
		background-position: 100% 0%;
	}
	.top-blog01 {
		width: 35%;
		max-width: 200px;
		position: absolute;
		right: 0;
		bottom: 120px;
	}
	.top-blog .c-button {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.top-blog .txt {
		font-size: 3vw;
	}
}

.simulation {
	padding-top: 100px;
}
.simulation .inner {
	position: relative;
	max-width: 1080px;
}
.simulation .heading {
	margin-bottom: 65px;
}
.simulation p {
	text-align: center;
	line-height: 2;
	margin-bottom: 80px;
}
.simulation .list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.simulation .item {
	width: calc(100% / 3 - 20px);
}
.simulation07 {
	width: 17%;
	position: absolute;
	top: 0;
	left: 12%;
}
.simulation08 {
	width: 35%;
	position: absolute;
	right: 0;
	top: 16%;
	z-index: -1;
}

@media screen and (max-width: 1024px) {
	.simulation {
		padding-top: 65px;
	}
	.simulation .heading {
		margin-bottom: 40px;
	}
	.simulation p {
		margin-bottom: 50px;
	}
	.simulation08 {
		top: 19%;
	}
}
@media screen and (max-width: 767px) {
	.simulation {
		padding-top: 45px;
	}
	.simulation p {
		margin-bottom: 80px;
	}
	.simulation .item {
		width: 100%;
	}
	.simulation07 {
		width: 20%;
		top: -2%;
		left: 4%;
	}
	.simulation08 {
		width: 36%;
		top: 11%;
	}
}
@media screen and (max-width: 480px) {
}
