/* --------------------------------------------------------------------------------------
   FEATURE
--------------------------------------------------------------------------------------- */

.feature { background: url(../img/feature_bg.jpg) no-repeat center center / cover; }

.feature article { width: 1000px; }

.feature article .ttl {
	align-items: center;
	display: flex;
	justify-content: center;
}

.feature article .ttl span {
	margin-top: 0;
	position: absolute;
}

.feature article > p {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 50px;
	text-align: center;
}

.feature article .feature-inner {
	display: flex;
	justify-content: center;
	margin-left: -56px;
	margin-top: 90px;
	position: relative;
}

.feature article .feature-inner #lottie {
	letter-spacing: 0;
	position: absolute;
	top: 0;
}

.feature article .feature-inner .item {
	margin-left: -40px;
	position: relative;
	width: 280px;
	z-index: 1;
}

.feature article .feature-inner .item:first-child { margin-left: 0; }

.feature article .feature-inner .item dl {
	display: flex;
	flex-flow: wrap;
	flex-direction: column;
	height: 280px;
	justify-content: center;
	width: 100%;
}

.feature article .feature-inner .item dt {
	align-items: center;
	display: flex;
	height: 96px;
	justify-content: center;
}

.feature article .feature-inner .item dt img {
	height: 100%;
	width: auto;
}

.feature article .feature-inner .japan dt img { height: 82px; }

.feature article .feature-inner .item dd {
	letter-spacing: 0;
	margin-top: 24px;
	text-align: center;
}

.feature article .feature-inner .item p {
	font-size: 1.3rem;
	letter-spacing: 0;
	margin-top: 14px;
	padding: 0 21px;
	text-align: center;
}

/* --------------------------------------------------------------------------------------
   people_cx
--------------------------------------------------------------------------------------- */

.people_cx .box {
	display: flex;
	justify-content: space-between;
	width: 1100px;
}

.people_cx section {
	background-color: rgba(255,255,255,.9);
	border-radius: 30px;
	color: #000;
	padding: 80px 10px;
	position: relative;
	text-align: center;
	width: 523px;
}

#english .people_cx section {
	padding-left: 40px;
	padding-right: 40px;
}

.people_cx section:first-child:after {
	background: url(../img/icon_cross.png) no-repeat;
	content: '';
	display: block;
	height: 91px;
	position: absolute;
	right: -72px;
	top: calc(50% - 45.5px);
	width: 91px;
	z-index: 2;
}

.people_cx section h2 {
	font-size: 6rem;
	font-weight: 500;
}

#english .people_cx section h2 { line-height: 1; }

.people_cx section h2 span {
	display: block;
	font-size: 30px;
	font-weight: 700;
}

.people_cx section p {
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 2.5;
	margin-top: 70px;
}

#english .people_cx section p {
	font-size: 1.8rem;
	margin-top: 40px;
}

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

.company,
.location {
	background-color: #f2f2f2;
	position: relative;
}

.company::after,
.location::after {
	border: 2px solid #fff;
	border-radius: 100vw;
	content: '';
	display: block;
	height: 950px;
	left: calc(50% - 475px);
	position: absolute;
	top: calc(50% - 475px);
	width: 950px;
}

.company article,
.location .box-size {
	padding: 130px 0 180px;
	width: 1000px;
}

.company .slider-wrap {
	margin-left: -50px;
	margin-top: 70px;
	position: relative;
	width: 1100px;
}

.swiper-container { padding: 40px 0; }

.swiper-slide { width: 316px; }

.swiper-slide a {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 5px rgba(184,184,184,.05);
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 378px;
	padding: 70px 0;
	text-align: center;
	transition: all .3s ease-in-out;
}

#english .swiper-slide a { padding: 70px 30px; }

.swiper-slide a:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,.23);
	text-decoration: none;
}

.swiper-slide.swiper-slide-active a {
	box-shadow: 0 5px 20px rgba(0,0,0,.23);
	text-decoration: none;
	transform: scale(1.1) !important;
}

.swiper-slide .slide-crc img { width: 153px; }
.swiper-slide .slide-cma img { width: 153px; }
.swiper-slide .slide-encise img { width: 153px; }
.swiper-slide .slide-medicode img { width: 196px; }
.swiper-slide .slide-cg img { width: 153px; }

.swiper-slide a div {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 55px;
	justify-content: center;
}

.swiper-slide a h3 {
	align-items: center;
	display: flex;
	flex-grow: 1;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	margin-top: 45px;
}

