@charset "utf-8";




/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
.lower-ttl-area .titlebox::before{
	content: '';
	position: absolute;
	width: 280px;
	height: 129px;
	top: 80px;
	left: 350px;
	background: url("../img/environment-mv-ill.png") no-repeat top center / contain;
}



@media screen and (max-width: 768px) {
	
	.lower-ttl-area .titlebox::before{
		width: 96px;
        height: 74px;
        top: 18px;
        left: auto;
        right: -10px;
	}
	
}

/* -----------------------------
	福利厚生
-------------------------------- */
.benefits-area {
	margin: 80px 0 105px;
	border-radius: 110px ;
	padding: 110px 0;
	background: linear-gradient(340deg, rgba(255,249,225,0.39) 0%, rgba(255,232,241,0.39) 26.35%, rgba(214,224,249,0.39) 45.6%, rgba(191,212,255,0.39) 75.48%, rgba(162,237,255,0.39) 100%);
}

.benefits-area .titlebox{
	text-align: center;
	margin: 0 0 40px;
}
.benefits-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;
}
.benefits-area .titlebox.big .title-jp{
	z-index: 1;
	position: relative;
}

.benefits-area .inner > .catch{
	text-align: center;
	margin: 0 0 50px;
}

.benefits-area .benefits-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px auto 0;
}

.benefits-area .benefits-wrap > div{
	width: calc((100% / 4 ) - 20px);
	background: #fff;
	border-radius: 30px;
	padding: 30px 15px 35px;
}

.benefits-area .benefits-wrap .img{
	background: #F5F7F9;
	border-radius: 100px;
	width: 173px;
	height: 173px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin: 0 auto 25px;
}

.benefits-title{
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 20px;
}

@media screen and (max-width: 768px){
	.benefits-area {
		border-radius: 20px 20px 0 0;
		padding: 50px 0;
		margin: 40px 0 50px;
	}

	.benefits-area .titlebox{
		margin: 0 0 20px;
	}
	.benefits-area .titlebox.big .title-en{
	}
	.benefits-area .titlebox.big .title-jp{
	}

	.benefits-area .inner > .catch{
		margin: 0 0 20px;
	}

	.benefits-area .benefits-wrap{
		display: block;
		margin: 20px 0 0;
	}

	.benefits-area .benefits-wrap > div{
		width: 100%;
		padding: 35px 15px 15px;
		border-radius: 10px;
		position: relative;
	}
	.benefits-area .benefits-wrap > div:nth-child(n + 2){
		margin: 10px 0 0;
	}

	.benefits-area .benefits-wrap .img{
		width: 60px;
		height: 60px;
		display: inline-flex;
		margin: 0 0;
		position: absolute;
		top: 15px;
	}
	.benefits-area .benefits-wrap .img img{
width: 40px;
        height: 30px;
        object-fit: contain;
	}

	.benefits-title{
		display: inline-block;
		font-size: 2rem;
		margin: 0;
		padding: 0 0 20px 70px;
	}
}

/* -----------------------------------------------------------
	教育制度・フォロー体制
--------------------------------------------------------------*/
.support-area {
	position: relative;
	margin: 0 0 110px;
}
.support-area .triangle-yellow{
	position: absolute;
    right: -300px;
    margin: -160px 0 0;
}
.support-area .triangle-pink{
	position: absolute;
    right: 120px;
    margin: 200px 0 0;
}

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

.support-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;
}

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

}
.support-area .txt-wrap .catch{
	margin: 0 0 20px;
}
.support-area .txt-wrap .txt{
	margin: 0 0 40px;
}

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

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

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

.support-area .reverse {
	flex-direction: row-reverse;
}

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

.support-area .txt {
	line-height: 2;
}

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

.support-area .support-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;
}
.support-area .support02 .support-num {
	background:#FFCC00;
}
.support-area .support03 .support-num {
	background:#FF0066;
}
.support-area .support04 .support-num {
	background:#31D8A8;
}

.support-area .support-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;
}
.support-area .support02 .support-num:before {
	border-bottom: 12px solid #FFCC00;
}
.support-area .support03 .support-num:before {
	border-bottom: 12px solid #FF0066;
}
.support-area .support04 .support-num:before {
	border-bottom: 12px solid #31D8A8;
}

