@charset "utf-8";

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

figcaption {
	font-style: italic;
}

cite {
	font-style: inherit;
}


.page-section, :where(.lower-contents .main-contents) section {
	margin-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
	.page-section, :where(.lower-contents .main-contents) section {
		margin-bottom: 80px;
	}
}

:where(.lower-contents .main-contents) h2 {
	margin-bottom: 1em;
	font-weight: bold;
	color: var(--color-link);
}

:where(.lower-contents .main-contents) h3 {
	color: inherit;
}

/* -------------------------------------------- */

.sbs {
	
}

.sbs__item {
	margin-bottom: 30px;
}

.sbs__item:last-child {
	margin-bottom: 0;
}

.sbs__item > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 1280px) {
	.sbs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.sbs__item {
		width: calc(50% - 25px);
		margin-bottom: 0;
	}
}


.fig {
	max-width: 640px;
	margin: 0 auto;
}

.fig__item {
	
}

.fig__item img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.fig__caption {
	font-size: 85%;
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 1280px) {
	.fig {
		max-width: 100%;
		margin: 0;
	}
}



/* -------------------------------------------- */

.intro {
	position: relative;
	margin-bottom: 20px;
}

.intro__img {
	margin-bottom: 20px;
}

.intro__ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto 0 0;
	color: inherit;
}

:where(.lower-contents .main-contents) #caption {
	font-family: "FOT-マティス Pro M", MatissePro-M, serif;
	font-size: 2.6rem;
	color: #555;
	margin-bottom: 20px;
}

.intro__read {
	font-weight: bold;
	color: #555;
}

@media only screen and (min-width: 768px) {
	.intro__ttl {
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		bottom: 0;
	}
	
	.intro__read {
		padding-left: 0.4em;
		font-size: 115%;
	}
	
	.intro__img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1280px) {
	.intro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.intro__ttl {
		width: calc(50% - 15px);
	}
	
	.intro__img {
		width: calc(80% - 25px);
		margin-right: 0;
		margin-left: auto;
	}
}

@media only screen and (min-width: 1440px) {
	
	:where(.lower-contents .main-contents) #caption {
		font-size: 5rem;
	}
	
}


/* -------------------------------------------- */

.sns {
	
}

.sns__body {
	margin-bottom: 30px;
}

.sns__body:last-child {
	margin-bottom: 0;
}

.sns__body > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 1280px) {
	.sns {
		display: flex;
		justify-content: space-between;
	}
	
	.sns__body {
		width: calc(60% - 25px);
		margin-bottom: 0;
	}
	
	.sns__ext {
		width: calc(40% - 25px);
		margin-bottom: 0;
	}
}


.fig {
	max-width: 640px;
	margin: 0 auto;
}

.fig__item {
	
}

.fig__item img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.fig__caption {
	font-size: 85%;
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 1280px) {
	.fig {
		max-width: 100%;
		margin: 0;
	}
}


/* -------------------------------------------- */


.images {
	
}

.images__inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	column-gap: 20px;
	row-gap: 20px;
}

.images__item {
	
}

.images__item img {
	
}

@media only screen and (min-width: 768px) {
	.images__inner {
		flex-direction: row;
		column-gap: 40px;
		row-gap: 40px;
	}
}


/* -------------------------------------------- */


.cases {
	
}

.casesList {
	
}

.casesList__item {
	margin-bottom: 20px;
	padding: 20px 0 10px 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
}

.casesList__t {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: bold;
	color: var(--color-link);
}

.casesList__d {
	display: flex;
	font-size: inherit;
	font-weight: bold;
}

.casesList__d .icon {
	margin-right: 8px;
	stroke-width: 1.25;
}

@media only screen and (min-width: 768px) {
	.casesList__item {
		padding-left: 30px;
	}
	
	.casesList__d .icon {
		margin-right: 12px;
	}
}

.casesImages {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	counter-reset: ol-num;
}

.casesImages__item {
	position: relative;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	box-sizing: border-box;
}

.casesImages__item::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin: auto;
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 45%;
	counter-increment: ol-num;
	content: counter(ol-num);
	background-color: #fff;
	border: 1px solid #aaa;
}

