@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&subset=japanese');

.ff-mincho {
	font-family: 'Noto Serif JP', sans-serif;
}

/*------------------------------------------------
variable
------------------------------------------------*/

.p-main {
	background: url( "../../common/img/81126b.jpg") no-repeat center center / cover;
}

/*------------------------------------------------
lcl-philosophy
------------------------------------------------*/

.lcl-philosophy {
	padding: 20px 0 120px;
}
.lcl-philosophy__in {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

/*------------ lcl-philosophy__l ------------*/

.lcl-philosophy__l {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 25%;
	    -ms-writing-mode: tb-rl;

	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
}
.lcl-philosophy__l-ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .2em;
}
.lcl-philosophy__l-ttl span {
	color: #0b5bab;
}

/*------------ lcl-philosophy__r ------------*/

.lcl-philosophy__r {
	width: 75%;
}
.lcl-philosophy__ttl-wrap {
	line-height: 1;
}
.lcl-philosophy__ttl-wrap::after {
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	margin: 30px 0;
	background-color: #333;
}
.lcl-philosophy__ttl-en {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
}
.lcl-philosophy__ttl {
	font-size: 35px;
	font-weight: bold;
	margin-top: 8px;
	letter-spacing: .15em;
}
.lcl-philosophy__txt {
	font-size: 15px;
	line-height: 2.3;
}

/*------------------------------------------------
lcl-msg
------------------------------------------------*/