.support-area .support-img {
	width: 50%;
	flex-shrink: 0;
	height: auto;
	border-radius: 110px;
}
.support-area ul li{
	margin: 0 0 20px;
}

.support-area ul li .title{
	font-weight: bold;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.support-area ul li .title::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 3px;
	left: 0;
	background: url("../img/support-icon01.png") no-repeat top center / contain;
}
.support-area .support02 ul li .title::before{
	background: url("../img/support-icon02.png") no-repeat top center / contain;
}

@media screen and (max-width: 1350px){
	 .support-area .inner.w-1400 {
        width: 1200px;
	}
	.support-area .support-textbox {
		width: 580px;
	}
}

@media screen and (max-width: 768px) {
	.support-area {
		margin: 0px 0;
	}
    .support-area .inner.w-1400 {
        width: 100%;
	}
	.support-area .triangle-yellow{
		width: 200px;
		right: -100px;
		margin: 50px 0 0 ;
		z-index: -1;
	}
	.support-area .triangle-pink{
		width: 80px;
        right: 30px;
        margin: 200px 0 0;
	}
	.support-area .txt-wrap .catch{
		margin: 0 0 20px;
	}
	.support-area .txt-wrap .txt{
		margin: 0 0 20px;
		text-align: left;
	}
	.support-area .titlebox {
		margin-bottom: 30px;
	}
	.support-area .support-box {
		flex-direction: column;
		gap: 0;
		margin-bottom: 0px;
	}
	
	.support-area .support-box:first-of-type {
		margin-top: 25px;
	}

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

	.support-area .support-textbox {
		padding: 10px 20px 20px;
		width: 100%;
	}

	.support-area .txt {
		line-height: 2;
	}

	.support-area .support-title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.support-area .support-num {
		padding: 5px 10px;
		margin: 0 0 10px;
		border-radius: 5px;
	}
	
	.support-area ul li .title::before{
		top: 0;
	}
}

/* -----------------------------
	数字で見るイマジテック
-------------------------------- */
.number-area {
	margin: 0 0 90px;
}

.number-area .titlebox{
	text-align: center;
	margin: 0 0 60px;
}
.number-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;
	z-index: 0;
}
.number-area .titlebox.big .title-jp{
	z-index: 1;
	position: relative;
}

.number-area > .catch{
	text-align: center;
}

.number-area .number-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px auto 0;
}

.number-area .number-wrap > div{
	width: calc((100% / 2 ) - 5px);
	padding: 55px 40px 65px;
	background: url("../img/number-bg01.jpg") no-repeat top center / cover;
	position: relative;

}
.number-area .number-wrap > div:nth-child(2){
	background: url("../img/number-bg02.jpg") no-repeat top center / cover;
}
.number-area .number-wrap > div:nth-child(3){
	background: url("../img/number-bg03.jpg") no-repeat top center / cover;
}
.number-area .number-wrap > div:nth-child(4){
	background: url("../img/number-bg04.jpg") no-repeat top center / cover;
}

.number-area .number-wrap > div::before{
	content: '';
	position: absolute;
	width: 210px;
	height: 174px;
	background: url("../img/environment-number-img01.png") no-repeat top center / contain;
	top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.number-area .number-wrap > div.number02::before{
	width: 271px;
	height: 173px;
	background: url("../img/environment-number-img02.png") no-repeat top center / contain;
}
.number-area .number-wrap > div.number03::before{
	width: 298px;
	height: 163px;
	left: auto;
	right: 50px;
	background: url("../img/environment-number-img03.png") no-repeat top center / contain;
}
.number-area .number-wrap > div.number04::before{
	width: 200px;
	height: 144px;
	left: auto;
	right: 30px;
	background: url("../img/environment-number-img04.png") no-repeat top center / contain;
}

.number-area .number-wrap .number01 .num,
.number-area .number-wrap .number02 .num{
	text-align: right;
}

.number-area .number-wrap .cate{
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	color: #002060;
	display: inline-block;
	margin: 0 0 20px;
	position: relative;
}
.number-area .number-wrap .cate::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 #fff;
    border-top: 0;
    transform: rotate(50deg);
    bottom: -5px;
    left: 13px;
}


.number-area .number-wrap .number01 .cate{
	margin: 0 0 20px 240px;
}
.number-area .number-wrap .number02 .cate{
	margin: 0 0 20px 290px;
}

