@charset "utf-8";

@media (max-width: 479px) { 
} /* Extra small */

@media (min-width: 480px) and (max-width:767px) {
} /* Small */

@media (min-width: 768px) and (max-width:1023px) {
} /* Medium */

@media (min-width: 1024px) and (max-width:1279px) {
} /* Large */

@media (min-width: 1280px) {
} /* Extra large */


@media (max-width: 767px) {
} /* smartphone */

@media (min-width: 768px) and (max-width:1023px) {
} /* tablet */

@media (min-width: 1024px) {
} /* pc */


/* ---------------------------------------- common */

@media (max-width: 767px) {
	.pc { display: none !important; }
}

@media (min-width: 768px) {
	.sp { display: none !important; }
}

/* ---------------------------------------- visual */

#visual.home { 
	color: #fff; 
	padding: 0 1.25em;
}
#visual.home .title { 
	font-weight: 600; 
	line-height: 1.4;
}
#visual.home p {
	line-height: 1.6;
}
#visual.home .title,
#visual.home p {
	filter: drop-shadow( 0px 0px 4px #000 )
			drop-shadow( 0px 0px 8px rgba( 0, 0, 0, .5) )
			drop-shadow( 0px 0px 12px rgba( 0, 0, 0, .5 ) );
}

@media (max-width: 767px) {

	#visual.home { 
		height: 700px;
		background: url( ../images/home/visual-home-pc.png ) no-repeat center center;
		background-size: auto 100%;
	}
	#visual.home .inner {
		max-width: 100%;
		height: 660px;
		margin: 0 auto;
	}
	#visual.home .inside {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#visual.home .inside {
		max-width: 1170px;
		margin: 0 auto;
	}
	#visual.home .title {
		font-size: 3.2rem;
		margin: 0 0 20px;
	}
	#visual.home p {
		font-size: 1.6rem;
	}

}

@media (min-width: 768px) {

	#visual.home { 
		height: 800px;
		background: url( ../images/home/visual-home-pc.png ) no-repeat center center;
		background-size: cover;
	}
	#visual.home .inner {
		max-width: 1170px;
		height: 720px;
		margin: 0 auto;
	}
	#visual.home .inside {
		max-width: 590px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#visual.home .title {
		font-size: 3.6rem;
		margin: 0 0 30px;
	}
	#visual.home p {
		font-size: 1.8rem;
	}

}

/* ---------------------------------------- common */

.ttwrap small {
	display: block;
	color: #2270AF;
	border-left: 4px #2270AF solid;
	font-weight: 600;
	line-height: 1;
	padding: 1px 0 1px 16px;
}
.ttwrap .title {
	color: #041725;
}

.ttwrap.white small { 
	border-left: 4px #fff solid; 
}
.ttwrap.white small,
.ttwrap.white .title {
	color: #fff;
}
.title, .subtt {
	font-weight: 600;
}

.archivelink { text-align: center; }
.archivelink a {
	display: inline-block;
	color: #021322;
	background: var( --yellow-color );
	font-size: 1.6rem;
	font-weight: 600;
	padding: 16px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.archivelink.addimg a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 0;
}
.archivelink.addimg a img { margin: 0 0 0 .5em; }
.archivelink a:hover {
	background: var( --yellow-hover );
}

@media (max-width: 767px) {

	.ttwrap { margin: 0 0 30px; }
	.ttwrap small {
		font-size: 1.4rem;
		margin: 0 0 20px;
	}
	.ttwrap .title {
		font-size: 2.8rem;
	}
	.ttwrap  + .detail p {
		font-size: 1.6rem;
	}

	.archivelink a { 
		width: 240px;
	}

}

@media (min-width: 768px) {

	.ttwrap small {
		font-size: 1.6rem;
		margin: 0 0 24px;
	}
	.ttwrap .title {
		font-size: 3.6rem;
	}
	.ttwrap  + .detail p {
		font-size: 1.8rem;
	}

	.archivelink a { 
		color: #041725;
		width: 320px;
	}

}

/* ---------------------------------------- service */

#service {
	background: #021322;
	background: linear-gradient(180deg,rgba(2, 19, 34, 1) 0%, rgba(11, 66, 107, 1) 25%, rgba(11, 66, 107, 1) 100%);
}
#service .headline { color: #fff; }
#service .headline .detail { line-height: 1.8; }

#service-list li {
	color: #fff;
	background: #042643;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#service-list li:hover {
	background: #073B69;
}
#service-list li a {
	display: block;
}

#service-list li .catch { 
	color: #FFF0B3; 
	font-weight: 600;
	line-height: 1.4;
}
#service-list li .subtt {
	line-height: 1.4;
}
#service-list li .text p { line-height: 1.8; }
#service-list li .text p + p { margin: 1em 0 0; }

