@charset "UTF-8";

.contents {
	width: 100%;
    padding: 60px 0;
}
section {
	padding: 120px 0;
}

@media screen and (max-width: 1194px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.contents {
		padding: 45px 0;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	.contents {
		padding: 30px 0;
	}
	section {
		padding: 45px 0;
	}
}



/* レスポンシブ *
 * ****************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/* 見出し *
 * ****************************************** */

.sub-title {
	text-align: center;
	color: #382D15;
	font-size: 2.8rem;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
	.sub-title {
		font-size: 2.3rem;
	}
}
@media screen and (max-width: 559px) {
	.sub-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 430px) {
	.sub-title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
	.sub-title {
		font-size: 1.4rem;
	}
}

.separation {
	padding-top: 20vw !important;
	position: relative;
}
.separation:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/founder/separation.svg) no-repeat !important;
	background-size: 100% !important;
    background-position: top !important;
	width: 100% !important;
	height: 100% !important;
	z-index: -1;
}

@media screen and (max-width: 559px) {
	.separation:before {
		background: url(../images/founder/separation_sp.webp) no-repeat !important;
		background-size: 100% !important;
		background-position: top !important;
	}
}



#introduction {
	padding-bottom: 30px;
}
#introduction .ekam-title {
	font-size: 2.8rem;
	margin-bottom: 12px;
}
#introduction p.introduction-title-bottom {
	text-align: center;
    color: #BA9847;
    font-family: serif;
    font-size: 2.2rem;
}

#introduction .introduction-text {
	text-align: center;
    margin-top: 30px;
	font-size: 1.3rem;
}
#introduction img.icon {
	display: block;
	margin: 30px auto;
}

@media screen and (max-width: 768px) {
	#introduction .ekam-title {
		font-size: 2.6rem;
	}
	#introduction p.introduction-title-bottom {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 559px) {
	#introduction .ekam-title {
		font-size: 2.2rem;
	}
	#introduction p.introduction-title-bottom {
		font-size: 1.4rem;
	}
	#introduction .introduction-text {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#introduction .ekam-title {
		font-size: 1.8rem;
	}
	#introduction p.introduction-title-bottom {
		font-size: 1.2rem;
	}
	#introduction .introduction-text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	#introduction .ekam-title {
		font-size: 1.6rem;
	}
	#introduction p.introduction-title-bottom {
		font-size: 1.1rem;
	}
}



#story {
	padding-top: 240px;
	position: relative;
}
#story:before {
	content: '';
	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f7f4ec;
	transform: skewY(-5deg);
	z-index: -1;
}
#story .story-text {
	text-align: center;
    font-size: 1.3rem;
    max-width: 980px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1194px) {
	#story {
		padding-top: 180px;
	}
	#story .story-text {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	#story {
		padding-top: 150px;
	}
	#story .story-text {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	#story {
		padding-top: 120px;
	}
	#story .story-text {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#story .story-text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	#story {
		padding-top: 90px;
	}
}


#diksha {
	position: relative;
}
#diksha:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-color: #f7f4ec;
	transform: skewY(-5deg);
	z-index: -1;
	width: 100%;
	height: 380px;
}
#diksha .diksha-text {
	text-align: center;
	max-width: 1060px;
	width: 90%;
	margin: -45px auto 0;
	padding: 60px;
	background: rgba(255, 255, 255, .8);
	font-size: 1.3rem;
	border: 1px solid #1b3f8d;
	position: relative;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}

@media screen and (max-width: 768px) {
	#diksha .diksha-text {
		padding: 45px;
	}
}
@media screen and (max-width: 559px) {
	#diksha img.start {
		width: calc(100% + 60px);
        max-width: none;
        height: 100%;
        margin-left: -30px;
		padding: 0;
	}
	#diksha .diksha-text {
		width: 100%;
		padding: 30px;
		margin-top: 30px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#diksha img.start {
		width: calc(100% + 40px);
        margin-left: -20px;
	}
	#diksha .diksha-text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	#diksha .diksha-text {
		padding: 20px;
	}
}


#mystery {
	padding-bottom: 30px;
}
#mystery img.icon {
	margin-bottom: 18px;
}
#mystery .mystery-item {
	text-align: center;
	font-size: 1.3rem;
}
#mystery .mystery-item:not(:first-child) {
	margin-top: 60px;
}
#mystery .mystery-item .mystery-title {
	font-size: 2rem;
    font-weight: normal;
}
#mystery .mystery-item .mystery-inbox {
	background: #FCFBF9;
	margin: 45px 0 0;
	padding: 45px;
	font-size: 1.2rem;
	position: relative;
}
#mystery .mystery-item .mystery-inbox:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	background: #ba9747;
	width: 1px;
	height: 45px;
}


@media screen and (max-width: 768px) {
	#mystery .mystery-item .mystery-title span {
		display: block;
		font-size: .8em;
	}
}
@media screen and (max-width: 559px) {
	#mystery .mystery-item {
		font-size: 1.2rem;
	}
	#mystery .mystery-item .mystery-title {
		font-size: 1.8rem;
	}
	#mystery .mystery-item .mystery-inbox {
		padding: 30px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#mystery .mystery-item {
		font-size: 1.1rem;
	}
	#mystery .mystery-item .mystery-title {
		font-size: 1.6rem;
	}
	#mystery .mystery-item .mystery-inbox {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	#mystery .mystery-item .mystery-title {
		font-size: 1.4rem;
	}
	#mystery .mystery-item .mystery-inbox {
		padding: 20px;
	}
}


#architecture {
	
}
#architecture .architecture-text {
    text-align: center;
    max-width: 980px;
    width: 80%;
	 margin: 0 auto 90px;
    font-size: 1.3rem;
}
#architecture .architecture-items {
	
}
#architecture .architecture-item {
	max-width: 980px;
    width: 80%;
    margin: 0 auto 0;
	text-align: center;
	font-size: 1.3rem;
}
#architecture .architecture-item:not(:first-child) {
	margin-top: 90px;
}
#architecture .architecture-item .architecture-title {
	font-weight: normal;
	color: #382D15;
}

#architecture .architecture-item-flex {
	display: flex;
	    align-items: stretch;
}
#architecture .architecture-item-flex .architecture-item-flex___img {
	width: calc(100% / 2);
}
#architecture .architecture-item-flex .architecture-item-flex___text{
	width: calc(100% / 2);
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1194px) {
	#architecture .architecture-item {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#architecture .architecture-text {
		width: 100%;
	}
	#architecture .architecture-item:not(:first-child) {
		margin-top: 75px;
	}
	#architecture .architecture-item-flex {
		flex-direction: column;
	}
	#architecture .architecture-item-flex .architecture-item-flex___img {
		width: 100%;
		order: 1;
	}
	#architecture .architecture-item-flex .architecture-item-flex___text {
		order: 2;
		width: 100%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 559px) {
	#architecture .architecture-text {
		font-size: 1.1rem;
	}
	#architecture .architecture-item {
		font-size: 1.1rem;
	}
	#architecture .architecture-item:not(:first-child) {
		margin-top: 60px;
	}
	#architecture .architecture-item .architecture-title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 430px) {
	#architecture .architecture-text {
		font-size: 1rem;
	}
	#architecture .architecture-item {
		font-size: 1rem;
	}
	#architecture .architecture-item .architecture-title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
	#architecture .architecture-item:not(:first-child) {
		margin-top: 45px;
	}
	#architecture .architecture-item .architecture-title {
		font-size: 1.4rem;
	}
}
