@charset "UTF-8";
/*-------------------------------------経営理念・ビジョン*/
.philosophy {
	overflow-x: hidden;
}
.philosophy .section {
	padding: 80px 0 0;
}
.philosophy .container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 80px;
}
.philosophy .container::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,170,95,1) 0%, rgba(255,255,225,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.philosophy .container .heading {
	width: 200px;
}
.philosophy .container .heading h2 {
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	background: rgb(255,110,50);
	background: linear-gradient(180deg, rgba(255,110,50,1) 0%, rgba(255,215,135,1) 100%);
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.philosophy .container .detail {
	width: calc(100% - 200px);
	padding-left: 50px;
}
.philosophy .container .detail .title {
	font-weight: 600;
	padding-left: 1.3em;
	margin-bottom: 1em;
	position: relative;
}
.philosophy .container .detail .title::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background-color: #ff7332;
	position: absolute;
	left: 0;
	top: 0.75em;
}
.philosophy .container .detail .catch {
	font-size: 3rem;
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 1px;
}
.philosophy .container .detail figure {
	margin-top: 4em;
}
.philosophy .container .detail figure img {
	border-radius: 30px;
}
@media screen and (max-width: 767px) {
	.philosophy .section {
		padding: 60px 0 0;
	}
	.philosophy .container {
		padding-bottom: 60px;
	}
	.philosophy .container .heading {
		width: 100px;
	}
	.philosophy .container .heading h2 {
		font-size: 6rem;
	}
	.philosophy .container .detail {
		width: calc(100% - 100px);
	}
	.philosophy .container .detail .catch {
		font-size: 2.2rem;
	}
	.philosophy .container .detail figure {
		margin-top: 2em;
		position: relative;
		overflow: hidden;
		height: 0;
		padding-top: 56.25%;
	}
	.philosophy .container .detail figure img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
}
@media screen and (max-width: 480px) {
	.philosophy .container {
		flex-direction: column;
	}
	.philosophy .container .heading {
		width: 100%;
		margin-bottom: 2em;
	}
	.philosophy .container .heading h2 {
		font-size: 4rem;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.philosophy .container .detail {
		width: 100%;
		padding-left: 0;
	}
	.philosophy .container .detail .catch {
		font-size: 1.8rem;
	}
}

.philosophy .motto .container .m_box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #666666;
}
.philosophy .motto .container .m_box .imagebox {
	width: 180px;
	padding: 40px 80px 40px 0;
}
.philosophy .motto .container .m_box .textbox {
	flex: 1;
}
.philosophy .motto .container .m_box .textbox .m_text {
	font-size: 2.2rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.philosophy .motto .container .m_box .imagebox {
		width: 140px;
		padding: 40px 60px 40px 0;
	}
	.philosophy .motto .container .m_box .textbox .m_text {
		font-size: 1.8rem;
		font-weight: 600;
	}
}
@media screen and (max-width: 480px) {
	.philosophy .motto .container .m_box .imagebox {
		width: 30%;
		min-width: 100px;
		padding: 30px 40px 30px 0;
	}
	.philosophy .motto .container .m_box .textbox .m_text {
		font-size: 1.6rem;
		font-weight: 600;
	}
}

.philosophy .hospitarity .container::before {
	content: none;
}
.philosophy .hospitarity .container .h_box {
	margin-bottom: 50px;
}
.philosophy .hospitarity .container .h_box .imagebox {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.philosophy .hospitarity .container .h_box .imagebox img {
	border-radius: 30px;
}
.philosophy .hospitarity .container .h_box .textbox {
	display: flex;
}
.philosophy .hospitarity .container .h_box .textbox .h_title {
	width: 25%;
	font-size: 2.6rem;
	font-weight: 600;
	padding-left: 50px;
	position: relative;
}
.philosophy .hospitarity .container .h_box .textbox .h_title::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,170,95,1) 0%, rgba(255,255,225,1) 100%);
	position: absolute;
	left: 0;
	top: 1em;
}
.philosophy .hospitarity .container .h_box .textbox .text {
	width: 75%;
	padding-left: 50px;
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.philosophy .hospitarity .container .h_box .textbox {
		flex-direction: column;
	}
	.philosophy .hospitarity .container .h_box .textbox .h_title {
		width: 100%;
		font-size: 2.2rem;
		margin-bottom: 1em;
	}
	.philosophy .hospitarity .container .h_box .textbox .text {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 480px) {
	.philosophy .hospitarity .container .h_box .imagebox {
		height: 0;
		padding-top: 56.25%;
		margin-bottom: 20px;
	}
	.philosophy .hospitarity .container .h_box .imagebox img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		object-fit: cover;
	}
	.philosophy .hospitarity .container .h_box .textbox {
		flex-direction: column;
	}
	.philosophy .hospitarity .container .h_box .textbox .h_title {
		width: 100%;
		font-size: 2.2rem;
		margin-bottom: 1em;
	}
	.philosophy .hospitarity .container .h_box .textbox .text {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
}







