@charset "utf-8";
/* CSS Document */

/* ヘッダー・グローバルナビゲーション設定ここから */

header{
	display:flex;
	justify-content: space-between;
	margin-top:12px;
	margin-bottom:12px;
}
.header-warp{
	background:#fff;
	position: fixed;
	z-index:100;
}
.header_underline{
	border-bottom: 2px solid #ccc;
}

.top_logo img{
	width: 260px;
	height:auto;
}
@media  (max-width: 1200px) and (min-width: 768px){
img.top-logo{
	display: none;
}
}
@media  (max-width: 768px) {
img.top-logo{
	width: 180px;
}
}
.global_nav ul{
	display:flex;

}
.global_nav ul li{
	padding:24px 6px;

}
.global_nav ul li a{
	font-size:16px;
	font-weight:bold;
	color:#191919;
	text-decoration:none;
}
.current{
color:#004EB3;
padding-bottom:6px;
border-bottom:3px solid #004EB3;
}
.global_nav ul li a:hover{
color:#004EB3;
}
/* ヘッダー・グローバルナビゲーション設定ここまで */

/* メインビジュアル設定ここから */
@media  (min-width: 993px){
.pc-main-image{
	display:block;

}
.pc-main-image img{
	display:block;
    width:100%;
}	
.tb-main-image{
	display:none;	
}
.sp-main-image{
	display:none;	
}
}
@media  (max-width: 992px) and (min-width: 768px){
.pc-main-image{
	display:none;	
}
.tb-main-image{
	display:block;
	margin-top:-80px;
}
.tb-main-image img{
	display:block;
    width:100%;
	margin-top:160px !important;
}
.sp-main-image{
	display:none;
}
}

@media  (max-width: 767px) {
.pc-main-image{
	display:none;	
}
.tb-main-image{
	display:none;	
}
.sp-main-image{
	display:block;
	margin-bottom:-300px;
}
.sp-main-image img{
	display:block;	
    width:100%;
	margin-top:30px;
	margin-bottom:280px;
}	
}
/* メインビジュアル設定ここまで */


