@charset "utf-8";

/*
---------------------------------------------
    hover　共通
*/
a:hover{
	opacity:0.6;
}


/*
---------------------------------------------
    Hタイトル リンク　共通
*/

#low-page h2:not([class]) a {
    display: block;
    padding-right: var(--s4);
    text-decoration: none;
    color: #fff;
    background: url(./img/arrow-01-wht-right.svg) no-repeat center right / auto 22px;
}

#low-page h3:not([class]) a, #low-page h4:not([class]) a, #low-page h5:not([class]) a, #low-page h6:not([class]) a {
	display: block;
	background: url('./img/icon_arrow_blue.svg') no-repeat center right / auto 22px;
}

/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/
.header-area-upper {
	padding: var(--s1);
    text-align: right;
    background: #023156;
}
.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	color: #ffffff;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #333;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.header-title a {
	text-decoration: none;
	color: #fff;
}
.header-title a:hover {
	text-decoration: underline;
}
.gnavi-ctrl {
	display: none;
}
.gnavi-btn {
	display: none;
}
.gnavi-btn-close {
	display: none;
}
.gnavi-area {
	display: none;
}
.toggle-content {
	display: none;
}
/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {
    background-color: #fff;
    border-bottom: 1px solid #1CB3C4;
    position: sticky;
    top: 0;
    z-index: 10;
}
.navigation01-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation01-menu li::before {
	display: none;
}
.navigation01-menu li a {
	padding: var(--s2) var(--s1);
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.navigation01-menu li a:hover {
	opacity: .6;
}

#selection1:target {
    scroll-margin-top: 192px;
}
/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {
	.header-area-upper {
		text-align: left;
		padding-left: 3.5rem;
	}
	.header-title::before {
		top: .7rem;
		left: -2.5rem;
	}
	.gnavi-ctrl {
		display: block;
		transition: opacity 0.6s, visibility 0.6s;
		opacity: 0;
		visibility: hidden;
	}
	.gnavi-ctrl.is-show {
		opacity: 1;
		visibility: visible;
	}
	#low-header .gnavi-ctrl {
		opacity: 1;
		visibility: visible;
	}
	.gnavi-btn {
		width: var(--s7);
		height: var(--s6);
		background: #003B68;
		display: block;
		position: fixed;
		top: var(--s3);
		right: 0;
		z-index: 200;
		cursor: pointer;
	}
	.gnavi-btn span {
		width: var(--s4);
		height: 0.2rem;
		display: inline-block;
		background: #fff;
		position: absolute;
		left: 1.2rem;
		transform: translate(0, -50%);
		transition: transform 0.4s, opacity 0.4s;
	}
	.gnavi-btn span:nth-of-type(1) {
		top: 1.7rem;
	}
	.gnavi-btn span:nth-of-type(2) {
		top: 2.4rem;
	}
	.gnavi-btn span:nth-of-type(3) {
		top: 3.1rem;
	}
	.gnavi-btn.is-active span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-45deg);
	}
	.gnavi-btn.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.gnavi-btn.is-active span:nth-of-type(3) {
		transform: translateY(-0.7rem) rotate(45deg);
	}
	.gnavi-btn-close {
		width: 80%;
		margin: 0 auto;
		padding: var(--s2);
		background: #333;
		display: block;
		text-align: center;
	}
	.gnavi-btn-close__inner {
		padding: 0 0 0 var(--s3);
		display: inline-block;
		color: #fff;
		font-weight: 700;
		position: relative;
	}
	.gnavi-btn-close__inner::before {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(45deg);
	}
	.gnavi-btn-close__inner::after {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(135deg);
	}
	.gnavi-area {
		width: 100%;
		height: 100vh;
		padding: var(--s9) var(--s1) var(--s10);
		display: block;
		background: #F5F5F5;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		transform: translateX(100%);
		transition: transform 0.8s ease, opacity 0.8s ease;
		opacity: 0;
	}
	.gnavi-title {
		min-height: var(--s6);
		margin: 0 var(--s8);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
	}
	.gnavi-pc {
		display: none;
	}
	.gnavi-list {
		border-bottom: 1px solid #1CB3C4;
		position: relative;
	}
	.gnavi-list li {
		padding-left: 0;
	}
	.gnavi-list__item::before {
		display: none;
	}
	.gnavi-list__link {
		width: 100%;
		margin: 0 auto;
		padding: var(--s2) var(--s4) var(--s2) var(--s2);
		border-top: 1px solid #1CB3C4;
		display: block;
		font-weight: 700;
		line-height: 2;
		text-decoration: none;
		position: relative;
	}
	.gnavi-list__link::after {
		content: "";
		width: 1.4rem;
		height: 1.4rem;
		background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
		position: absolute;
		top: 50%;
		right: var(--s2);
		transform: translate(0, -50%) rotate(0);
		transition: transform 0.3s;
	}
	.gnavi-list__link--toggle::after {
		background-image: url("img/arrow-01-black-down.svg");
	}
	.gnavi-list__link--toggle.is-open::after {
		transform: translate(0, -50%) rotate(180deg);
	}
	.gnavi-list__sub {
		width: 100%;
		background: #fff;
	}
	.gnavi-list__low .gnavi-list__link {
		padding: var(--s2) var(--s4) var(--s2) var(--s4);
	}
	.gnavi-list__low .gnavi-list__link::after {
		content: "└";
		background: none;
		transform: translateY(-50%);
		position: absolute;
		top: 40%;
		left: 1rem;
	}
	.is-gnavi-open .gnavi-area {
		opacity: 1;
		transform: translateX(0);
	}
	/*------------------------------------------
	Global menu settings
	*/
	.navigation01-menu-area {
		display: none;
	}
    #selection01:target,
    #selection02:target,
    #selection03:target {
        scroll-margin-top: 20px;
    }
}
/* ---------------------------------------------
下層目次
--------------------------------------------- */
.onb-index02-frame {
    width: 100%;
}
.onb-index02-wrap {
    margin: var(--s6) auto;
    padding: var(--s3) var(--s3) var(--s4) var(--s3);
    background-color: #fff;
    position: relative;
	border: 1px solid #1cb3c4;
}
.onb-index02-title {
    padding: var(--s2);
    color: var(--site-color03);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/icon-gear.svg") no-repeat left center;
    background-size: 4rem auto;
    position: relative;
}
#low-page .onb-index02-title span {
    color: #023156;
}
.onb-index02-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    font-weight: 700;
    counter-reset: number 0; 
}
#toc ul.onb-index02-chapter li {
    position: relative;
}
#toc ul.onb-index02-chapter li:not(.onb-index02-chapter-h-three)::before {
    counter-increment: number 1;  
    content: counter(number, decimal-leading-zero);
    color: var(--site-color03);
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#toc ul li.onb-index02-chapter-h a {
    display: block;
    text-decoration: none;
}
#toc ul li.onb-index02-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-two::before,
#toc ul li.onb-index02-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h-three::before {
    content: "└";
}
/*----------------------------------------------
	more content settings
*/
#toc.onb-index02-gradation {
    margin-top: 1.4rem;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
    border-top: 1px solid #1cb3c4;
    position: relative;
}
#toc.onb-index02-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}
#toc.onb-index02-gradation.is-open::after {
    display: none;
}
.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 5;
}
#low-page .onb-index02-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border-radius: 4rem;
    background: url(./img/acc-off.svg) no-repeat 95% center #ddf3f3;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
    color: #023156 !important;
}

