@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
	background: #fff; 
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; 
	color: #333;
    font-size: 16px;
   	line-height: 1.8;
  	letter-spacing: 0.05em;
}
		
@media only screen and (max-width: 767px) {
body {
  	font-size: 14px;
}
  
header {
	font-size: 16px;		
}
}	
			
h2, h3, h4 {
	font-weight: bold;
} 		

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  	margin: 0;
  	padding: 0;
}

img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
      
/* Transition elsements */
a,
button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    -moz-transition: all 0.2s ease-in-out 0.125s;
    -o-transition: all 0.2s ease-in-out 0.125s;
    -ms-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

a:hover {
 	text-decoration: none;
}

/* Sections */
.module,
.module-large,
.module-small,
.module-smallest {
  	position: relative;
  	padding: 50px 0;
}

.module-large {
  	padding: 75px 0;
}

.module-small {
  	padding: 25px 0;
}
  
.module-smallest {
  	padding: 0 ;
}

@media only screen and (max-width: 767px) {
.module-large {
    padding: 50px 0;
}
}

a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}			

/*--------------------------------------------------------------
            共通css調整
--------------------------------------------------------------*/			
header img {
    width: 12.5em;
}
	
a.cv_btn_header {
    background-color: #fdab14;
	font-weight: normal;
}
	
a:hover.cv_btn_header {
	color: #fff;
}
.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown .drawer-arrow {
   box-sizing: initial; 
}

.drawer-navbar a:hover {
    color: #fff;
}
		
@media screen and (min-width: 64em) {
.drawer-menu-item {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
	
.drawer-dropdown-menu.service-menu > li ul li a {
	letter-spacing: 0.02em;
}
	
.drawer-dropdown.open a:hover {
    color: #333 !important;	
}
}
	
#breadcrumbs ol {
    line-height: 1.28;
}	
	
#breadcrumbs li img {
    vertical-align: baseline !important ;
}

#breadcrumbs.white ol li,
#breadcrumbs.white ol li a {
	color: #fff;
}	

#btn_Pagetop {
	z-index: 100 ;			
}	
		
#btn_Pagetop a::after {
    left: 13px;
}
	
@media screen and (min-width: 64em){	
footer {
    padding-bottom: 3em;
}
}
	
/*--------------------------------------------------------------
            text/color
--------------------------------------------------------------*/		
h2 {
    color: #333;
    font-size: 30px;
    line-height: 1.4;
    position: relative;
	margin-bottom: 80px;
}	
		
h2::after {
    content: '';
    width: 70px;
    height: 4px;
    background-color: #2d67a3;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 35px);
}	
		
@media only screen and (max-width: 767px) {
h2 {
	font-size: 20px;
	margin-bottom: 50px;		
}
}

h3 {
 	 color: #333;
}
  
.text_em {
	font-size: 30px;
	font-weight: 700;
    line-height: 1.6;
} 
	
.text_em .small {
	font-size: 0.6em;
} 
	
@media only screen and (max-width: 991px) {
.text_em {
	font-size: 26px;
} 
}
	
@media only screen and (max-width: 767px) {
.text_em {
	font-size: 20px;
} 
}
	
.color_theme {
	color: #2d67a3;
}
		
.color_em {
	color: #fdab14;
}
		
.bgcolor_second {
	background-color: #f0f4f7;
}
		