@media (max-width: 767px) {

	#service { padding: 50px 16px; }
	#service .headline { margin: 0 0 30px; }

	#service-list { margin: 0 0 50px; }
	#service-list li {
		width: 100%;
		/* max-width: 358px; */
		margin: 0 auto 16px;
	}
	#service-list li a {
		padding: 16px 16px 30px;
	}
	#service-list li figure {
		text-align: center;
		margin: 0 0 16px;
	}
	#service-list li figure img {
		width: 100%;
		max-width: 358px;
	}

	#service-list li .catch {
		font-size: 2.0rem;
		margin:0 0 8px;
	}
	#service-list li .subtt {
		font-size: 2.4rem;
		margin:0 0 16px;
	}
	#service-list li p {
		font-size: 1.4rem;
	}

}

@media (min-width: 768px) {

	#service { padding: 130px 16px; }
	#service .inner {
		max-width: 1170px;
		margin: 0 auto;
	}

	#service .headline {
		display: flex;
		justify-content: space-between;
		margin: 0 0 50px;
	}
	#service .headline .ttwrap { width: 27%; }
	#service .headline .detail { width: 62%; }

	#service-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 50px;
	}
	#service-list li a { padding: 40px; }
	#service-list li:first-child a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#service-list li:first-child a > * {
		width: 49%;
	}

	#service-list li:not(:first-child) {
		width: 49%;
	}
	#service-list li:nth-child( n+2 ){
		margin: 24px 0 0;
	}

	#service-list li:first-child .catch {
		font-size: 2.4rem;
		margin: 0 0 10px;
	}
	#service-list li:first-child .subtt {
		font-size: 3.2rem;
		margin: 0 0 24px;
	}
	#service-list li:first-child p {
		font-size: 1.6rem;
	}

	#service-list li:not(:first-child)  figure {
		text-align: center;
		margin: 0 0 20px;
	}
	#service-list li:not(:first-child) .catch {
		font-size: 2.0rem;
		margin: 0 0 10px;
	}
	#service-list li:not(:first-child) .subtt {
		font-size: 2.4rem;
		margin: 0 0 20px;
	}
	#service-list li:not(:first-child) p {
		font-size: 1.4rem;
	}

}

/* ---------------------------------------- case */

#case { background: #042643; }

#case-list > li {
	color: #041725;
	background: #fff;
}
#case-list > li a { display: block; }
#case-list > li .subtt { line-height: 1.4; }

/* icon */
#case-list ul {
	border-bottom: 1px #E5E5E5 solid;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#case-list ul li {
	display: table;
	width: 100%;
	color: #666;
	line-height: 1.5;
}
#case-list ul li > * {
	display: table-cell;
	vertical-align: middle;
}

#case-list ul li span {
	display: inline-block;
	width: 16px;
	aspect-ratio: 1;
	margin: 0 .5em 0 0;
}
#case-list ul li span img { 
	width: 16px;
	aspect-ratio: 1;
}

/* effect */
#case-list .effect h4 span {
	display: inline-block;
	width: 50px;
	color: #fff;
	background: #398ACD;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 3px;
	margin: 0 0 7px;
}
#case-list .effect p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.6;
	font-size: 1.4rem;
	height: calc( 3em * 1.6 );
}

@media (max-width: 767px) {

	#case { padding: 50px 16px; }
	#case-list { 
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 0 30px; 
	}
	#case-list > li { 
		width: 100%;
		max-width: 358px; 
	}
	#case-list > li + li { margin: 16px 0 0; }
	#case-list > li .subtt {
		font-size: 2.0rem;
		margin: 0 0 10px;
	}
	#case-list > li .detail { padding: 16px; }

	#case-list ul { font-size: 1.2rem; }
	#case-list .effect { font-size: 1.4rem; }

}

@media (min-width: 768px) and (max-width:1201px) {

	#case .inner { max-width: 1170px; }
	#case-list { 
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#case-list > li { margin: 0 10px 30px; }

}
@media (min-width: 1202px) {

	#case .inner { width: 1170px; }
	#case-list { 
		display: flex;
		justify-content: space-between;
	}

} 

@media (min-width: 768px) {

	#case { padding: 120px 16px; }
	#case .inner {
		max-width: 1170px;
		margin: 0 auto;
	}
	#case .title { margin: 0 0 50px; }

	#case-list { margin: 0 0 50px; }
	#case-list > li {
		width: 573px;
	}
	#case-list > li .detail {
		padding: 24px;
	}
	#case-list > li .subtt {
		font-size: 2.0rem;
		margin: 0 0 10px;
	}

	#case-list ul { font-size: 1.4rem; }
	#case-list .effect { font-size: 1.4rem; }

}

/* ---------------------------------------- company */