.onb-index02-btn:hover span {
    transform: translate(.8rem, .8rem);
}
.onb-index02-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #ddf3f3;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    #toc .onb-index02-chapter {
        padding-left: var(--s4);
    }    
    .onb-index02-btn:hover span {
        transform: none;
    }
	.onb-index02-title {
    padding: var(--s1);
    font-size: 1.8rem;
}
	#low-page .onb-index02-btn span {
    margin: var(--s3) auto;
}
}
/* ---------------------------------------------
section余白
--------------------------------------------- */

.sec01, .sec06, .sec07, .sec08 {
    padding-top: 6rem;
    padding-bottom: 8rem;
}
.sec02 {
    padding: 14rem 0 8rem;
}
.sec03, .sec04, .sec05 {
    padding: 15rem 0;
}
/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {

.sec02 {
    padding: 8rem 0 ;
}
.sec03, .sec05 {
    padding: 10rem 0 ;
}
.sec01, .sec04 {
    padding: 6rem 0;
}
.sec06 {
    padding-top: 0;
}
}
/* ---------------------------------------------
bg
--------------------------------------------- */
.bg-01 {
    background: #497598 url(./img/bg_sec02.jpg) no-repeat top left;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-02 {
  background-color: #EDF2F1;
}
.bg-05 {
	position: relative;
  background: url('./img/bg_sec04.png') no-repeat top right;
  background-size: contain;
}
.bg-05::before {
	content: "";
	position: absolute;
	background: #f2f2f2;
	width: 100%;
	height: 83%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
/* ---------------------------------------------
top h2
--------------------------------------------- */
.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}
/* 共通スタイル */
.section-title07-frame::after {
    content: "";
    width: 7rem;
    height: 4px;
    background-color: #003B68;
    transform: translateX(-50%);
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
}
.section-title07-frame::before {
    width: 100%;
    font-size: 8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -7rem;
    left: 0;
	font-family: "Arial";
	-webkit-text-stroke: 1px #c9e8ec;
	text-stroke: 1px #c9e8ec;
}

