@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/*----------------------------------
  //FV
-----------------------------------*/
.fvBg {
	background: url(../../img/top/bg_fv_pc.png) center top no-repeat;
}

#fv {
	height: calc(100vh - 135px);
	margin-bottom: 200px;
	position: relative;
	overflow: hidden;
}

#fv .newsPostTitle {
	width: calc(100% - 200px);
}

#fv .subheadingFv {
	font-size: clamp(1.8rem, 1.6vw, 2.2rem);
}

#fv .newsPostTag {
	font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}

#fv .newsPostDate {
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	letter-spacing: 0.025em;
}

#fv .newsPostTitle {
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 500;
}

#fvIn {
	height: calc(100vh - 135px);
	position: relative;
}

#fvImage {
	max-width: 100%;
}

#fvLead {
	top: 45%;
	left: 48px;
	transform: translateY(-50%);
	position: absolute;
}

#fvLeadText {
	font-size: clamp(4rem, 2.9vw, 5rem);
	line-height: 2;
	letter-spacing: 0.075em;
	font-weight: 500;
}

#fvLeadTextAccent {
	font-size: clamp(5.4rem, 4vw, 7.2rem);
	color: #29b5ea;
	font-weight: 900;
}

#fvNews {
	right: 0;
	bottom: 5%;
	width: 56%;
	position: absolute;
}

#fvNewsBox {
	width: 100%;
	gap: 10px 24px;
	background: rgba(232, 232, 232, 0.9);
	padding: 20px 16px 20px 40px;
	padding-left: clamp(20px, 2.6vw, 40px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#fvNewsBox .newsPostLink {
	transition: .3s all ease;
}

#fvNewsBox .newsPostLink:hover .newsPostTitle,
#fvNewsBox .newsPostLink:hover .newsPostDate {
	color: #007ac1;
}

.newsPostLink {
	gap: 25px;
	display: flex;
	align-items: center;
}

.newsPostMeta {
	gap: 18px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.newsPostTag {
	padding: 6px 15px;
	border-radius: 18px;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	font-weight: 600;
	border: 1px solid #007ac1;
	background: #ffffff;
	color: #007ac1;
}

.newsPostDate {
	font-size: 1.8rem;
	letter-spacing: 0.025em;
}

.newsPostTitle {
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	font-weight: 500;
	transition: all 0.3s ease;
}

/*----------------------------------
  //philosophy
-----------------------------------*/
#philosophy {
	overflow-x: hidden;
}

#philosophyInner {
	padding-left: 50px;
	max-width: 100%;
}

#philosophyContent {
	width: 100%;
	margin-top: 34px;
	margin-right: calc(50% - 50vw);
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-bottom: 76px;
	background: #e9f7fd;
}

#philosophyContentContainer {
	margin: 0 auto;
	position: relative;
}

#philosophyContentWrap {
	padding: 0 50px;
	position: relative;
}

#philosophyContentAccentText {
	z-index: 200;
	bottom: -16%;
	right: 1%;
	color: #5FC3EC;
	position: absolute;
}

.philosophyContentText h3 {
	margin-bottom: 26px;
	font-size: clamp(2.2rem, 2vw, 2.8rem);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.075em;
}

.philosophyContentText p {
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: justify;
}

.philosophyContentTextTop {
	padding-top: 80px;
	padding-right: 4.5rem;
}

#philosophyContentTop {
	padding-right: 16px;
	margin: 0 auto 35px;
	width: 1200px;
	max-width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#philosophyContent {
	position: relative;
}

#philosophyContent::after {
	font-size: clamp(5rem, 8vw, 14.6rem);
	font-weight: 500;
	right: 0;
	top: 36%;
	color: rgba(95, 195, 236, 0.8);
	content: "Philosophy";
	font-family: "MuseoModerno", sans-serif;
	position: absolute;
}

