@charset "UTF-8";



/*  ----------------------------------------------------------

bg

----------------------------------------------------------  */
.top-wrap-1,
.top-wrap-2 {
	overflow: hidden;
	position: relative;
}
.top-wrap-1::before,
.top-wrap-1::after {
	content: "";
	background: #F5F5F5;
	position: absolute;	
	transform: rotate(15deg);	
	z-index: -1;
}
.top-wrap-1::before {
	width: 40rem;
	height: 130rem;
	left: -28rem;
	top: -10rem;
}
.top-wrap-1::after {
	width: 40rem;
	height: 120rem;
	right: -27rem;
	top: 30rem;
}
.top-wrap-2::before {
	content: "";
	background: #F5F5F5;
	position: absolute;	
	transform: rotate(15deg);	
	z-index: -1;
}
.top-wrap-2::before {
	width: 90rem;
	height: 400rem;
	right: 0;
	top: -10rem;
}
@media screen and (max-width: 768px) {
	.top-wrap-1::before {
		left: -36rem;
	}
	.top-wrap-1::after {
		right: -30rem;
	}
	.top-wrap-2::before {
		right: -35rem;
	}	
}





/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
	margin-left: 7rem;
}
.top-kv .wrap {
	position: absolute;
	right: 4rem;
	bottom: 6rem;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	z-index: 10;
	line-height: 1.4;
}
.top-kv .scroll {
	font-family: var(--font-works);
	font-weight: 600;
	color: var(--blue);
	width: 7rem;
	position: absolute;
	left: -7rem;
	bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.top-kv .scroll span {
	width: 0.1rem;
	height: 5rem;
	background: var(--blue);
	margin-right: 0.2rem;
	margin-top: 1.5rem;
}
.top-kv-slider > * {
	height: 56rem;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(4) {
	background: url(../img/top-kv-4.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(5) {
	background: url(../img/top-kv-5.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(6) {
	background: url(../img/top-kv-6.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(7) {
	background: url(../img/top-kv-7.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(8) {
	background: url(../img/top-kv-8.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(9) {
	background: url(../img/top-kv-9.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-kv {
		margin-left: 0;
	}	
	.top-kv .wrap {
		right: 2rem;
		bottom: 2rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}	
	.top-kv-slider > * {
		height: 40rem;
	}
}



/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.top-about {
	width: 88rem;
	margin: 0 auto;
	padding: 8rem 0 12rem 0;
	display: flex;
	justify-content: space-between;
}
.top-about > div {
	width: 70%;
	position: relative;
	padding-top: 4rem;
	padding-right: 10rem;
}
.top-about > figure {
	width: 28%;
}
.top-about p {
	margin-bottom: 10rem;
}
.top-about .img {
	position: absolute;
	right: 3rem;
	bottom: -4rem;
	width: 24rem;
}
.top-about img {
	box-shadow: 0.8rem 0.8rem 0 var(--blue);
}
@media screen and (max-width: 768px) {
	.top-about {
		width: auto;
		padding: 8rem 3rem;
		display: block;
	}
	.top-about > div {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
	.top-about > figure {
		width: 100%;
	}
	.top-about p {
		margin-bottom: 4rem;
	}
	.top-about .img {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin: 4rem 0 3rem 0;
	}
	.top-about img {
		box-shadow: 0.8rem 0.8rem 0 var(--blue);
	}
}



/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.top-service {
	padding: 8rem 0;
	background: var(--navy);
	color: #fff;
}
.top-service p {
	width: 64rem;
	margin: 0 auto 4rem auto;
}
.top-service ul {
	width: 64rem;
	margin: 0 auto 4rem auto;	
	display: flex;
	justify-content: space-between;
}
.top-service ul li {
	width: 43%;
}
.top-service ul li a {
	display: flex;
	align-items: flex-end;
	height: 38rem;
	color: #fff;
	line-height: 1;
}
.top-service ul li:nth-child(1) a {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}
.top-service ul li:nth-child(2) a {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
.top-service ul li a > div {
	display: flex;
	align-items: center;
}
.top-service ul li a span:first-of-type {
	font-size: 4.8rem;
	font-family: var(--font-works);
	font-weight: 600;
}
.top-service ul li a span:last-of-type {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.5rem;
}
.top-service ul li a span:last-of-type::before {
	content: "";
	width: 4rem;
	height: 0.1rem;
	background: #fff;
	margin: 0 1rem;
}
.top-service .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-service {
		padding: 8rem 3rem;
	}
	.top-service p {
		width: auto;
	}
	.top-service ul {
		width: auto;
		display: block;
	}
	.top-service ul li {
		width: 100%;
	}
	.top-service ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.top-service ul li a {
		height: 32rem;
	}
}



/*  ----------------------------------------------------------

works

----------------------------------------------------------  */
.top-works {
	padding: 8rem 0;
}
.top-works p {
	text-align: center;
	margin-bottom: 4rem;
}
.top-works ul {
	width: 88rem;
	margin: 0 auto 4rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-works ul li {
	width: 30%;
	margin-right: calc(10% / 3);
	background: #fff;
}
.top-works ul li:nth-child(3n) {
	margin-right: 0;
}
.top-works ul li:nth-child(n + 4) {
	margin-top: calc(10% / 3);
}
.top-works figcaption {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: var(--navy);
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.4rem;
	padding-bottom: 0.2rem;
}
.top-works .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-works {
		padding: 8rem 3rem;
	}
	.top-works ul {
		width: auto;
		display: block;
	}
	.top-works ul li {
		width: 100%;
		margin-right: 0;
	}
	.top-works ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.top-works ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.top-works figcaption {
		font-size: 1.8rem;
		height: 4.8rem;
	}
}



/*  ----------------------------------------------------------

equipment

----------------------------------------------------------  */
.top-equipment {
	padding-bottom: 8rem;
}
.top-equipment > div {
	background: #fff;
	box-shadow: 0 0 0.8rem rgba(0,0,0,0.1);
	width: 64rem;
	margin: 0 auto;
	padding: 3rem;
}
.top-equipment-slider {
	margin-bottom: 4rem;
}
.top-equipment-slider img {
	width: 100%;
	height: 24rem;
	object-fit: cover;
}
.top-equipment > div > section {
	margin-bottom: 4rem;
}
.top-equipment h3 {
	color: var(--navy);
	line-height: 1;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.top-equipment dl {
	display: flex;
	flex-wrap: wrap;
}
.top-equipment dl dt {
	width: 70%;
	border-bottom: solid 1px #B7B7B7;
	padding: 1rem 0;
}
.top-equipment dl dt::before {
	content: "・";
}
.top-equipment dl dd {
	width: 30%;
	text-align: right;
	border-bottom: solid 1px #B7B7B7;	
	padding: 1rem 0;	
}
.top-equipment .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-equipment {
		padding: 0 3rem 8rem 3rem;
	}
	.top-equipment-slider img {
		height: 16rem;
	}	
	.top-equipment > div {
		width: auto;
		padding: 2.5rem;
	}
	.top-equipment > div > section {
		margin-bottom: 4rem;
	}
	.top-equipment h3 {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.top-equipment dl {
		display: block;
	}
	.top-equipment dl dt {
		width: 100%;
		border-bottom: none;
		padding: 1rem 0 0 0;
	}
	.top-equipment dl dd {
		width: 100%;
		text-align: left;
		padding: 0 0 1rem 0;	
	}
}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.top-contact {
	padding: 6rem 0;
	color: #fff;
	background: linear-gradient(to left,#057CCF,#008CE0,#007ED2,#0066BC,#00449D,#001360);	
}
.top-contact .heading-2 span:last-of-type::after {
	background: #fff;
}
.top-contact p {
	text-align: center;
	margin-bottom: 4rem;
}
.top-contact .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 6rem 3rem;
	}
	.top-contact p {
		text-align: left;
	}
}



/*  ----------------------------------------------------------

recruit

----------------------------------------------------------  */
.top-recruit {
	color: #fff;
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
	padding: 6rem 15rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;	
}
.top-recruit > figure {
	width: 55%;
}
.top-recruit > div {
	width: 40%;
}
.top-recruit h2 span:last-of-type {
	color: #fff;
}
.top-recruit p {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		padding: 6rem 3rem;
		display: block;
	}
	.top-recruit > figure {
		width: 100%;
		margin-bottom: 3rem;
	}
	.top-recruit > div {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

labo

----------------------------------------------------------  */
.top-labo {
	padding: 8rem 0;
}
.top-labo p {
	text-align: center;
	margin-bottom: 4rem;
}
.top-labo ul {
	width: 88rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.top-labo ul li {
	width: 30%;
	margin-right: calc(10% / 3);
	background: #fff;
}
.top-labo ul li:nth-child(3n) {
	margin-right: 0;
}
.top-labo ul li:nth-child(n + 4) {
	margin-top: calc(10% / 3);
}
.top-labo figcaption {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: var(--navy);
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.4rem;
	padding-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
	.top-labo {
		padding: 8rem 3rem;
	}
	.top-labo p {
		text-align: left;
		margin-bottom: 4rem;
	}
	.top-labo ul {
		width: 100%;
		display: block;
	}
	.top-labo ul li {
		width: 100%;
		margin-right: 0;
	}
	.top-labo ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.top-labo ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.top-labo figcaption {
		font-size: 1.8rem;
		height: 4.8rem;
	}	
}



/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.container h4 {
	background: var(--blue);
	color: #fff;
	padding: 1.2rem 1.5rem 1.4rem 1.5rem;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	line-height: 1;
}
.container h5 {
	color: var(--navy);
	font-size: 1.4rem;
}
#equipment .detail dt {
	width: 60%;
}
#equipment .detail dd {
	width: 40%;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.container h4 {
		font-size: 1.8rem;
	}	
	.container h5 {
		font-size: 1.8rem;
	}	
	#equipment .detail dt {
		width: 100%;
		white-space: normal;
	}
	#equipment .detail dd {
		width: 100%;
		text-align: left;
	}
}



/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.CMS-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
    box-sizing: border-box;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--blue);
    border: none;
    color: #fff !important;
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
    display: block;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }   
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }   
}
.his {
    background: rgba(230,0,0,1);
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1.6rem;
    vertical-align: 0.1rem;
}
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}



/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy {
    width: auto;
    margin: 0 auto 7rem;
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 48rem;
    overflow: auto;
}
.privacy-notes {
    margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
    .privacy {
        width: 100%;
        margin: 0px auto 7rem;
    }
}



/*  ----------------------------------------------------------

labo

----------------------------------------------------------  */
.labo dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--navy);
}
.labo dl dd:not(:last-of-type) {
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.labo dl dt {
		font-size: 1.8rem;
	}
}



/*  ----------------------------------------------------------

works

----------------------------------------------------------  */
.works > section:first-of-type h3 {
	font-size: 2rem;
	font-weight: bold;
	color: var(--navy);
	margin-bottom: 1.0rem;
}
.works-detail {
	background: #eee;
	padding: 1rem 2rem 1.2rem 2rem;
	display: flex;
	margin-bottom: 1.5rem;
}
.works-detail dt {
	font-weight: bold;
	margin-right: 2rem;
	color: var(--navy);
}
.works-list {
	display: flex;
	flex-wrap: wrap;
}
.works-list li {
	width: 19%;
	margin-right: calc(5% / 4);
}
.works-list li:nth-child(5n) {
	margin-right: 0;
}
.works-list li:nth-child(n + 6) {
	margin-top: calc(5% / 4);
}
.works-list li img {
	width: 100%;
	height: 12rem;
	object-fit: cover;
}
.works-list-flex {
	flex-direction: column;
	gap: 1rem;
	font-size: 1rem;
}
.works-list-wrap {
	display: grid;
	gap: 1rem;
	grid-template-columns: 19% 1fr;
}
.works-list-wrap p {
	font-size: 1.2rem;
}
.works-list-wrap li {
	width: 100% !important;
}
.works-ex {
	border: #ddd solid 1px;
	padding: 1.5rem;
	margin-top: 1.5rem;
}
.works-ex > div {
	margin-bottom: 1rem;
	color: #fff;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
	background: var(--navy);
	padding: 0.8rem 1.2rem 1rem 1.2rem;
}
@media screen and (max-width: 768px) {
	.works-detail {
		display: block;
	}
	.works-list {
		display: flex;
		flex-wrap: wrap;
	}
	.works-list li {
		width: 32%;
		margin-right: calc(4% / 2);
	}
	.works-list li:nth-child(5n) {
		margin-right: auto;
	}
	.works-list li:nth-child(3n) {
		margin-right: 0;
	}	
	.works-list li:nth-child(n + 6) {
		margin-top: 0;
	}
	.works-list li:nth-child(n + 4) {
		margin-top: calc(4% / 2);
	}
	.works-list li img {
		height: 8rem;
	}
	.works-list-wrap {
		grid-template-columns: 32% 1fr;
	}
	.works-list-wrap p {
		font-size: 1.3rem;
	}
}
.labo-mvtxt{
	display: flex;
    justify-content: center;
	font-size: 1.7rem;
    color: var(--navy);
}
@media screen and (max-width: 768px) {
	.labo-mvtxt{
		font-size: 1.5rem;
	}
}


.service-img{
    margin-bottom: 10px;
}

.service-1 {
	background: #fff;
	color: var(--navy);
}
.service-1 p {
	width: 64rem;
	margin: 0 auto 4rem auto;
}
.service-1 ul {
	width: 64rem;
	margin: 0 auto 4rem auto;	
	display: flex;
	justify-content: space-between;
}
.service-1 ul li {
	width: 43%;
}
.service-1 ul li a {
	display: flex;
	align-items: flex-end;
	height: 38rem;
	color: var(--navy);
	line-height: 1;
}
.service-1 ul li:nth-child(1) a {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}
.service-1 ul li:nth-child(2) a {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
.service-1 ul li a > div {
	display: flex;
	align-items: center;
}
.service-1 ul li a span:first-of-type {
	font-size: 4.8rem;
	font-family: var(--font-works);
	font-weight: 600;
}
.service-1 ul li a span:last-of-type {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.5rem;
}
.service-1 ul li a span:last-of-type::before {
	content: "";
	width: 4rem;
	height: 0.1rem;
	background: var(--navy);
	margin: 0 1rem;
}
.tservice-1 .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service-1 p {
		width: auto;
	}
	.service-1 ul {
		width: auto;
		display: block;
	}
	.service-1 ul li {
		width: 100%;
	}
	.service-1 ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.service-1 ul li a {
		height: 32rem;
	}
}