.swiper-slide a p {
	font-size: 1.4rem;
	margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
	align-items: center;
	background-color: #000;
	background-image: none;
	border-radius: 100vw;
	cursor: pointer;
	display: flex;
	height: 58px;
	justify-content: center;
	outline: none !important;
	position: absolute;
	top: calc(50% - 59px);
	width: 58px;
}

.swiper-button-prev { left: -29px; }
.swiper-button-next { right: -29px; }

.swiper-button-prev::before,
.swiper-button-next::before {
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	content: '';
	display: inline-block;
	height: 14px;
	transition: all .3s ease-in-out;
	vertical-align: middle;
	width: 14px;
}

.swiper-button-prev::before {
	margin-left: 6px;
	transform: rotate(-225deg);
}

.swiper-button-next::before {
	margin-right: 4px;
	transform: rotate(-45deg);
}

.swiper-pagination {
	margin-top: 80px;
	position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 100vw !important;
	height: 16px;
	margin-left: 20px;
	opacity: 1;
	outline: none !important;
	width: 16px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #000; }

.swiper-pagination-clickable .swiper-pagination-bullet:first-child { margin-left: 0; }

/* --------------------------------------------------------------------------------------
   information
--------------------------------------------------------------------------------------- */

.information,
.inquiry { background-color: rgba(255,255,255,.6); }

.information article {
	align-items: flex-start;
	flex-direction: inherit;
	flex-wrap: inherit;
	justify-content: space-between;
	min-height: inherit;
	width: 1000px;
}

.information article h2 { width: 220px; }

.information article ul { width: 700px; }

.information article li a {
	border-top: 1px solid #000;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}

.information article li a.no-link:hover { text-decoration: none; }

.information article li:last-child a { border-bottom: 1px solid #000; }

.information article li time {
	font-size: 1.4rem;
	letter-spacing: 0;
	width: 90px;
}

.information article li div { width: 60px; }

.information article li p {
	letter-spacing: 0;
	width: 480px;
}

.information article li .image-text {
	display: flex;
}

.information article li .image-text img {
	margin-left: 30px;
	max-height: 100px;
}

#english .information article li p { font-size: 1.4rem; }

/* --------------------------------------------------------------------------------------
   location
--------------------------------------------------------------------------------------- */

.location section {
	display: flex;
	justify-content: space-between;
	width: 1000px;
}

.location section h2 { width: 325px; }

.location section p { width: 580px; }

.location .map {
	margin-top: 70px;
	position: relative;
	text-align: center;
}

.location .map .pin {
	font-size: 1.2rem;
	letter-spacing: 0;
	padding: 18px 0;
	position: absolute;
	text-align: left;
	width: 190px;
}

.location .map .pin dl { margin-left: 16px; }

.location .map .pin dl::after {
	background-color: #fff;
	border: 1px solid #000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	transform-origin: bottom right;
	transition: all .2s ease-in-out;
	width: 100%;
}

.location .map .pin dt {
	letter-spacing: 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.location .map .pin dd {
	border-top: 1px solid #fff;
	display: none;
	letter-spacing: 0;
	margin-top: 5px;
	padding-top: 5px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.location .map .pin-medicode {
	bottom: 371px;
	left: 193px;
}

.location .map .pin-encise {
	bottom: 479px;
	left: 472px;
}

.location .map .pin-crc {
	bottom: 210px;
	left: 599px;
	padding: 5px 0;
}

.location .map .pin-cma,
.location .map .pin-cma-2 {
	bottom: 282px;
	left: 616px;
	padding: 5px 0;
}

.location .map .pin-cma-2 {
	bottom: 264px;
	left: 336px;
}

.location .map .pin-cg {
	bottom: 196px;
	left: 317px;
}

.company-map {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 612px;
	justify-content: space-between;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .5s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}

.company-map.open {
	opacity: 1;
	visibility: inherit;
}

.company-map .close {
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all .9s ease-in-out;
	width: 30px;
}

.company-map .close::before,
.company-map .close::after {
	background-color: #000;
	content: '';
	display: block;
	height: 100%;
	left: 15px;
	position: absolute;
	top: 0;
	width: 1px;
}

.company-map .close::before { transform: rotateZ(-45deg); }
.company-map .close::after { transform: rotateZ(45deg); }

.company-map dl {
	margin: 0 50px;
	text-align: left;
	width: 260px;
}

.company-map dd { margin-top: 40px; }

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

.inquiry article { width: 1000px; }

.inquiry article > div {
	margin-top: 50px;
	width: 100%;
}

.inquiry article > div a {
	align-items: center;
	border-top: 1px solid #666;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	width: 100%;
}

.inquiry article > div a:hover {
	text-decoration: none;
}

.inquiry article > div a:last-child { border-bottom: 1px solid #666; }

.inquiry article > div a h3 { font-size: 2rem; }

.inquiry article > div a span {
	align-items: center;
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-weight: 500;
	justify-content: center;
	padding: 15px 50px;
}

.inquiry article > div a span::after {
	background: url(../img/icon_blank.svg) no-repeat;
	content: '';
	display: block;
	height: 15px;
	margin-left: 8px;
	width: 15px;
}

/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 980px) {

}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 979px) {

	.feature {
		padding-left: 6.666666666666667vw;
		padding-right: 6.666666666666667vw;
	}

	.feature article { width: auto; }

	.feature article .ttl {
		display: block;
		margin: 0;
		text-align: left;
	}

	.feature article .ttl span { position: relative; }

	.feature article > p {
		font-size: 4.266666666666667vw;
		letter-spacing: 0;
		line-height: 1.8;
		margin-top: 6.666666666666667vw;
		width: auto;
	}

	.feature article > p br { display: none; }

	.feature article .feature-inner {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: 0;
		margin-top: 8%;
		/* margin-top: calc( 9.333333333333334vw + 6.666666666666667vw); */
	}

	.feature article .feature-inner .item { width: 47%; }

	.feature article .feature-inner .item:nth-child(odd) { margin-left: 0; }
	.feature article .feature-inner .item:nth-child(n+3) { margin-top: 5%; }

	.feature article .feature-inner .item dl {
		height: auto;
		width: 100%;
	}

	.feature article .feature-inner .item dt {
		border: 1px solid #000;
		border-radius: 100vw;
		height: 34.666666666666664vw;
		margin: 0 auto;
		width: 34.666666666666664vw;
	}

	.feature article .feature-inner .item dt img { max-height: 16vw; }

	.feature article .feature-inner .japan dt img {
		height: auto;
		max-height: 12vw;
	}

	.feature article .feature-inner .item dd {
		font-size: 3.7333333333333334vw;
		line-height: 1.5;
		margin-top: 3vw;
	}

	.feature article .feature-inner .item:nth-child(2) dd {
		display: block;
		min-height: 10.933333333333334vw;
	}

	.feature article .feature-inner .item p {
		font-size: 3.2vw;
		letter-spacing: -1px;
		padding: 0;
		text-align: left;
	}

	.feature article .feature-inner .item p br { display: none; }

	.people_cx .box {
		display: block;
		margin-left: 6.666666666666667vw;
		margin-right: 6.666666666666667vw;
		width: auto;
	}

	.people_cx section {
		border-radius: 15px;
		margin-top: 21.333333333333332vw;
		padding: 8.666666666666666vw !important;
		width: auto;
	}

	.people_cx section:first-child { margin-top: 0; }

	.people_cx section h2 {
		font-size: 7.733333333333333vw;
		line-height: 1.6;
	}

	.people_cx section h2 span { font-size: 4.266666666666667vw; }

	.people_cx section p {
		font-size: 4.266666666666667vw !important;
		line-height: 1.8;
		margin-top: 8vw !important;
	}

	.people_cx section:first-child:after {
		background-size: cover;
		bottom: -15vw;
		height: 8vw;
		left: calc(50% - 4vw);
		right: auto;
		top: auto;
		width: 8vw;
	}

	.company { overflow: hidden; }

	.company article,
	.location .box-size {
		display: block;
		padding: 17.333333333333332vw 0 24vw;
		width: auto;
	}

	.company::after,
	.location::after {
		height: 130vw;
		left: calc(50% - 65vw);
		top: calc(50% - 65vw);
		width: 130vw;
	}

	.company .slider-wrap {
		margin-left: auto;
		margin-right: auto;
		margin-top: 8vw;
		max-width: 100vw;
		width: 84vw;
	}

	.swiper-container {
		overflow: inherit;
		padding: 0;
	}

	.swiper-slide a {
		min-height: 76vw;
		padding: 13.333333333333334vw 0;
		width: 84vw;
	}

	#english .swiper-slide a { padding: 13.333333333333334vw 5.333vw; }

	.swiper-slide a div { height: 9.6vw; }

	.swiper-slide a h3 { font-size: 3.7333333333333334vw; }

	.swiper-slide a p {
		font-size: 3.2vw;
		margin-top: 6vw;
	}

	.swiper-button-prev,
	.swiper-button-next { top: calc(50% - 43px); }

	.swiper-slide.swiper-slide-active a { transform: scale(1) !important; }

	.swiper-pagination { margin-top: 10.666666666666666vw; }

	.information article {
		display: block;
		width: auto;
	}

	.information article h2 { width: auto; }

	.information article ul {
		margin-left: 6.666666666666667vw;
		margin-right: 6.666666666666667vw;
		margin-top: 13.333333333333334vw;
		width: auto;
	}

	.information article li a {
		display: block;
		padding: 4.266666666666667vw 0;
	}

	.information article li time {
		display: inline-block;
		font-size: 2.933333333333333vw;
		vertical-align: middle;
	}

	.information article li div {
		display: inline-block;
		overflow: hidden;
		vertical-align: middle;
		width: 14.2vw;
	}

	.information article li div img { float: left; }

	.information article li p {
		font-size: 3.466666666666667vw !important;
		margin-top: 2.6666666666666665vw;
		width: auto;
	}

	.location {
		overflow-x: hidden;
	}

	.location section {
		display: block;
		width: auto;
	}

	.location section p {
		font-size: 4.266666666666667vw;
		margin-left: 6.666666666666667vw;
		margin-right: 6.666666666666667vw;
		margin-top: 6.666666666666667vw;
		width: auto;
	}

	.location .map {
		margin-left: 6.666666666666667vw;
		margin-right: 6.666666666666667vw;
		margin-top: 6.666666666666667vw;
	}

	.location .map-image { background: url(../img/map_sp.png) no-repeat center top / cover; }
	#english .location .map-image { background: url(../img/map_en_sp.png) no-repeat center top / cover; }

	.location .map-image img { visibility: hidden; }

	.location .map .pin {
		font-size: 0;
		height: 5.333333333333333vw;
		padding: 0 !important;
		width: 18.666666666666668vw !important;
	}

	.location .map .pin dt,
	.location .map .pin dd { display: none !important; }

	.location .map .pin-medicode {
		bottom: 33.86666666666667vw;
		left: 17.6vw;
	}

	.location .map .pin-encise {
		bottom: 43.6vw;
		left: 43.06666666666666vw;
	}

	.location .map .pin-crc {
		bottom: 19.066666666666666vw;
		left: 54.666666666666664vw;
	}

	.location .map .pin-cma-2 {
		bottom: 23.733333333333334vw;
		left: 30.4vw;
	}

	.location .map .pin-cma {
		bottom: 25.466666666666665vw;
		left: 56.266666666666666vw;
	}

	.location .map .pin-cg {
		bottom: 17.6vw;
		left: 30.4vw;
	}

	.location .map .pin dl::after { display: none; }

	.location .location-open {
		height: auto;
		position: fixed;
		top: 12vw;
		z-index: 4;
	}

	.box-open { overflow: hidden; }

	.company-map.open { z-index: 10; }

	.location .company-map .close { top: 94vw; }

	.location .company-map {
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		display: inherit;
		height: auto;
		left: 6.666666666666667vw;
		position: fixed;
		top: 6.666666666666667vw;
		width: calc(100% - 13.333333333333334vw);
	}

	.location .company-map dl {
		margin: 5.333333333333333vw 0 auto;
		padding: 0 5vw 5vw;
		position: relative;
		width: auto;
	}

	.location .company-map dt { width: 37vw; }

	.location .company-map dd {
		font-size: 3.466666666666667vw;
		letter-spacing: 0;
		margin-top: 4vw;
	}

	.overlay {
		background-color: rgba(255,255,255,.6);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
	}

	.inquiry {
		overflow: hidden;
		position: relative;
		z-index: -1;
	}

	.inquiry article {
		display: block;
		width: auto;
	}

	.inquiry article > div {
		margin-left: 6.666666666666667vw;
		margin-right: 6.666666666666667vw;
		margin-top: 6.666666666666667vw;
		width: auto;
	}

	.inquiry article > div a {
		display: block;
		padding: 6.666666666666667vw 0;
		text-align: center;
	}

	.inquiry article > div a h3 { font-size: 3.7333333333333334vw; }

	.inquiry article > div a span {
		margin: 6.666666666666667vw auto 0;
		padding: 4vw 0;
		width: 70.66666666666667vw;
	}

}