.number-area .number-wrap .num{
	color: #002060;
	font-size: 2rem;
	font-weight: bold;
}
.number-area .number-wrap .num span{
	font-size: 12rem;
	font-family: "Space Grotesk", sans-serif;
}

@media screen and (max-width: 768px){
	.number-area {
		margin: 0 0 40px;
	}

	.number-area .titlebox{
		margin: 0 0 20px;
	}
	.number-area .titlebox.big .title-en{
	}
	.number-area .titlebox.big .title-jp{
	}

	.number-area > .catch{
	}

	.number-area .number-wrap{
		display: block;
		margin: 0;
	}

	.number-area .number-wrap > div{
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;
	}
	.number-area .number-wrap > div:nth-child(2){
	}
	.number-area .number-wrap > div:nth-child(3){
	}
	.number-area .number-wrap > div:nth-child(4){
		margin: 0;
	}

	.number-area .number-wrap > div::before{
		width: 120px;
		height: 100px;
		left: 20px;
	}
	.number-area .number-wrap > div.number02::before{
		width: 120px;
		height: 70px;
	}
	.number-area .number-wrap > div.number03::before{
		width: 160px;
		height: 80px;
		right: 20px;
	}
	.number-area .number-wrap > div.number04::before{
		width: 150px;
		height: 80px;
		right: 0px;
	}

	.number-area .number-wrap .number01 .num,
	.number-area .number-wrap .number02 .num{
	}

	.number-area .number-wrap .cate{
		font-size: 2rem;
		margin: 0 0 10px;
	}
	.number-area .number-wrap .cate::before{
	}


	.number-area .number-wrap .number01 .cate{
		margin: 0 0 10px 140px;
	}
	.number-area .number-wrap .number02 .cate{
		margin: 0 0 10px 120px;
	}

	.number-area .number-wrap .num{
	}
	.number-area .number-wrap .num span{
		font-size: 6rem;
	}
}


/* -----------------------------------------------------------
    あなたの理想の働き方を実現する仕組み
-------------------------------------------------------------- */
.way-area {
	margin: 0 0 105px;
	border-radius: 110px ;
	padding: 120px 0;
	background: #F5F7F9;
}