#philosophyContentTopImageWrap {
	width: 50vw;
	margin-right: calc(50% - 50vw);
}

#philosophyContentTopImage {
	width: 50vw;
	top: -24%;
	height: 577px;
	position: absolute;
}

#philosophyContentTopImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#philosophyContentBottom {
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	display: flex;
	position: relative;
}

.philosophyContentTextBottom {
	margin-top: 116px;
	width: 50%;
}

.philosophyContentTextBottom p {
	width: 520px;
	max-width: 100%;
}

#philosophyContentBottomImage {
	width: 50%;
	padding-right: 4%;
	max-width: 100%;
}

.philosophyContentText h3 {
	margin-bottom: 15px;
	font-size: clamp(2.2rem, 2vw, 2.8rem);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.075em;
}

/*----------------------------------
  //bgContainer
-----------------------------------*/
#bgDigitalContainer {
	position: relative;
	overflow: hidden;
}

#bgDigitalContainer::before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 25%;
	left: 0;
	position: absolute;
	overflow: hidden;
	background: linear-gradient(to bottom, #78d3e9, #3aa7d8);
}


/*----------------------------------
  //service
-----------------------------------*/
#service {
	width: 100%;
	padding-top: 240px;
	padding-right: 50px;
	position: relative;
}

#serviceInner::before {
	content: "";
	width: 810px;
	height: 302px;
	background: url(../../img/top/bg_pattern1.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -260px;
	right: 0;
	z-index: -1;
}

#serviceInner::after {
	content: "";
	width: 764px;
	height: 318px;
	background: url(../../img/top/bg_pattern2.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -320px;
	right: 0;
	z-index: -1;
}

#service::after {
	font-size: clamp(5rem, 8vw, 14.6rem);
	color: rgba(1, 167, 221, 0.8);
	z-index: 200;
	font-weight: 500;
	content: attr(data-en);
	font-family: "MuseoModerno", sans-serif;
	position: absolute;
	bottom: -9%;
	left: 4%;
}

#serviceInner {
	max-width: 100%;
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem;
	position: relative;
	background: #FFFFFF;
}

#serviceWrap {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#serviceContent {
	width: 50%;
	max-width: 600px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 3%;
	padding-bottom: 5%;
}

#serviceImagePc {
	height: 577px;
	margin: 0;
	transform: translateY(-20%);
}

#serviceImagePc img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#serviceContentWrap h2 {
	margin-bottom: 46px;
}

#serviceContentText {
	font-size: 1.8rem;
	padding-bottom: 46px;
}

#serviceImageText {
	left: 5px;
	position: absolute;
	display: block;
	height: inherit;
}

/*----------------------------------
  //About
-----------------------------------*/
#about {
	padding-top: 10%;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
}

#about::after {
	right: -15%;
	top: 40%;
	transform: translateY(-50%) rotate(90deg);
	font-size: clamp(5rem, 8vw, 14.6rem);
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	font-family: "MuseoModerno", sans-serif;
	content: attr(data-en);
	position: absolute;
}

#about .sectionTitle {
	margin-bottom: 40px;
	color: #FFFFFF;
}

#about .sectionTitle::before {
	color: #FFFFFF;
}

#about .sectionTitle::after {
	background: #FFFFFF;
}

#about #aboutContentImage img {
	width: 100%;
}

#about #aboutContentWrap {
	position: relative;
}

#about #aboutContentBtn {
	position: absolute;
}

#aboutContentBox {
	right: 20%;
	top: clamp(70px, 7.4vw, 170px);
	position: absolute;
}

#aboutContentBoxHeading h3 span {
	font-size: clamp(1.8rem, 1.5vw, 3rem);
	font-weight: 500;
	padding: 14px 24px;
	letter-spacing: 0.075em;
	line-height: 1;
	background: #ffffff;
	display: inline-block;
}

.aboutHeadingTextTop {
	margin-bottom: 24px;
}

