@charset "utf-8";
/* もっと見る */
* {
	margin: 0;
	padding: 0;
}
html,body{
 	width: 100%;
	height:100%;
	color:#333;
	overflow-x: hidden;

}
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
	font-size: 16px;
	text-align:left;
	padding: 0;
	xposition:relative;
	background:#fff;
}
/*グローバルメニュー*/
#header{
	position:relative;
	z-index:201;
	height:85px;
}
#header_cont{
	position:relative;
	width:100%;
  height:85px;
  background:#fff;
	box-shadow: 3px 3px 3px #cfcfcf;
}
#header_cont.fixed a{
	text-shadow:none;
	position: relative;
	z-index: 10;
}
#header_cont.fixed {
  position: fixed;
  width:100%;
  height:85px;
  background:#fff;
	box-shadow: 3px 3px 3px #cfcfcf;
	text-align: center;
}
.header_cont_inner{
	display: inline-block;
	width:100%;
	height: 100%;
	max-width:1230px;
	margin: 0 auto;
	padding:0 15px;
	box-sizing: border-box;
	position: relative;
}
#logo{
	display:inline-block;
	position:absolute;
	padding-top:20px;
	box-sizing:border-box;
	left:5px;
	z-index: 500;
}
#logo a{
	display:flex;
	align-items:center;
	text-decoration:none;
	color:#0f366e;
	font-weight:bold;
	font-size:0.9em;
}
#logo a p{
	padding-left:10px;
	box-sizing:border-box;
}
header.home #logo{
	display:none;
}
header.home .fixed #logo{
	display:block;
}
#logo img{
	width:100%;
	max-width:120px;
}
#globalnavi {
    font-size: 15px;
		font-weight: bold;
    width: 100%;
    height: 100%;
    position: relative;
    color: #033560;
    text-align: center;
}
.global-nav ul.header-list {
	position:absolute;
    list-style-type: none;
	display:inline-block;
	right:1%;
	top:20px;
}
.global-nav ul.header-list li.menu-item {
    position: relative;
	float:left;
	padding:0 20px;
}
.global-nav a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    transition: background-color .3s linear;
	xtext-shadow:0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333,0 0 1px #333;
}
.global-nav a:hover{
	text-decoration:underline;
}
header.home .global-nav a{
	color: #fff;
}
header.single .global-nav a,header.privacy-policy .global-nav a{
	color: #333;
	text-shadow:none;
}
#menu-item-15 ul{
	display: none;
	position: relative;
	list-style-type: none;
	position: absolute;
	margin-top: 0px;
	margin-left: -18px;
}
#menu-item-15 ul li{
	padding:0px !important;
	position: relative;
	box-shadow: 1px 1px 5px #ccc;
}
#menu-item-15 ul li::before{
	content: "▲";
	color: #fff;
	position: absolute;
	top:-0.9em;
	font-size: 1.5em;
	z-index: 100;
	text-shadow: 0px -5px 4px #efefef;
	left:35px;
}
#menu-item-15 ul li a{
	display: inline-block;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	width:200px;
	text-decoration: none;
	color:#ff579e;
	background: #fff;
}
#menu-item-15 ul li a:hover{
	text-decoration: underline;
}
#menu-item-15:hover ul{
	display: block;
}
#menu-item-16 ul{
	display: none;
	position: relative;
	list-style-type: none;
	position: absolute;
	margin-top: 0px;
	margin-left: -18px;
}
#menu-item-16 ul li{
	padding:0px !important;
	position: relative;
	box-shadow: 1px 1px 5px #ccc;
}
#menu-item-16 ul li::before{
	content: "▲";
	color: #fff;
	position: absolute;
	top:-0.9em;
	font-size: 1.5em;
	z-index: 100;
	text-shadow: 0px -5px 4px #efefef;
	left:35px;
}
#menu-item-16 ul li:last-child::before{
	content: "";
	color: #fff;
	position: absolute;
	top:-0.9em;
	font-size: 1.5em;
	z-index: 100;
	text-shadow: 0px -5px 4px #efefef;
	left:35px;
}
#menu-item-16 ul li a{
	display: inline-block;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	width:200px;
	text-decoration: none;
	color:#ff579e;
	background: #fff;
}
#menu-item-16 ul li a:hover{
	text-decoration: underline;
}
#menu-item-16:hover ul{
	display: block;
}
/* nav-toggle */
#nav-toggle {
    display: none;
    position: fixed;
    top: 5px;
    right: 5px;
    height: 52px;
	width:52px;
	color:#fff;
	padding:13px 10px 14px;
	box-sizing:border-box;
	background:#ff579e;
}
#nav-toggle div{
	position:relative;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
        top: 0px;
    }
#nav-toggle span:nth-child(2) {
			top: 11px;
    }
#nav-toggle span:nth-child(3) {
			top:22px;
    }
#overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#menu-item-69 a{
	display: inline-block;
	padding:10px 0;
	padding-left: 24px;
	box-sizing: border-box;
	width:160px;
	text-align: center;
	color:#014da2;
	border: 1px solid #014da2;
	border-radius: 50px;
	margin-top: 5px;
	position: relative;
}
#menu-item-69 a::before{
	content: "";
	position: absolute;
	display: block;
	width:17px;
	height:19px;
	background: url("../images/member.png") no-repeat;
	background-size: cover;
	top:9px;
	left:32px;
}
#menu-item-205{
	margin-left: -25px;
}
#menu-item-205 a{
	position: relative;
	display: inline-block;
	padding:10px 0;
	padding-left: 30px;
	box-sizing: border-box;
	width:175px;
	text-align: center;
	color:#fff;
	background: #014da2;
	border: 1px solid #014da2;
	border-radius: 50px;
	margin-top: 5px;
}
#menu-item-205 a::before{
	content: "";
	position: absolute;
	display: block;
	width:20px;
	height:12px;
	background: url("../images/contact_white.png") no-repeat;
	background-size: cover;
	top:15px;
	left:28px;
}
#menu-item-786{
	padding-left:0px;
}
#menu-item-786 a{
	display: inline-block;
	padding:10px 0;
	box-sizing: border-box;
	width:160px;
	text-align: center;
	color:#014da2;
	border: 1px solid #014da2;
	border-radius: 50px;
	margin-top: 5px;
	position: relative;
}
.page-id-10 .menu-item-73 a{
	color:#014da2 !important;
}
.page-id-13 .menu-item-72 a{
	color:#014da2 !important;
}
.page-id-15 .menu-item-71 a{
	color:#014da2 !important;
}
@media screen and (max-width: 990px) {
#header{
	height: 65px;
}
#logo{
	padding-top: 5px;
}
#header_cont{
	height:63px;
}
#header_cont.fixed{
	height:63px;
}
#main-in {
    padding-left: 0;
}
.side_btn{
	position: fixed;
}
#global-head {
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,.8);
    display: flex;
}
#globalnavi{
    position: fixed;
    right: -990px;
    top: 0;
    height: 100%;
    width: 100%;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    transition: .35s ease-in-out;
}
#menu-item-15 ul{
	display: block;
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	margin-left: -18px;
}
#menu-item-15 ul li{
	padding:0px !important;
	position: relative;
	box-shadow: none;
}
#menu-item-15 ul li::before{
	content: "";
	color: #fff;
	position: absolute;
	top:-0.9em;
	font-size: 1.5em;
	z-index: 100;
	text-shadow: 0px -5px 4px #efefef;
	left:35px;
}
#menu-item-15 ul li a{
	display: inline-block;
	width:100%;
	padding:10px;
	padding-left: 75px;
	box-sizing: border-box;
	text-decoration: none;
	color:#ff579e;
	background: transparent;
}
#menu-item-15 ul li a:hover{
	text-decoration: underline;
}
#menu-item-15:hover ul{
	display: block;
}
#menu-item-16 ul{
	display: block;
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	margin-left: -18px;
}
#menu-item-16 ul li{
	padding:0px !important;
	position: relative;
	box-shadow: none;
}
#menu-item-16 ul li::before{
	content: "";
	color: #fff;
	position: absolute;
	top:-0.9em;
	font-size: 1.5em;
	z-index: 100;
	text-shadow: 0px -5px 4px #efefef;
	left:35px;
}
#menu-item-16 ul li:last-child::before{
	content: "";
	color: #fff;
	position: absolute;
	top:-0.9em;
	font-size: 1.5em;
	z-index: 100;
	text-shadow: 0px -5px 4px #efefef;
	left:35px;
}
#menu-item-16 ul li a{
	display: inline-block;
	width:100%;
	padding:10px;
	padding-left: 75px;
	box-sizing: border-box;
	text-decoration: none;
	color:#ff579e;
	background: transparent;
}
#menu-item-16 ul li a:hover{
	text-decoration: underline;
}
#menu-item-16:hover ul{
	display: block;
}
#menu-item-69 a {
	width: 100%;
	border: none;
	border-top: 1px solid #014da2;
  border-radius: 0px;
}
#menu-item-69 a::before {
    top: 17px;
    left: 80px;
}
#menu-item-205 {
    margin-left: 0px;
}
#menu-item-205 a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #014da2;
    border: none;
    border-radius: 0px;
		margin-top: 0px;
}
#menu-item-205 a::before {
    top: 19px;
    left: 70px;
}
#menu-item-786{
	padding-bottom:15px;
}
header.home .global-nav a {
    color: #333;
}
.global-nav a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 15px 30px;
		box-sizing: border-box;
		text-align: left;
    transition: background-color .3s linear;
	font-size:1.4em;
}
.global-nav ul.header-list {
	position:absolute;
    list-style-type: none;
	display:inline-block;
	width:100%;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.global-nav ul.header-list li.menu-item {
    position: relative;
	float:none;
	width:100%;
	padding:0;
}
#nav-toggle {
    display: block;
}

/* nav open */
.open {
    overflow: hidden;
}
.open #overlay {
    display: block;
}
.open #globalnavi  {
    transform: translate3d(-990px,0,0);
}