#company {
	color: #fff;
	background: url( ../images/home/company-image.png ) no-repeat top center;
	background-size: cover;
}
#company .headline .title { line-height: 1.2; }
#company .headline .subtt { line-height: 1.6; }
#company .detail .text { line-height: 1.8; }
#company .detail .text p + p { margin: 1.5em 0 0; }

@media (max-width: 767px) {

	#company { padding: 50px 16px; }

	#company .detail .subtt {
		font-size: 2.4rem;
		margin: 0 0 40px;
	}
	#company .detail .text {
		font-size: 1.6rem;
		margin: 0 0 40px;
	}

}

@media (min-width: 768px) {

	#company { padding: 160px 16px; }

	#company .headline {
		display: flex;
		justify-content: space-between;
		margin: 0 0 50px;
	}
	#company .headline .ttwrap { width: 27%; }
	#company .headline .detail { width: 62%; }
	#company .headline .title { line-height: 1.2; }

	#company .inner {
		max-width: 1170px;
		margin: 0 auto;
	}

	#company .detail .subtt {
		font-size: 3.2rem;
		margin: 0 0 60px;
	}
	#company .detail .text {
		font-size: 1.8rem;
		margin: 0 0 50px;
	}

	#company .archivelink { text-align: left; }
	#company .archivelink a { text-align: center; }

}

/* ---------------------------------------- news */

#media { background: #f1f3f5; }
#news-list { border-top: 1px #E4EFF8 solid; }
#news-list li { border-bottom: 1px #E4EFF8 solid; }
#news-list li .cat-day span { display: inline-block; }
#news-list li .cat-day span:first-child {
	display: inline-block;
	color: #008DDF;
	background: #E4EFF8;
	font-weight: 600;
	padding: 3px 1em;
}
#news-list li .subtt {
	color: #041725;
}
#news-list li a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#news-list li a:hover {
	background: #E4EFF8;
}

@media (max-width: 767px) {

	#news { padding: 50px 16px; }
	#news .headline { margin: 0 0 40px; }

	#news-list { margin: 0 0 30px; }
	#news-list li a {
		display: table;
		width: 100%;
		padding: 16px 0;
	}
	#news-list li a > * {
		display: table-cell;
		vertical-align: middle;
	}
	#news-list li a > figure { 
		width: 126px; 
	}
	#news-list li a > .text {
		padding: 0 0 0 10px;
	}
	#news-list li a > .icon { 
		display: none;
	}

	#news-list li .cat-day {
		display: flex;
		justify-content: space-between;
		margin: 0 0 4px;
	}
	#news-list li .cat-day span {
		font-size: 1.4rem;
	}
	#news-list li .cat-day span:first-child {
		font-size: 1.2rem;
	}
	#news-list li .subtt {

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: calc( 2em * 1.4 );

		font-size: 1.6rem;
		line-height: 1.4;
	}

}

@media (min-width: 768px) {

	#news { padding: 160px 16px; }
	#news .inner {
		max-width: 1170px;
		margin: 0 auto;
	}

	#news .headline { margin: 0 0 50px; }

	#news-list { margin: 0 0 50px; }
	#news-list li a {
		display: table;
		width: 100%;
		padding: 20px 4%;
	}
	#news-list li a > * {
		display: table-cell;
		vertical-align: middle;
	}
	#news-list li a > figure { width: 178px; }
	#news-list li a > .text {
		vertical-align: text-top;
		padding: 0 0 0 20px;
	}
	#news-list li a > .icon { 
		width: 5%; 
		text-align: right;
	}
	#news-list li a > .icon img {
		width: 24px;
		aspect-ratio: 1;
	}

	#news-list li .cat-day {
		display: flex;
		justify-content: space-between;
		margin: 0 0 16px;
	}
	#news-list li .cat-day span {
		font-size: 1.6rem;
	}
	#news-list li .cat-day span:first-child {
		font-size: 1.4rem;
	}
	#news-list li .subtt {

		font-size: 1.6rem;
		line-height: 1.4;
	}

}

/* ---------------------------------------- media */

#media li { 
	background: #fff; 
}
#media li a { 
	display: block; 
}

#media ul li .image { 
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	aspect-ratio: 1 / 0.57;
	overflow: hidden;
	position: relative;
}
#media ul li .image::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba( 38, 62, 80, .6 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	mix-blend-mode: normal;
}
#media ul li .image > img,
#media ul li .image > picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
#media ul li .image .imgtt { 
	/*
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: calc( 2em * 1.6 );
	*/
	color: #fff;
	font-weight: 600; 
	text-align: left;
	line-height: 1.6;
	position: relative;
	z-index: 10;
}
#media ul li .image .logo { 
	width: 29%;
	max-width: 95px;
	position: relative;
	z-index: 10;
}

#media li a .inside { 
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#media li a:hover .inside {
	background: #E4EFF8;
}

