@charset "utf-8";

/* ========================================
  reset
======================================== */
html{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y:scroll;
	scroll-behavior: smooth;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html, body{
	min-width: 1000px;
	height: 100%;
}
body{
	color: #333;
	font-family: 'Noto Sans JP';
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}
a:focus {
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

em, address{
	font-style: normal;
}

form, fieldset, input, textarea{font:inherit;}
input, textarea, select{font-size: 1.6rem; outline: none;}
form,
input,
textarea,
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
::-ms-expand{
	display: none;
}

h1,h2,h3,h4,h5,h6{font-size: 100%;}

img{border:0; max-width:100%; vertical-align:top;}

sup,sub{font-size: 60%;}
sup{vertical-align:text-top;}
sub{vertical-align:baseline;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}
th, td {
	font: inherit;
	text-align: left;
	vertical-align:top;
}

ul, ol, li {
	list-style: none;
}
#container {
	padding-top: 0 !important;
}
.toTop.fixed a {
	z-index: 99 !important;
}
.container {
	position: relative;
}
.sec_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/* gnav */
.gnavInner {
	position: fixed;
	display: flex;
	padding: 30px 50px 10px;
	width: 100%;
	z-index: 99;
	align-items: center;
}
.gnavInner.fixed {
	background-color: black;
}
.logo {
	width: 20%;
}
.anchors {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.content_nav {
	display: flex;
	flex-direction: row;
	width: 70%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_nav li {
	width: 33.33%;
	padding: 5px;
}
/* .content_nav li:not(:last-child) {
	margin-right: 35px;
} */
.content_nav li a {
	font-size: 14px;
	color: #BCBCBC;
}
.anchor_nav {
	display: flex;
	align-items: center;
}
.anchor_nav li {
	display: flex;
}
.anchor_nav li a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 20px;
}
.anchor_nav li:first-child a {
	background-color: #419576;
	margin-right: 20px;
}
.anchor_nav li:last-child a {
	background-color: #F1AC0C;
	display: block;
}
/* main visual */
.mainVisual {
	position: relative;
	background: url(../images/mv_pc.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 200px;
}
/* .mainVisual .mv_pc {
	width: 100%;
	height: 100%;
} */
.mv_inner01 {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.mv_inner02 {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 40px auto 0;
} 
.mv_list {
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 525px;
}
.mv_list li {
	font-size: 16px;
	color: #FFFFFF;
	max-width: 120px;
	width: 25%;
	text-align: center;
	border: 2px solid #419576;
	line-height: 1.8;
}
.mainVisual .scroll {
	position: absolute;
	bottom: 0;
	right: 22%;
}
.mainVisual .mv_info {
	width: 100%;
	max-width: 425px;
	margin: 0 0 0 auto;
	padding-top: 36vh;
}
.mainVisual .mv_sub {
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1.8;
}
.mainVisual .mv_ttl {
	margin-top: 28px;
}
.mainVisual .add_txt {
	margin-top: 60px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.8;
	background: url(../images/border_left.png) no-repeat left, url(../images/border_right.png) no-repeat right;
	background-size: contain;
}

/* content section01 */
.content_section01 {
	padding-top: 80px;
}
.content_section01 h2 {
	position: relative;
	z-index: 3;
	margin-left: 48px;
	font-size: 48px;
	font-weight: bold;
	color: #419576;
}
.content_section01 h2::before {
	position: absolute;
	content: '';
	z-index: -1;
	background: url(../images/about.png) no-repeat right;
	background-size: contain;
	width: 749px;
	height: 253px;
	right: 0;
	top: 50%;
	transform: translateY(-25%);
}
.content_section01 h2::after {
	position: absolute;
	content: '';
	background: url(../images/line.png) no-repeat right;
	background-size: contain;
	width: 60%;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.content_section01 .video {
	position: relative;
	margin-top: 70px;
	text-align: center;
	z-index: 3;
}
.content_section01 .video iframe {
	width: 595px; /* 960px */
	height: 335px; /* 540px */
}
.content_section01 .image_list01 {
	display: flex;
	width: 100%;
	max-width: 1336px;
	margin: 0 auto;
}
.content_section01 .image_list01 li:first-child {
	/* margin-top: -100px; */
	margin-right: 30px;
}
.content_section01 .image_list01 li:nth-child(2) {
	margin-top: 30px;
}
.section01_block01 {
	margin-top: 110px;
}
.section01_block01 .sec_inner {
	max-width: 1400px;
	padding: 0 100px;
}
.sec_block01_flex {
	display: flex;
	width: 100%;
}
.sec_block01_flex .col {
	width: 50%;
}
.sec_block01_flex .ttl_block01 {
	position: relative;
	font-size: 33px;
	font-weight: bold;
	color: #232323;
}
.sec_block01_flex .col:first-child .ttl_block01 {
	text-align: right;
}
.sec_block01_flex .col:last-child .ttl_block01 {
	padding-left: 35px;
}
.sec_block01_flex .col:last-child .ttl_block01::before {
	position: absolute;
	content: '';
	background: url(../images/2.png) no-repeat left;
	width: 38px;
	height: 108px;
	top: -41px;
	left: 0;
}
.barioshot_box_01,
.barioshot_box_02 {
	position: relative;
	margin-top: 45px;
	padding-top: 35px;
}
.barioshot_box_01 {
	background-color: #F5F5F5;
}
.barioshot_box_01::before {
	position: absolute;
	content: '';
	background: url(../images/num_01.png) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 146px;
	left: -11.5%;
	top: -9%;
}
.barioshot_box_02 {
	background-color: #EBEBEB;
}
.barioshot_box_02::before {
	position: absolute;
	content: '';
	background: url(../images/num_02.png) no-repeat;
	background-size: 100%;
	width: 139px;
	height: 146px;
	right: -11.5%;
	top: -9%;
}
.bario_ttl {
	margin: 0 0 25px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #419576;
}
.bario_ttl span {
	font-size: 27px;
}
.bario_flex {
	display: flex;
	text-align: center;
	max-width: 290px;
	margin: 0 auto;
}
.bario_flex.mt12 {
	margin-top: 12px;
}
.bario_label {
	margin-right: 10px;
	padding: 5px;
	font-size: 16px;
	background-color: #707070;
	color: #FFFFFF;
}
.bario_txt {
	font-size: 16px;
	color: #232323;
	align-self: center;
}
.bario_img {
	margin-top: 35px;
}
.section01_block02 {
	margin-top: 65px;
}
.section01_block02 .ttl_block02 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #232323;
	line-height: 1.8;
}
.section01_block02 .ttl_block02 span.bg {
	color: #FFFFFF;
	background: url(../images/txt_bg.png) no-repeat center;
}
.section01_block02 .ttl_block02 span.esp_ft {
	font-size: 22px;
}
.section01_block02 .img {
	margin-top: 20px;
	text-align: center;
}
.sub_ttl_block02 {
	margin-top: 35px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #232323;
}
.sub_ttl_block02 span {
	font-size: 27px;
	font-weight: bold;
	color: #419576;
}
.content_section01 .section01_block03 h2 {
	margin-top: 145px;
}
.content_section01 .section01_block03 h2::before {
	position: absolute;
	content: '';
	background: url(../images/support.png) no-repeat right;
	background-size: contain;
	width: 1039px;
	height: 252px;
	right: 0;
	top: 50%;
	transform: translateY(-25%);
}
.section01_block03 .ttl_block03 {
	position: relative;
	z-index: 3;
	margin-top: 70px;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #232323;
	line-height: 1.8;
}
.section01_block03 .ttl_block03 span {
	color: #FFFFFF;
	background: url(../images/txt_bg02.png);
	background-size: cover;
}
.total_solution {
	position: relative;
	z-index: 3;
	margin-top: 60px;
	padding: 40px 15px;
	background: #F5F5F5;
}
.solution_ttl {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #232323;
}
.solution_process {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	width: 100%;
	max-width: 705px;
}
.solution_box {
	margin-top: 30px;
	width: calc(100% / 3);
}
.solution_box:not(:last-child) {
	margin-right: 10px;
}
.ico_img {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
}
.solution_box:not(:last-child) .ico_img::after {
	position: absolute;
	content: '';
	background: url(../images/arrow_right.png) no-repeat;
	width: 22px;
	height: 39px;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.solution_box li {
	position: relative;
	margin-top: 17px;
	margin-left: 60px;
	font-size: 16px;
	color: #232323;
}
.solution_box li::before {
	position: absolute;
	content: '';
	background: url(../images/dash.png) no-repeat;
	width: 10px;
	height: 2px;
	left: -25px;
	top: 50%;
}

/* content_section02 */
.content_section02 {
	margin-top: -120px;
	background-color: #232323;
}
.content_section02 .section02_block01 {
	padding-top: 200px;
}
.content_section02 .section02_block01 h2 {
	padding-top: 80px;
}
.content_section02 .section02_block01 h2,
.content_section03 .section03_block01 h2,
.content_section04 .section04_block01 h2,
.content_section05 .section05_block01 h2,
.content_section06 .section06_block01 h2 {
	position: relative;
	margin-left: 48px;
	z-index: 3;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
}
.content_section02 .section02_block01 h2::before {
	position: absolute;
	content: '';
	background: url(../images/feature.png) no-repeat right;
	width: 1107px;
	height: 249px;
	top: -52px;
	right: 0;
	z-index: -1;
}
.content_section02 .section02_block01 h2::after {
	position: absolute;
	content: '';
	background: url(../images/line.png) no-repeat right; 
	background-size: 100%;
	width: 60%;
	height: 10px;
	right: 0;
	top: 79%;
	transform: translateY(-50%);
}
.content_section02 .section02_block01 .ttl_block01 {
	position: relative;
	z-index: 4;
	margin-top: 70px;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8;
}
.content_section02 .section02_block01 .ttl_block01 span {
	background: url(../images/txt_bg03.png);
	background-size: cover;
}
.content_section02 .features {
	margin-top: 75px;
}
.block_inner {
	width: 100%;
	max-width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
}
.features .feature_ttl {
	position: relative;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}
.features .feature_ttl span {
	background: #232323;
	padding: 0 20px;
}
.features .feature_ttl span span {
	font-size: 33px;
	padding: 0;
}
.features .feature_flex {
	width: 100%;
	margin-top: -10px;
	padding: 35px 25px;
	border: 2px solid #FFFFFF;
}
.features .feature_flex ul {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-flow: wrap;
}
.features .feature_flex li {
	display: flex;
	align-items: flex-start;
	width: calc(100% / 3);
	font-size: 21px;
	color: #FFFFFF;
	line-height: 1.8;
}
.features .feature_flex li > span {
	margin-left: 12px;
	line-height: 1.1;
}
.features .feature_flex li:nth-child(n+4) {
	margin-top: 35px;
}
.feature_details {
	margin-top: 60px;
}
.feature_details .detail_box {
	background-color: #4E4E4E;
}
.feature_details .detail_box:not(:first-child) {
	margin-top: 40px;
}
.feature_details .detail_box .detail_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 20px;
	border-radius: 9px;
}
.feature_details .detail_box .col {
	width: calc(100% / 2);
}
.feature_details .detail_box .detail_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8;
} 
.feature_details .detail_box .detail_ttl span {
	margin-left: 20px;
}
.feature_details .detail_box .detail_info {
	margin-top: 30px;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 1.8;
}
.feature_details .detail_box .col:last-child {
	display: flex;
	align-items: center;
}
.feature_details .detail_box .col:last-child .detail_info {
	margin-top: 0;
}
.contacts {
	margin-top: 100px;
	padding: 28px 0 30px;
	background: url(../images/contact_bg.png) no-repeat center;
	background-size: cover;
	text-align: center;
}
.contacts .contact_sub_ttl {
	margin-top: 20px;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8;
}
.contacts .contact_info {
	margin-top: 15px;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8;
}
.contacts .contact_btn {
	margin-top: 25px;
} 
.contacts .contact_btn a {
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	color: #20B8C1;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.8;
	width: 100%;
	max-width: 600px;
	padding: 25px 0;
}
.contacts .contact_btn a::after {
	position: absolute;
	content: '';
	background: url(../images/btn_ico.svg) no-repeat;
	width: 27px;
	height: 27px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* content_section03 */
.content_section03 {
	padding-top: 80px;
	background-color: #232323;
}
.content_section03 .section03_block01 {
	padding-top: 80px;
}
.content_section03 .section03_block01 h2:before {
	position: absolute;
	content: '';
	background: url(../images/application.png) no-repeat right;
	width: 1092px;
	height: 245px;
	top: -52px;
	right: 0;
	z-index: -1;
}
.content_section03 .section03_block01 h2:after {
	position: absolute;
	content: '';
	background: url(../images/line.png) no-repeat right;
	background-size: contain;
	width: 806px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.content_section03 .ttl_block01,
.content_section04 .ttl_block01 {
	position: relative;
	z-index: 4;
	margin-top: 55px;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8;
}
.content_section03 .ttl_block01 span,
.content_section04 .ttl_block01 span {
	background: url(../images/txt_bg02.png) no-repeat center;
	background-size: cover;
}
.content_section03 .sec03_table {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
}
.content_section03 .sec03_table table {
	width: 100%;
	max-width: 1000px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.content_section03 .sec03_table th {
	background: #4E4E4E;
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #BCBCBC;
	vertical-align: middle;
	width: 25%;
	font-size: 21px;
	font-weight: bold;
}
.content_section03 .sec03_table td {
	color: #FFFFFF;
	padding: 15px;
	border: 1px solid #BCBCBC;
	font-size: 21px;
	line-height: 1.8;
}
.section03_block02 {
	margin-top: 60px;
}
.section03_block02 .automobile {
	padding: 45px 27px 0;
	background: url(../images/sec03_bg.png) no-repeat;
	background-size: cover;
}
.section03_block02 .automobile .auto_ttl {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.8;
	color: #FFFFFF;
}
.section03_block02 .automobile .auto_sub_ttl {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #FFFFFF;
}
.section03_block02 .automobile .auto_flex {
	width: 100%;
	max-width: 1268px;
	margin: 50px auto 0;
	overflow: hidden;
}
.section03_block02 .automobile .example {
	float: left;
	margin-right: 30px;
	padding: 30px;
	width: 100%;
	max-width: 320px;
	background-color: rgba(0, 0, 0, .6);
}
.section03_block02 .automobile .example_ttl {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.78;
}
.section03_block02 .automobile .example_sub_ttl {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #BCBCBC;
}
.section03_block02 .automobile .example_list,
.section03_block02 .automobile .example_list_eng {
	margin-top: 20px;
}
.section03_block02 .automobile .example_list li {
	font-size: 18px;
	line-height: 1.8;
	color: #FFFFFF;
}
.section03_block02 .automobile .example_list_eng li {
	font-size: 14px;
	line-height: 1.8;
	color: #BCBCBC;
}
.section03_block02 .automobile .example_img {
	float: right;
	width: 100%;
	max-width: 875px;
}

/* content_section04 */
.content_section04 {
	padding: 85px 0 100px;
	background-color: #232323;
}
.content_section04 .section04_block01 {
	padding-top: 80px;
}
.content_section04 .section04_block01 h2::before {
	position: absolute;
	content: '';
	background: url(../images/process.png) no-repeat;
	width: 1032px;
	height: 252px;
	top: -50px;
	right: 0;
	z-index: -1;
}
.content_section04 .section04_block01 h2::after {
	position: absolute;
	content: '';
	background: url(../images/line.png) no-repeat right;
	background-size: contain;
	width: 806px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.content_section04 .section04_block01 .sec04_img {
	width: 100%;
	max-width: 1336px;
	margin: 60px auto 0;
	padding-right: 68px;
}

/* content_section05 */
.content_section05 {
	padding: 80px 0 0;
	background-color: #2E2E2E;
}
.content_section05 .section05_block01 {
	padding-top: 80px;
}
.content_section05 .section05_block01 h2::before {
	position: absolute;
	content: '';
	background: url(../images/faq.png) no-repeat right;
	width: 392px;
	height: 245px;
	top: -52px;
	right: 0;
	z-index: -1;
}
.content_section05 .section05_block01 h2::after {
	position: absolute;
	content: '';
	background: url(../images/line.png) no-repeat right;
	background-size: contain;
	width: 60%;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faq_content {
	margin-top: 60px;
}
.faq_content .faq {
	position: relative;
	z-index: 3;
	padding: 30px 20px 35px;
	border-top: 1px solid #BCBCBC;
}
.faq_content .faq dt {
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8;
}
.faq_content .faq dd {
	margin-top: 35px;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 1.8;
}
.faq_content .faq dt, .faq_content .faq dd {
	text-indent: -1.5em;
	padding-left: 1.6em;
}
.faq_content .faq dt span,
.faq_content .faq dd span {
	margin-right: 10px;
}
.faq_content .faq:last-child {
	border-bottom: 1px solid #BCBCBC;
}
.pdf_btn {
	margin-top: 33px;
	text-align: center;
}
.pdf_btn a {
	position: relative;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #F1AC0C;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.8;
}
.pdf_btn a::after {
	position: absolute;
	content: '';
	background: url(../images/ico_pdf.png) no-repeat center;
	width: 18px;
	height: 24px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.faq_content .durability {
	margin-top: 55px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
	color: #FFFFFF;
}
.faq_content .durability span {
	vertical-align: -webkit-baseline-middle;
}
.faq_content .durability_formula {
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row;
}
.faq_content .durability_formula li {
	font-size: 16px;
	line-height: 1.8;
	width: 23%;
	margin-right: 1%;
}
.faq_content .durability_formula li:first-child {
	color: #FF001D;
}
.faq_content .durability_formula li:nth-child(2) {
	color: #2FD53A;
}
.faq_content .durability_formula li:nth-child(3) {
	color: #FFE817;
}
.faq_content .durability_formula li:last-child {
	margin-right: 0;
	color: #2DCDFF;
	width: 28%;
	text-align: right;
}
.faq_content .durability_formula li img {
	vertical-align: middle;
	margin-right: 7px;
}
.faq_content .properties {
	margin: 20px auto 0;
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-direction: row;
}
.faq_content .properties .prop_left {
	margin-right: 2.63%;
	width: 65.08%;
}
.faq_content .properties .prop_right {
	width: 32.29%;
}
.faq_content .properties .prop_ttl {
	padding: 10px 0;
	background-color: #419576;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.37;
	color: #FFFFFF;
}
.faq_content .properties .prop_ttl span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
}
.faq_content .properties .prop_left .prop_img {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.faq_content .properties .prop_left .col {
	width: 49.5%;
}
.faq_content .properties .prop_left .col:first-child {
	margin-right: 1%;
}
.faq_content .properties .prop_img {
	margin-top: 24px;
	text-align: center;
}
.faq_content .properties .cycle_ttl {
	font-size: 16px;
	line-height: 1.8;
	color: #FFFFFF;
}
.faq_content .properties .cycle_sub {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #BCBCBC;
}

/* content_section06 */
.content_section06 {
	background: #2E2E2E;
	padding: 80px 0 0;
}
.content_section06 .section06_block01 {
	padding-top: 80px;
}
.content_section06 .section06_block01 h2::before {
	position: absolute;
	content: '';
	background: url(../images/voice.png) no-repeat right;
	width: 654px;
	height: 253px;
	top: -52px;
	right: 0;
	z-index: -1;
}
.content_section06 .section06_block01 h2::after {
	position: absolute;
	content: '';
	background: url(../images/line.png) no-repeat right;
	background-size: contain;
	width: 806px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
} 
.content_section06 .costumer {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1000px;
	margin: 70px auto 0;
}
.content_section06 .costumer .cost {
	display: flex;
	flex-direction: row;
}
.content_section06 .costumer .cost:not(:first-child) {
	margin-top: 23px;
}
.content_section06 .costumer .col_img {
	width: 11.7%;
	margin-right: 2%;
}
.content_section06 .costumer .col_img p {
	margin-top: 9px;
	font-size: 21px;
	line-height: 1.8;
	color: #FFFFFF;
	text-align: center;
}
.content_section06 .costumer .col_info {
	width: 86.3%;
}
.content_section06 .costumer .col_info p {
	position: relative;
	font-size: 21px;
	line-height: 1.8;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 11px;
	background-color: #3A3A3A;
	padding: 30px 29px;
}
.content_section06 .costumer .col_info p::before {
	position: absolute;
	content: '';
	background: url(../images/arrow.png) no-repeat;
	width: 11px;
	height: 13px;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
}
.content_section06 .sub_cost {
	margin-top: 20px;
	text-align: right;
	font-size: 17px;
	line-height: 1.8;
	color: #FFFFFF;
}

/* footer */
.footer {
	background: #232323;
	padding: 42px;
}
.footer p {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #FFFFFF;
}
@media print, screen and (max-width:1279px) {
	.section03_block02 .automobile .auto_flex {
		padding-bottom: 40px;
	}
	.section03_block02 .automobile .example {
		width: 33%;
		margin-right: 2%;
	}
	.section03_block02 .automobile .example_img {
		width: 65%;
	}
}
@media print, screen and (max-width:1274px) {
	.barioshot_box_01::before {
		width: 80px;
		top: -13%;
	}
	.barioshot_box_02::before {
		width: 100px;
		top: -13%;
	}
	.content_section02 .section02_block01 h2::after {
		width: 600px;
	}
}
@media print, screen and (max-width:1190px) {
	.content_nav {
		width: 60%;
		flex-wrap: wrap;
	}
	.content_nav li {
		width: 33.3%;
	}
	.content_nav li:nth-child(n+4) {
		margin-top: 10px;
	}
	.content_section01 h2::after,
	.content_section02 .section02_block01 h2::after,
	.content_section03 .section03_block01 h2:after,
	.content_section04 .section04_block01 h2::after,
	.content_section05 .section05_block01 h2::after,
	.content_section06 .section06_block01 h2::after {
		width: 48%;
	}
	.section01_block01 .sec_inner {
		padding: 0 65px;
	}
}

@media screen and (max-width:920px) {
	.gnavInner {
		padding: 30px 30px 10px;
	}
	.content_nav {
		margin-left: 5px;
	}
	.content_nav li a,
	.anchor_nav li a {
		font-size: 12px;
	}
	.anchor_nav li a {
		padding: 10px 15px;
	}
}

@media print, screen and (min-width:769px){
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
}

@media screen and (max-width:768px) {
	html, body{
		min-width: 0;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.mv_sp img {
		width: 100%;
	}
	.sec_inner {
		padding: 0 15px;
	}
	.logo {
		display: flex;
		width: auto;
		padding: 0 15px;
		justify-content: space-between;
	}
	.gnavInner {
		display: block;
		padding: 30px 0 10px;
		background-color: #232323 !important;
	}
	.gnavInner .logo h1 {
		width: 85%;
	}
	.anchors {
		display: none;
		height: 100vh;
		margin-top: 20px;
	}
	.content_nav {
		width: 100%;
		margin-left: 0;
	}
	.content_nav li {
		width: 50%;
		text-align: center;
		border: 1px solid #DFDFDF;
	}
	.content_nav li a {
		display: inline-block;
		padding: 25px 0;
		font-size: 16px;
	}
	.content_nav li:nth-child(n+4) {
		margin-top: 0;
	}
	.anchor_nav {
		flex-direction: column;
	}
	.anchor_nav li {
		width: 100%;
	}
	.anchor_nav li:first-child a {
		margin-right: 0;
	}
	.anchor_nav li a {
		width: 100%;
		font-size: 16px;
		padding: 29px 0;
		display: inline-block;
		text-align: center;
	}
	/* hamburger menu */
	.hamburger-container {
		width: 40px;
		cursor: pointer;
	}
	.hamburger {
		display: block;
	}
	.hamburger li {
		height: 3px;
		background: #419576;
		content: "";
		position: relative;
		transition: 0.25s ease-in-out;
	}
	.hamburger li:nth-child(1) {
		top: 0;
	}
	ul.hamburger li:nth-child(2) {
		top: 5px;
		width: 30px;
		margin-left: auto;
	}
	ul.hamburger li:nth-child(2).rot-45deg {
		width: 40px;
	}
	ul.hamburger li:nth-child(3) {
		top: 10px;
		width: 20px;
		margin-left: auto;
	}
	.hidden {
		opacity:0;
	}
	.rot45deg {
		transform:rotate(45deg);
		top:8px !important;
	}
	.rot-45deg {
		transform:rotate(-45deg);
	}
	.mainVisual {
		background: url(../images/mv_sp.jpg) no-repeat;
		background-size: 100%;
		padding-bottom: 140px;
	}
	.mainVisual .mv_info {
		margin: 0 auto;
		padding-top: 85%;
	}
	.mv_list {
		margin: 0 auto;
	}
	.mainVisual .mv_sub {
		font-size: 17px;
	}
	.mainVisual .mv_ttl {
		margin-top: 20px;
		text-align: center;
	}
	.mainVisual .mv_ttl img {
		width: 71%;
	}
	.mainVisual .add_txt {
		font-size: 19px;
		margin-top: 30px;
	}
	.mv_list li {
		max-width: 88px;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mainVisual .scroll {
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.mainVisual .scroll a {
		display: inline-block;
		text-align: center;
	}
	.mainVisual .scroll a img {
		width: 65%;
		margin: 0 auto;
	}
	.content_section01 {
		padding-top: 10px;
	}
	.content_section01 .video {
		width: 89.33%;
		margin-left: auto;
	}
	.content_section01 .video iframe {
		width: 100%;
		height: 50vw;
	}
	.content_section01 h2,
	.content_section01 .section01_block03 h2,
	.content_section02 .section02_block01 h2,
	.content_section03 .section03_block01 h2,
	.content_section04 .section04_block01 h2,
	.content_section05 .section05_block01 h2,
	.content_section06 .section06_block01 h2 {
		margin-left: 0;
		font-size: 31px;
		text-align: center;
	}
	.content_section01 h2 {
		margin-top: 125px;
	}
	.content_section01 h2::before {
		background: url(../images/about_sp.png) no-repeat;
		background-size: cover;
		width: 263.5px;
		height: 89px;
		right: 50%;
		transform: translateX(50%);
		top: -186%;
	}
	.content_section01 h2::after,
	.content_section02 .section02_block01 h2::after,
	.content_section03 .section03_block01 h2:after,
	.content_section04 .section04_block01 h2::after,
	.content_section05 .section05_block01 h2::after,
	.content_section06 .section06_block01 h2::after {
		background: url(../images/line_sp.png) no-repeat;
		background-size: 100%;
		width: 7px;
		height: 74.5px;
		left: 50%;
		transform: translateX(-50%);
		top: -257%;
	}
	.content_section01 .video {
		margin-top: 37.5px;
	}
	.content_section01 .image_list01 {
		display: block;
	}
	.content_section01 .image_list01 li:first-child {
		width: 75%;
		/* margin-top: -30px; */
	}
	.content_section01 .image_list01 li:nth-child(2) img {
		display: block;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
	.section01_block01 .sec_inner {
		padding: 0 15px;
	}
	.sec_block01_flex {
		flex-direction: column;
	}
	.sec_block01_flex .col {
		width: 100%;
	}
	.section01_block01 {
		margin-top: 50px;
	}
	.sec_block01_flex .col:first-child .ttl_block01.sp_only {
		font-size: 22px;
		text-align: left;
		line-height: 1.8;
		width: 77%;
		margin: 0 auto;
		text-align: center;
	}
	.sec_block01_flex .col:first-child .ttl_block01.sp_only span {
		position: relative;
	}
	.sec_block01_flex .col:first-child .ttl_block01.sp_only span::before {
		position: absolute;
		content: '';
		background: url(../images/2.png) no-repeat;
		background-size: 59%;
		width: 38px;
		height: 87px;
		left: -1px;
		bottom: -37px;
	}
	.barioshot_box_01 {
		margin-top: 50px;
	}
	.barioshot_box_01::before {
		width: 62.5px;
		left: -15px;
		top: -7%;
	}
	.barioshot_box_02 {
		margin-top: 35px;
	}
	.barioshot_box_02::before {
		width: 71px;
		top: -12%;
		right: -15px;
	}
	.barioshot_box_01, .barioshot_box_02 {
		padding: 27.5px 15px 15px;
	}
	.bario_img {
		text-align: center;
	}
	.bario_ttl {
		font-size: 27px;
		margin-bottom: 20px;
	}
	.bario_label {
		background-color: #232323;
		font-size: 14px;
	}
	.bario_txt {
		font-size: 14px;
	}
	.section01_block02 {
		margin-top: 35px;
	}
	.section01_block02 .ttl_block02 {
		font-size: 18px;
		line-height: 1.52;
	}
	.section01_block02 .ttl_block02 span.esp_ft {
		font-size: 14px;
	}
	.section01_block02 .img img {
		width: 70%;
	}
	.sub_ttl_block02 {
		font-size: 16px;
		line-height: 1.5;
	}
	.sub_ttl_block02 span {
		font-size: 19px;
	}
	.content_section01 .section01_block03 h2::before {
		background-size: contain;
		width: 100%;
		max-width: 375px;
		top: 0;
		right: 50%;
		transform: translate(50%, -57%);
	}
	.section01_block03 .ttl_block03 {
		font-size: 22px;
	}
	.content_section01 .section01_block03 h2 {
		margin-top: 115px;
	}
	.total_solution {
		padding: 25px 30px 35px;
	}
	.solution_ttl {
		font-size: 19px;
	}
	.solution_process {
		flex-direction: column;
	}
	.solution_box {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.solution_box:not(:first-child) {
		position: relative;
		margin-top: 70px;
	}
	.solution_box:not(:first-child):before {
		position: absolute;
		content: '';
		background: url(../images/arrow_down.png) no-repeat;
		background-size: 100%;
		width: 29.5px;
		height: 61px;
		top: 0;
		left: 50%;
		transform: translate(-50%,-72%);
	}
	.solution_box:not(:last-child) {
		margin-right: 0;
	}
	.solution_box:not(:last-child) .ico_img::after {
		content: none;
	}
	.solution_box ul {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 175px;
	}
	.ico_img {
		display: flex;
		width: 100%;
		max-width: 112px;
		align-items: center;
		justify-content: center;
	}
	.content_section02 {
		margin-top: -60px;
	}
	.content_section02 .section02_block01 {
		padding-top: 100px;
	}
	.content_section02 .section02_block01 h2::before {
		background: url(../images/feature_sp.png) no-repeat center;
		background-size: contain;
		width: 100%;
		max-width: 409px;
		left: 50%;
		transform: translateX(-50%);
	}
	.content_section02 .section02_block01 h2::after {
		top: 2%;
	}
	.content_section02 .section02_block01 .ttl_block01 {
		margin-top: 48.5px;
		font-size: 22px;
		line-height: 1.6;
	}
	.content_section02 .features {
		margin-top: 45px;
	}
	.features .feature_ttl {
		font-size: 19px;
	}
	.features .feature_ttl span span {
		font-size: 31.5px;
	}
	.features .feature_flex {
		padding: 25px 15px;
	}
	.features .feature_flex ul {
		flex-direction: column;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.features .feature_flex li {
		width: 100%;
		font-size: 14px;
		align-items: center;
	}
	.features .feature_flex li:not(:first-child) {
		margin-top: 20px;
	}
	.feature_details {
		margin-top: 38px;
	}
	.feature_details .detail_box .detail_ttl {
		display: flex;
	}
	.feature_details .detail_box .detail_flex {
		flex-direction: column;
	}
	.feature_details .detail_box .detail_info {
		margin-top: 25px;
	}
	.feature_details .detail_box .col:last-child {
		margin-top: 25px;
	}
	.feature_details .detail_box .col:last-child .detail_img {
		margin: 0 auto;
	}
	.feature_details .detail_box .col {
		width: 100%;
	}
	.section03_block02 .automobile .example {
		margin-top: 5px;
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	.section03_block02 .automobile .example_img {
		max-width: 100%;
		width: 100%;
	}
	.section03_block02 .automobile .example_list {
		margin: 0 auto;
		width: 100%;
		max-width: 280px;
	}
	.section03_block02 .automobile .example_list_eng {
		margin: 20px auto 0;
		width: 100%;
		max-width: 280px;
	}
	.section03_block02 .automobile .auto_flex {
		margin-top: 25px;
		padding-bottom: 0;
	}
	.contacts {
		margin-top: 50px;
		padding: 25px 15px;
	}
	.contacts .contact_sub_ttl {
		font-size: 22px;
		line-height: 1.6;
	}
	.contacts .contact_info {
		margin-top: 12px;
		font-size: 19px;
	}
	.contacts .contact_btn a {
		font-size: 22px;
		padding: 17.5px 0;
	}
	.content_section03 {
		padding-top: 60px;
	}
	.content_section03 .section03_block01 {
		overflow: hidden;
	}
	.content_section03 .section03_block01 h2:before {
		background: url(../images/application_sp.png) no-repeat center;
		background-size: contain;
		max-width: 529px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-59%);
	}
	.content_section03 .section03_block01 h2:after {
		top: -200%;
	}
	.content_section03 .ttl_block01,
	.content_section04 .ttl_block01 {
		margin-top: 34px;
		font-size: 22px;
	}
	.table_ttl {
		margin-top: 40px;
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
	}
	.content_section03 .sec03_table {
		margin-top: 15px;
		overflow: auto;
	}
	.content_section03 .sec03_table table {
		width: 700px;
		margin: 0 auto 15px;
	}
	/* width */
	.content_section03 .sec03_table::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	/* Track */
	.content_section03 .sec03_table::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px #BCBCBC; 
		border-radius: 10px;
	}
	/* Handle */
	.content_section03 .sec03_table::-webkit-scrollbar-thumb {
		background: #419576; 
		border-radius: 10px;
	}
	.section03_block02 {
		margin-top: 50px;
	}
	.section03_block02 .automobile {
		padding: 30px 10px 10px;
		margin: 0 15px;
		background: url(../images/sec03_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.section03_block02 .automobile .auto_ttl {
		font-size: 22px;
	}
	.section03_block02 .automobile .auto_sub_ttl {
		margin-top: 20px;
	}
	.content_section04 .section04_block01 h2::before {
		background: url(../images/process_sp.png) no-repeat;
		background-size: contain;
		width: 100%;
		max-width: 381px;
		top: -50%;
		right: 50%;
		transform: translate(50%,-23%);
	}
	.content_section04 .section04_block01 h2::after {
		top: -214%;
	}
	.content_section04 {
		padding: 75px 0 50px;
	}
	.content_section04 .section04_block01 .sec04_img_sp {
		margin-top: 45px;
	}
	.content_section04 .section04_block01 .sec04_img_sp:last-child {
		padding: 0 15px;
	}
	.content_section05 .section05_block01 h2::before {
		background: url(../images/faq_sp.png) no-repeat center;
		background-size: cover;
		width: 154px;
		height: 97px;
		right: 50%;
		transform: translateX(50%);
	}
	.faq_content .faq {
		padding: 25px 10px;
	}
	.faq_content .faq dt {
		position: relative;
		font-size: 16px;
		width: 88%;
	}
	.faq_content .faq dt.active::after {
		position: absolute;
		content: '';
		background: url(../images/ico_minus.png) no-repeat;
		background-size: contain;
		width: 32px;
		height: 2px;
		right: -14%;
		top: 13px;
	}
	.faq_content .faq dt::after {
		position: absolute;
		content: '';
		background: url(../images/ico_plus.png) no-repeat;
		background-size: contain;
		width: 32px;
		height: 40px;
		right: -14%;
		top: -1px;
	}
	.faq_content .faq dd {
		font-size: 14px;
		display: none;
	}
	.faq_content .faq dt {
		text-indent: -1.9em;
		padding-left: 1.9em;
	}
	
	.faq_content .faq dd {
		text-indent: -2.2em;
		padding-left: 2.2em;
	}
	.faq_content .durability {
		margin-top: 50px;
		font-size: 19px;
	}
	.faq_content .durability_formula {
		flex-wrap: wrap;
	}
	.faq_content .durability_formula li {
		width: 50%;
		margin-right: 0;
		font-size: 12px;
	}
	.faq_content .durability_formula li:first-child,
	.faq_content .durability_formula li:nth-child(3) {
		width: 40%;
	}
	.faq_content .durability_formula li:last-child {
		width: 54%;
	}
	.faq_content .durability_formula li img {
		width: 100%;
		max-width: 22.5px;
	}
	.faq_content .properties,
	.faq_content .properties .prop_left .prop_img {
		flex-direction: column;
	}
	.faq_content .properties .prop_left,
	.faq_content .properties .prop_right,
	.faq_content .properties .prop_left .col:first-child,
	.faq_content .properties .prop_left .col {
		width: 100%;
		margin-right: 0;
	}
	.faq_content .properties .prop_right {
		margin-top: 40px;
	}
	.faq_content .properties .prop_ttl {
		font-size: 16px;
	}
	.faq_content .properties .prop_ttl span {
		font-size: 12px;
	}
	.faq_content .properties .cycle_ttl {
		font-size: 14px;
	}
	.faq_content .properties .prop_left .col:last-child {
		margin-top: 35px;
	}
	.content_section06 .section06_block01 h2::before {
		background: url(../images/voice_sp.png) no-repeat center;
		background-size: contain;
		width: 100%;
		max-width: 381px;
		left: 50%;
		transform: translate(-50%,-69%);
		top: 50%;
	}
	.content_section06 .costumer {
		margin-top: 33px;
		padding: 0 15px;
	}
	.content_section06 .costumer .col_info p {
		margin-top: 0;
		font-size: 16px;
		padding: 25px 20px;
	}
	.footer {
		padding: 25px;
	}
	.footer p {
		font-size: 12px;
	}
}
@media screen and (max-width:424px) {
	.mainVisual {
		padding-bottom: 110px;
	}
	.mainVisual .mv_info {
		padding-top: 80%;
	}
	.mainVisual .add_txt {
		font-size: 16px;
	}
}
/* 220721 update */
.section01_block01 .tableScr {
	max-width: 1400px;
	margin: 65px auto 50px;
	font-size: 16px;
}
.section01_block01 .tableScr .table_block02 {
	width: 100%;
}
.section01_block01 .tableScr .table_block02 tr:nth-child(odd) {
	background-color: #D9D9D9;
}
.section01_block01 .tableScr .table_block02 tr:nth-child(even) {
	background-color: #F2F2F2;
}
.section01_block01 .tableScr .table_block02 tr:first-child {
	font-weight: bold;
}
.section01_block01 .tableScr .table_block02 td {
	padding: 10px;
	border: 1px solid #9C9C9C;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
}
.f_red {
	color: #FF001D;
}
.f_blue {
	color: #118BC9;
}
.f_green {
	color: #419576;
}
.taC {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.section01_block01 .tableScr {
		margin: 35px auto 20px;
		padding: 0 0 10px;
		overflow-x: auto;
	}
	.section01_block01 .tableScr .table_ttl {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
		color: #333333;
	}
	.section01_block01 .tableScr .table_block02 {
		width: 200%;
	}
}

.section01_block02 .content_block02 {
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	margin: 60px 0 25px;
	padding: 25px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.section01_block02 .content_block02 ul.list_dot {
	max-width: 500px;
	margin: 0 auto;
	align-items: flex-start;
	padding-left: 15px;
}
.section01_block02 .content_block02 ul.list_dot li {
	text-indent: -15px;
}
.section01_block02 .content_block02 .sub_ttl02_block02 {
	margin-bottom: 20px;
	font-size: 26px;
}
.section01_block02 .content_block02 ul.list_dot li::before {
	content: "✓";
	margin-right: 5px;
	font-size: 15px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.section01_block02 .content_block02 {
		margin: 50px 0 30px;
		font-size: 18px;
	}
	.section01_block02 .content_block02 .sub_ttl02_block02 {
		font-size: 14px;
	}
}
/* 220728 */
.section01_block02 .bario_ttl {
	text-align: left;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.section01_block02 .bario_ttl:not(:first-child) {
	margin-top: 100px;
}
@media screen and (max-width: 768px) {
	.section01_block02 .bario_ttl:not(:first-child) {
		margin-top: 50px;
	}
}
span.vB {
	vertical-align: -webkit-baseline-middle;
}
.faq_content .durability span.txt_small {
	vertical-align: revert;
	font-size: 75%;
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.barioshot_box_01 {
		margin-top: 31.5px;
	}
}
@media screen and (max-width: 768px) {
	.sec_block01_flex .col:first-child .ttl_block01.sp_only span.vB::before {
		background: none;
	}
}
@media screen and (max-width: 404px) {
	.sec_block01_flex .col:first-child .ttl_block01.sp_only {
		width: 100%;
	}
}
/* 220808 *//*Firefox*/
@-moz-document url-prefix() {
	@media screen and (min-width: 769px) {
		.barioshot_box_01 {
			margin-top: 45px;
		}
	}
	@media print, screen and (max-width: 1274px) {
		.barioshot_box_01::before {
			top: -10%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec_block01_flex .col:first-child .ttl_block01.sp_only span::before {
			bottom: -79px;
		}
	}
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.barioshot_box_01 {
		margin-top: 45px;
	}
}

/* 230130 //add video */
.content_video .sec_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	/* max-width: 1336px; */
}
.content_video h3 {
    position: relative;
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 30px;
	text-align: left;
    line-height: 1.7;
}

.content_video h3::before {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	margin-left: -15px;
	content: '';
	width: 5px;
    height: 80%;
	border-left: 5px solid #419576;
}

.content_video h3 span.vB {
	line-height: 0;
}

.content_section01 .video {
	width: 50%;
}
.content_section01 .video:first-child {
	margin-right: 50px;
}

@media screen and (max-width: 768px) {
	.content_video .sec_inner {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 0;
	}
	.content_video h3 {
		font-size: 17px;
	}
	.content_section01 .video {
		width: 89.33%;
	}
	.content_section01 .video:first-child {
		margin-right: 0;
	}
	.content_section01 .video:not(:first-child) {
		margin-top: 22px;
	}
}
@media screen and (max-width: 1200px)  and (min-width: 768px){
	.content_section01 .video iframe {
		width: 100%;
		height: 29vw;
	}
}
@media screen and (max-width: 1071px)  and (min-width: 768px) {
	.content_video h3 {
		font-size: 27px;
	}
}
/* 230201 */
@media screen and (min-width: 768px) {
	.content_section01 .image_list01 {
		margin-top: 2%;
	}
	.content_section01 .image_list01 li:first-child {
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	.content_section01 .image_list01 {
		margin-top: 55px;
	}
}