/* セクションごとの content 指定 */
.sec01 .section-title07-frame::before {
    content: "Recommend";
}
.sec02 .section-title07-frame::before {
    content: "In Detail";
    mix-blend-mode: soft-light;
    font-size: 10rem;
    top: -10rem;
    -webkit-text-stroke: 0;
    color: #1cb3c4;
}
.sec02 .section-title07-frame::after {
    content: "";
    background-color: #fff;
}
.sec03 .section-title07-frame::before {
    content: "Manufacturer List";
}

.sec04 .section-title07-frame::before {
    content: "Case Studies";
}

.sec05 .section-title07-frame::before {
    content: "Type";
}

.sec07 .section-title07-frame::before {
    content: "Targets & Applications";
	top: -10rem;
}

.sec08 .section-title07-frame::before {
    content: "Knowledge";
}
.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.7rem;
    font-weight: 700;
    color: #003B68;
    text-align: center;
    position: relative;
    line-height: 1.5;
}
.section-title07 a {
	color: #003B68;
	text-decoration: none;
	display: inline-block;
	background: url(./img/icon_arrow_blue.svg) no-repeat bottom 1.5rem right  / auto 20px;
	padding: 0 40px;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title07-frame {
        background-color: transparent;
		margin-top: 1rem;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 5rem;
        top: -6rem;
    }
    .section-title07 {
        padding: var(--s2);
        font-size: 2.4rem;
        line-height: 1.5;
    }

	.section-title07 a {
	    background: url(./img/icon_arrow_blue.svg) no-repeat center right / auto 20px;
		padding: 0 26px;
	}	
	.sec02 .section-title07-frame::before {
    font-size: 5rem;
		top: -5rem;
}
}

.sec01 .column-small {
    background: #e8f7f7;
}
.img__wrap {
    text-align: center;
}
.img__wrap img {
    height: 290px;
    width: auto;
    object-fit: cover;
}
/* ---------------------------------------------
column
--------------------------------------------- */


/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: var(--s4);
}
.onb-box-full {
    width: 100%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}


/*------------------------------------------
    2box column settings
*/
.column-medium {
    padding: 0 var(--s5) var(--s5);
}
.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
    }
    .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}

/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: 0 var(--s2) 3rem;
    background: #ffffff;
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}

/* ---------------------------------------------
sec01
--------------------------------------------- */
 .btn_area .btn-web, .btn_area .btn-ancher, .btn_area .btn-internal {
    margin: 2rem 0;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
 .btn_area .btn-web, .btn_area .btn-ancher, .btn_area .btn-internal {
    margin: 2rem 0;
}
}
/*------------------------------------------
    3box ttl settings
*/
.arrow-title {
	margin-bottom: 2.3rem;
	padding: var(--s2);
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #1CB3C4;
	text-align: center;
	line-height: 1.4;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.arrow-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid #1CB3C4;
	border-bottom: 1.5rem solid #1CB3C4;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
}
.arrow-title-sub {
	padding: var(--s1);
	margin-bottom: .8rem;
	background-color: #fff;
	font-size: 1.4rem;
	color: var(--site-color03);
	line-height: 1;
	display: inline-block;
}
.arrow-title-small {
	font-size: 2rem;
    color: #ffeb00;
}
/*    ttl    */
.thb-m-title04-frame {
	position: relative;
}
.thb-m-title04 {
    padding: var(--s5) var(--s1) var(--s1) var(--s1);
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.4;
    text-align: center;
}
.thb-m-title04-sub {
    padding: .8rem;
    font-size: 1.5rem;
    font-weight: normal;
    color: #ffffff;
    background-color: #023156;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
 
/*    box    */
.thb-iconbox01-area {
    position: relative;
}
.thb-iconbox01-image {
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: -1.6rem;
    left: -.8rem;
}
.thb-iconbox01-title {
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: 700;
    color: #ef7801;
    text-align: center;
border-bottom: 1px solid #64cbd6;
    line-height: 1.4;
}
.thb-iconbox01-title span {
    font-size: 1.8rem;
    line-height: 1.5;
    display: block;
    color: #023156;
}
/*    table    */
.thb-table {
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.thb-table th,
.thb-table td {
	padding: var(--s1);
	border: 1px solid #ddd;
	background: #fff;
	word-break: break-all;
}
.thb-table th {
	width: 35%;
	background: #F9F9F9;
	text-align: left;
	color: #003b68;
}
/*------------------------------------------
    sec02
*/

.sec02 .column-medium {
    background: #fff url(img/bg_mv.jpg) no-repeat top -3rem center;
	background-size: contain;
	padding-bottom: var(--s8);
	margin-top: 5rem;
	box-shadow: 0px 1.5rem 2rem #203a4f;
}

/*    ttl    */

.onb-icon-title-frame {
    padding: var(--s4);
    background-color: #1CB3C4;
    position: relative;
    margin-top: -5rem;
}
.onb-icon-title-frame::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid #1CB3C4;
    border-bottom: 1.5rem solid #1CB3C4;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -1.3rem;
}
.onb-icon-title-icon {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -4rem;
	left: 0;
}
.onb-icon-title-icon img {
	width: 100%;
}
.onb-icon-title {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}
.onb-icon-title .underline {
}
.onb-icon-title small {
    font-size: 3.2rem;
    border-bottom: 5px solid #FFEB00;
    background: #fff;
    color: #023156;
    padding: 0 0.4rem;
}
.onb-icon-title-catch {
	margin-bottom: .8rem;
	font-size: 1.8rem;
	display: block;
	line-height: 1.5;
	border: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-icon-title-frame {
		padding: var(--s3);
	}
	.onb-icon-title {
		font-size: 2.4rem;
	}
	.onb-icon-title small {
		font-size: 2rem;
	}
	.onb-icon-title-catch {
		padding-left: var(--s4);
		font-size: 1.4rem;
	}
	.onb-icon-title-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		top: -2rem;
		left: -.5rem;
	}
}