.way-area .titlebox{
	text-align: center;
}
.way-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;
}
.way-area .titlebox.big .title-jp{
	z-index: 1;
	position: relative;
	display: inline-block;
}
/*.way-area .titlebox.big .title-jp::before{
	content: '';
	position: absolute;
	width: 28px;
	height: 29px;
	left: -40px;
	background: url("../img/way-title-jp-l.png") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.way-area .titlebox.big .title-jp::after{
	content: '';
	position: absolute;
	width: 28px;
	height: 29px;
	right: -40px;
	background: url("../img/way-title-jp-r.png") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/
.way-area .inner > .catch{
	text-align: center;
	margin: 0 0 25px;
}
.way-area .inner > .txt{
	margin: 0 0 60px;
}

.way-area .way-top-wrap{
	background-color: #fff;
	padding: 30px 80px 50px;
	border-radius: 110px;
	position: relative;
	margin: 0 0 60px;
}
.way-area .way-top-wrap ul{
	display: flex;
	justify-content: space-between;
	padding: 0 0 170px;
}
.way-area .way-top-wrap ul li{
	background: url("../img/way-top-wrap-bg01.png") no-repeat top center / contain;	
	width: 193px;
	height: 193px;
	padding: 50px 20px 0;
}
.way-area .way-top-wrap ul li:nth-child(1),
.way-area .way-top-wrap ul li:nth-child(5){
	margin: 230px 0 0;
}
.way-area .way-top-wrap ul li:nth-child(2){
	margin: 50px 0 0;
	position: relative;
    left: -50px;
}
.way-area .way-top-wrap ul li:nth-child(4){
	margin: 50px 0 0;
	position: relative;	
    right: -50px;
}
.way-area .way-top-wrap ul li .txt{
	font-weight: bold;
}
.way-area .way-top-wrap img{
	position: absolute;
	bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.way-area .subcatch{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin: 0 0 100px;
}

.way-area .list-wrap {
	background-color: #fff;
	padding: 70px 100px 40px;
	border-radius: 110px;
	display: flex;
	flex-direction: row-reverse;
}
.way-area .list-wrap:nth-child(n + 2){
	margin: 70px auto 0;
}
.way-area .list-wrap .txt-wrap{
	position: relative;
	flex: 1;
}
	
.way-area .list-wrap .num {
    background-color: #00CCFF;
    padding: 13px 23px;
    border-radius: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    top: -87px;
    left: 0px;
    display: inline-block;
    position: absolute;
}
.way-area .list-wrap .num p {
	font-size: 2rem;
	font-weight: 700;
		font-family: "Space Grotesk", sans-serif;
}

.way-area .list-wrap .num:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    border: 8px solid transparent;
    border-top: 10px solid #00CCFF;
    z-index: 0;
}
.way-area .way02.list-wrap .num {
	background-color: #FFCC00;
}
.way-area .way02.list-wrap .num:before {
    border-top: 10px solid #FFCC00;
}
.way-area .way03.list-wrap .num {
	background-color: #FF0066;
}
.way-area .way03.list-wrap .num:before {
    border-top: 10px solid #FF0066;
}
.way-area .way04.list-wrap .num {
	background-color: #31D8A8;
}
.way-area .way04.list-wrap .num:before {
    border-top: 10px solid #31D8A8;
}

.way-area .list-wrap .catch {
	font-size: 2.5rem;
	font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 12px;
	border-bottom: solid 1px #00CCFF;
	display: flex;
}
.way-area .way02.list-wrap .catch {
	border-bottom: solid 1px #FFCC00;
}
.way-area .way03.list-wrap .catch {
	border-bottom: solid 1px #FF0066;
}
.way-area .way04.list-wrap .catch {
	border-bottom: solid 1px #31D8A8;
}

.way-area .list-wrap .txt {
	margin-bottom: 15px;
}

.way-area .list-wrap ul li{
	background: #F5F6F8;
	border-radius: 20px;
	padding: 20px 23px 25px;
	margin: 0 0 10px;
}
.way-area .list-wrap ul li .subtitle{
	background: #fff;
	padding: 10px 10px;
	border-radius: 30px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 15px;
	line-height: 1.5;
}
.way-area .list-wrap ul li .txt{
	margin: 0;
}

.way-area .list-wrap .img-wrap{
	margin: 0 0 0 50px;
	border-radius: 20px;
	width: 560px;

}
.way-area .list-wrap img{
	height: 100%;
	object-fit: cover;
}

.kurukuru {
  opacity: 0;
  animation-name: kurukuru;
  opacity: 1;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(100px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1450px) {

}

@media screen and (max-width: 768px){
	.way-area {
		border-radius: 20px;
		padding: 40px 20px 40px;
		margin: 0 0 50px;
	}
    .inner.w-1400 {
        width: 100%;
	}
	.way-area .titlebox{
	}
	.way-area .titlebox.big .title-en{
	}
	.way-area .titlebox.big .title-jp{
		line-height: 1.5;
	}

	.way-area > .catch{
	}
	.way-area .inner > .txt{
		margin: 0 0 20px;
	}
	
	.way-area .way-top-wrap{
		border-radius: 20px;
		padding: 20px 10px;
		margin: 0 0 20px;
	}
	.way-area .way-top-wrap ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 0;
	}
	.way-area .way-top-wrap ul li{
		width: calc((100% / 2) - 5px);
		        height: 150px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.way-area .way-top-wrap ul li:nth-child(1),
	.way-area .way-top-wrap ul li:nth-child(5){
		margin: 0;
	}
	.way-area .way-top-wrap ul li:nth-child(2){
		left: auto;
		margin: 0;
	}
	.way-area .way-top-wrap ul li:nth-child(4){
		margin: 0;
		right: auto;
	}
	.way-area .way-top-wrap ul li .txt{
		text-align: center;
	}
	.way-area .way-top-wrap img{
		right: 0;
		width: 160px;
		left: auto;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	.way-area .subcatch{
		font-size: 2rem;
		margin: 0 0 20px;
	}
	
	.way-area .list-wrap {
		width: 100%;
		padding: 20px;
		border-radius: 20px;
		display: block;
	}
	.way-area .list-wrap:nth-child(n + 2){
		margin: 20px auto 0;
	}
	.way-area .list-wrap .txt-wrap{
	}
	.way-area .list-wrap .img-wrap{
		float: inherit;
		margin: 0 0 10px;
		width: 100%;
		height: 200px;
	}
	.way-area .list-wrap .img-wrap img{
		width: 100%;
		height: 100%;
        object-fit: cover;
	}

	.way-area .list-wrap .num {
		font-size: 1.6rem;
		padding: 8px 15px;
		top: -42px;
	}
	.way-area .list-wrap .num p {
	}

	.way-area .list-wrap .num:before {
	}
	.way-area .job02.list-wrap .num {
	}
	.way-area .job02.list-wrap .num:before {
	}
	.way-area .job03.list-wrap .num {
	}
	.way-area .job03.list-wrap .num:before {
	}
	.way-area .job04.list-wrap .num {
	}
	.way-area .job04.list-wrap .num:before {
	}

	.way-area .list-wrap .catch {
		font-size: 2.2rem;
	}
	.way-area .job02.list-wrap .catch {
	}
	.way-area .job03.list-wrap .catch {
	}
	.way-area .job04.list-wrap .catch {
	}

	.way-area .list-wrap .txt {
		margin: 0 0 10px;
	}
	.way-area .list-wrap ul li{
		padding: 10px;
	}
	.way-area .list-wrap ul li .subtitle{
		margin: 0 0 10px;
	}

}

/* -----------------------------
	本社オフィスの特徴
-------------------------------- */
.office-area{
	margin: 0 0 100px;
	position: relative;
}
.office-area .img-wrap{
	position: absolute;
	top: 350px;
	border-radius: 0 70px 70px 0;
}

