@charset "UTF-8";
body{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    color: #434a54;
}

/*レイアウト*/
#wrapper{
    position: relative;
}
header{
    width: 100%;
    height: 60px;
    background: #fff;
}
section{
    padding: 50px 0;
}
footer{
    width: 100%;
    background: #2673ba;
    color: #fff;
    display: table;
    position: relative;
}

/*共通*/
a{
    color: #2673ba;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover{
    opacity: .8;
}

.sp-img,
.tb-img{
    display: none;
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}

h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}
h3{
    font-size: 18px;
    font-weight: bold;
}

/*/----------HEADER----------/*/
h1{
    float: left;
}
h1 img{
    height: 25px;
    margin: 15px 0 0 20px;
}
nav{
    float: right;
}
nav ul{
    overflow: hidden;
}
nav li{
    float: left;
    text-align: center;
    padding: 20px;
}
nav li a{
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
nav li a:hover{
    color: #2673ba;
    opacity: 1;
}
nav li.btn-contact{
    margin-left: 10px;
    padding: 0;
}
nav li.btn-contact a{
    display: block;
    background: #eb8b33;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
nav li.btn-contact a:hover{
   opacity: .8;
}
.sp-nav{
    display: none;
}

/*/----------MAIN----------/*/
.visual-box{
    width: 100%;
    height: calc(100vh - 60px);
    background: #2673ba url(../img/main.jpg) no-repeat center 0;
    background-size: cover;
    display: table;
    text-align: center;
    position: relative;
}
.visual-box .lead{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.visual-box .lead h2 img{
    width: 300px;
}
.visual-box .lead p{
    font-size: 18px;
    margin: 15px 0 100px 0;
}
.visual-box .concept{
    margin: 0 auto;
}
.visual-box .concept p{
    display: inline-block;
    font-size: 32px;
    letter-spacing: 4px;
    border: 1px solid #fff;
    padding: 10px 0;
    margin: 0 10px;
    width: 300px;
}

.next-arrows *, .next-arrows *:before, .next-arrows *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.next-arrows {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: flex;
	height: 80px;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.next-arrow a{
    display: inline-block;
    cursor: pointer;
}
.next-arrows .next-arrow {
	position: absolute;
	top: 50%;/*着地点（サンプルは[class:next-arrows]height300pxの50%）*/
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
}
.next-arrows .next-arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
	animation: arrow-move08 2s ease-in-out infinite;
}
.next-arrows .next-arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
	animation: arrow-move08 2s 1s ease-in-out infinite;
}
.next-arrows .next-arrow:before, .next-arrows .next-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: #fff;
}
.next-arrows .next-arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
	transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.next-arrows .next-arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:next-arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:next-arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*/----------CONCEPT----------/*/
.concept-box .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
}
.concept-box .col-left{
    flex-basis: 30%;
    text-align: right;
}
.concept-box .col-right{
    flex-basis: 70%;
    font-size: 16px;
    padding: 0 2%;
}
.concept-ttl {
	display: inline-block;
    font-size: 26px;
    font-weight: bold;
	padding: 16px 70px 8px 0;
	position: relative;
	color: #fff;
    z-index: 1;
    width: 100%;
    letter-spacing: 2px;
}
.concept-ttl:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #2673ba;
	transform: scaleY(1.0) perspective(.9em) rotateX(3deg);
	transform-origin: bottom left;
}
.concept-box .lead{
    position: relative;
    padding: 0 15%;
    text-align: center;
    margin: 80px 0;
}
.concept-box .lead:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #2673ba;
}
.concept-box .lead div{
    position: relative;
    background: #fff;
    padding: 0 15px;
}
.concept-box .lead p{
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}
.concept-box h2{
    color:#2673ba;
}

/*/----------FEATURE----------/*/
.feature-box{
    padding: 50px 5%;
    background: #f2f6fb;
}
.feature-box h3{
    margin: 0 auto;
    margin-bottom: 10px;
    display: table;
}
.feature-box h3 span{
    display: table-cell;
    vertical-align: middle;
}
.feature-box .col{
    flex-basis: 33.3333%;
    padding: 0 3%;
    padding-bottom: 50px;
    text-align: center;
}
.feature-box .col img{
    width: 150px;
}
.feature-box .col p{
    text-align: left;
}

/*/----------FUNCTION----------/*/
.function-box{
   padding: 50px 5%;
}
.function-box h3{
    margin: 0 auto;
    margin-bottom: 10px;
    display: table;
}
.function-box h3 span{
    display: table-cell;
    vertical-align: middle;
}
.function-box .col{
    flex-basis: 33.3333%;
    padding: 0 3%;
    padding-bottom: 50px;
    text-align: center;
}
.function-box .col img{
    width: 150px;
}
.function-box .col p{
    text-align: left;
}

.tabs {
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
}
.tab_item {
    width: calc(100%/6);
    padding: 7px 0;
    background-color: #f2f6fb;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.8;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background: url(../img/bg_pc.png) no-repeat right 50px;
    background-size: 600px auto;
    height: 420px;
    position: relative;
}
.tab_content h3{
    margin-bottom: 20px;
}
#dashboard:checked ~ #dashboard_content,
#product:checked ~ #product_content,
#order:checked ~ #order_content,
#payment:checked ~ #payment_content,
#efficiency:checked ~ #efficiency_content,
#analysis:checked ~ #analysis_content {
    display: block;
}
.tabs input:checked + .tab_item {
    background-color: #2673ba;
    color: #fff;
}

.function-txt{
      padding-right: 600px;
      padding-top: 70px;
}
.function-img{
    position: absolute;
    top: 71px;
    right: 76px;
}
.function-img img{
    width: 447px;
    height: 279px;
}

/*/----------WORKS----------/*/
.work-box{
    background: #f2f6fb;
}
.work-list{
    margin: 0 50px;
}
.work-list div{
    padding: 0 30px 0 15px;
    text-align: center;
}
.work-list div img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.work-list div a{
    display: block;
}
.work-list div p{
    text-align: left;
    margin-top: 10px;
}
.work-list div h4{
    font-size: 14px;
    font-weight: bold;
}
.slick-prev:before, .slick-next:before{
    color: #2673ba !important;
}


/*/----------FARE----------/*/
.fare-box{
    padding: 80px 0;
    width: 500px;
    margin: 0 auto;
}
.fare-box .fare{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.fare-box .fare-inner{
    text-align: center;
    width: 180px;
}
.fare-box .fare-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #d4e3f1;
}
.fare-box .fare-img img{
    width: 60%;
}
.fare-box .fare-inner p{
    color: #2673ba;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.fare-box .fare-plus{
    font-size: 40px;
    color: #2673ba;
    padding-top: 70px;
}

/*/----------CONTACT----------/*/
.contact-box{
    background: #f2f6fb;
    text-align: center;
    padding: 80px 8%;
}
.contact-box table{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}
.contact-box th{
    background-color: #d4e3f1;
	padding: 15px 20px;
    border:1px solid #d4e3f1;
    border-bottom: 1px solid #fff;
	width: 250px;
}
.contact-box tr:nth-child(9) th{
    border-bottom: 1px solid #d4e3f1;
}
.contact-box th span{
	background-color: #2673ba;
	color: #fff;
	padding: 2px 5px 3px 5px;
	margin-left: 5px;
	font-size: 10px;
	border-radius: 3px;
}
.contact-box td{
	border:1px solid #d4e3f1;
    padding: 15px 20px;
}
.contact-box td input{
	padding: 8px;
    background: #fff;
    border: 1px solid#d4e3f1;
}
.contact-box td textarea{
    padding: 8px;
    background: #fff;
    border: 1px solid#d4e3f1;
}
.contact-box td.error input{
    background: #fdf4eb;
}
.contact-box td.error textarea{
    background: #fdf4eb;
}
.contact-box td.error p{
    color: #eb8b33;
    text-align: left;
    margin-top: 5px;
}
.contact-box td ol{
	display: table;
}
.contact-box td li{
	display: table-cell;
	padding-right: 15px;
}
.contact-box td input::placeholder{
	color: #ccc;
}

.radio-input{
    display: none;
}
.radio-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid#d4e3f1;
    border-radius: 50%;
}
.radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #2673ba;
    border-radius: 50%;
}

.contact-box .btn-area{
    padding-top: 20px;
	text-align: center;
}
.contact-box button, .contact-box a{
    display: inline-block;
    background-color: #eb8b33;
    color: #fff;
    padding: 10px 80px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 80px;
    text-decoration: none;
}
.contact-box button:hover, .contact-box a:hover{
    color: #fff;
    opacity: 0.8;
}
.contact-box button:disabled{
    cursor:not-allowed;
    opacity: 0.5;
}


.w-full{
    width: 100%;
    box-sizing: border-box;
}
.w-smll{
    width: 120px;
}

.trademark{
    background: #f2f6fb;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: center;
}

/*/----------FOOTER----------/*/
footer .col{
    display: table-cell;
    vertical-align: top;
    width: 33%;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0px;
}
footer .col-left {
    padding: 40px 50px;
}
footer .col-left h1{
    float: none;
}
footer .col-left h1 img{
    width: 67px;
    height: 20px;
    margin: 0 10px 0 0;
}
footer .col-left img{
    height: 60px;
}
footer .col-left ul{
    margin-top: 10px;
}
footer .col-mid{
    padding: 40px 50px;
}
footer .col-right{
    padding: 40px;
}

footer .col-left li,
footer .col-mid li{
    margin-bottom: 15px;
}
footer .col-left li p,
footer .col-mid li p{
    font-size: 12px;
    color: #bbb;
}
footer .col-right{
    background: #2267a7;
}
footer .col-right li {
    margin-bottom: 15px;
}
footer .col-right li a{
    color: #fff;
    text-decoration: none;
}
footer .col-right li a:hover{
    opacity: 0.6;
}
.copyright{
    opacity: 0.3;
    padding-top: 10px;
}

.page-top{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 85px;
    right: 10px;
    display: block;
    background: #1b5082;
    z-index: 100;
}
.page-top:hover{
    opacity: 0.8;
}
.page-top a{
    display: block;
    background: url(../img/icn_pagetop.png) no-repeat center center;
    background-size: 20px auto;
    width: 50px;
    height: 50px;
}