/* ttl */
.section-title01-frame {
    padding-top: 24rem;
    position: relative;
}
.section-title01-frame::before {
    content: "";
    width: 100%;
    min-height: 38.8rem;
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: cover;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
}
.section-title01-frame p {
    color: #fff;
}
.section-title01-bg {
    padding: 10rem 7.2rem 3.2rem 7.2rem;
    background-color: rgba(var(--site-color03-rgb),.87);
    position: relative;
    z-index: 2;
}
.section-title01 {
    margin-bottom: 5rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
.section-title01::before {
    content: "In Detail";
    padding: 0 var(--s2);
    font-size: 2.6rem;
    transform: translateX(-50%);
    color: var(--site-color01);
    position: absolute;
    top: -4.8rem;
    left: 50%;
    z-index: 3;
	font-family: "Arial";
}
.section-title01::after {
    content: "";
    height: 1px;
    transform: translateX(-50%);
    background-color: #ccc;
    position: absolute;
    top: -2rem;
    left: 50%;
    z-index: 2;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.section-title01-frame {
    padding-top: 10rem;
    position: relative;
}
    .section-title01-bg {
        padding: var(--s7) var(--s2) var(--s1) var(--s2);
    }
    .section-title01 {
        margin-bottom: var(--s3);
        font-size: 2.4rem;
    }
    .section-title01::before {
        font-size: 1.8rem;
        top: -3.2rem;
    }    
}

/* ttl2 */
.section-title04 {
    margin: 1rem 0;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
	    padding-top: 5rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title04 {
font-size: 2.4rem;
line-height: 1.5;
    }
}

/* img table */
.l-onb-access-table {
	display: flex;
	gap: var(--s2);
}
.l-onb-access-table__side {
	width: calc((100% - var(--s2))*.4);
}
.l-onb-access-table__main {
	width: calc((100% - var(--s2))*.6);
}
.onb-access-table {
	border-collapse: collapse;
}
.onb-access-table th,
.onb-access-table td {
	padding: var(--s2);
	border: 1px solid #ddd;
	background: #fff;
}
.onb-access-table th {
	width: 34%;
	background-color: #ddf3f3;
	vertical-align: middle;
	text-align: center;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-onb-access-table {
		flex-direction: column;
		margin-top: -3rem;
	}
	.l-onb-access-table__side,
	.l-onb-access-table__main {
		width: 100%;
	}
}
/* ttl03 */
.onb-m-title6 {
	position: relative;
	padding: .5rem 1rem .8rem 1rem;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	border-left: 6px solid #1CB3C4;
	border-bottom: 2px solid var(--site-color14);
}

.onb-m-title6::before {
	content: "";
	position: absolute;
	background: #003B68;
	top: 0;
	left: -6px;
	width: 6px;
	height: 50%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.onb-m-title6  {
        font-size: 2rem;
    }
    
}
/* 2box */
.onb-iconbox03-frame {
	margin-top: 1.5rem;
	padding: var(--s4);
	background: #F2F8F8 url(img/bg_pickup.png) no-repeat bottom center;
	background-size: contain;
	    position: relative;
}
.onb-iconbox03-sub {
    text-align: center;
    position: absolute;
    top: -12px;
    left: 37%;
}
.onb-iconbox03-sub span {
	padding: var(--s1) var(--s2);
	display: inline-block;
	background-color: var(--site-color05);
	color: #fff;
	font-weight: bold;
}
.onb-iconbox03-img {
	padding-left: var(--s4);
	padding-right: var(--s4);
}
.onb-iconbox03-catch {
    padding-bottom: 1rem;
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    border-bottom: 2px dotted var(--site-color17);
	text-align: center;
}
.onb-iconbox03-caption {
	text-align-last: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.onb-iconbox03-sub {
    left: 31%;
}
	}
/* case box */
.onb-casebox-01-frame {
	margin-top: 2rem;
	padding: var(--s5);
	background-color: #fff;
	border: 1px solid #DDDDDD;
	position: relative;
}
.onb-casebox-01-sub {
	padding: var(--s1) var(--s3);
	background-color: var(--site-color03);
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	margin: -6rem 0 0 -1.7rem;
	position: absolute;
}
.l-onb-casebox-01 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.l-onb-casebox-01__side {
	width: calc((100% - var(--s3))*.4);
}
.l-onb-casebox-01__main {
	width: calc((100% - var(--s3))*.6);
}
.onb-casebox-01-table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	background-color: #fff;
}
.onb-casebox-01-table th {
	font-weight: normal;
	text-align-last: left;
}
.onb-casebox-01-table th,
.onb-casebox-01-table td {
	padding: var(--s1) var(--s2);
	border: 1px solid #ddd;
}
.onb-casebox-01-table th {
    font-weight: bold;
    color: #023156;
}
.onb-casebox-01-catch {
	font-size: 2.1rem;
	font-weight: 700;
    line-height: 1.5;
	color: #003B68;
	border-bottom: 2px dotted var(--site-color17);
    padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.onb-casebox-01-caption {
    text-align: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-onb-casebox-01 {
		flex-direction: column;
	}
	.l-onb-casebox-01__side,
	.l-onb-casebox-01__main {
		width: 100%;
	}
	.l-onb-casebox-01__side {
		text-align: center;
	}
.onb-casebox-01-sub {
        font-size: 1.6rem;
        left: 7%;
        top: 45px;
        text-align: left;
        padding: 1rem;
    }
	.onb-casebox-01-frame {
    padding: var(--s5) var(--s2);
}
	.onb-casebox-01-catch {
    font-size: 1.8rem;
}
}

/* info */
.twb-text-list {
    padding: var(--s2);
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: var(--s2);
    background: #F9F9F9;
}
.twb-text-list__left {
	min-width: 6em;
	color: #003B68;
	font-weight: bold;
}
.twb-text-list__right {
	width: calc(100% - (4em + var(--s2)));
	font-size: 1.4rem;
}
.twb-text-list__right em {
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 700;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.twb-text-list__left {
    min-width: 5em;
        font-size: 1.4rem;
}
    
}
/* ---------------------------------------------
sec03
--------------------------------------------- */
.sec03 .column-small {
    background: #fff;
	border: 1px solid #DDDDDD;
	padding-bottom: 3rem;
	box-shadow: 0px 0.5rem 1rem #80a3be30;
}


/* ttl */
.m-title02 {
	padding: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	background-color: #1CB3C4;
}
.m-title02 a {
	color: #fff;
	text-decoration: none;
	background: url(./img/arrow-01-wht-right.svg) no-repeat center right / auto 14.2px;
	display: block;
}
.section-title06-frame {
    position: relative;
	margin-top: 8rem;
}
.section-title06-frame::before {
    content: "";
    position: absolute;
    background: url(img/handy_gray.svg) no-repeat;
    background-size: 510px auto;
    background-position: left center;
    width: 38vw;
    min-width: 380px;
    max-width: 580px;
    height: 124px;
    right: calc(((100vw - 100%) / 5)*(-1));
    top: -75px;
    z-index: 1;
}
.section-title06-frame.bridge::before {
	background-image: url(img/bridge_gray.svg);
	
	););
}
.section-title06-frame.arm::before {
	background-image: url(img/arm_gray.svg);
}
.section-title06-frame::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F9F9F9;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: -1;
	border-bottom: 1px solid #1CB3C4;
}
.section-title06 {
    width: 100%;
    padding: var(--s4);
    font-size: 3rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    text-align: left;
	background-size: auto 5.5rem;
	border-bottom: 1px solid #1CB3C4;
    position: relative;
}