.aboutHeadingTextBottom {
	margin-bottom: clamp(24px, 3.3vw, 64px);
}

#aboutContentBtn {
	width: 400px;
}

#aboutContentItems {
	margin-top: 80px;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
	z-index: 10;
	display: grid;
}

.aboutContentItem {
	gap: 4%;
	border-radius: 10px;
	padding: 4%;
	z-index: 4;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .6s all ease;
}

.aboutContentItem:hover {
	opacity: .7;
}

.aboutContentItemImage {
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
}

.aboutContentItemImage img {
	width: 100%;
	height: auto;
}

.aboutContentItemInfo {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.aboutContentItemInfo::after {
	content: "";
	width: clamp(20px, 5vw, 90px);
	height: clamp(20px, 5vw, 90px);
	background: url(../../img/common/icon_arrowcircle2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.aboutContentItemText {
	font-size: clamp(1.4rem, 1.4vw, 2.6rem);
	font-weight: bold;
	position: relative;
	padding-right: 12px;
}

.aboutContentItemText::after {
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 3px;
	background: #333333;
	position: absolute;
	content: "";
}

.aboutContentItemBtn {
	width: 40%;
	aspect-ratio: 1/1;
	max-width: 100%;
	border-radius: 50%;
	border: 1px solid #0484d5;
	display: grid;
	place-content: center;
}

.aboutContentItemBtn img {
	width: 28px;
}

#AboutContentAccentText {
	right: -18%;
	top: 4%;
}

/*----------------------------------
  //News
-----------------------------------*/
#news {
	margin-top: 116px;
	padding-bottom: 115px;
	overflow: hidden;
}

#newsInner {
	width: 1120px;
	padding: 0 60px;
	max-width: 100%;
	margin: 0 auto;
}

#newsContentTtlWrap {
	margin-bottom: 36px;
}

.newsPosts {
	margin-bottom: 56px;
	gap: 24px;
	display: grid;
	flex-direction: column;
}

.newsPosts .newsPost .newsPostLink {
	padding: 30px 50px 30px 30px;
	position: relative;
	transition: .3s all ease;
}

.newsPosts .newsPost .newsPostLink:hover {
	opacity: .8;
}

.newsPosts .newsPost .newsPostLink::before {
	background: #eff1f2;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.newsPosts .newsPost .newsPostLink .newsPostArrow {
	right: 24px;
	width: 28px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#newsContentTtlWrap {
	position: relative;
}

#newsContentTtlWrap .subheadingNews {
	position: absolute;
	left: 0;
	top: 0;
}

#newsContentBtn {
	display: flex;
	justify-content: center;
	position: relative;
}

#newsContentBtn .moreBtnPrimary .moreBtnText {
	padding-left: 0;
	text-align: center;
}

/*----------------------------------
  //recruit
-----------------------------------*/
#recruitContentAccentText {
	color: white;
	position: relative;
	opacity: 1;
}

#recruitContent {
	position: relative;
	overflow: hidden;
}

#recruitContent::after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 128, 175, 0.4);
	z-index: 200;
	transition: 0.6s all ease;
	opacity: 1;
	position: absolute;
	content: "";
}

#recruitContent:hover::after {
	transition: 0.6s all ease;
	opacity: 0;
}

#recruitContent {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: block;
}

#recruitContentCover {
	width: 100%;
	grid-template-columns: 1fr 1fr;
	display: grid;
	position: relative;
}

.recruitContentImage {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.recruitContentImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#recruitContentBox {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 220;
	position: absolute;
}

#recruitContentBtn {
	width: 213px;
	max-width: 100%;
	margin: 0 auto;
}

#recruitContentBtn .moreBtn::after {
	z-index: 201;
}

#recruitContentBtn .moreBtnText {
	z-index: 200;
	white-space: nowrap;
	position: relative;
}

#recruitContentBtn .moreBtnText::after {
	z-index: 201;
}

