@charset "utf-8";


.txt.center {
	text-align: center;
}
.catch.center {
	text-align: center;
}
.txt.left {
	text-align: left;
}


/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
#service .lower-ttl-area {
	height: 680px;
}

#service .lower-ttl-area .int-mv-inner .img-area {
	height:  680px;
}

.lower-ttl-area .txt-area::before{
	background: url("../img/service-ttl-bg.png") no-repeat top center / contain;
}

.lower-ttl-area .job-cate:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    border: 8px solid transparent;
    border-top: 10px solid #31D8A8;
    z-index: 0;
}

.h1-wrap h1 {
    top: 720px;
}
.breadcrumbs {
    top: 710px;
}


@media screen and (max-width: 768px) {
	.lower-ttl-area {
		height: auto;
		margin: 0 0;
	}
	.lower-ttl-area .int-mv-inner {
		display: block;
	}
	.lower-ttl-area .titlebox .title-en{
		margin: 0;
	}

	#service .lower-ttl-area .int-mv-inner .img-area {
		width: 100%;
		height: 200px;
		position: absolute;
		z-index: -1;
		top: 0;

		border-radius: 0 0 0 20px;
	}
	.lower-ttl-area .int-mv-inner .img-area img {
        height: 200px;
	}

	.lower-ttl-area .txt-area {
		position: inherit;
		padding: 215px 20px 0;
	}
	.lower-ttl-area .txt-area::before{
		display: none;
	}

	.lower-ttl-area .txt-area .wrap {
		margin: 0 0 0;
	}
	.lower-ttl-area .titlebox{
		margin: 0 0 20px;
	}
	.lower-ttl-area .titlebox::before{
		width: 100px;
        height: 74px;
        top: 0px;
        left: auto;
        right: -10px;
	}
	.lower-ttl-area .catch{
		font-size: 2.5rem;
		margin: 0 0 20px;
	}
	.lower-ttl-area .job-cate {
		left: 0;
	}
	.lower-ttl-area .job-cate p {
		font-size: 1.6rem;
	}

	.lower-ttl-area .job-cate:before {

	}
	.lower-ttl-area .txt{
		width: 100%;
	}
	
	.titlebox.big .title-en{
		font-size: 6rem;
	}
	.h1-wrap h1 {
		top: 5px;
	}
	
	#service .lower-ttl-area {
		height: 100%;
	}
}