.section-title06 a{display: inline-block;background: url(./img/icon_arrow_blue.svg) no-repeat bottom 1.5rem right / auto 20px;padding: 0 40px 0 0;text-decoration: none;}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title06 {
        padding: var(--s2);
        font-size: 2rem;		
    }

	.section-title06 a {
	    background: url(./img/icon_arrow_blue.svg) no-repeat center right / auto 20px;
	}	
    .section-title06-frame {
	margin-top: 3rem;
}
}
 
.m-title03 {
	padding: var(--s2) var(--s1) var(--s3) var(--s7);
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
	border-bottom: 2px dotted #1CB3C4;
	background: url('./img/icon_name.svg') no-repeat center left;
	background-size: 4.8rem auto;
}

/*------------------------------------------------------------
    sec04
*/

.sec04 .column-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
	box-shadow: 0px 0.5rem 1rem #80a3be30;
}

.title-catch {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #1CB3C4;
	text-align: center;
	line-height: 1.5;
}
.title-catch a {
    color: #023156;
    text-decoration: none;
    background: url(./img/icon_arrow_blue.svg) no-repeat center right / auto 14.2px;
    display: block;
}
.title-catch span {
    font-size: 2.1rem;
    background: #1cb3c4;
    color: #fff;
    padding: 0 0.2rem;
}
/*------------------------------------------------------------
    sec05
*/
.sec05 .column-medium {
    background: #F2F8F8 url(img/bridge_wt.svg) no-repeat top left;
	background-size: auto 5rem;
	box-shadow: 0px 0.5rem 1rem #80a3be30;
    border: 1px solid #efefef;
}