.lcl-msg {
	padding-bottom: 120px;
}
.lcl-msg__head {
    position: relative;
    width: 100%;
    height: 380px;
    background: url("../../common/img/01.jpg") no-repeat center / cover;
}
.lcl-msg__head-block {
	font-weight: bold;
	line-height: 1;
	position: absolute;
	z-index: 2;
	bottom: -100px;
	right: 0;
	flex-direction: column;
	width: 50%;
	min-width: 500px;
	height: 230px;
	padding: 70px 0 0 70px;
	color: #fff;
	background-image: -webkit-linear-gradient(top right, #0b5bab 0%, #0abaff 100%);
	background-image:      -o-linear-gradient(top right, #0b5bab 0%, #0abaff 100%);
	background-image:         linear-gradient(to bottom left, #0b5bab 0%, #0abaff 100%);
}
.lcl-msg__head-ttl {
	font-size: 60px;
	letter-spacing: .1em;
}
.lcl-msg__head-name {
	font-size: 20px;
	letter-spacing: .1em;
	margin-top: 10px;
}
.lcl-msg__head-name span {
	font-size: 30px;
	margin-right: 10px;
}

.lcl-msg__in {
	padding-top: 200px;
}
.lcl-msg__block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.lcl-msg__block:not(:last-child) {
	margin-bottom: 80px;
}
.lcl-msg__txt-wrap {
	width: calc(100% - 500px);
	padding-right: 45px;
}
.lcl-msg__block-ttl {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .1em;
}
.lcl-msg__block-txt {
	line-height: 2.2;
	margin-top: 20px;
	letter-spacing: .05em;
}
.lcl-msg__block-img-wrap {
	width: 500px;
	height: 600px;
}
.lcl-msg__block-img {
	width: 100%;
	height: 100%;
	background: url("https://soul-create-music.jp/wp2024/wp-content/uploads/2024/12/409890_0-3.jpg") no-repeat center / cover;
}

/*------------------------------------------------
lcl-value
------------------------------------------------*/

.lcl-value {
	padding: 90px 0 100px;
	position: relative;
	background-color: rgba(193, 193, 193, .15);
}

.lcl-value__block-ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .1em;
}

.lcl-value__block-txt {
	line-height: 2.2;
	margin-top: 20px;
	letter-spacing: .05em;
}

.lcl-value__list {
	display: flex;
	justify-content:space-around;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 70px;
}
.lcl-value__item {
	width: 31%;
	transition: transform .8s,opacity .8s;
	transform: translateY(40px);
	opacity: 0;
}
.lcl-value__item:nth-of-type(2) {
	transition-delay: .2s;
}
.lcl-value__item:nth-of-type(3) {
	transition-delay: .4s;
}
.lcl-value__item-img {
	width: 100%;
	height: 0;
	padding-top: 62%;
	background-color: #FFF;
}
/* option ------------*/
.lcl-value__item-img01{
	background: url("../../common/img/84046.jpg") no-repeat center / cover;
}
.lcl-value__item-img02{
	background: url("../../common/img/84047.jpg") no-repeat center / cover;
}
.lcl-value__item-img03{
	background: url(../img/value/img_03.jpg) no-repeat center / cover;
}
/* /option -----------*/
.lcl-value__item-txt-wrap {
	width: 100%;
	margin-top: 20px;
	letter-spacing: .05em;
}
.lcl-value__item-ttl {
	font-size: 20px;
	font-weight: bold;
}
.lcl-value__item-txt {
	line-height: 1.8;
	margin-top: 10px;
}

/* animation ------------*/

.lcl-value__item.scr_active {
	transform: translateY(0);
	opacity: 1;
}
/* /animation -----------*/

/*------------------------------------------------
sectionName
------------------------------------------------*/

.lcl-outline {
	padding: 90px 0 100px;
}

.lcl-outline__table {
	width: 100%;
	max-width: 1200px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
.lcl-outline__table-item {
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	transition: transform 1.3s,opacity 1.3s;
	transform: translateY(30px);
	letter-spacing: .05em;
	opacity: 0;
}
.lcl-outline__table-item:nth-of-type(2) {
	transition-delay: .05s;
}
.lcl-outline__table-item:nth-of-type(3) {
	transition-delay: .1s;
}
.lcl-outline__table-item:nth-of-type(4) {
	transition-delay: .15s;
}
.lcl-outline__table-item:nth-of-type(5) {
	transition-delay: .2s;
}
.lcl-outline__table-item:nth-of-type(6) {
	transition-delay: .25s;
}
.lcl-outline__table-item:nth-of-type(7) {
	transition-delay: .3s;
}
.lcl-outline__table-item:nth-of-type(8) {
	transition-delay: .35s;
}
.lcl-outline__table-item:nth-of-type(9) {
	transition-delay: .4s;
}
.lcl-outline__table-item:nth-of-type(10) {
	transition-delay: .45s;
}
.lcl-outline__table-item:nth-of-type(11) {
	transition-delay: .5s;
}
.lcl-outline__table-item:nth-of-type(12) {
	transition-delay: .55s;
}
.lcl-outline__table-ttl {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 200px;
	padding: 20px 20px;
	border-top: 1px solid #3f96d6;
}
.lcl-outline__table-item:last-child .lcl-outline__table-ttl{
	border-bottom: 1px solid #3f96d6;
}
.lcl-outline__table-txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 200px);
	padding: 20px 20px;
}
.lcl-outline__table-txt {
	border-top: 1px solid #c5c5c5;
}
.lcl-outline__table-item:last-child .lcl-outline__table-txt{
	border-bottom: 1px solid #c5c5c5;
}
/* animation ------------*/

.lcl-outline__table.scr_active .lcl-outline__table-item {
	transform: translateY(0);
	opacity: 1;
}
/* /animation -----------*/

/*------------------------------------------------
sectionName
------------------------------------------------*/

.lcl-map {
	width: 100%;
	height: 400px;
}
.lcl-map iframe {
	z-index: 1;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------- SP ---- */

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

	/*------------------------------------------------
	lcl-philosophy
	------------------------------------------------*/

	.lcl-philosophy {
		padding: 10px 0 50px;
	}
	.lcl-philosophy__in {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	/*------------ lcl-philosophy__l ------------*/

	.lcl-philosophy__l {
		display: block;
		width: 100%;
		    -ms-writing-mode: initial;
		-webkit-writing-mode: initial;
		        writing-mode: initial;
		text-align: center;
	}
	.lcl-philosophy__l-ttl {
		font-size: 23px;
	}

	/*------------ lcl-philosophy__r ------------*/

	.lcl-philosophy__r {
		width: 100%;
		margin-top: 40px;
	}
	.lcl-philosophy__ttl-wrap::after {
		width: 100px;
		margin: 15px 0;
	}
	.lcl-philosophy__ttl-en {
		font-size: 13px;
	}
	.lcl-philosophy__ttl {
		font-size: 20px;
		margin-top: 5px;
	}
	.lcl-philosophy__txt {
		font-size: 13px;
		line-height: 1.8;
	}

	/*------------------------------------------------
	lcl-msg
	------------------------------------------------*/

	.lcl-msg {
		padding-bottom: 60px;
	}
	.lcl-msg__head {
		height: 130px;
	}
	.lcl-msg__head-block {
		bottom: -40px;
		width: 60%;
		min-width: auto;
		height: 80px;
		padding: 17px 0 0 20px;
	}
	.lcl-msg__head-ttl {
		font-size: 23px;
	}
	.lcl-msg__head-name {
		font-size: 12px;
		margin-top: 10px;
	}
	.lcl-msg__in {
		padding-top: 55px;
	}
	.lcl-msg__block {
		display: block;
	}
	.lcl-msg__txt-wrap {
		width: 100%;
		padding-right: 0;
	}
	.lcl-msg__block-ttl {
		font-size: 18px;
	}
	.lcl-msg__block-txt {
		margin-top: 10px;
		line-height: 1.8;
	}
	.lcl-msg__block-img-wrap {
		width: 90%;
		height: 80vw;
		margin-right: auto;
		margin-left: auto;
		margin-top: 15px;
	}

	/*------------------------------------------------
	lcl-value
	------------------------------------------------*/

	.lcl-value {
		padding: 50px 0;
	}

	.lcl-value__list {
		display: block;
		margin-top: 30px;
	}
	.lcl-value__block-ttl {
		font-size: 18px;
	}
	.lcl-value__item {
		width: 100%;
		transform: translateY(20px);
	}
	.lcl-value__item:not(:last-child){
		margin-bottom: 30px;
	}
	.lcl-value__item-img {
	}
	.lcl-value__item-txt-wrap {
		margin-top: 15px;
	}
	.lcl-value__item-ttl {
		font-size: 17px;
	}
	.lcl-value__item-txt {
		line-height: 1.7;
		margin-top: 8px;
	}

	/*------------------------------------------------
	sectionName
	------------------------------------------------*/

	.lcl-outline {
		padding: 50px 0;
	}

	.lcl-outline__table {
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.lcl-outline__table-item {
		font-size: 12px;
		transform: translateY(10px);
	}
	.lcl-outline__table-ttl {
		font-size: 12px;
		width: 30%;
		max-width: 170px;
		padding: 10px 8px;
	}
	.lcl-outline__table-txt {
		width: 70%;
		padding: 10px 8px;
	}

	/*------------------------------------------------
	sectionName
	------------------------------------------------*/

	.lcl-map {
		height: 230px;
	}
}