#media ul li .inside .catday {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#media ul li .inside .catday span:first-child {
	display: inline-block;
	color: #008DDF;
	background: #E4EFF8;
	font-weight: 600;
	padding: 4px 8px;
}
#media ul li .inside .catday span:last-child {
	color: #666;
}

#media ul li .inside .subtt { 
	color: #041725;
	font-weight: 600; 
	line-height: 1.6;
}
#media li .cate span { 
	display: inline-block;
	color: #008DDF;
	font-weight: 600; 
	background: #E4EFF8;
	padding: 2px 4px;
	margin: 0 0 .5em;
}


@media (max-width: 767px) {

	#media {
		font-size: clamp(1.3rem, 4vw, 1.6rem);
		padding: 70px 16px;
	}

	#media .headline { margin: 0 0 40px; }

	#media ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 0 30px;
	}
	#media ul li {
		width: 100%;
		max-width: 358px;
		margin: 0 0 1.875em;
	}
	#media li figure { 
		margin: 0 0 1em;
	}
	#media ul li .image {
		padding: 14px 20px 20px;
	}
	#media ul li .image .logo { width: 100px; }
	#media ul li .image .imgtt { 
		font-size: 2.0rem;
	}

	#media ul li .inside {
		padding: 14px 16px 10px;
	}
	#media ul li .inside .catday {
		font-size: 1.4rem;
		margin: 0 0 10px;
	}
	#media ul li .inside .catday span:first-child { font-size: 1.2rem; }
	#media ul li .inside .subtt {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 0 0 .5em;
	}

}

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

	#media ul { 
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#media .inner { width: 100%; }
	#media ul li { margin: 0 10px 30px; }

}

@media (min-width: 768px) and (max-width:1201px) {

	#media ul { 
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#media .inner { max-width: 1170px; }
	#media ul li { margin: 0 0 30px; }

}
@media (min-width: 1202px) {

	#media ul { 
		display: flex;
		justify-content: space-between;
	}
	#media .inner { width: 1170px; }

} 

@media (min-width: 768px) {

	#media { padding: 120px 16px; }
	#media .inner {
		max-width: 1170px;
		margin: 0 auto;
	}

	#media .headline { margin: 0 0 60px; }

	#media ul { margin: 0 0 50px; }
	#media ul li {
		width: 573px;
	}

	#media ul li .image {
		padding: 20px 30px 30px;
	}
	#media ul li .image .logo { 
		width: 145px;
		position: relative;
		z-index: 10;
	}
	#media ul li .image .imgtt { 
		font-size: 2.4rem;
	}

	#media ul li .inside {
		padding: 16px 30px 30px;
	}
	#media ul li .inside .catday {
		font-size: 1.6rem;
		margin: 0 0 16px;
	}
	#media ul li .inside .catday span:first-child { font-size: 1.4rem; }
	#media ul li .inside .subtt {
		font-size: 2rem;
		line-height: 1.6;
		margin: 0 0 .5em;
	}

}



/* ---------------------------------------- recruit */


#recruit { background: #0B426B; }
#recruit .inside { background: #042643; }
#recruit .ttwrap .title { line-height: 1.4; }
#recruit .ttwrap p { 
	color: #fff;
	line-height: 1.8; 
}

@media (max-width: 767px) {

	#recruit { padding: 0; }
	#recruit .ttwrap { 
		padding: 50px 16px; 
		margin: 0;
	}
	#recruit .ttwrap .title { margin: 0 0 28px; }
	#recruit .headline figure { 
		text-align: center;
		margin: 0 0 28px; 
	}
	#recruit .headline figure img {
		width: 100%;
		max-width: 358px;
	}
	#recruit .ttwrap .text { 
		font-size: 1.6rem; 
		margin: 0 0 32px;
	}

	#recruit .ttwrap .archivelink.addimg li {
		display: flex;
		justify-content: center; 
	}
	#recruit .ttwrap .archivelink.addimg li:first-child { margin: 0 0 20px; }

}

@media (min-width: 768px) {

	#recruit { padding: 130px 16px; }
	#recruit .inner {
		max-width: 1170px;
		margin: 0 auto;
	}

	#recruit .headline {
		display: flex;
	}
	#recruit .headline > figure {
		width: 41%;
	}
	#recruit .headline > figure img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}
	#recruit .headline > .ttwrap {
		width: 59%;
		color: #fff;
		padding: 40px;
	}

	#recruit .ttwrap .title { margin: 0 0 40px; }
	#recruit .headline > .ttwrap .text {
		font-size: 1.8rem;
		margin: 0 0 50px;
	}

	#recruit .ttwrap .archivelink.addimg { text-align: left; }
	#recruit .ttwrap .archivelink.addimg li:first-child { margin: 0 0 20px; }
	#recruit .ttwrap .archivelink.addimg a { width: 240px; }

}






/* ---------------------------------------- inquiry */

#inquiry { background: #f1f3f5; }