.yellow_mark {
	 background:linear-gradient(transparent 60%, #ff6 60%);
} 

a.text_link {
 	color: #0066cc;
    text-decoration: none;
}

a:hover.text_link {
 	color: #0066cc;
    text-decoration: underline;
}

/*--------------------------------------------------------------
            button
--------------------------------------------------------------*/						
a.btn_cta {
	display: inline-block;
	position: relative;
	padding: 16px 130px 18px; 
	border-radius: 0;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
	border: 1px solid #fff;
	background-size: 200% 100%;	
	background-color: #fdab14;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(253, 141, 20, 1) 50%);	
	background-image: linear-gradient(to right, transparent 50%, rgba(253, 141, 20, 1) 50%);	
}

a.btn_cta span.note {
    font-size: 14px;
    letter-spacing: 0.02em;
}	

a.btn_cta::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    margin-top: -0.25em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
a:hover.btn_cta  {
	background-position: -100% 100%; 
	border: 1px solid #fff;
	background-color: rgba(253, 141, 20, 1);
} 	
	
@media only screen and (max-width: 767px) {
a.btn_cta {
	display: block;
	width: 90%;
	margin: 0 auto; 
	padding: 14px 0 16px;
}
}
	
a.btn_cta.btn_white {
	background-color: transparent;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);	
	background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);	
}
	
a:hover.btn_cta.btn_white  {
	color: #1f3b5d;
} 	
	
a.btn_cta.btn_black {
	border: 1px solid #2F2E34;
	color: #2F2E34;
	font-weight: normal;
	background-color: transparent;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(47, 46, 52, 1) 50%);	
	background-image: linear-gradient(to right, transparent 50%, rgba(47, 46, 52, 1) 50%);	
}
	
a:hover.btn_cta.btn_black  {
	color: #fff;
}
	
a.btn_cta.btn_l {
	width: 65%;
	padding: 24px 0 22px; 
	border-radius: 0;
	font-size: 24px;	
}

a.btn_cta.btn_2l {
	padding-top: 12px;    
	padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {	
a.btn_cta.btn_l {
	width: 100%;
	font-size: 18px;
}
}
	
/*--------------------------------------------------------------
	CTA
--------------------------------------------------------------*/	
.sec_cta .dl_text {
    position: relative;
	font-size: 18px;	
	font-weight: 700;
}
	
.sec_cta .dl_text::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    top: -6px;
    padding-right: .5em;
    border-top: 2px solid #333;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);	
}
	
.sec_cta .dl_text::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    top: -6px;
    padding-left: .5em;
    border-top: 2px solid #333;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
	
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#header {
	background-image: url(/web/jp/manufacturer/images/mainV_bg_sp.jpg); 
	background-color: #102c51;
	background-position: center center; 
	background-repeat: no-repeat;
}
	
#header .text-wrap {
	display: table;
	position: relative;
	text-align: center;
	z-index: 4;
}
	
#header .container {
	width: 90%;
    margin: 0 auto;
}
	
@media only screen and (min-width: 64em) {
#header {
	margin-top: 3em;
	background-image: url(/web/jp/manufacturer/images/mainV_bg.jpg); 
}

#header .text-wrap {
    max-width: 64em; 
	text-align: left;
}
}
	
#header .text-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 90px 0 50px;
} 
		
#header h1 {
	color: #fff;
	font-size: 26px;
    font-weight: 700; 
	line-height: 1.6;
	letter-spacing: 0.1em;
    text-shadow: 0 2px 4px #252525;
}
	
#header h6 {
	color: #fff;
    font-weight: 700; 
	line-height: 1.6;
    text-shadow: 0 2px 2px rgba(31,59, 93, 1.0);
}
	
#header .logo figure {
	position: relative;
	top: 0px;
}	
	
#header .logo img {
	width: 426px;
}
	
@media only screen and (max-width: 767px) {	
#header h1 {
	font-size: 22px;
	letter-spacing: 0.02em;
}
	
#header h6 {
	font-size: 15px;
}
	
#header .logo img {
	width: 280px;
}
}
	
/*--------------------------------------------------------------
	 Section info
--------------------------------------------------------------*/		
.info_wrap {
	display: flex;
  	flex-direction: row;
    align-items: flex-start;
    line-height: 1.6;
	text-align: left;
}

.info_wrap + .info_wrap {
    margin-top: 1rem;
}	

