@charset "utf-8";
/* ============================================
	企業理念
============================================ */
.cntnts_policy {
	position: relative;
	padding: 100px 0;
    z-index: -100;
}
.cntnts_policy h3 {
    font-size: 312.5%;
    text-align: center;
    line-height: 100%;
    margin: 0 0 50px;
}
.cntnts_policy .text {
	width: 50%;
}
.cntnts_policy .text dl {
	font-size: 112.5%;
}
.cntnts_policy .text dl dt {
	width: 6em;
	color: #0186D3;
}
.cntnts_policy .text dl dd {
	width: calc(100% - 6em);
}
.cntnts_policy .text .policy1 dd p {
	text-indent: -1em;
    padding: 0 0 1em 1em;
    font-size: 122%;
    line-height: 170%;
}
.cntnts_policy .text .policy2 dd p {
	text-indent: -1em;
    padding: 0 0 1em 1em;
    line-height: 170%;
}
.cntnts_policy .img {
	width: 48%;
	z-index: -10;
}
/* ============================================
	社長挨拶
============================================ */
.cntnts_message {
	padding: 0 0 100px;
}
.cntnts_message h3 {
    font-size: 312.5%;
    text-align: center;
    line-height: 100%;
    margin: 0 0 50px;
}
.cntnts_message .flex {
	flex-direction: row-reverse;
}
.cntnts_message .text,
.cntnts_message .img {
	width: 48%;
}
.cntnts_message .text p {
	margin: 0 0 1em;
}
.cntnts_message .text .name p {
	margin: 0;
	text-align: right;
}
.cntnts_message .text .name p span {
	font-family: HG正楷書体-PRO;
    font-size: 127%;
    font-weight: bold;
}
.cntnts_message .text .name p.en {
    font-size: 70%;
    display: block;
    line-height: 120%;
}
/* ============================================
	会社概要
============================================ */
.cntnts_profile {
	padding: 100px 0;
}
.cntnts_profile h3 {
    font-size: 312.5%;
    text-align: center;
    line-height: 100%;
    margin: 0 0 50px;
}
.cntnts_profile .flex {
	align-items: flex-start;
}
.cntnts_profile .soshikizu {
	width: 46%;
	background: #F0F0F0;
	padding: 20px;
	text-align: center;
}
.cntnts_profile .soshikizu h4 {
	font-size: 125%;
	margin: 0 0 20px;
}
.gaiyou dl {
	display: flex;
	margin: 0 0 1.5em;
}
.gaiyou dl dt {
	width: 6em;
	color: #0186D3;
}
.gaiyou dl dd .syozaichi dt {
	color: #333;
}
.gaiyou dl dd .syozaichi:last-child {
	margin: 0;
}
/* ============================================
	会社沿革
============================================ */
.timeline {
  list-style: none;
	margin: 0 0 50px;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 110px;
	float: left;
	color: #0186D3;
	font-size: 125%;
	font-family: presicav, sans-serif !important;
    font-weight: 700 !important;
}
.timeline-content {
	width: calc(100% - 150px);
    float: left;
    border-left: 3px #0186D3 solid;
    padding: 0 0 30px 30px;
}
.timeline > li:first-child .timeline-content:after{
  	content: '';
    position: absolute;
    top: 0;
    left: 110px;
    width: 3px;
    height: 7px;
    background: #FFF;
}
.timeline > li:last-child .timeline-content {
	border: 0;
}
.timeline > li:last-child .timeline-content:after{
	content: '';
    position: absolute;
    top: 0;
    left: 110px;
    width: 3px;
    height: 7px;
    background: #0186D3;
}
.timeline-content:before {
	content: '';
    width: 16px;
    height: 16px;
    background: #0186D3;
    position: absolute;
    left: 103px;
    top: 7px;
    border-radius: 100%;
}
.timeline-content .date {
    width: 8em;
}
.timeline-content .text h3 {
	font-size: 112.5%;
    color: #0186D3;
    text-align: left;
    margin: 0 0 5px;
}
.timeline-content .text {
    width: calc(100% - 8em);
}
/* ============================================
	こんな実験をサポートします
============================================ */
.cntnts_profile .w1200 {
	margin: 0;
}
.box_support {
	margin: 0 0 30px;
}
.box_support .text,
.box_support .img {
	width: 48%; 
}
.box_support .text h5 {
	font-size: 125%;
	color: #0186D3;
	margin: 0 0 5px;
}
.box_support .text p {
	margin: 0 0 30px;
}
/* ============================================
	保有資格
============================================ */
.cntnts_qualification {
	padding: 100px 0;
}
.cntnts_qualification h3 {
    font-size: 312.5%;
    text-align: center;
    line-height: 100%;
    margin: 0 0 50px;
}
/* ============================================
	許可
============================================ */
.box_kyoka {
	margin: 0 0 50px;
}
.box_kyoka p {
	margin: 0 0 10px;
}
.box_kyoka p span {
	color: #0186D3;
	font-size: 125%;
	padding-right: 1em;
}