/* NEWSセクション設定ここから */
.section-img-001{
	background-image: url(../images/section-img-001.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-bottom: 90px;

}

.section-title{
	font-size: 64px;
	font-weight: bold;
	color:#004EB3;
	text-align: center;
	padding-top: 90px;
	line-height:1.4;
}
.section-subtitle{
	color: #191919;
	font-size: 20px;
	font-weight:500;
	text-align: center;
	padding-top: 15px;
	line-height: 1.7;
}
.news-title a{
	color: #191919;
	text-decoration:none;
}
.news-title a:hover{
	opacity: 0.7;
}

.news-contant{
	margin:45px auto;
	border:1px solid #ccc;
	background:#fff;
	padding:20px 45px;
	border-radius:12px;
}
.news-contant img{
	display:block;
	margin:0 auto;
}
.news-contant img:hover{
	opacity: 0.7;
}
.news-title{
	display:flex;
	justify-content: space-between;
}
.news-contant h4{
	font-size:26px;
}
.news-contant date{
	font-size:16px;
	margin-top:6px;
}
.news-contant p{
	margin-top:20px;
	font-size:16px;	
	line-height:1.4;
}

.btn-type01{
	display:block;
	margin:30px auto;
	background:#054CA0;
	color: #fff;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	padding:16px 30px;
	border-radius:8px;
	border:none;
}
.btn-type01:hover{
	opacity: 0.7;
	cursor: pointer;
}
/* NEWSセクション設定ここまで */


/* NEWS詳細ページ　NEWSセクション設定ここから */

/* NEWSセクション設定ここから */
.section-img-010{
	background-image: url(../images/section-img-001.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}

/* NEWS詳細ページ　NEWSセクション設定ここまで */


/* ABOUT USセクション設定ここから */
.section-img-002{
	background-image: url(../images/section-img-002.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-bottom:180px;

}
.about_us-contant{
	margin-top:60px;
}

.about_us-contant img{
	width:100%;	
}
.about_us-contant p{
	width:100%;	
	background:#054CA0;
	color:#fff;
	padding:44px 30px;
	line-height: 1.7;
}

@media  (max-width: 1198px) and (min-width: 992px){
.about_us-contant p{
	padding:80px 30px !important;
}
}
/* ABOUT USセクション設定ここまで */

/* MESSAGEセクション設定ここから */
.section-img-002_2{
	background-image: url(../images/section-img-002.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-bottom:180px;
}
.message-contant{
	margin-top:60px;
}
.message-contant img{
	width:100%;	
	margin-top:30px;
	margin-right:0;
}
.message-contant p{
	width:100%;	
	background:#fff;
	color:#191919;
	padding:30px 90px 0 30px;
	line-height: 1.7;
}
.message-contant h4{
	width:100%;	
	background:#fff;
	color:#191919;
	padding:30px 90px 0 30px;
	line-height: 1.7;
	font-size:22px;
	font-weight:bold;
}
.message-contant h5{
	width:100%;	
	background:#fff;
	color:#191919;
	padding:30px 90px 0 30px;
	line-height: 1.4;
	font-size:18px;
	font-weight:bold;
}
.message-contant ul{
	width:100%;	
	background:#fff;
	color:#191919;
	padding:12px 30px;
	line-height: 1.4;
	font-size:14px;
}
.message-contant li{
	margin-bottom:12px;
}
.left-space{
	margin-left:60px;
	margin-right:-60px;
}
/* MESSAGEセクション設定ここまで */

/* SERVICEセクション設定ここから */
.section-img-001_2{
	background-image: url(../images/section-img-001.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-bottom:180px;
}

.aigenious-red{
	color:#E71F19;
	font-weight: bold;
}
.aigenious-orange{
	color:#F4A016;
	font-weight: bold;
}
.servive-txt-001{
	color:#191919;
	font-weight:600;
	margin-top:60px;
	font-size:18px;
	line-height:1.7;
}
.service-img{
	width:94%;
	display:block;
	margin:0 auto;
}
.service-conyainer{
	margin-top:30px;
	padding: 20px;
	border-radius: 20px;
	background:#fff;
	box-shadow: 2px 2px 2px #ccc;
}
.service-conyainer h4{
	font-size:20px;
	font-weight: bold
}
.service-conyainer ul{
	margin-top:30px;
}
.service-conyainer li{
	margin-bottom:12px;
}
.service-conyainer li a{
	color:#054CA0;
	text-decoration: none;
}
.service-conyainer li a:hover{
	opacity: 0.7;
	cursor: pointer;	
}
.service-info-txt{
	font-size: 24px;
	color:#900;
	margin-top:90px;
	text-align:center;
}
.info-buttons{
	padding:0 12px;
}
.info-buttons a button{
	display: block;
	margin:0 auto;
	background:#054CA0;
	color:#fff;
	padding:12px 20px;
	border:none;
	border-radius:20px;
}
.info-buttons a button:hover{
	opacity: 0.8;
	cursor: pointer;
	box-shadow: 3px 3px 3px #888;
}



/* SERVICEセクション設定ここまで */


/* FEATUREセクション設定ここから */
.feature-bg-color{
	background:#F8F5E5;
}

.feature-container{
	background: #fff;
	padding:60px;
	box-shadow: 2px 2px 2px #ccc;
	border-radius:20px;
	margin-top:60px;
}
.blue-number{
	color:#004EB3;
	font-size:46px;
	font-weight: bold;
}
.feature-titile{
	color:#191919;
	font-size:24px;
	font-weight: bold;
	display: inline-block;
	transform : translateY(-24%);
}
.feature-container h4{
	line-height: 1.7;
}
.feature-container p{
	font-size:16px;
	line-height: 1.7;
	margin-top:16px;
	padding-left:0;
	padding-right:30px;
}

/* FEATUREセクション設定ここまで */


/* ACHIEVEMENTSセクション設定ここから */
.section-img-003{
	background-image: url(../images/section-img-003.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}

.achievements-title{
	font-size: 64px;
	font-weight: bold;
	color:#004EB3;
	text-align: center;
}

.achievements-item{
	padding:60px;
}
.achievements-item img{
	width:100%;
}
.achievements-white{
	background: #fff;
	box-shadow: 2px 2px 2px #ccc;
	margin-top:20px;
	margin-bottom:0;
}
.achievements-item h4{
	padding:20px 24px 0;
	font-size: 22px;
	font-weight: bold;
}
.achievements-item p{
	padding:20px 24px 30px;
	font-size: 16px;
	line-height: 1.7;
}
.achievements-btn{
	background: #004EB3;
	border-radius:30px;
	color: #fff;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	padding:12px 30px;
	margin: 90px auto 0;
	display: block;
	border:none;
}
a.achievements-link{
	text-decoration: none;
}
a.achievements-link button{
	padding:16px 42px;
	border-radius: 6px;
	display:block;
	margin: 0 auto;
	border: none;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #004EB3;

}
a.achievements-link button:hover{
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}

/* ACHIEVEMENTSセクション設定ここまで */


/* F&Qセクション設定ここから */
.section-img-004{
	background-image: url(../images/section-img-001.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-bottom:120px;
}
.fandq-title{
	font-size: 64px;
	font-weight: bold;
	color:#004EB3;
	text-align: center;
}
.fandq-container{
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	border:none;
	margin-top:60px;
	box-shadow: 2px 2px 1px #ccc;
}
.fandq-container h3{
	font-size:20px;
	font-weight: bold;
}
.fandq-container p{
	font-size:16px;
	line-height:1.7;
	margin-top: 20px;
}
.fandq-icon{
}
hr{
	border:1px dotted #999;
	margin-top:30px;
	margin-bottom:30px;
}
/* F&Qセクション設定ここまで */


/* OVERVIEW&CONTACT設定ここから */
.overview-bg-color{
	background:#F8F5E5;
	padding-bottom:180px;
}
.company-prof{
	border:1px solid #999;
	border-collapse: collapse;
	width:80%;
	margin:60px auto 30px;
	background: #fff;
	box-shadow: 2px 2px 2px #ccc;
}
.company-prof tr,.company-prof th,.company-prof td{
	border:1px solid #999;
	padding:12px;
	line-height:1.7;
}
.company-prof th{
	width:30%;
	text-align:center;
	font-weight: bold;
	background: #E8E6D7;
}
.company-prof td{
	width:70%;
}
.access-map{
	width: 80%;
	display: block;
	margin:30px auto;
	box-shadow: 2px 2px 2px #ccc;	
}
/* OVERVIEW&CONTACT設定ここまで */

/* フッターナビ設定ここから */
footer{
	background:#F8F5E5;	
}

.footer-nav{
	text-align: center;
	display: block;
	padding:30px;
	margin:0 auto;
}

.footer-nav a{
	font-size:16px;
	color:#191919;
	text-decoration:none;
}
.footer-nav a:hover{
	opacity: 0.7;
}
.current-footer{
	font-weight: 500;
	color:#004EB3;
}
/* フッターナビ設定ここまで */


/* コピーライト設定ここから */
.copyright-wp{
	background:#323232;
	color: #fff;
	font-weight:bold;
	padding:30px;
	text-align: center;	
}
/* コピーライト設定ここまで */


/* サービス詳細　設定ここから */
.service-detail-top-bg{
	background-image: url(../images/service-detail-top-bg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}
.service-detail-top-bg h1{
	font-size:60px;
	padding-top:70px;
	line-height:1.7;
}
.service-detail-top-bg p{
	font-size:18px;
	padding-bottom:90px;
}
.section-img-020{
	background-image: url(../images/back_tech_b.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-top:90px;
}

.service-detail-container h3{
	font-size:24px;
	font-weight: bold;
}
.service-detail-number{
	background: #004EB3;
	color: #fff;
	text-align: center;
	padding:3px 12px;
	font-size:24px;
	font-size:24px;
	font-weight:bold;
	margin-right:16px;
}
.service-detail-container ul{
	margin-top:30px;
	font-size:18px;
	line-height:2;
}
.service-detail-container ul ul{
	margin-top:0;
	margin-left:10px;
}
.derail-info{
	font-weight: bold;
}
.derail-info a{
	color: #004EB3;
	text-decoration: none;
}
.derail-info a:hover{
	opacity: 0.7;
}

/* OTHER CHARGES ここから*/
.section-img-021{
	background-image: url(../images/back_tech_a.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-top:90px;

}
.other-charges-section{
	padding-top:90px;
	padding-bottom:90px;
	background:#F3F9FF;
}
/* OTHER CHARGES ここまで*/

/* RETURN/REFUND POLICY ここから*/
.section-img-022{
	background-image: url(../images/back_tech_a.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-top:90px;
	padding-bottom:90px;
}
/* RETURN/REFUND POLICY ここまで*/

/* PAYMENT METHOD ここから*/
.payment-method-section{
	padding-top:120px;
	padding-bottom:120px;
	background:#F3F9FF;
}

.payment-method-section img{
	width:90%;
	display:block;
	margin:90px auto 0;
}
/* PAYMENT METHOD ここまで*/

/* PAYMENT DEADLINE ここから*/
.section-img-023{
	background-image: url(../images/back_tech_b.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-top:120px;
	padding-bottom:120px;
}
/* PAYMENT DEADLINE ここまで*/


/* DELIVERY TIME ここから*/
.delivery-time-section{
    padding-top:120px;
	padding-bottom:120px;
	background:#F3F9FF;
}
.delivery-time-section img{
	width:70%;
	display:block;
	margin:30px auto 0;
}

/* DELIVERY TIME ここまで*/


/* DELIVERY OF GOODS ここから*/
.section-img-024{
	background-image: url(../images/back_tech_a.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding-top:120px;
	padding-bottom:120px;
}


/* DELIVERY OF GOODS ここまで*/

/* CAUTIONARY NOTE ここから*/
.cautionary-note-section{
    padding-top:120px;
	padding-bottom:120px;
	background:#F3F9FF;
}
.cautionary-note-section img{
	width:70%;
	display:block;
	margin:30px auto 0;
}
/* CAUTIONARY NOTE ここまで*/

/* サービス詳細　設定ここまで */


/* 　AIGenious説明書（マニュアル）設定ここから */
.manual-top-bg{
	background:#fff;
	padding-top:120px;
}
.manual-top-bg h1{
	font-size:60px;
	padding-top:90px;
	padding-bottom:12px;
	line-height: 1.7;
}
.manual-top-bg p{
	font-size:18px;
	padding-top:12px;
	padding-bottom:90px;
}
.section-img-025{
	background-image: url(../images/back_tech_b2.jpg);
	background-size:contain;
	background-repeat: repeat-y;
	padding-top:90px;
	padding-bottom:90px;
}
p.top-text-r{
	text-align:right;
	padding-bottom:20px !important;
	font-size:14px;
}
p.top-text-c{
	text-align:center;
	color:#054CA0;
	padding-top:20px !important;
	padding-bottom:20px !important;
	line-height:1.7;
	font-size:26px;
	font-weight:bold;
}
p.top-text-l{
	text-align:left;
	padding-top:20px !important;
	padding-bottom:20px !important;
	line-height:2;
	font-size:20px;
}
p.top-text-l a{
	color:#054CA0;
	font-weight:bold;
	text-decoration:none;
}
p.top-text-l a:hover{
	opacity: 0.7;
}
.manual-img-001 img{
	display:block;
	width:90%;
	margin:40px auto 0;
}
.manual-item{
	background:#fff;
	padding:30px;
	line-height:1.7;
	box-shadow:2px 2px 2px #ccc;
	border-radius:16px;
	border:1px solid #ccc;
	margin-top:30px;
	margin-bottom:60px;	
}
.manual-item-title{
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:#054CA0;
}
.manual-item-txt{
	line-height:1.7;
	font-size:16px;
}
.manual-arrow{
	text-align:center;
}
.manual-btn a button{
	background:#054CA0;
	color:#fff;
	padding:16px 32px;
	border:none;
	border-radius:32px;
	text-align:center;
	display:block;
	margin:20px auto 0;
	width:360px;
}
.manual-btn a button:hover{
	opacity:0.7;
	cursor:pointer;
}
/* 　AIGenious説明書（マニュアル）設定ここまで */


/* 　Q&A アコーディオン設定ここから */
.accordion-008 {
    max-width: 100%;
    margin-bottom: 20px;
	margin-right:auto;
	margin-left:auto;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
    background-color: #E3EFFF;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::before,
.accordion-008 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-008 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-008 summary::after {
    transition: rotate .3s;
}

.accordion-008[open] summary::after {
    rotate: 90deg;
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}
/* 　Q&A アコーディオン設定ここまで */


button:hover{
	border:none !important;
}
.link_txt a{
	color:#054CA0;
	font-weight: 500;
	text-decoration:none !important;
}
.link_txt a:hover{
	opacity:0.7;
}
a:hover{
	text-decoration: none !important;
	border:none !important;
}