.info_wrap .info_label {
    margin-right: 0.5em;
    padding: 0.1em 0.6em;
    border: 1px solid #ED0206;
    color: #ED0206;
	font-size: 0.9em;
}
		
.info_wrap .info_date {
	margin-right: 0.5em;
	font-size: 0.8em;
	color: #999;
}
		
.info_wrap a {
	color: inherit;
}	
		
.info_wrap a:hover {
	text-decoration: underline;
}	
	
@media only screen and (max-width: 767px) {
.info_wrap {
	flex-direction: column;
	justify-content: flex-start;
}
	
.info_wrap .info_label {
    margin-right: 0;
}
}
		
/*--------------------------------------------------------------
	 Section lead
--------------------------------------------------------------*/  
.lead_title {
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
.lead_text {
	line-height: 2.2;
}	
	
.lead_text span {
	font-size: 1.4em;
	font-weight: 700;
}
	
.lead_title img {
	width: 200px;
    margin-right: 0.2em;
    vertical-align: middle;
}
	
@media only screen and (max-width: 767px) {	
.lead_title::after {
    width: 50px;
}
	
.lead_text span {
	font-size: 1.2em;
}	
	
.lead_title img {
	width: 180px;
}
}

/* Section Video */ 
.video_box {
	height: 100% ;
	background-color: #fff;
	border: 1px solid #2d67a3;  
	padding: 12px;
	border-radius: 4px;
}
	
@media (max-width: 767px) {
.video_box {
	padding: 7px;
}
}	

.video_wrap {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
}
 
.video_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*--------------------------------------------------------------
        section issue
--------------------------------------------------------------*/               
#sec_issue {
    background-color: #f0f4f7;  
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}
	
#sec_issue::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 99.4%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #f0f4f7;
    z-index: 999;
}
	
#sec_issue h2 {
	line-height: 1.8;
}
	
#sec_issue h2 .text_em {
	position: relative;
}
	
#sec_issue h2 .text_em::before {
	position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #fdab14;
    top: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50%;
}
		
@media (max-width: 767px) {
#sec_issue h2 .text_em::before {
    width: 7px;
    height: 7px;
    top: -4px;
}
}
	
.issue_box {
	height: 100%;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}
	
.issue_box {
	border-top: 1px solid #2d67a3;
	border-bottom: 1px solid #2d67a3;
}
	
.issue_box.first {
	border-left: 1px solid #2d67a3;
	border-right: 1px dotted #2d67a3;
}
	
.issue_box.last {
	border-left: 1px dotted #2d67a3;
	border-right: 1px solid #2d67a3;
}	
	
.issue_box h3 {
	display: inline-block;
	padding: 0.4em 2em 0.5em;
	background-color: #fdab14;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
	
.issue_box figure {
	margin: 2em 0;
}	
	
.issue_box figure img {
	height: 80px;
}
	
.issue_list {
	display: inline-block;
	margin: 0 auto;
}
	
.issue_list ul {
    list-style: none;
    padding: 0;
	font-size: 0.9em;
}
		
.issue_list ul li {
	margin: 0 0 0.5em 1.5em;
	text-indent: -1.5em;
	line-height: 1.4;
}
	
.issue_list ul li:last-child {
	margin-bottom: 0;
}
	
.issue_list li img {
	width: 1.0em;
	margin-right: 0.5em ;
}	
  	
.issue_box p {
	color: #333;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
	
@media (max-width: 991px) {
.issue_box {
	border: 1px solid #2d67a3;
}
}
	
@media (max-width: 767px) {
#sec_issue h2 .text_em::before {
    width: 7px;
    height: 7px;
    top: -4px;
}
	
.issue_box h3 {
	font-size: 18px;
}
}
	
@media (max-width: 576px) {
.issue_box {
    padding: 20px;
}
}
	
/*--------------------------------------------------------------
        section reamrk
--------------------------------------------------------------*/ 
.sec_remark {
	background-image: url(/web/jp/manufacturer/images/remark_bg.jpg);
	background-color: #1f4974;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover
}
	
.remark_box {
	position: relative; 
	padding: 2em 1em;
	border: 2px solid #ffffff;
	outline: 1px solid #ffffff; 
    outline-offset: -10px; 
	color: #ffffff;
}
	
.remark_box img {
	width: 360px;
	padding-right: 0.5em;
	vertical-align: middle;
}
	
/*--------------------------------------------------------------
        section flow
--------------------------------------------------------------*/ 
#sec_flow figure {
	margin-bottom: 0;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #d0e5f9 /*#2d67a3 */; 
}
	