.sec05 .column-medium.arm {
    background: #F2F8F8 url(img/arm_wt.svg) no-repeat top left;
	background-size: auto 5rem;
}

.sec05 .column-medium.handy {
    background: #F2F8F8 url(img/handy_wt.svg) no-repeat top left;
	background-size: auto 5rem;
}

.sec05 .column-medium.benchtop {
    background: #F2F8F8 url(img/benchtop_wt.svg) no-repeat top left;
	background-size: auto 5rem;
}

/* ttl */
.twb-title-catch {
    padding: 1.6rem .8rem 1.6rem .8rem;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1CB3C4;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #1cb3ce;
    border-bottom: 1px solid #1cb3c4;
    margin-top: 3rem;
}
.twb-title-catch  a {
	color: #023156;
	text-decoration: none;
	background: url(./img/icon_arrow_blue.svg) no-repeat center right / auto 18px;
	display: block;
}
.twb-title-catch span {
	font-size: 2rem;
}


/*------------------------------------------------------------
    sec06
*/


.conclusion-title::before {
    content: "Precision Measurement Types";
    padding: 0 var(--s2);
    font-size: 2.6rem;
    transform: translateX(-50%);
    color: #1cb3c4;
    position: absolute;
    top: -4.8rem;
    left: 50%;
    z-index: 3;
	font-family: "Arial";
}

.conclusion-area {
    padding: 14rem var(--s6);
    background: url(./img/bg_sec06.jpg) no-repeat top;
    background-size: cover;
}
.conclusion-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #003B68;
    text-align: center;
    position: relative;
}
.conclusion-title-deco {
    position: relative;
    /* display: table; */
    font-size: 3.7rem;
}

.conclusion-title-deco a{
display:inline-block;
text-decoration:none;
background: url(./img/icon_arrow_blue.svg) no-repeat bottom 1rem right / auto 20px;
padding:0 35px;
color: #003B68;
}