/* #nav-toggle close */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(-45deg);
    }

    /* z-index */
    #overlay {
        z-index: 200;
    }
    #globalnavi {
        z-index: 300;
    }
    #nav-toggle {
        z-index: 400;
    }
}
@media screen and (max-width:768px){
	#logo a{
	font-size:0.65em;
}
}
/*上から出てくるグローバルメニュー*/
/*グローバルメニューEND*/
.inner_cont{
	width:100%;
	max-width: 1230px;
	margin: 0 auto;
	padding:0 15px;
	box-sizing: border-box;
}
.top_h2{
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-weight: normal;
	position: relative;
	font-size: 5.5em;
	text-align: center;
	line-height: 0.8em;
	margin-bottom: 30px;
	color:#0f366e;
	padding-top: 65px;
	letter-spacing:0.2rem;
}
.top_h2::before{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/title_top.svg");
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
.top_h2 span{
	font-size: 0.3em;
	font-weight: normal;
	color:#a7a7a7;
}
span.strong{
	font-weight: bold;
}
@media screen and (max-width:768px){
	.top_h2{
		font-size: 4.0em;
		text-align: center;
		line-height: 0.8em;
	}
	.top_h2::before{
		content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/title_top.svg");
		position: absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
	}
	.top_h2 span{
		font-size: 0.3em;
		font-weight: normal;
		color:#a7a7a7;
	}
}
/*トップページ*/
.top_img{
	margin-top: 0px;
	position: relative;
}
.top_slider img{
	width:100%;
}
.top_img_link{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	max-width:600px;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.top_img_link a{
	width:calc(97%/2);
	text-align: center;
	box-sizing: border-box;
	position: relative;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:120px;
	color:#fff;
	text-decoration: none;
	border-radius: 20px 20px 0 0;
}
.top_img_link a:first-child{
	background: #0f366e;
}
.top_img_link a:first-child::before{
	content: "";
	position: relative;
	width:30px;
	height:30px;
	background: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/hatena.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	left:-5px;
}
.top_img_link a:last-child{
	margin-left: 3%;
	background: #ff579e;
}
.top_img_link a:last-child::before{
	content: "";
	position: relative;
	width:30px;
	height:30px;
	background: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/hikouki.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	left:-5px;
}
.catch_copy{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:15%;
}
.catch_copy p{
	font-weight: bold;
	font-size: 40px;
	color:#0f366e;
	xtext-shadow: 0px 0px 3px #333;
}
.catch_copy p span{
	background: rgba(255, 255, 255, 0.7);
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.8em;
}
.catch_copy p span.minimum{
	font-size: 0.7em;
}
.slick-item{
	height:700px !important;
	background-size: cover !important;
	background-position: center !important;
}
.slick-item:first-child{
	background: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/top_img01.jpg");
}
@media screen and (max-width:768px){
	.slick-item{
		height:500px !important;
	}
	.catch_copy{
		left:5%;
	}
	.catch_copy p{
		font-size: 20px;
	}
}
/*コンセプト*/
.top_concept{
	position: relative;
	padding-top: 80px;
}
.top_concept .top_concept_first{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.top_concept_first_inner{
	width:60%;
}
.top_concept_first_inner h2{
	font-size: 2.3em;
	color:#0F366E;
}
.top_concept_first_inner p{
	margin: 40px 0;
	font-size: 1.2em;
}
.top_concept_first_inner a{
	position: relative;
	display: inline-block;
	width:100%;
	max-width: 300px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding:20px 0;
	border: 2px solid #28428B;
	color: #28428B;
	text-decoration: none;
	border-radius: 10px;
}
.top_concept_first_inner a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_wh.svg");
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
}
.top_concept_first_img{
	position: relative;
	width:40%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(20%);
	z-index: 5;
}
.top_concept_first_img img{
	width:110%;
}
.top_concept_second{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top:80px;
	justify-content: flex-end;
	margin-top: -30px;
	z-index: 10;
}
.top_concept_second div{
	width:calc(92%/3);
	padding:40px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 1px 1px 10px #888;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4%;
	background: #fff;
}
.top_concept_second div:nth-child(2n){
	margin-left: 4%;
	margin-right: 4%;
}
.top_concept_second div img{
	width:100%;
	max-width: 150px;
	max-height:100px;
}
.top_concept_second div h2{
	font-size: 1.9em;
	text-align: center;
	color:#0f366e;
	margin-top: 30px;
	width: 100%;
}
.top_concept_second div h2 span{
	font-size: 0.7em;
	font-weight: normal;
	color:#ff579e;
}
.top_concept_second div p{
	font-size: 1.2em;
	margin-top: 30px;
	line-height: 1.8em;
	text-align: center;
	width: 100%;
}
.top_concept_third_img{
	position: relative;
	z-index: 5;
	margin-top: -400px;
	transform: translateX(-20%);
	width:40%;
}
.top_concept_third_img img{
	width:110%;
}
.background01{
	position: relative;
	background: #fff;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #ecf7fc transparent;
	border-width: 0px 0px 900px 100vw;
	margin-top: -40%;
}
.kikkou_01{
	position: absolute;
	width:100%;
	max-width: 400px;
	left:-100px;
	transform: translateY(30%);
	z-index: -2;
}
.kikkou_02{
	position: absolute;
	width:100%;
	max-width: 600px;
	z-index: 3;
	transform: translateY(70%);
	right:-170px;
}
.kikkou_03{
	position: absolute;
	width:100%;
	max-width: 400px;
	z-index: 5;
	left:-70px;
	transform: translateY(180%);
}
.kikkou_01 img,.kikkou_02 img,.kikkou_03 img{
	width:100%;
}
@media screen and (max-width:990px){
	.top_concept_second {
    margin-top: 50px;
}
.background01{
	margin-top: -50%;
}
}
@media screen and (max-width:768px){
	.kikkou_02{
		transform: translateY(100%);
	}
	.top_concept_first_inner{
		width:100%;
	}
	.top_concept_first_img{
		width:100%;
		text-align: center;
		margin-top: 20px;
	}
	.top_concept_first_img img {
    width: 70%;
}
	.top_concept_second div{
		width:100%;
		padding:30px 10px;
		box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 4%;
		background: #fff;
	}
	.top_concept_second div:nth-child(2n){
		margin-left: 0%;
		margin-right: 0%;
	}
	.top_concept_second div h2 {
    font-size: 1.5em;
    text-align: center;
    color: #0f366e;
    margin-top: 30px;
		line-height: 1.0em;
}
.top_concept_second div h2 span {
    margin-top: 10px;
    display: inline-block;
}
.top_concept_second div p {
    font-size: 1.0em;
    margin-top: 20px;
    line-height: 1.5em;
}
.top_concept_third_img {
    position: relative;
    z-index: 5;
    margin-top: 30px;
    transform: translateX(-20%);
    width: 100%;
}
.background01{
	margin-top: -700px;
}
}
/*業務内容*/
.top_service{
	display: inline-block;
	width:100%;
	margin-top: -100px;
	background: #ecf7fc;
	padding-bottom: 150px;
}
.top_service .top_h2{
	position: relative;
	z-index: 3;
}
.top_service p{
	text-align: center;
}
.top_service_inner{
	position: relative;
	width:100%;
	margin-top: 100px;
	text-align: center;
	z-index: 3;
}
.top_service_inner h3{
	width:100%;
	text-align: center;
	font-size: 3.2em;
	color:#ff579e;
}
.top_service_inner img{
	width:100%;
	margin-top: 50px;
}
.top_service_inner a{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color:#28428B;
	text-decoration: none;
	max-width: 300px;
	margin-top: 80px;
	border: 2px solid #28428B;
	padding:25px 0;
	border-radius: 10px;
}
.top_service_inner a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_wh.svg");
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
}
@media screen and (max-width:768px){
	.top_service_inner h3{
		font-size: 2.5em;
	}
}
/*会社概要*/
.top_company{
	display: inline-block;
	width:100%;
	padding:100px 0;
	text-align: center;
	background: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/top_company_dna.jpg") no-repeat;
	background-position: bottom center;
	background-size: cover;
	color:#fff;
}
.top_company h2{
	font-size: 1.8em;
}
.top_company p{
	margin-top: 25px;
}
.top_company_btn{
	width:100%;
	max-width:650px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.top_company_btn a{
	position: relative;
	display: inline-block;
	text-align: center;
	width:calc(96%/2);
	font-size: 1.2em;
	padding: 25px 0;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
.top_company_btn a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_bl.svg");
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
}
.top_company_btn a:last-child{
	margin-left: 3%;
}
@media screen and (max-width:768px){
	.top_company h2{
		font-size: 1.5em;
	}
	.top_company_btn a {
    width: 100%;
}
.top_company_btn a:last-child {
    margin-left: 0%;
		margin-top: 3%;
}
}
/*ニュース*/
.top_news{
	margin: 100px 0 100px 0;
}
.news_list{
	margin: 50px 0;
}
.news_list dl{
	width:100%;
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
}
.news_list dl:nth-child(2n){
	border-top: none;
	border-bottom: none;
}
.news_list dl a{
	position: relative;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	padding:35px 0px;
	box-sizing: border-box;
	align-items: center;
	color:#333;
	text-decoration: none;
	transition: 0.3s;
}
.news_list dl a:hover{
	opacity: 0.5;
}
.news_list dl a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_circle_bl.svg");
	position: absolute;
	right:0px;
	top:50%;
	transform: translateY(-42%);
}
.news_list dl dt{
	width:20%;
}
.category-name{
	display: inline-block;
	margin-left: 15px;
	color:#ff579e;
	border: 1px solid #ff579e;
	border-radius: 50px;
	padding:3px 15px;
	box-sizing: border-box;
	font-size: 0.8em;
}
.news_list dl dd{
	width:80%;
	padding-right: 70px;
}
.bnbtn{
	display: inline-block;
	width:100%;
	text-align: center;
	margin-top: 50px;
}
.bnbtn a{
	position: relative;
	display: inline-block;
	width:100%;
	max-width: 300px;
	font-size: 1.2em;
	padding:25px 0;
	border: 2px solid #28428B;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	color:#28428B;
}
.bnbtn a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_wh.svg");
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
}
@media screen and (max-width:990px){
	.news_list dl dt{
		width:100%;
		margin-bottom: 20px;
	}
	.news_list dl dd{
		width:100%;
	}
}
/*トップページEND*/
.service .bg, .news .bg, .about .bg{
	padding-top:135px;
	background-color: #ECF7FC;
  position: relative;
  z-index: 0;
}
.service .bg::before, .news .bg::before, .about .bg::before{
	content: "";
	width: 100%;
  position: absolute;
	left: 0;
	background-color: #fff;
	height: 90%;
  top: 50%;
  transform: translateY(-50%) skewY(-30deg);
	z-index: -1;
}
.service .bg2{
	position: relative;
	padding-top: 135px;
	background: #fcfcfc;
}
.cace{
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.underpage_title{
	width:100%;
	max-width: 1230px;
	margin: 0 auto;
	padding:0 15px;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.underpage_title h1 span:first-child{
	display: block;
	line-height: 1;
	font-size: 25px;
	font-weight: 500;
	color:#a7a7a7;
}
.underpage_title h1 span:last-child{
	display: block;
	font-size: 80px;
	letter-spacing: 0.05em;
	color: #0f366e;
}
.underpage_title h1 .font-futura{
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.contents section{
	margin-bottom: 100px;
}
.contents .title_sec{
	position: relative;
	font-size: 2.0em;
	padding-left:20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.contents .title_sec::before{
	content: "";
	height:50%;
	width:10px;
	background-color: #0F366E;
	position: absolute;
	top: 0;
	left: 0;
}
.contents .title_sec::after{
	content: "";
	height:50%;
	width:10px;
	background-color: #FF579E;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contents section p{
	line-height: 1.5em;
}
.underpage_table{

}
.underpage_table tr:first-child{
	color:#fff;
	background: #0f366e;
}
.underpage_table tr:first-child th{
}
.underpage_table tr:first-child th:first-child{
	border-radius: 10px 0 0 0;
}
.underpage_table tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
}
.underpage_table tr:nth-child(2n){
	background: #efefef;
}
@media screen and (max-width:768px){
	.contents .title_sec{
		position: relative;
		font-size: 25px;
		padding-left:20px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.service .bg, .news .bg, .about .bg{
		padding-top:65px;
	}
	.service .bg::before, .news .bg::before, .about .bg::before{
		content: "";
		width: 100%;
	  position: absolute;
		left: 0;
		background-color: #fff;
		height: 100%;
	  top: 0%;
	  transform: translateY(0%) skewY(-50deg);
	}
	.underpage_title h1 span:first-child {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #a7a7a7;
}
.underpage_title h1 span:last-child {
	font-size: 40px;
	letter-spacing: 0.05em;
}
}
/*業務概要*/
.service_cont_first h2{
	position: relative;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 50px;
	padding-top: 70px;
}
.service_cont_first h2::before{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/title_top.svg");
}
.service_cont_first p{
	font-size: 1.2em;
}
.service_cont_first ul{
	padding-left:30px;
	box-sizing: border-box;
	margin: 30px 0;
	color:#ff579e;
	font-size: 1.3em;
	font-weight: bold;
}
.service_cont_first ul li{
	margin-bottom: 15px;
}
.service_cont_second{
	padding-bottom: 200px;
	margin-bottom: 0px!important;
}
.service_cont_second h3{
	font-size: 1.8em;
	color:#0F366E;
}
.service_cont_second > div {
	font-size: 1.2em;
}
.service_cont_second div h4{
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 20px;
	color:#ff579e;
}
.service_cont_second div div{
	display: inline-block;
}
.service_cont_second div div p{
	width:55%;
	float: left;
}
.service_cont_second div div div{
	width:40%;
	margin-left: 5%;
	float: left;
}
.service_cont_second div div div img{
	width:100%;
	border-radius: 10px;
}
.case_link_btn{
	width:100%;
	text-align: center;
	margin-top: 80px;
}
.case_link_btn a{
	display: inline-block;
	position: relative;
	width:100%;
	max-width:300px;
	padding:20px 0;
	box-sizing: border-box;
	border: 2px solid #28428B;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#28428B;
}
.case_link_btn a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_wh.svg");
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
}
.case_plink{
	width:100%;
}
.case_plink ul{
	list-style-type: none;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.case_plink ul li{
	display: inline-block;
	width:calc(100%/4);
	border: 1px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case_plink ul li a{
	position: relative;
	display: flex;
	width:100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color:#fff;
	background: #0F366E;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.case_plink ul li a:hover{
	opacity: 0.7;
}
.service_cont_third ul{
	display: flex;
	flex-wrap: wrap;
}
.service_cont_third ul li{
	display: flex;
	flex-wrap: wrap;
	width:calc(96%/3);
	border: 2px solid #efefef;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:30px;
	font-size: 1.1em;
	border-radius: 10px;
	background: #fff;
}
.service_cont_third ul li h5{
	font-size: 1.5em;
	padding-bottom: 20px;
	color:#0f366e;
}
.service_cont_third ul li h5 span:first-child{
	display: block;

}
.service_cont_third ul li h5 span:last-child{
	display: block;
	color:#ff579e;
	font-weight: normal;
	font-size: 0.7em;
}
.service_cont_third ul li h5,.service_cont_third ul li p{
	width:100%;
}
.service_cont_third ul li:nth-child(2n){
	margin-left: 2%;
	margin-right: 2%;
}
.service_cont_fourth{
	padding-bottom:100px;
	margin-bottom: 0;
}
.service_cont_fourth table{
	width:100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.service_cont_fourth table th,.service_cont_fourth table td{
	padding:20px 15px;
	box-sizing: border-box;
}
.plan_list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.plan_list > div{
	width:calc(96%/3);
	text-align: center;
	border-radius: 10px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.plan_list > div > div.overview{
	flex-grow: 1; /* 比率を指定 */
}
.plan_list > div > div:nth-child(2n){
	background: #efefef;
}
.plan_list > div:nth-child(2n){
	margin-left: 2%;
	margin-right: 2%;
}
.plan_name{
	font-size: 1.3em;
	font-weight: bold;
	background: #0F366E;
	color:#fff;
	padding: 20px 0;
}
.plan_list > div span{
	display: inline-block;
	font-weight: bold;
	padding:5px 0;
	font-size: 1.1em;
}
.seqdb_st{
	font-size: 1.3em !important;
	font-weight: bold;
	color: #ff579e;
}
.seqdb, .overview, .reco_sample{
	padding:15px 0;
}
.service_cont_fiveth{
	padding-top: 100px;
}
.service_cont_fiveth > dl{
	width:100%;
	padding-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid #ccc;
}
.service_cont_fiveth > dl > dt{
	position: relative;
	width:100%;
	font-size: 1.5em;
	font-weight: bold;
	box-sizing: border-box;
	padding-left:35px;
	margin-bottom: 30px;
}
.service_cont_fiveth > dl > dt:before{
	content: "Q";
	position: absolute;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:1.3em;
	left:0;
	color:#ff579e;
}
.service_cont_fiveth > dl > dd{
	position: relative;
	width:100%;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 500;
	box-sizing: border-box;
	padding-left:20px;
	margin-bottom: 20px;
}
.service_cont_fiveth > dl > dd ul{
	margin: 40px 0;
	padding-left:30px;
}
.service_cont_fiveth > dl > dd ul li{
	margin-bottom: 20px;
}
.flow_design03 {
	margin-top: 30px;
  display: flex;
  align-items: center;
}
.flow_design03 ul {
  padding: 0;
}
.flow_design03 li {
  list-style-type: none;
}
.flow_design03 dd {
  margin-left: 0;
	font-size: 1.0em;
}
.flow03 {
  position: relative;
}
.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  border-radius: 20px;
}
.flow03 > li {
  position: relative;
}
.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}
.flow03 > li .icon03 {
  font-size: 1.0em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #ff579e;
  display: inline-block;
  margin-right: 0.3em;
}
.flow03 > li dl {
  padding-left: 55px;
  position: relative;
}
.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
}
.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #ff579e;
  border-radius: 50%;
  left: -4px;
}
.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #ff579e;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_design04{
	width:100%;
	margin-bottom: 50px;
}
.flow04{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.flow04 li{
	width:calc(100%/4);
	padding-right: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.flow04 li::after{
	content: "▶︎";
	position: absolute;
	font-size: 1.3em;
	right:0;
	top:50%;
	transform: translateY(-50%);
	color: #0F366E;
}
.flow04 li.apgpart::after{
	color:#FFC800;
}
.flow04 li:last-child::after{
	content: "";
	position: absolute;
	font-size: 1.3em;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.flow04 li dl{
	height:100%;
	border: 2px solid #efefef;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.flow04 li dt{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	flex-grow: 10;
}
.flow04 li dt .icon03{
	display: inline-block;
	font-size: 0.9em;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #0F366E;
	line-height: 1.0em;
	padding-top: 7px;
	margin-bottom: 20px;
	margin-top: -60px;
}
.flow04 li.apgpart dt .icon03{
	background: #FFC800;
}
.flow04 li dt .icon03 span{
	font-size: 0.8em;
}
.flow04 li dd{
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}
.flow04 li dd img{
	width:100%;
}
.flow_design05{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.case_cont{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.case_human{
	position: relative;
  width: 45%;
  text-align: center;
  box-sizing: border-box;
	flex-wrap: wrap;
  justify-content: center;
}
.case_human p{
	width:100% !important;
}
.case_human img{
	width:100%;
	max-width:150px;
}
.cace_flow{
	position: relative;
	width:55%;
}
.cace_flow::before{
	content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  display: block;
  position: absolute;
  top: 0;
  left: 69px;
  border-radius: 20px;
}
.cace_flow ul{
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding-left:100px;
	box-sizing: border-box;
}
.cace_flow ul li{
	position: relative;
}
.cace_flow ul li::before{
	content: "";
	position: absolute;
	display: inline-block;
	width:20px;
	height: 20px;
	border-radius: 50px;
	background: #0F366E;
	left:-33px;
	top:20px;
}
.cace_flow ul li span{
	position: absolute;
	left:-100px;
	top: 15px;
	font-weight: bold;
	color: #0F366E;
}
.cace_flow ul li:nth-child(2){
	margin-top: 80px;
}
.cace_flow ul li:nth-child(3){
	margin-top: 60px;
}
.cace_flow ul li:nth-child(4){
	margin-top: 70px;
}
.cace_flow ul li:nth-child(5){
	margin-top: 20px;
}
.cace_flow ul li:nth-child(6){
	margin-top: 50px;
}
.cace_flow ul li dt{
	display: inline-flex;
	align-items: center;
	color:#0F366E;
}
.cace_flow ul li dt img{
	width:100%;
	max-width:70px;
	padding-right:12px;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.service_cont_first p{
		font-size: 1.0em;
	}
	.contents section p {
    line-height: 1.5em;
}
	.service_cont_first h2{
		font-size: 30px;
	}
	.service_cont_second h3 {
    font-size: 1.4em;
}
.service_cont_second div h4 {
	font-size: 1.3em;
}
.service_cont_second > div {
    font-size: 1.0em;
}
.service_cont_second div div p{
	width:100%;
	float: none;
}
.service_cont_second div div div{
	width:100%;
	margin-left: 0%;
	float: none;
	margin-top: 30px;
}
.service_cont_third ul li{
	width:100%;
	margin-bottom: 2%;
}
.service_cont_third ul li:nth-child(2n) {
    margin-left: 0%;
    margin-right: 0%;
}
.plan_list > div{
	width:100%;
	margin-bottom: 2%;
}
.plan_list > div:nth-child(2n) {
    margin-left: 0%;
    margin-right: 0%;
}
.service_cont_fiveth > dl > dt {
    font-size: 1.3em;
}
.service_cont_fiveth > dl > dd {
    font-size: 1.1em;
    line-height: 1.5em;
		padding-left: 0;
}
.flow03::before{
	left: 135px;
}
.flow03 > li dl::after {
    width: 20px;
		left: -11px;
}
.flow03 > li dl {
    padding-left: 10px;
}
.flow03 > li dl::before{
    left: -20px;
}
.case_plink ul li{
	width:calc(100%/2);
}
.case_cont{
	justify-content: center;
	align-items: center;
}
.case_human{
  width: 100%;
}
.case_human p{
	width:100% !important;
}
.cace_flow{
	margin-top: 30px;
	width:100%;
	max-width:400px;
}
.flow04 li{
	width:calc(100%/2);
	padding-right: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
}
/*業務概要END*/
/*臨床試験・エビデンス*/
.clinical_research_block{
	display: flex;
}
.clinical_research_block dl{
	width:calc(97%/4);
	margin-right: 1%;
	text-align: center;
  border-radius: 10px;
  border: 2px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.clinical_research_block dl:last-child{
	margin-right: 0;
}
.clinical_research_block dl dt{
	font-size: 1.3em;
	font-weight: bold;
	background: #0F366E;
	color: #fff;
	padding: 20px 0;
}
.clinical_research_block dl dd{
	font-weight: bold;
	padding: 30px 0;
	font-size: 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	color:#ff579e;
}
.lightbox_them img{
	width:100%;
}
/*臨床試験・エビデンスEND*/
/*お知らせページ*/
.news_cont{
	padding-bottom:100px;
	margin-bottom: 0px;
	display: block;
}
.news_cont h2 span{
	font-size: 0.8em;
	color:#888;
}
.news-content a{
	position: relative;
	padding-right:20px;
	box-sizing: border-box;
}
.news-content a::after{
	content: "";
	position: absolute;
	top:0;
	right:0;
}
.next_prev_btn{
	width:100%;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.prev_btn img{
	transform: rotate(180deg);
}
.list_btn{
	display: flex;
	align-items: center;
	padding:0 20px;
	box-sizing:border-box;
}
.list_btn a{
	text-decoration: none;
	color:#0F366E;
	text-decoration:underline;
}
.page_btn{
	padding-bottom: 80px;
	margin-bottom: 100px;
	text-align: center;
}
.nav-links > span{
	display: inline-block;
	width:50px;
	font-size: 1.1em;
	border: 1px solid #0F366E;
	background: #0F366E;
	padding: 12px 0;
	box-sizing: border-box;
	color:#fff;
	border-radius: 50px;
}
.nav-links > a{
	display: inline-block;
	width:50px;
	font-size: 1.1em;
	border: 1px solid #0F366E;
	box-sizing: border-box;
	padding: 12px 0;
	border-radius: 50px;
	color:#0F366E;
	text-decoration: none;
}
a.prev img{
	transform: rotate(180deg);
}
/*お知らせページEND*/
/*経営チーム紹介*/
.about .contents{
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.team_cont{
	position: relative;
	display: inline-block;
	margin-top: 80px;
}
.team_cont .team_cat_core{
	display: flex;
	position: relative;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.team_cont .team_cat_advisor{
	display: flex;
	position: relative;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.team-member{
	width:calc(94%/3);
}
.team-member:nth-child(2n){
	margin-left: 2%;
	margin-right: 2%;
}
.member-content h2{
	font-size: 1.5em;
	color:#28428B;
}
.member_photo{
	margin-bottom: 15px;
	text-align: center;
}
.member_photo img{
	width:100%;
	max-width: 250px;
}
.member_position{
	margin-top: 5px;
	font-weight: bold;
	color:#ff579e;
	font-size: 1.2em;
}
.member_career{
	margin-top: 15px;
}
.about_team_first .team-member{
	width:100%;
}
.about_team_first .member-title{
	text-align:center;
	margin-bottom:50px;
}
.team_single_link{
	width:100%;
	position:relative;
	text-align:center;
	margin-top:30px;
}
.team_single_link a{
	position:relative;
	display:inline-block;
	width:100%;
	border:2px solid #28428C;
	padding:15px 0;
	border-radius:50px;
	color: #28428C;
	text-decoration:none;
}
.team_single_link a:after{
	content:url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_wh.svg");
	position:absolute;
	right:20px;

}
@media screen and (max-width:768px){
	.team-member{
		width:100%;
		margin-bottom: 50px;
	}
	.team-member:nth-child(2n){
		margin-left: 0%;
		margin-right: 0%;
	}
	.member-content h2{
		font-size: 1.3em;
	}
	.member_position{
		font-size: 1.1em;
	}
}
/*経営チーム紹介END*/
/*お問い合わせ*/
input[type=text]{
	width:50%;
}
input[type=tel]{
	width:50%;
}
input[type=email]{
	width:100%;
}
textarea{
	height:250px;
}
.contact_form{
	width:100%;
	max-width: 980px;
	margin: 0 auto;
}
.smf-form > div{
	display: flex;
	flex-wrap: wrap;
}
.smf-form > div{
	display: flex;
	flex-wrap: wrap;
	padding:30px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	align-items: center;
}
.smf-form > div .smf-item__col--label{
	width:25%;
	font-weight: bold;
	color: #0F366E;
	position: relative;
	padding-left: 60px;
	box-sizing: border-box;
}
.smf-form > div.required .smf-item__col--label::after{
	content: "必須";
	font-size: 0.8em;
	font-weight: normal;
	color:#fff;
	position: absolute;
	left: 0;
	border-radius: 50px;
	padding:3px 10px;
	box-sizing: border-box;
	background: #ff579e;
	top: 0;
}
[data-screen="confirm"] .required .smf-item__col--label::after{
	content: "" !important;
	font-size: 0.8em;
	font-weight: normal;
	color:#fff;
	position: absolute;
	left: 0;
	border-radius: 50px;
	padding:0px !important;
	box-sizing: border-box;
	background: #ff579e;
	top: 0;
}
.smf-form > div .smf-item__col--controls{
	width:75%;
}
.smf-button-control{
	display: inline-block;
	width: calc(100%/2);
	text-align: center;
	margin: 0 auto !important;
	margin-top: 40px !important;
}
.smf-action{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
}
.smf-action .smf-button-control__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
		text-align: center;
		width:100%;
}
.smf-button-control button{
  border: 2px solid #ff579e !important;
	border-radius: 10px !important;
	color:#ff579e !important;
	font-size: 1.1em;
  cursor: pointer !important;
  outline: none !important;
  padding: 20px 10px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width:300px !important;
  appearance: none !important;
}
@media screen and (max-width:768px){
	input[type=text]{
		width:90%;
	}
	input[type=tel]{
		width:90%;
	}
	.smf-form > div .smf-item__col--label{
		width:100%;
		margin-bottom: 15px;
	}
	.smf-form > div .smf-item__col--controls{
		width:100%;
	}
}
/*フッター*/
.qa_con{
	width:100%;
}
.qa_con .inner_cont{
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.qa_con .inner_cont a{
	position: relative;
	display: inline-block;
	width:calc(97%/2);
	font-size: 2.2em;
	padding:50px;
	padding-top: 30px;
	padding-bottom: 70px;
	box-sizing: border-box;
	border-radius: 50px 50px 0 0;
	margin-left: 3%;
	background: #ff579e;
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
}
.qa_con .inner_cont h2{
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-weight: normal;
	letter-spacing:0.2rem;
}
.qa_con .inner_cont a::after{
	content: url("https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_circle_wh.svg");
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:40px;
}
.qa_con .inner_cont a:first-child{
	margin-left: 0%;
	background: #0f366e;
}
.qa_con .inner_cont a span{
	font-size: 0.3em;
	font-weight: normal;
}
@media screen and (max-width:768px){
	.qa_con .inner_cont {
    max-width: 800px;
    display: flex;
		padding:0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}
	.qa_con .inner_cont a {
    width: 100%;
    font-size: 1.8em;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 0px;
    margin-left: 0%;
}
}

#footer{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #ecf7fc;
}
#footer .inner_cont{
	margin-top: 80px;
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
}
#footer .footer_companyinfo{
	width:80%;
}
#footer .footer_companyinfo div h2{
	margin-bottom: 25px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#footer .footer_companyinfo div h2 img{
	width:100%;
	max-width: 200px;
}
#footer .footer_companyinfo div h2 span{
	font-size:0.6em;
	padding-left:10px;
	box-sizing:border-box;
	color:#0f366e;
}
#footer .footer_companyinfo dl{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	font-size: 0.9em;
}
#footer .footer_companyinfo dl dt{
	width:150px;
	color:#0f366e;
}
#footer .footer_menu{
	width:20%;
}
#footer .footer_menu ul{
	list-style-type: none;
}
#footer .footer_menu ul li{
	margin-bottom: 15px;
}
#footer .footer_menu ul li a{
	font-size: 0.9em;
	text-decoration: none;
	color: #0f366e;
}
#footer p{
	width:100%;
	background: #0f366e;
	text-align: center;
	font-size: 0.6em;
	color:#fff;
	padding: 10px 0;
}
@media screen and (max-width:990px){
	#footer .inner_cont{
		margin-top: 50px;
		margin-bottom: 40px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#footer .inner_cont section{
		width:100% !important;
	}
	#footer .footer_menu{
		margin-top: 20px;
	}
	#footer .footer_companyinfo div h2 span{
	display:inline-block;
	padding-left:0px;
	margin-top:10px;
	font-size:0.8em;
}
}
/*フッターEND*/
.team_link_btn{
	margin-top: 40px;
}
.team_link_btn a{
	position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #28428B;
  color: #28428B;
  text-decoration: none;
  border-radius: 10px;
}
.team_link_btn a::after {
    content: url(https://www.asiapathogenomics.co.jp/wp_con/wp-content/themes/apg_themes/images/arrow_wh.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
#milestone{
  padding-top: 100px !important;
}