#sec_flow img {
	width: 708px;
}
	
@media (max-width: 991px) {
#sec_flow img {
	width: 100%;
}
}	
	
/*--------------------------------------------------------------
        section reducation
--------------------------------------------------------------*/ 
#sec_reduction h3 {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
	color: #444;
	font-size: 24px;
}
	
@media (max-width: 767px) {
#sec_reduction h3 {
	font-size: 16px;
}
}	
	
#sec_reduction figure {
	margin-bottom: 0;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #d0e5f9; 
}
	
#sec_reduction img {
	width: 708px;
}
	
@media (max-width: 991px) {
#sec_reduction img {
	width: 100%;
}
}	
	
/*--------------------------------------------------------------
        section cooperation
--------------------------------------------------------------*/ 
#sec_cooperation figure {
	margin-bottom: 0;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #d0e5f9; 
}
	
#sec_cooperation img {
	width: 708px;
}
	
@media (max-width: 991px) {
#sec_cooperation img {
	width: 100%;
}
}	
	
/*--------------------------------------------------------------
        section feature
--------------------------------------------------------------*/               
.feature_box {
	height: 100%;
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(155, 155, 155, 0.4);
	-moz-box-shadow: 0px 0px 9px 0px rgba(155, 155, 155, 0.4);
	box-shadow: 0px 0px 9px 0px rgba(155, 155, 155, 0.4);
	border-radius: 4px;
	text-align: center;
}
	
.feature_box h3 {
	padding-top: 20px;
	color: #2d67a3;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
	
.feature_box h3::before {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    vertical-align: middle;
    content: "01";
    color: #2d67a3;
    font-size: 60px;
    line-height: 1;
    opacity: .1;
    z-index: 99;
}
	
.feature_box.feature02 h3::before {
    content: "02";
}	
	
.feature_box.feature03 h3::before {
    content: "03";
}	
		
.feature_box figure {
	margin: 2em 0;
}	
	
.feature_box figure img {
    width: 100%;
}
	
.feature_box p {
	color: #333;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
	
@media (max-width: 991px) {
.feature_box figure img {
    width: 40%;
}
}
	
@media (max-width: 767px) {
.feature_box h3 {
	font-size: 18px;
}
	
.feature_box figure img {
    width: 80%;
}
}
	
@media (max-width: 576px) {
.feature_box {
    padding: 20px;
}
}	
	
/*--------------------------------------------------------------
        section　case
--------------------------------------------------------------*/ 	
.case_box {
	padding: 30px 15px;
	background-color: #f0f4f7;
	border: 1px solid #2d67a3;
	border-radius: 4px;
}
	
.case_text {
	margin-right: 30px;
}
	
.case_box h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
	
.case_box h3::before {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: -18px;
    vertical-align: middle;
    content: "“";
	color: #2d67a3;
    font-family: serif;
    font-size: 120px;
    line-height: 1;
    opacity: .6;
    z-index: 99;
}	
	
.case_text p {
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}	
		
.case_company {
	font-size: 1.1em;
	font-weight: bold;
}
	
.case_company span {
	font-size: 0.8em;
	font-weight: normal;
}	
	
.case_company::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    margin-right: 6px;
    background: #333;
    vertical-align: middle;
}	
	
.case_industry {
	font-size: 0.9em;
}
	
.case_box img {
	width: 100%;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #ccc;
}	
	
@media only screen and (max-width: 991px) {	
.case_text {
	margin-right: 0;
}
}	
	
/*--------------------------------------------------------------
        section　performance
--------------------------------------------------------------*/ 	
#sec_performance h2 .number {
	font-size: 1.8em;
	padding: 0 5px;
	vertical-align: baseline;
}
	