.conclusion-title-deco::before,
.conclusion-title-deco::after {
    content: "";
    width: 40%;
    height: 0.1rem;
    background-color: #003B68;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.conclusion-title-deco::before {
    left: -45%;
}
.conclusion-title-deco::after {
    right: -45%;
}
.conclusion-box {
    padding: var(--s2) var(--s4);
}
.conclusion-box__wht {
    color: #222222;
    line-height: 2;
}
.conclusion-catch {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.conclusion-catch span {
    border-bottom: 6px solid var(--site-color04);
}
.conclusion-btn-area {
    z-index: 5;
}
.btn-conclusion {
    margin: 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.conclusion-area {
        padding: 12rem var(--s2) 9rem;
        background-size: cover;
    }
    .conclusion-title {
        font-size: 2.4rem;
    }

	.conclusion-title-deco{
        font-size: 2.4rem;
        display: block;
		line-height:1.5;
 }

	.conclusion-title-deco a {

	    background: url(./img/icon_arrow_blue.svg) no-repeat center right / auto 16px;
		padding:0 15px;

	}
	
    .conclusion-title-deco::before,
    .conclusion-title-deco::after {
        content: "";
        width: 5%;
    }
    .conclusion-title-deco::before {
        left: -6%;
    }
    .conclusion-title-deco::after {
        right: -6%;
    }
    .conclusion-box {
        padding: var(--s2);
    }
    .conclusion-catch {
        font-size: 1.8rem;
        line-height: 2;
    }
    .btn-conclusion {
        width: 80%;
    }
	.conclusion-title::before {
    font-size: 1.5rem;
    top: -3.8rem;
    width: 100%;
}
}




/*------------------------------------------------------------
    sec07
*/

.onb-iconbox04-frame {
	padding: var(--s4);
	background-color: #F9F9F9;
	border-top: 3px solid #1cb3c4;
	box-shadow: 0px 0.5rem 1rem #80a3be30;
}
.onb-iconbox04-catch {
    min-height: 3.5rem;
    padding: var(--s2) 0 var(--s2) var(--s7);
    font-size: 2.1rem;
    font-weight: 700;
    color: #1CB3C4;
    line-height: 1.5;
    background: url(./img/icon_purpose.svg) no-repeat center left;
    background-size: 4rem auto;
}
.onb-iconbox04-catch a {
	color: #023156;
	text-decoration: none;
	background: url(./img/icon_arrow_blue.svg) no-repeat center right / auto 14.2px;
	display: block;
}
.onb-iconbox04-caption {
	text-align-last: left;
}
 
/*------------------------------------------------------------
    sec08
*/
.sec08 .btn-internal {
    float: right;
}
.left-img-box {
	display: flow-root;
	    margin-top: 6rem;
}
.left-img {
	width: 40%;
	margin-right: var(--s4);
	padding-bottom: var(--s1);
	float: left;
}
.left-img-catch {
	margin-bottom: 1.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.left-img-box {
	display: flow-root;
		margin-top: 4rem;
}
	.left-img {
		width: 100%;
		margin-right: 0;
		padding-bottom: var(--s2);
		float: inherit;
		text-align: center;
	}
}
/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 100%;
    background-color: var(--site-color09);
}
.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    border: solid 0.1rem #D0D3E0;
    background-color: transparent;
    position: relative;
}
.onb-index01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/dummy-icon.png") no-repeat left center;
    background-size: 4rem auto;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}
.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}
.onb-index01-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    font-weight: 700;
}
.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}
.onb-index01-chapter-h a:hover {
    opacity: .6;
}
.onb-index01-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color02);
    transform: translateY(-50%);
    top: .8em;
}
.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}
.onb-index01-content {
    background-color: #fff;
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    border: 1px solid var(--site-color09);
    margin: var(--s8) auto var(--s4);
    padding: var(--s3) var(--s3) var(--s4) var(--s3);
    background: #f9f9f9;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) var(--s3);
    color: #023156;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url(./img/dummy-icon.png) no-repeat left center;
    background-size: 5rem auto;
    position: relative;
    border-bottom: 1px solid #1cb3c4;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #023156;
    position: absolute;
    top: 1rem;
    left: 0;
}
.related-article01-list a {
    display: block;
    text-decoration: none;
}
.related-article01-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}
.relations-box__pic {
    flex: 0 0 150px;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}

/*------------------------------------------------------------
    accordion
*/
.acc-more-btn {
	max-width: 46rem;
  width: 100%;
	margin: var(--s5) auto;
	position: relative;
}
.acc-more-btn span {
	width: 100%;
	padding: 2.5rem 6rem;
	border-radius: 4rem;
	background: url('./img/acc-off.svg') no-repeat 95% center #ddf3f3;
	display: block;
	text-align: center;
	color: #003B68;
	font-weight: bold;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 1;
}
.acc-more-btn:hover span {
	transform: translate(.8rem, .8rem);
}
.acc-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #ddf3f3;
}
.more-content {
	display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.acc-more-btn {
		margin: var(--s1)　auto;
	}
	.acc-more-btn span {
		transition: inherit;
		transform: none;
	}
	.acc-more-btn:hover span {
		transform: none;
	}
}



