@charset "UTF-8";
/**  PAGE - OFFSHORE -----*/
.page-ttl-offshore{ background-image: url(../img/offshore/ttl.jpg);}
#biz_offshore #biz_map{background-image: url(../img/offshore/bg_offshore_map.svg);}
@media (max-width: 649px) {.page-ttl-offshore{ background-image: url(../img/offshore/ttl_s.jpg);}}
/** OFFSHORE -----*/
.offshore-service{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap:24px;
}
.offshore-service__item {
  position:relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row:span 2;
  box-shadow: 1px 1px 3px #ddd;
}
.offshore-service__item a{
  position:absolute;
  bottom:0;
  width:100%;
  height:100%;
}

.offshore-service__body { padding:32px 24px 0;}
.offshore-service__ttl{
  font-size: clamp(1.6rem,2.4653312vw,1.8rem);
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
.offshore-service__ttl {color:var(--sub-color);}
.offshore-service__link {
  color: #FFF;
  background: var(--sub-color);
  width: 100% ;
  height: 40px;
  font-family: var(--en);
  font-weight: 700;
  line-height: 40px;
  padding: 0 24px;
}

.offshore-service .icon-arrow {
  margin-block:var(--leading-trim);
  margin-top: 16px;
}
.offshore-service__ttl:after {
	display: block;
	content: '';
	background-color: #002a5c;
	width : 64px;
	height: 2px;
	margin: 16px auto 24px;
}





/*#test .card h5:after {
	display: block;
	content: '';
	background-color: #f23d3e;
	width  : 5em;
	height : 2px;
	margin : 1em auto 0;
}
#test .card p {	font-size: .96666em; margin-bottom: 0;}*/




.service .col.card { padding: 1em 0 0;}
.service .col p:last-of-type { padding: 0 1.5em;}
.service .col p.color {	margin: 0 auto .5em;}
.service .col div:last-of-type {
	width: 100%;
	background: #002a5c;
	color: #FFF;
	font-weight: bold;
	padding: .25em 1em;
	margin: 0;
}
/* OFFSHORE > advantage */
.offshore-ad{
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
.offshore-ad .card__item .color {
  display: block;
  font-size: 1.8em;
  margin: 0 auto 15px;
}
.offshore-ad .card__item {
  display: grid;
  grid-template-rows: subgrid;
}
.offshore-ad__head {
  display: grid;
  grid-row:span 2;  
  background: url(../img/nav/bg_circle.svg) top 15% center no-repeat;
}
.offshore-ad .card__ttl {
  font-size: clamp(1.4rem,2.1571648vw,1.6rem);
  font-weight: 600;
  text-align: center;
}
.offshore-ad .card__ttl:after{
  display: block;
	content: '';
	background-color: var(--main-color);
	width : 64px;
	height: 2px;
	margin: 22px auto 2px;
}

.offshore-ad .card__ttl span {
  display: block;
  color: var(--main-color);
  font-family: var(--en);
  font-size: 28px;
  margin-bottom: 16px;
}

/* test / web / cad  */
.offshore__list.content {gap:16px;}
.offshore__list ul {display: grid; gap:16px;}

.offshore__list-head{
  display: flex;
  align-items: flex-start;
  gap: 24px; 
}
.offshore__list-head img {
	display: block;
	width: 80px;
	aspect-ratio: 3/2;
	object-fit:caption;
	}
.offshore__list-head h3 {
  font-size : clamp(2.4rem,3.69779969vw, 2.8rem);
  font-family: var(--en);
  line-height: 1;
  letter-spacing: 1px;
  color: var(--sub-color);
}

.offshore__item {
  display: grid; gap:24px;
  background: #fff;
  border-bottom:#eeeae5 1px solid;
  border-right:#eeeae5 1px solid;
  padding:24px;
  font-size: .93333em;
}

.offshore__item--ad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap:24px;
}
.offshore__item-head {
  font-family: var(--en);
  font-size : clamp(1.8rem,2.7734976vw, 2.2rem);
  line-height: 1;
  color: var(--sub-color);
}
.offshore__item-head .ja {
  display: block;
  font-family: var(--ja);
  font-size: .68em;
  font-weight: normal;
  line-height: 1;
  margin-top: 8px;
}
  .offshore__ad {
    background: url(../img/nav/bg_circle.svg) center center/80px no-repeat;
    color: var(--sub-color);
    font-size : clamp(1.8rem,3.69779969vw, 2rem);
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 80px;
    margin:auto;
    }  
  .offshore__item--ad .icon-check,
  .offshore__service-list { grid-area: 1 / 2 / 2 / 4; }

@media (max-width: 649px) {
.offshore__item--ad {
  display: grid;
  grid-template-columns: 1fr;
  gap:16px;
  }
  .offshore__item--ad .icon-check { grid-area: 2; }

}

/* Only TEST SERVICE / DEVELOPMENT TECHNOLOGY FIELD */
.offshore__service-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap:24px;
}

.offshore__service-logo img{ max-width: 100px;}
.offshore__service-wrap .icon-arrow-list{
  grid-area: 1 / 2 / 2 / 5;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));;
  gap:16px;
  line-height: 1.5;
}
.offshore__service-wrap dd {grid-area: 1 / 2 / 2 / 5;}
.offshore__service-wrap dd li{
  text-indent: -.8em;
  padding-left: 1.8em;
}
.offshore__service-wrap dd li::before {
  display: inline-block;
  content: '●';
  font-size: .8em;
  color: #f23d3e;
  padding-right: .5em;
}
@media (max-width: 649px) {
  .offshore__service-wrap { grid-template-columns: 1fr; gap: 16px;}
  .offshore__service-wrap dd { grid-area:1;}
  .offshore__service-wrap dd,
  .offshore__service-wrap .icon-arrow-list { grid-area: 2;}
}

/* web - record */
.offshore-record__item {
  display: flex;
  flex-direction: column;
  gap:24px;
  border-left: 2px solid var(--sub-color);
  padding-left: 16px;
}
.offshore-record__item-head {
  font-size: 1em;
  line-height: 1;
  color: var(--sub-color);
}

@media (max-width: 649px) {
  .offshore-record__item {gap: 16px;}
}