.office-area .titlebox{
	text-align: center;
}
.office-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;
}
.office-area .txt-wrap{
	padding: 0 0 0 400px;
	margin: 80px calc(50% - 50vw) 0 0;
    padding: 80px calc(50vw - 50%) 210px 640px;
	background: #F5F7FA;
	border-radius: 100px 0 0 100px;
}
.office-area .inner > .catch{
	text-align: center;
}

.office-area .txt-wrap li{
	margin: 0 0 55px;
}
.office-area .txt-wrap .title {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0 0 20px 40px;
    position: relative;
	line-height: 1.5;
}
.office-area .txt-wrap .title::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 0;
    background: url(../img/environment-office-icon.png) no-repeat top center / contain;
}

.office-area .slide-wrap{
	margin: -110px 0 0;
}
.office-area .slide-wrap img{
	border-radius: 20px;
	width: 100%;

}
.office-area .slick-initialized .slick-slide{
	margin: 0 20px;
}
@media screen and (max-width: 1500px){
	.office-area .img-wrap{
		width: 550px;
	}
	.office-area .img-wrap img{
		width: 100%;
	}
	.office-area .slide-wrap{
		margin: -180px 0 0;
	}
}

@media screen and (max-width: 1450px){
    .office-area .inner.w-1400 {
        width: 1200px;
	}
	.office-area .txt-wrap{
		padding: 110px calc(50vw - 50%) 200px 540px;
	}


	.office-area .slide-wrap img {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.office-area{
	background: #F5F7FA;
		margin: 0 0 40px;
		padding: 40px 0;
	}
    .office-area .inner.w-1400 {
        width: 100%;
	}
	.office-area .img-wrap{
		position: inherit;
		height: 200px;
		top: 0;
		width: calc(100% - 20px);
		object-fit: cover;
		margin: 20px 0 0;
		border-radius: 0 20px 20px 0;
		z-index: 1;
	}

	.office-area .titlebox{
		margin: 0;
	}
	.office-area .titlebox.big .title-jp{
		position: relative;
	}
	.office-area .titlebox.big .title-en{
		color: #fff;
		z-index: 0;
	}
	.office-area .txt-wrap{
		padding: 0 20px 20px;
		margin: 20px 0 0;
	}
	.office-area .txt-wrap .title{
		padding: 0 0 10px 30px;
		font-size: 1.8rem;
	}
	.office-area .txt-wrap .title::before{
		top: 2px;
	}

	.office-area .slide-wrap{
		margin: 0;
	}
	.office-area .txt-wrap li{
		margin: 0 0 20px;
	}
	.office-area .slide-wrap img{
			width: 240px;
        height: 150px;
        object-fit: cover;
	}
	.office-area .okinawa-message-img{
		width: 100%;
		object-fit: cover;
        height: 100%;
	}
}