@media only screen and (max-width:720px) {
/* ============================================
	企業理念
============================================ */
.cntnts_policy {
	padding: 40px 0;
}
.cntnts_policy h3 {
    font-size: 214%;
    margin: 0 0 20px;
}
.cntnts_policy .text {
    width: auto;
	margin: 0 0 30px;
}
.cntnts_policy .text dl dt {
    width: auto;
    margin: 0 0 10px;
}
.cntnts_policy .text dl dd {
    width: auto;
}

.cntnts_policy .text .policy2 dd p {
    padding: 0 0 0.5em 1em;
}
.cntnts_policy .img {
	width: auto;
}
/* ============================================
	社長挨拶
============================================ */
.cntnts_message .flex {
	margin: 0 10px;
}
.cntnts_message h3 {
    font-size: 214%;
    margin: 0 0 20px;
}
.cntnts_message .text,
.cntnts_message .img {
	width: auto;
}
.cntnts_message .text {
	margin: 0 0 30px;
}
/* ============================================
	会社概要
============================================ */
.cntnts_profile h3 {
    font-size: 214%;
    margin: 0 0 20px;
}
.gaiyou dl {
    display: block;
}
.gaiyou dl dt {
	width:auto;
}
.cntnts_profile .soshikizu {
    width: auto;
    padding: 15px;
}
/* ============================================
	会社沿革
============================================ */
.cntnts_profile {
	padding: 40px 0;
}
.cntnts_profile .w900 {
	margin: 0;
}
.timeline {
	margin: 0 0 20px;
}
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    padding: 0 20px;
}
.timeline-content {
    width: auto;
    float: left;
    border-left: 2px #0186D3 solid;
    padding: 0 0 20px 20px;
	display: flex;
}
.timeline-content:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #0186D3;
    position: absolute;
    left: 12px;
    top: 7px;
    border-radius: 100%;
}
.timeline > li:first-child .timeline-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 7px;
    background: #FFF;
}
.timeline > li:last-child .timeline-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 7px;
    background: #0186D3;
}
.timeline-date {
	display: none;
}
.timeline-content .date {
    width: 7em;
	font-size: 92%;
}
.timeline-content .text {
    width: calc(100% - 6em);
}
/* ============================================
	こんな実験をサポートします
============================================ */
.box_support .text,
.box_support .img {
	width: auto; 
}
.box_support .img {
	margin: 0 0 30px;
}
/* ============================================
	保有資格
============================================ */
.cntnts_qualification {
	padding: 40px 0;
}
.cntnts_qualification .w900 {
	margin: 0;
}
.cntnts_qualification h3 {
    font-size: 214%;
    margin: 0 0 20px;
}
/* ============================================
	許可
============================================ */
.box_kyoka {
	margin: 0 0 30px;
}
.box_kyoka p span {
	font-size: 114%;
	padding-right: 0;
	display: block;
}
/* ============================================
	スマホ用　会社案内メニュー
============================================ */
.menu_about {
	background: linear-gradient(135deg, #82B9D9 10%, #0186D3 90%);
    margin: 50px 20px 0;
    padding: 15px;
    border-radius: 20px;
}
.menu_about ul {
	display: flex;
	justify-content: space-around;
}
.menu_about a {
	color: #fff;
}
}