/*----------------------------------
  //contact
-----------------------------------*/
#contactContent {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#contactContentAccentText {
	opacity: 1;
	line-height: 1;
	color: #3DC9D6;
	background: linear-gradient(to right, #3DC9D6 0%, #3EAAD9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#contactContentBg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0%;
	z-index: -1;
	display: flex;
	justify-content: space-between;
	position: absolute;
}

#contactContentBg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#contactContentBgLeft,
#contactContentBgRight {
	height: 100%;
}

#contactContentBox {
	padding-top: 106px;
	padding-bottom: 246px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

#contactContentBox #contactContentText h2 {
	margin-bottom: 28px;
	font-size: 3rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
	color: #007ac1;
	font-weight: bold;
}

#contactContentBox #contactContentText p {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
	display: block;
}

#contactContentBox .moreBtn {
	width: 400px;
	margin: 48px auto 0;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#fvNews {
		width: 80%;
		right: 0;
		bottom: 5%;
		position: absolute;
	}

	.newsPost {
		width: 100%;
	}

	/*----------------------------------
    //philosophy
    -----------------------------------*/
	#philosophyInner {
		padding-left: 4%;
	}

	#philosophyContent {
		width: 100%;
		margin-top: 94px;
		margin-right: inherit;
	}

	#philosophyContent::after {
		font-size: clamp(6rem, 14.6vw, 11rem);
		right: 4%;
		top: 24%;
	}

	#philosophyContentWrap {
		padding: 0;
	}

	#philosophyContentTop {
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 80px;
	}

	#philosophyContentTopImageWrap {
		width: 100%;
	}

	#philosophyContentTopImage {
		width: 100vw;
		margin-right: calc(50vw - 50%);
		padding-right: 4%;
		margin-bottom: 60px;
		transform: translate(-5%, -8%);
		position: inherit;
		height: inherit;
	}

	#philosophyContentTopImage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.philosophyContentText {
		width: 100%;
		padding-right: 0;
	}

	.philosophyContentTextTop {
		padding: 0 4%;
	}

	#philosophyContentBottom {
		padding-left: 0;
		padding: 0;
		width: 100%;
		flex-direction: column;
	}

	#philosophyContentBottomImage {
		width: 400px;
		margin-right: auto;
		margin-left: auto;
	}

	.philosophyContentTextBottom {
		padding-top: 30px;
		margin-top: 0;
	}

	.philosophyContentTextBottom p {
		width: 100%;
	}

	#philosophyContentAccentText {
		right: 4%;
		bottom: -10%;
	}

	#philosophyContentBottom {
		padding: 0 4%;
	}

	#philosophyContentBottomImage {
		padding-right: 0;
	}

	/*----------------------------------
    //bgDigitalContainer
    -----------------------------------*/
	.bgDigitalContainerImage {
		width: 100%;
		height: 100%;
	}

	/*----------------------------------
    //service
    -----------------------------------*/
	#service {
		padding-top: 120px;
		padding-right: 4%;
	}

	#service::after {
		bottom: -7%;
		font-size: clamp(6rem, 14.6vw, 11rem);
	}

	#serviceContent {
		width: 100%;
		margin: 0;
	}

	#serviceWrap {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 120px;
		flex-direction: column;
		align-items: flex-start;
	}

	#serviceImageWrap {
		width: 100%;
	}

	#serviceImagePc {
		padding-left: 4%;
		width: 100vw;
		margin-right: calc(50% - 50vw);
		transform: translateY(-12%);
		height: inherit;
		position: relative;
	}

	#serviceImagePc img {
		width: 100%;
	}

	#serviceContentBtn {
		margin-right: auto;
		margin-left: auto;
	}

	#serviceContentText {
		padding-left: 16px;
	}

	#serviceImageText {
		width: clamp(200px, 40vw, 400px);
		height: 80px;
		top: 120px;
		right: 40px;
		left: inherit;
		display: block;
	}

	#serviceContent {
		padding: 0 4%;
	}

	#serviceContentWrap #serviceContentBtn {
		bottom: -140px;
	}

	/*----------------------------------
    //about
    -----------------------------------*/
	#about {
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#about::after {
		right: -24%;
		line-height: 1;
		top: 25%;
		font-size: clamp(6rem, 14.6vw, 11rem);
	}

	#aboutContentBoxHeading h3 span {
		font-size: clamp(3rem, 4vw, 40rem);
	}

	#aboutContentBox {
		left: 0;
		bottom: 26%;
		width: 100%;
		top: inherit;
		right: inherit;
	}

	.aboutHeadingTextBottom {
		margin-top: 0;
	}

	#aboutContentBtn {
		width: 400px;
		margin-top: 64px;
		margin-right: auto;
		margin-left: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	#aboutContentBtn .moreBtn {
		width: 100%;
	}

	#aboutContentImage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.aboutHeadingTextBottom {
		margin-top: 10px;
	}

	#aboutContentItems {
		gap: 3%;
	}

	.aboutContentItem {
		gap: 15px;
		width: 100%;
		padding-bottom: 20px;
		position: relative;
		flex-direction: column;
	}

	.aboutContentItemImage {
		display: block;
		margin: 0 auto 12px;
		text-align: center;
		width: 100%;
	}

	.aboutContentItemImage img {
		width: 100%;
		max-width: 100%;
	}

	.aboutContentItemInfo {
		width: 100%;
	}

	.aboutContentItemBtn {
		width: 20%;
	}

	.aboutContentItemText {
		font-size: clamp(2rem, 2vw, 2.3rem);
		font-weight: bold;
		position: relative;
	}

	/*----------------------------------
    //news
    -----------------------------------*/
	#news {
		margin-top: 0;
		padding-top: 80px;
	}

	#newsInner {
		width: 100%;
		padding: 0 4%;
	}

	.newsPosts .newsPost .newsPostLink {
		padding: 16px 40px 16px 16px;
		display: block;
	}

	.newsPosts .newsPost .newsPostLink .newsPostArrow {
		right: 24px;
	}

	#news .newsPostMeta {
		padding-bottom: 15px;
	}

	.newsPostTag {
		padding: 3px 12px;
		font-size: 1.4rem;
	}

	.newsPostDate {
		font-size: 1.6rem;
	}

	.newsPostTitle {
		font-size: 1.6rem;
	}

	/*----------------------------------
    //recruit
    -----------------------------------*/
	#recruitContentCover {
		grid-template-columns: 1fr;
	}

	.recruitContentImage {
		height: 250px;
	}

	/*----------------------------------
    //contact
    -----------------------------------*/
	#contactContentBg {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 1100px;
	}

	#contactContent {
		height: 600px;
		max-width: 100%;
	}

	#contactContentBox {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	#contactContentBox #contactContentBtn {
		width: 100%;
		bottom: 72px;
	}

	#contactContentBox .moreBtn {
		width: 400px;
	}

	#contactContentBox .moreBtn .moreBtnText {
		padding-top: 36px;
		padding-bottom: 36px;
		width: 100%;
	}
}