/* -------------------------------------------------------------
    SERVICE
-------------------------------------------------------------- */
.about-service-area {
	padding: 100px 0;
	background: linear-gradient(45deg, #CEE3FF, #D9F7FF);
	border-radius: 100px;
	margin-bottom: 80px;
	z-index: 0;
    position: relative;
}

.about-service-area .area-box {
	margin-top: 80px;
	position: relative;
	z-index: 5;
	padding: 60px 0px 0px calc((100% - 1400px) / 2);
}
.about-service-area .area-box::after {
	content: "";
	width: 87%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #fff;
	z-index: -1;
	border-radius: 0 100px 100px 0;
}

.about-service-area .area-box .box01 {
	display: flex;
	gap: 60px;
	max-width: 1700px;
}

.about-service-area .area-box .box01 .txt-wrap {
	max-width: 50%;
}

/*タイトル関連*/
.about-service-area .titlebox {
    text-align: center;
    margin: 0 0 100px;
}
.about-service-area .titlebox.big .title-en {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    z-index: 0;
}
.about-service-area .titlebox.big .title-jp {
    z-index: 1;
	position: relative;
}

.icon-ttl-wrap {
	display: flex;
	gap: 30px;
	align-items: center;
	border-bottom: solid 1px #002060;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.icon-ttl-wrap .en {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #002060;
}
.icon-ttl-wrap .ttl {
	font-size: 3rem;
	color: #002060;
	font-weight: bold;
}
.infrastructure .icon-ttl-wrap {
	border-bottom: solid 1px #22C7EF;
}
.infrastructure .icon-ttl-wrap .en,
.infrastructure .icon-ttl-wrap .ttl {
	color: #22C7EF;
}

.about-service-area .area-box .box01 .txt-wrap .catch {
	font-size: 2.5rem;
}

/*写真*/
.about-service-area .area-box .box01 .img-wrap {
	right: 0px;
	top: -80px;
	border-radius: 80px;
	height: 620px;
	overflow: hidden;
}

/*ボタン*/
.about-service-area .c-btn a {
    margin: 40px 0 0;
    width: 260px;
    background: #002060;
}

.about-service-area .service02 .c-btn a {
    background: #22C7EF;
}

@media screen and (max-width: 1450px) {
	.about-service-area .area-box .box01 .txt-wrap {
		margin-left: 20px;
	}
	}

@media screen and (max-width: 768px) {
	.about-service-area {
		padding: 40px 0;
		border-radius: 50px;
		margin-bottom: 40px;
	}
	
	/*タイトル関連*/
	.about-service-area .titlebox {
		margin: 0 0 20px;
	}

	/*--各エリア--*/
	.about-service-area .area-box {
		margin-top: 0px;
		position: relative;
		z-index: 5;
		padding: 0 20px;
	}
	.about-service-area .area-box.jls {
		margin-top: 0px;
	}
	
	.about-service-area .area-box::after {
		content: "";
		width: 98%;
		height: 94%;
		position: absolute;
		top: 80px;
		left: 0;
		background-color: #fff;
		z-index: -1;
		border-radius: 0 50px 50px 0;
	}

	.about-service-area .area-box .box01 {
		flex-direction: column-reverse;
		gap: 20px;
		max-width: 100%;
	}

	.about-service-area .area-box .box01 .txt-wrap {
		max-width: 100%;
		margin-left: 0;
	}
	
	.about-service-area .area-box .box01 .num-ttl {
		display: flex;
		align-items: center;
        gap: 20px;
	}

	.about-service-area .area-box .box01 .number {
		font-size: 4rem;
		margin-bottom: 10px;
	}

	.about-service-area .area-box .box01 .number::after {
		position: absolute;
		content: "";
		width: 25px;
		height: 1px;
		background-color: #0f75bc;
		bottom: 10px;
		left: 0;
	}

	.about-service-area .area-box .box01 .img-wrap {
		right: 0px;
		border-radius: 30px;
		overflow: hidden;
		height: 200px;
		top: 0;
	}
	
	.about-service-area .area-box .box01 .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/**/
	.about-service-area .area-box {
        position: relative;
        z-index: 5;
        padding: 0 20px;
    }
	.about-service-area .area-box.service02 {
		margin-top: 50px;
	}

	.about-service-area .area-box .box2 ul {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.about-service-area .area-box .box2 ul li {
		width: 100%;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.about-service-area .area-box .box2 ul li .icon-area {
		width: 70px;
		height: 70px;
		border-radius: 100px;
		background-color: #E4F1F9;
		position: relative;
	}

	.about-service-area .area-box .box2 ul .icon-area img {
		max-width: 45px;
		max-height:45px;
	}

	.about-service-area .area-box .box2 ul li .txt {
		font-size: 1.6rem;
		line-height: 2;
	}
	
	.icon-ttl-wrap {
		gap: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.icon-ttl-wrap img {
		width: 60px;
		height: 60px;
		margin: 0;
	}
	.icon-ttl-wrap .en {
		margin-bottom: 10px;
	}
	.icon-ttl-wrap .ttl {
		font-size: 2rem;
	}
	/*ボタン*/
	.about-service-area .c-btn a {
		margin: 20px 0 0;
	}
	
}

/* -----------------------------------------------------------
	イマジテックが選ばれる理由
--------------------------------------------------------------*/
.about-feature-area {
	position: relative;
	margin: 0 0 100px;
}
.about-feature-area .triangle-yellow{
	position: absolute;
	right: -340px;
    margin: -160px 0 0;
}
.about-feature-area .triangle-pink{
	position: absolute;
	right: 90px;
    margin: 175px 0 0;
}

.about-feature-area .titlebox {
	text-align: center;
	margin-bottom: 50px;
}

.about-feature-area .titlebox .title-en {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}

.about-feature-area .txt-wrap{
	text-align: center;
	position: relative;

}
.about-feature-area .txt-wrap .catch{
	margin: 0 0 50px;
}
.about-feature-area .txt-wrap .txt{
	margin: 0 0 50px;
}

.about-feature-area .feature-box {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}
.about-feature-area .feature-box:last-child {
	margin-bottom: 0px;
}

.about-feature-area .feature-img {
	width: 50%;
	flex-shrink: 0;
	height: 460px;
	border-radius: 50px;
}

.about-feature-area .feature-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-feature-area .reverse {
	flex-direction: row-reverse;
}

.about-feature-area .feature-textbox {
	width: 620px;
	margin: 0 auto 0 0;
}

.about-feature-area .txt {
	line-height: 2;
}

.about-feature-area .feature-title {
	font-size: 2.5rem;
	letter-spacing: .05em;
	margin: 0 0 20px 0;
	line-height: 1.4;
	font-weight: 700;
}

.about-feature-area .feature-num {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 15px 24px;
	margin: 0 0 20px;
	text-align: center;
	width: fit-content;
	background:#00CCFF;
	border-radius: 10px;
	font-family: "Space Grotesk", sans-serif;
	position: relative;
}
.about-feature-area .feature02 .feature-num {
	background:#FFCC00;
}
.about-feature-area .feature03 .feature-num {
	background:#FF0066;
}
.about-feature-area .feature04 .feature-num {
	background:#31D8A8;
}

.about-feature-area .feature-num:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 12px solid #00CCFF;
	border-top: 0;
	transform: rotate(50deg);
	bottom: -5px;
	left: 13px;
}
.about-feature-area .feature02 .feature-num:before {
	border-bottom: 12px solid #FFCC00;
}
.about-feature-area .feature03 .feature-num:before {
	border-bottom: 12px solid #FF0066;
}
.about-feature-area .feature04 .feature-num:before {
	border-bottom: 12px solid #31D8A8;
}

.about-feature-area .feature-img {
	width: 50%;
	flex-shrink: 0;
	height: auto;
	border-radius: 110px;
}


@media screen and (max-width: 1350px){
	.about-feature-area .feature-textbox {
		width: 580px;
	}
}

@media screen and (max-width: 768px) {
	.about-feature-area {
		margin: 0px 0 40px;
	}
	.about-feature-area .triangle-yellow{
		width: 200px;
		right: -100px;
		margin: 50px 0 0 ;
	}
	.about-feature-area .triangle-pink{
		width: 80px;
        right: 30px;
        margin: 200px 0 0;
	}
	.about-feature-area .txt-wrap .catch{
		margin: 0 0 20px;
	}
	.about-feature-area .txt-wrap .txt{
		margin: 0 0 20px;
		text-align: left;
	}
	.about-feature-area .titlebox {
		margin-bottom: 0;
	}
	.about-feature-area .titlebox .title-en {
		font-size: 6rem;	
	}
	
	.about-feature-area .feature-box {
		flex-direction: column;
		gap: 0;
		margin-bottom: 20px;
	}
	
	.about-feature-area .feature-box:first-of-type {
		margin-top: 25px;
	}

	.about-feature-area .feature-img {
		width: 95%;
		height: auto;
		border-radius: 20px;
	}
	
	.about-feature-area .feature-img img {
		width: 100%;
		height: auto;
		object-fit: unset;
	}

	.about-feature-area .feature-textbox {
		padding: 10px 20px 0;
		width: 100%;
	}

	.about-feature-area .txt {
		line-height: 2;
	}

	.about-feature-area .feature-title {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}

	.about-feature-area .feature-num {
		padding: 5px 10px;
		margin: 0 0 10px;
		border-radius: 5px;
	}
}


/* -----------------------------------------------------------
	サービス紹介
-----------------------------------------------------------
.about-service-area {
	z-index: -1;
    position: relative;
	background: #F5F6F8;
	border-radius: 110px;
	padding: 100px 0;
	margin: 0 0 80px;
}
.about-service-area .triangle-light-blue{
	position: absolute;
    right: -80px;
    margin: -120px 0 0;
}
.about-service-area .ttl-catch-wrap{
	text-align: center;
}
.about-service-area .ttl-catch-wrap .title-en{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}

.slide-wrap {
	display: flex;
	margin: 0px 0 0;
}

.slide-image {
	list-style: none;
	display: grid;
	padding: 0;
	margin: 0;
	overflow: hidden;
    width: 50%;
	border-radius: 0px 110px 110px 0px;
	flex-shrink: 0;
  }

.slide-image__item {
	grid-column: 1/-1;
	grid-row: 1/-1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1), transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translateX(-20px);
}
.slide-image__item.current {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1), transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translateY(0);
	transform: translateX(0);
}

.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px 110px 110px 0px;

}

.slide-text .ttl-area {
	position: relative;
}

.txt-area-wrap {
	padding: 0px calc((100% - 1300px) / 2) 0px 60px;
	padding: 0 100px 0 40px;
}

.slide-text {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding: 40px;
	align-content: flex-start;
	background-color: #002060;
	border-radius: 20px;
}
.slide-text:nth-child(2) {

	margin-top: 20px;
}

.icon-ttl-wrap {
	display: flex;
	gap: 30px;
	align-items: center;
	border-bottom: solid 1px #002060;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.icon-ttl-wrap .en {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #002060;
}
.icon-ttl-wrap .ttl {
	font-size: 3rem;
	color: #002060;
	font-weight: bold;
}
.service02 .icon-ttl-wrap .en,
.service02 .icon-ttl-wrap .ttl {
	color: #22C7EF;
}
.service-title {
font-size: 2.5rem;
    letter-spacing: .05em;
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-weight: 700;
}
.service-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slide-text__text {
	align-items: center;
	transition: padding-left 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	will-change: transform;
	background: #fff;
	width: calc((100% - 15px) / 2);
	width: 100%;
    padding: 0px 0;
    transition: .3s;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0 0;
	border-radius: 20px;
	padding: 40px 50px;
}
.about-service-area .service-link a {
    padding: 30px 30px;
	width: 100%;
	height: 100%;
	display: block;
}

.about-service-area .service-link a .s-ttl {
    font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	font-size: 2rem;
}
.slide-text ul li {
	position: relative;
	padding: 0.5em 0;
	line-height: 1.4;
}
.slide-text ul li::after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: aqua;
	top: 15px;
	left: -10px;
}

.about-service-area .c-btn a{
	margin: 20px 0 0;
	width: 260px;
	background: #002060;
}

.about-service-area .service02 .c-btn a{
	background: #22C7EF;
}

@media screen and (min-width:769px) and ( max-width:1400px) {
	.slide-image {
		width: 580px;
	}
	.slide-text {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		align-content: flex-start;
	}
}

@media screen and (max-width: 768px){
	.about-service-area{
		border-radius: 20px;
		padding: 30px 0;
		margin: 0 0 40px;
	}
	.about-service-area .titlebox {
		margin: 0;
	}
	.about-service-area .triangle-light-blue{
        width: 120px;
        right: -60px;
        margin: 0 0 0;
        z-index: -1;
	}
	.about-service-area .ttl-catch-wrap .title-en{
		font-size: 5rem;
		white-space: nowrap;
	}
	.about-service-area .txt-area-wrap{
		padding: 0;
	}
	
	.icon-ttl-wrap img{
		width: 60px;
		margin: 0;
	}
	.icon-ttl-wrap .ttl {
		font-size: 2rem;
	}
	.icon-ttl-wrap .en{
		margin-bottom: 5px;
	}
	
	.slide-wrap {
		display: flex;
		align-items: center;
    	flex-direction: column;
		padding-top: 0;
	}

	.slide-image {
		width: 100%;
		height: 225px;
		border-radius: 10px;
		display: none;
	  }
	.slide-image img{
		border-radius: 10px;
	}

	.slide-text .ttl-area .deco {
		position: absolute;
		right: -40px;
    	top: 25px;
		width: 17px;
	}
	
	.slide-text .ttl-area {
		position: absolute;
		top: -334px;
	}

	.slide-text .ttl-area .rotate-img {
		height: 93px;
		width: 93px;
		right: -78px;
		top: -12px;
	}

	.slide-text {
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		padding: 0px;
		align-content: flex-start;
	}

	.service-link {
		margin-top: 0px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.slide-text__text {
		align-items: center;
		transition: padding-left 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		will-change: transform;
		background: #fff;
		width: 100%;
		padding: 15px;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0;
	}
	
	.slide-text__text .img-wrap{
		width: 100%;
		height: 200px;
		border-radius: 10px;
		margin: 0 0 10px;
	}
	.slide-text__text .service-img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.slide-text__text h4 {
		display: flex;
		font-size: 1.7rem;
	}
	
	.slide-text .catch {
		margin-top: 20px;
	}
}---*/