/*------------------------------------------------------------
    banner
*/
.pc-fix-banner01 {
    width: 20rem;
    background-color: #023156;
    position: fixed;
    right: 0;
    bottom: 14rem;
    z-index: 50;
}
.pc-fix-banner01 a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}
.pc-fix-banner01-img::before {
    content: "";
    width: 8rem;
    height: 3rem;
    background: url(./img/bannar_pickup.jpg) no-repeat center center;
    background-size: cover;
    border: 1px solid #fff;
    position: absolute;
    top: -1.5rem;
    left: .5rem;
    z-index: 5;
}
.pc-fix-banner01-text {
    padding: var(--s1);
    color: #fff;
    position: relative;
	font-weight: bold;
}
.pc-fix-banner01-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: .5rem solid transparent;
    border-left: .5rem solid transparent;
    border-right: .5rem solid #fff;
    border-bottom: .5rem solid #fff;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}
.pc-fix-banner01-text p {
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
}
.pc-fix-banner01-text p.text-small {
    font-size: 1.2rem;
    line-height: 1.5;
}

.sp-fix-banner01 {
    display: none;
}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .pc-fix-banner01 {
        display: none!important;
    }
    .sp-fix-banner01 {
        display: block;
        width: 70%;
        background-color: #023156;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .sp-fix-banner01-text {
        padding: var(--s2) var(--s2) var(--s1);
        color: #fff;
        position: relative;
    }
        .sp-fix-banner01-text::before {
        content: "";
        width: 6rem;
        height: 2rem;
        background: url(./img/bannar_pickup.jpg) no-repeat center center;
        background-size: cover;
        border: 1px solid #fff;
        position: absolute;
        top: -1rem;
        left: .5rem;
        z-index: 5;
    }
	.sp-fix-banner01-text p {
    margin: 0;
    font-size: 1.4rem;
		font-weight: bold;
}

    .sp-fix-banner01-text a {
        padding-right: 1.6rem;
        color: #fff;
        text-decoration: none;
        background: url("./img/arrow-01-wht-right.svg") no-repeat right center / 1rem auto;
        display: block;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }
}


/*------------------------------------------------------------
    lower point ttl
*/
.icon-head02 {
	margin-top: var(--s8);
	margin-bottom: var(--s4);
	margin-left: var(--s4);
	padding: var(--s4) var(--s2) var(--s4) var(--s12);
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	background-color: #F2F8F8;
	border-bottom: 2px solid #1CB3C4;
	position: relative;
}
.icon-head02::before {
	content: "";
	width: 10.5rem;
	height: 10.5rem;
	background: url('./img/icon_point.svg') no-repeat center center;
	background-size: cover;
	position: absolute;
	left: -4rem;
	top: -1.6rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.icon-head02 {
		margin-left: var(--s2);
		padding: var(--s2) var(--s2) var(--s2) var(--s7);
		font-size: 1.8rem;
	}
	.icon-head02::before {
		content: "";
		width: 6rem;
		height: 6rem;
		left: -1.6rem;
	}
}


.sec01 {
	background: url(img/bg_mv.jpg) no-repeat bottom -30rem center;
    background-size: contain;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.sec01 .btn-web a {
	background: #FFEB00 url(./img/arrow-web.svg) no-repeat center left 1.5rem / auto 20px;
	padding: var(--s3) 4rem;
}

.sec01 .btn-ancher a {
	background: #003B68 url(./img/arrow-01-wht-down.svg) no-repeat center right 1.5rem / auto 14.2px;
	padding: var(--s3) 4rem;
}

.sec01 .btn-internal a {
	padding: var(--s3) 4rem;
}

@media screen and (max-width: 767px) {
	.sec01 .btn-web a {
		padding: var(--s2) var(--s4) var(--s2) var(--s4);
        background: #FFEB00 url(./img/arrow-web.svg) no-repeat center left 1.5rem / auto 1em;
	}
	
	.sec01 .btn-ancher a {
		padding: var(--s2) var(--s4) var(--s2) var(--s4);
	}
}

.sec02 .section-title07 {
	color: #fff;
}

.sec02 .btn-web, .sec02 .btn-tel {
	margin: .5rem auto;
}

@media screen and (max-width: 767px) {
	    .section-title06-frame::before {
        background-size: 100% auto;
        width: 70%;
        min-width: initial;
        height: 50px;
        right: -1.2rem;
        top: -28px;
    }
	.section-title06-frame.bridge::before {
		background-size: 100% auto;
		width: 70%;
		height: 50px;
		right: -1.2rem;
		top: -28px;
	}
	.section-title06-frame.arm::before {
		background-size: 100% auto;
		width: 70%;
		height: 50px;
		right: -1.2rem;
		top: -28px;
	}
}