#contactContentBox #contactContentText p {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}

#contactContentBg {
	display: block;
}

#contactContentBgLeft,
#contactContentBgRight {
	height: 100%;
	position: absolute;
}

#contactContentBgLeft img,
#contactContentBgRight img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#contactContentBgLeft {
	top: 0;
	left: 0;
	z-index: -1;
}

#contactContentBgRight {
	top: 0;
	right: 0;
	z-index: -2;
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1025px) {	
	#fvNewsBox {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	#fv {
		margin-bottom: 100px;
	}

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/*----------------------------------
    //FV
    -----------------------------------*/
	.fvBg {
		width: 100%;
		background: url(../../img/top/bg_fv_sp.png) center top / contain no-repeat;
	}

	#fv {
		margin-bottom: 60px;
		padding: 78% 0 0;
		height: inherit;
		aspect-ratio: inherit;
	}

	#fvIn {
		height: inherit;
	}

	#fvLead {
		transform: translateY(-20%);
		padding: 0 4%;
		position: static;
	}

	#fvLeadText {
		font-size: clamp(2.2rem, 5vw, 4.7rem);
		font-weight: 500;
		line-height: 1.75;
	}

	#fvLeadText span {
		font-size: clamp(4rem, 7vw, 8rem);
		font-weight: bold;
	}

	#fvNews {
		width: 100%;
		padding-left: 4%;
		position: static;
		transform: inherit;
	}

	#fvNewsBox {
		padding: 16px;
		display: block;
	}

	#fvNewsBox .subheadingFv {
		padding-left: 24px;
	}

	#fvNewsBox .subheadingFv:after {
		left: 0;
	}

	#fvNewsBox .newsPostLink {
		margin-top: 10px;
		display: block;
	}

	#fvNewsBox .newsPostMeta {
		width: 100%;
		gap: 10px;
	}

	#fvNewsBox .newsPostTag {
		font-size: 1.4rem;
	}

	#fvNewsBox .newsPostDate {
		font-size: 1.6rem;
	}

	#fvNewsBox .newsPostTitle {
		width: 100%;
		font-size: 1.6rem;
		margin-top: 10px;
		text-align: left;
		display: block;
	}

	#newsInner {
		padding: 0 4%;
		max-width: 100%;
		margin: 0 auto;
	}

	/*----------------------------------
    //philosophy
    -----------------------------------*/
	.philosophyContentText {
		padding-top: 20px;
	}

	.philosophyContentText h3,
	.philosophyContentTextBottom h3 {
		font-size: 2rem;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	.philosophyContentText p,
	.philosophyContentTextBottom p {
		font-size: 1.6rem;
	}

	#philosophyContent {
		margin-top: 45px;
		padding: 0 0 60px;
	}

	#philosophyContent::after {
		display: none;
	}

	#philosophyContentTopImage {
		width: 100%;
		height: 100%;
		margin-bottom: 0;
	}

	#philosophyContentTopImage::after {
		opacity: .6;
		font-weight: 500;
		right: 4%;
		font-size: clamp(5rem, 14.6vw, 11rem);
		line-height: 1;
		bottom: -30px;
		z-index: 1000;
		color: rgba(95, 195, 236, 0.6);
		content: "Philosophy";
		font-family: "MuseoModerno", sans-serif;
		position: absolute;
	}

	/*----------------------------------
    //bgDigital
    -----------------------------------*/
	#bgDigitalContainerImage img {
		height: 100%;
	}

	/*----------------------------------
    //service
    -----------------------------------*/
	#serviceWrap {
		padding-bottom: 0;
	}

	#serviceImageText {
		top: 35%;
		left: 50%;
		transform: translateX(-50%);
	}

	#serviceContentWrap {
		padding-bottom: 60px;
	}

	#serviceContentWrap h2 {
		margin-bottom: 20px;
	}

	#serviceContentText {
		padding-bottom: 30px;
		padding-left: 0;
	}

	#serviceContentWrap #serviceContentBtn {
		bottom: -80px;
		left: 50%;
		width: 600px;
		max-width: 100%;
	}

	#serviceContentWrap #serviceContentBtn .moreBtnPrimary {
		width: 100%;
	}

	#serviceInner::before {
		width: 70%;
		height: 30vw;
		top: -30vw;
	}

	#serviceInner::after {
		width: 70%;
		height: 30vw;
		bottom: -40vw;
	}

	/*----------------------------------
    //about
    -----------------------------------*/
	#about {
		padding-top: 60px;
		padding-bottom: 60px;
		position: relative;
	}

	#about::after {
		display: none;
	}

	#aboutContentBoxHeading h3 .aboutHeadingText {
		font-size: clamp(1.8rem, 4vw, 3rem);
	}

	#about .sectionTitle {
		margin-bottom: 20px;
	}

	#aboutContentBtn {
		padding: 0 4%;
		margin-top: clamp(20px, 1.6vw, 32px);
		width: 600px;
		max-width: 100%;
	}

	#aboutContentImage {
		position: relative;
	}

	#aboutContentImage::after {
		right: -34%;
		top: 10%;
		transform: rotate(90deg);
		font-size: clamp(5rem, 14.6vw, 11rem);
		line-height: 1;
		opacity: .6;
		color: rgba(255, 255, 255, 0.6);
		font-weight: 500;
		font-family: "MuseoModerno", sans-serif;
		content: "About Us";
		position: absolute;
	}

	#aboutContentImageText {
		top: 12%;
	}

	#aboutContentItems {
		margin-top: 60px;
		grid-template-columns: 1fr;
		gap: 3%;
	}

	.aboutContentItem {
		padding: 3vw;
		margin: 0 auto;
		flex-direction: row;
	}

	.aboutContentItemBtn {
		width: 48px;
		height: 48px;
	}

	.aboutContentItemImage {
		width: 30vw;
		margin-bottom: 0;
	}

	.aboutContentItemText {
		flex: 1;
		font-size: clamp(1.8rem, 3vw, 2.6rem);
	}

	#aboutContentBox {
		bottom: 26%;
	}

	.aboutHeadingTextTop {
		margin-bottom: 0;
	}

	/*----------------------------------
    //recruit
    -----------------------------------*/
	#recruitContent:hover .recruitContentImage::after {
		opacity: 1;
	}

	#recruitContentBox {
		width: 100%;
		text-align: center;
	}

	#recruitContentBtn {
		width: 100%;
		max-width: 260px;
	}

	/*----------------------------------
    //news
    -----------------------------------*/
	#news {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.newsPosts .newsPost .newsPostLink {
		padding: 14px;
		display: block;
	}

	.newsPosts .newsPost .newsPostLink:hover {
		opacity: 1;
	}

	.newsPosts .newsPost .newsPostLink:hover::before {
		opacity: 1;
	}

	.newsPosts .newsPost .newsPostLink .newsPostArrow {
		right: 12px;
	}

	.newsPostDate,
	.newsPostTag {
		font-size: 1.2rem;
	}

	.newsPostTitle {
		font-size: 1.5rem;
	}

	#newsContentBtn {
		padding: 0 4%;
		margin-top: 36px;
		width: 600px;
		max-width: 100%;
	}

	#newsContentBtn .moreBtn {
		width: 100%;
	}

	.newsPostLink:hover {
		opacity: 1;
	}

	#news .newsPostMeta {
		padding-bottom: 15px;
	}

	/*----------------------------------
    //contact
    -----------------------------------*/
	#contactContent {
		height: 580px;
	}

	#contactContentText h2 {
		font-size: 2rem;
		line-height: 1.75;
		letter-spacing: 0.075em;
	}

	#contactContentText p {
		margin-top: 14px;
		line-height: 1.75;
		letter-spacing: 0.075em;
		font-size: 1.8rem;
		display: block;
	}

	#contactContentBox {
		padding-right: 4%;
		padding-left: 4%;
	}

	#contactContentBox #contactContentBtn {
		padding-right: 4%;
		padding-left: 4%;
		bottom: 80px;
	}

	#contactContentBox .moreBtn {
		width: calc(600px - 8%);
		max-width: 100%;
		justify-content: center;
	}

	#contactContentBox .moreBtn .moreBtnText {
		padding: 0px;
		height: 93px;
		font-size: clamp(1.8rem, 3vw, 2.4rem);
		display: grid;
		place-content: center;
	}
}