.casesImages__item img {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.casesImages__item .icon {
	--size: 36px;
	
	position: absolute;
	right: calc(var(--size) / 1.5 * -1);
	bottom: 0;
	top: 0;
	margin: auto;
	width: var(--size);
	height: var(--size);
}

.casesImages__item:nth-child(even) .icon {
	top: auto;
	right: auto;
	bottom: calc(var(--size) / 1.25 * -1);
	left: calc(var(--size) / 1.25 * -1);
}

.casesImages__item .icon svg {
	width: var(--size);
	height: var(--size);
	color: #aaa;
}

.casesImages__item:nth-child(even) .icon svg {
	transform: rotate(135deg);
}

@media only screen and (min-width: 768px) {
	.casesImages {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.casesImages__item {
		width: calc(25% - 20px);
	}
	
	.casesImages__item .icon {
		right: calc(var(--size) / 1.5 * -1) !important;
		bottom: 0 !important;
		top: 0 !important;
		left: auto !important;
	}
	
	.casesImages__item .icon svg {
		transform: rotate(0deg) !important;
		
	}
}


/* -------------------------------------------- */


.lists {
	margin-bottom: 20px;
}

.lists li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	box-sizing: border-box;
}

.lists li::before {
	position: absolute;
	top:  calc(0.5em + 0.2em);
	left: 0;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 0.5em;
	background-color: var(--color-link);
	border-radius: 50%;
}

@media only screen and (min-width: 768px) {
	.lists {
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
	}
	
	.lists li {
		flex-basis: calc(100% - 10px);
	}
	
}


/* -------------------------------------------- */

.CoreTechnology {
	
}

.CoreTechnology__img {
	position: relative;
	display: block;
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-bottom: 30px;
}

.CoreTechnology__img picture {
	display: block;
}

.CoreTechnology__img img {
	display: block;
	width: 100%;
	border-radius: 0;
}

.CoreTechnologyList {
	
}

.CoreTechnologyList__item {
	margin-bottom: 20px;
}

.CoreTechnologyList__ttl {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.CoreTechnologyList__ttl .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1;
	border-radius: 45%;
	color: #fff;
	background-color: #e96081;
	margin-right: 10px;
}

.CoreTechnologyList__ttl .lbl {
	
}

.CoreTechnologyList__txt {
	
}

@media only screen and (min-width: 768px) {
	.CoreTechnologyList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.CoreTechnologyList__item {
		width: calc(33.333% - 20px);
		margin-bottom: 0;
	}
	
	.CoreTechnology__img {
		width: 100%;
		margin-left: 0;
	}
	
	.CoreTechnology__img img {
		border-radius: 10px;
	}
}


/* -------------------------------------------- */

.Keywords {
	
}

.Keywords__item {
	margin-bottom: 30px;
}

.Keywords__ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.Keywords__ttl .icon {
	position: relative;
	margin-right: 15px;
	color: var(--color-link);
}

.Keywords__ttl .icon::before {
	position: absolute;
	left: 13px;
	top: 13px;
	content: "";
	width: 70%;
	height: 70%;
	border-radius: 45%;
	background-color: currentColor;
	opacity: 0.1;
}

.Keywords__ttl .lbl {
	display: block;
}

.Keywords__ttl .icon svg {
	width: 48px;
	height: 48px;
}

.Keywords__txt {
	
}

@media only screen and (min-width: 768px) {
	.Keywords {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.Keywords__item {
		width: calc(50% - 20px);
	}
	
	.Keywords__ttl .icon svg {
		
	}
}

@media only screen and (min-width: 1600px) {
	.Keywords__item {
		width: calc(33.333% - 20px);
	}
}


/* -------------------------------------------- */

.exercise {
	
}

.exercise li {
	flex-basis: auto;
}

@media only screen and (min-width: 768px) {
	.exercise {
		display: flex;
		flex-wrap: wrap;
	}
	.exercise li {
		flex-basis: auto;
	}
}


/* -------------------------------------------- */

.efforts {
	font-size: 90%;
}

.efforts__item {
	margin-bottom: 30px;
	padding: 30px 0 0 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

.efforts__item > * {
	margin-bottom: 20px;
}

.efforts__ttl {
	margin-bottom: 10px;
	color: inherit;
	font-size: 120%;
	min-height: 2.5em;

}

.efforts__imgs {
	
}

.efforts__img {
	margin-bottom: 10px;
}

.efforts__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

@media only screen and (min-width: 768px) {
	.efforts {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.efforts__item {
		width: calc(33.333% - 20px);
		
	}
}

@media only screen and (min-width: 1280px) {
	.efforts__item {
		width: calc(33.333% - 30px);
	}
}

@media only screen and (min-width: 1440px) {
	.efforts__item {
		padding: 40px 0 20px 40px;
	}
}


/* -------------------------------------------- */

.voices {
	color: var(--color-link);
}

.voices__item {
	position: relative;
	width: 100%;
	margin: 0 0 15px;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	border-radius: 20px;
	font-weight: bold;
	line-height: 1.6;
}


.voices__item::before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 50%;
	border: 3px solid currentColor;
	border-bottom: none;
	border-right: none;
	opacity: 0.1;
	content: "";
}

@media screen and (min-width: 768px) {
	.voices__item {
		
	}
}

@media screen and (min-width: 1280px) {
	.voices {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.voices::before,
	.voices::after {
		display: block;
		width: calc(33.333% - 20px);
		content: "";
		order: 2;
	}
	
	.voices__item {
		width: calc(33.333% - 20px);
	}
}



/* -------------------------------------------- */

.cites {
	font-style: italic;
	font-size: 85%;
}

.cites p {
	font-size: inherit;
}