.performance_img img {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 10px 10px 0px 0 #2d67a3;
}
	
.performance_text {
	margin-right: 50px;
}
	
.performance_text p {
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}	
	
.performance_text .note {
	font-size: 0.8em;
}
	
@media only screen and (max-width: 991px) {	
.performance_text {
	margin-right: 0;
}
}	
	
/*--------------------------------------------------------------
        section　security
--------------------------------------------------------------*/ 	
.security_logo {
	max-width: 380px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
}
		
.security_logo a:hover {
	opacity: 0.6;
}
	
.security_merit_box {
	height: 100%;
	padding: 0 20px;
	text-align: center;
}
	
.security_merit_box h3 {
	margin: 1em 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
	
.security_merit_box figure img {
    width: 198px;
    border-radius: 198px;
    border: 3px solid #999;
}	
	
.security_merit_box p {
	line-height: 1.8em;
	text-align: left;
}
	
@media (max-width: 767px) {
.security_merit_box h3 {
	font-size: 18px;
}
}	
	
@media (max-width: 576px) {
.security_logo {
	max-width: 300px;
}
}


/*-----------------
 *LPバナー(202209)
-----------------*/

#header a.btn_cta{
	height: 54px;
    width: 354px;
	padding: 0 !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
	#header a.btn_cta{
		width: 100%;
	}
	#header .headermovie iframe{
		width: 100%;
	}
	#sec_image{
		margin-bottom: 0;
	}
	#sec_image .video_box{
		width: 90%;
    	margin: 0 auto 40px;
	}
	#sec_image .point-wrap{
		margin: 0 auto;			
	}
	#sec_image .point-wrap .point{
		margin: 0;
	}
	#sec_image .point-wrap .point ul li{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	#header .container > .justify-content-between{
		justify-content:center!important;
	}
	#header .container .headermovie/*,
	#sec_image .video_box*/{
		margin: 0 auto 40px;
		width:90%;
	}
	#header .headermovie iframe/*,
	#sec_image .video_box iframe*/{
		width:100% !important;
	}
}
@media only screen and (max-width: 1024px) {
	#header .headermovie iframe{
		width: 400px;
	}
}
@media only screen and (max-width: 1199px) {
	#sec_image .video_box{
		margin: 0 auto 40px;
		width:90%;
	}
	#sec_image .video_box iframe{
		width:100% !important;
	}
	#sec_image .point-wrap{
		margin: 0 auto;			
	}
	#sec_image .point-wrap .point{
		margin: 0;
	}
}
.bnr-area {
	margin:0px auto 75px;
	width: 100%;
	max-width: 480px;
}

.bnr-area img {
	width: 100%;
　　max-width: 100%;
　　height: auto;
}
#sec_image{
	padding-bottom:0;
}
#sec_image .point {
	margin-left: 50px;
}
#sec_image .point h3{
	color: #2d67a3;
}
#sec_image .point ul li{
	font-size: 18px;
}
#sec_image .point ul li:before{
	color: #2d67a3;
	padding-right: .5rem;
	font-size: 32px;
	font-weight: 700;
	opacity: .1;
	
}
#sec_image .point ul li:first-child:before{
	content: "01 ";
}
#sec_image .point ul li:nth-child(2):before{
	content: "02 ";
}
#sec_image .point ul li:nth-child(3):before{
	content: "03 ";
}
#sec_image .point ul li:nth-child(4):before{
	content: "04 ";
}