/*@ sourceURL=css/common.css */
@charset "UTF-8";


/* CSS Document */


/* contactbtn-area */
.contactbtn-area {
	position: fixed;
	right: 0;
	top: 170px;
	z-index: 9999;
}
.contactbtn-area .btn-catalog {
	display: block;
	width: 35px;
	height: 150px;
	margin-bottom: 10px;
}
/* .contactbtn-area .btn-catalog.toCatalog {
	background-color: #456C84;
}
.contactbtn-area .btn-catalog.toLINE {
	background-color: #13AE67;
}
.contactbtn-area .btn-catalog.toForm {
	background-color: #231815;
} */
.contactbtn-area .btn-catalog a {
	display: block;
	width: 100%;
	height: 100%;
}
.contactbtn-area .btn-catalog a .c-box {
    display: block;
    height: 100%;
    width: 100%;
}
.contactbtn-area .btn-catalog a .c-box img {
    display: block;
    height: 100%;
    width: 100%;
}
.contactbtn-area .btn-catalog a .c-box .text {
	display: inline-block;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.01em;
	margin: 0 auto;
	font-size: 16px;
}
.contactbtn-area .btn-catalog a .c-box .icon {
	display: block;
	margin-top: 8px;
}
.contactbtn-area .btn-catalog a .c-box .icon img {
	width: initial;
}

@media (max-width: 991px) {
	.contactbtn-area {
		top: 100px;
	}
	.contactbtn-area .btn-catalog {
		width: 30px;
		height: 120px;
		margin-bottom: 15px;
	}
	.contactbtn-area .btn-catalog a .c-box .text {
		font-size: 13px;
	}
	.contactbtn-area .btn-catalog a .c-box .icon {
		display: block;
		margin-top: 3px;
	}
}
@media (max-width: 640px) {
	.contactbtn-area {
		display: none;
	}
}


.sp-contactbtn-area {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 99999;
}

@media (max-width: 640px) {
    .sp-contactbtn-area {
        display: inline-flex;
    }
}

.sp-contactbtn-area .btn-box {
    width: 25%;
    display: block;
}

.sp-contactbtn-area .btn-box.toContact {
    background-color: #00466E;
}

.sp-contactbtn-area .btn-box.toCatalog {
    background-color: #456C84;
}

.sp-contactbtn-area .btn-box.toLINE {
    background-color: #13AE67;
}

.sp-contactbtn-area .btn-box.toForm {
    background-color: #000;
}

.sp-contactbtn-area .btn-box a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.sp-contactbtn-area .btn-box a .c-box {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10% 5% 10% 5%;
}

.sp-contactbtn-area .btn-box a .c-box .icon {
    display: block;
    width: 25%;
    /* height: 30px; */
    line-height: 1;
    margin-top: 7px;
}

.sp-contactbtn-area .btn-box a .c-box .icon img {
}

.sp-contactbtn-area .btn-box.toContact a .c-box .icon img {
}

.sp-contactbtn-area .btn-box.toCatalog a .c-box .icon img {
}

.sp-contactbtn-area .btn-box.toLINE a .c-box .icon img {
}

.sp-contactbtn-area .btn-box.toForm a .c-box .icon img {
}

.sp-contactbtn-area .btn-box a .c-box .text {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 2.6vw;
}

.sp-contactbtn-area .btn-box.toContact a .c-box .text {
    transform: scale(0.8, 1);
}

.sp-contactbtn-area .btn-box.toCatalog a .c-box .text {
}

.sp-contactbtn-area .btn-box.toLINE a .c-box .text {
}

.sp-contactbtn-area .btn-box.toForm a .c-box .text {
}

@media (max-width: 480px) {
    .sp-contactbtn-area .btn-box {
        width: 25%;
        display: block;
    }
    
    .sp-contactbtn-area .btn-box.toContact {
        background-color: #00466E;
    }
    
    .sp-contactbtn-area .btn-box.toCatalog {
        background-color: #456C84;
    }
    
    .sp-contactbtn-area .btn-box.toLINE {
        background-color: #13AE67;
    }
    
    .sp-contactbtn-area .btn-box.toForm {
        background-color: #000;
    }
    
    .sp-contactbtn-area .btn-box a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    
    .sp-contactbtn-area .btn-box a .c-box {
        display: inline-flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 0% 20px 0%;
    }
    
    .sp-contactbtn-area .btn-box a .c-box .icon {
        display: block;
        width: 25%;
        /* height: 30px; */
        line-height: 1;
        margin-top: 7px;
    }
    
    .sp-contactbtn-area .btn-box a .c-box .icon img {
    }
    
    .sp-contactbtn-area .btn-box.toContact a .c-box .icon img {
    }
    
    .sp-contactbtn-area .btn-box.toCatalog a .c-box .icon img {
    }
    
    .sp-contactbtn-area .btn-box.toLINE a .c-box .icon img {
    }
    
    .sp-contactbtn-area .btn-box.toForm a .c-box .icon img {
    }
    
    .sp-contactbtn-area .btn-box a .c-box .text {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -0.01em;
        font-size: 13px;
    }
    
    .sp-contactbtn-area .btn-box.toContact a .c-box .text {
        transform: scale(0.8, 1);
        font-size: 10px;
        letter-spacing: -0.08em;
    }
    
    .sp-contactbtn-area .btn-box.toCatalog a .c-box .text {
    }
    
    .sp-contactbtn-area .btn-box.toLINE a .c-box .text {
    }
    
    .sp-contactbtn-area .btn-box.toForm a .c-box .text {
    }
}



/* ----------------------------------------
   header
------------------------------------------*/
.mainheader {
    width: 100%;
    height: 96px;
    background-color: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    z-index: 9999;
	transition: all 0.25s ease;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 0px;
}
#home .mainheader {
	/* transform: translateY(-100%); */
    top: -100%;
}
/* .mainheader.mh-fixed, */
#home .mainheader.fixed-mainheader {
	/* transform: translateY(0); */
    top: 0;
}
.mainheader .mainheader-wrap {
    position: relative;
	width: 100%;
    height: 100%;
}

.mainheader .mainheader-wrap .mainheader-logo {
    position: absolute;
    left: 4.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainheader .mainheader-wrap .mainheader-logo a {
	display: block;
}

.mainheader .mainheader-wrap .mainheader-logo a img {
	width: 300px;
    height: 60px;
}

.mainheader .mainheader-wrap .mainheader-navi {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainheader .mainheader-wrap .mainheader-navi ul {
    display: flex;
}

.mainheader .mainheader-wrap .mainheader-navi ul li {
    padding: 0 20px;
}

.mainheader .mainheader-wrap .mainheader-navi ul li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.mainheader .mainheader-wrap .mainheader-navi ul li a:hover,
body.service .mainheader .mainheader-wrap .mainheader-navi ul li:nth-child(1) a,
body.strengths .mainheader .mainheader-wrap .mainheader-navi ul li:nth-child(2) a,
body.staff .mainheader .mainheader-wrap .mainheader-navi ul li:nth-child(4) a,
body.customer .mainheader .mainheader-wrap .mainheader-navi ul li:nth-child(5) a,
body.company .mainheader .mainheader-wrap .mainheader-navi ul li:nth-child(6) a
{
    color: #172A88;
    font-weight: bold;
}
.mainheader-item {
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.mainheader-item .insta {
    display: block;
    margin-right: 28px;
}

.mainheader-item .insta img {
}

.mainheader-item .link-catalog {
    display: block;
    background-color: #172A88;
    height: 100%;
    width: 162px;
}

.mainheader-item .link-catalog a {
    display: block;
    height: 100%;
    position: relative;
}

.mainheader-item .link-catalog a .text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.15em;
    line-height: 1;
    position: absolute;
    top: 22px;
}

.mainheader-item .link-catalog a .image {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainheader-item .link-catalog a .image img {
    width: 110px;
    height: auto;
}

.mainheader-item .hamburger-menu {
    position: initial;
    bottom: inherit;
    right: inherit;
    transition: all 0.5s;
    z-index: 9999;
    width: 96px;
    ]; height: 96px;
}

.mainheader-item .hamburger-menu .menu-button {
    width: 96px;
    height: 96px;
    position: relative;
    background-color: #000000;
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s;
}

.mainheader-item .hamburger-menu .menu-button .text {
    display: block;
    position: absolute;
    left: 30px;
    top: 26px;
}

.mainheader-item .hamburger-menu .menu-button .text img {
    width: 38px;
    height: auto;
}

.mainheader-item .hamburger-menu .menu-button .lines {
    color: #fff;
    background: #fff;
    width: 30px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 35px;
    transition: 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.27s ease;
}

.mainheader-item .hamburger-menu .menu-button .lines:first-child {
    top: 46px;
}

.mainheader-item .hamburger-menu .menu-button .lines:nth-child(2) {
    top: 56px;
    transition: all 0.2s ease;
}

.mainheader-item .hamburger-menu .menu-button .lines:nth-child(3) {
    top: 66px;
}

.mainheader-item .hamburger-menu .menu-button.active .lines:first-child {
    /*top: 33px;
	transform: rotate(-45deg);*/
    transform: translate3d(0,13px,0) rotate(-45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(2) {
    transform: scale(0,0);
}

.mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(3) {
    /*top: 33px;
    transform: rotate(45deg);*/
    transform: translate3d(0,-7px,0) rotate(45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}



@media (max-width: 1540px) {
	.mainheader .mainheader-wrap .mainheader-navi ul li {
		padding: 0 10px;
	}
	.mainheader .mainheader-wrap .mainheader-navi ul li a {
		display: block;
		font-size: 15px;
		font-weight: bold;
	}
}


@media (max-width: 1300px) {
	.mainheader {
		height: 70px;
	}

	.mainheader .mainheader-wrap .mainheader-logo {
		left: 4.5%;
	}

	.mainheader .mainheader-wrap .mainheader-logo a img {
		width: 200px;
		height: 40px;
	}
	.mainheader .mainheader-wrap .mainheader-navi {
		display: none;
	}
	.mainheader .mainheader-wrap .mainheader-navi ul li {
		padding: 0 10px;
	}
	.mainheader .mainheader-wrap .mainheader-navi ul li a {
		font-size: 15px;
	}
	.mainheader-item .insta {
		margin-right: 10px;
		width: 25px;
		height: 25px;
	}
	.mainheader-item .link-catalog {
		width: 130px;
	}
	.mainheader-item .link-catalog a .text {
		top: 12px;
	}
	.mainheader-item .link-catalog a .image img {
		width: 95px;
	}
	.mainheader-item .hamburger-menu {
		width: 70px;
		height: 70px;
	}
	
	.mainheader-item .hamburger-menu .menu-button {
		width: 70px;
		height: 70px;
	}
	
	.mainheader-item .hamburger-menu .menu-button .text {
		left: 20px;
		top: 13px;
	}
	
	.mainheader-item .hamburger-menu .menu-button .text img {
		width: 38px;
		height: auto;
	}
	
	.mainheader-item .hamburger-menu .menu-button .lines {
		left: 24px;
	}
	
	.mainheader-item .hamburger-menu .menu-button .lines:first-child {
		top: 33px;
	}
	
	.mainheader-item .hamburger-menu .menu-button .lines:nth-child(2) {
		top: 44px;
	}
	
	.mainheader-item .hamburger-menu .menu-button .lines:nth-child(3) {
		top: 54px;
	}
	
	.mainheader-item .hamburger-menu .menu-button.active .lines:first-child {
		transform: translate3d(0,13px,0) rotate(-45deg);
		transition-delay: 0.2s;
		transition-timing-function: ease;
	}
	
	.mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(2) {
		transform: scale(0,0);
	}
	
	.mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(3) {
		transform: translate3d(0,-7px,0) rotate(45deg);
		transition-delay: 0.2s;
		transition-timing-function: ease;
	}
}

@media (max-width: 1300px) {
	.mainheader .mainheader-wrap .mainheader-logo {
		left: 3%;
	}
	.mainheader .mainheader-wrap .mainheader-logo a img {
		width: 120px;
		height: 24px;
	}
}


/* spnav */
.spnav.hide-nav {
	opacity: 0;
	visibility: hidden;
}
.spnav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: -200%;
    z-index: 99999;
    text-align: center;
    pointer-events: none;
    /* perspective: 200; */
    background: #fff;
    transition: .5s cubic-bezier(.77,0,.175,1);
    /* transform: translateY(101%); */
    visibility: hidden;
	opacity: 0;
}

.spnav.show-nav {
    pointer-events: auto;
    /* transform: translateY(0%);
    transform: scaleY(1); */
	visibility: visible;
	opacity: 1;
    bottom: 0;
}


.inner-spnav {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    margin: auto;
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    background: #000;
    padding-top: 100px;
}
.inner-spnav .spnav-close {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    position: absolute;
    right: 25px;
    top: 25px;
}

.inner-spnav .spnav-close .sc-close {
    display: block;
    position: relative;
}

.inner-spnav .spnav-close .sc-close .text {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 9px;
    letter-spacing: -0.01em;
    top: 7px;
}

.inner-spnav .spnav-close .sc-line {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
}

.inner-spnav .spnav-close .line {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 14px;
    -webkit-transform: translateX(-50%);
    /* Safari用 */
    transform: translateX(-50%);
    margin-top: 6px;
}

.inner-spnav .spnav-close .line:nth-child(1) {
    transform: rotate(45deg);
}

.inner-spnav .spnav-close .line:nth-child(2) {
    transform: rotate(-45deg);
}

.inner-spnav .spnav-logo {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inner-spnav .spnav-logo a {
	display: block;
}
.inner-spnav .spnav-logo a img {
}

.inner-spnav .menu-wrap {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.inner-spnav .menu-wrap .sp-menulist {
	width: 30%;
}
.inner-spnav .menu-wrap .sp-menulist li {
}
.inner-spnav .menu-wrap .sp-menulist li a {
}
.inner-spnav nav {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
}
.inner-spnav .sp-menulist > li .link {
	cursor: pointer;
	position: relative;
}
.inner-spnav .sp-menulist > li .link:before,
.inner-spnav .sp-menulist > li .link:after {
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transition: all ease 0.28s;
}
.inner-spnav .sp-menulist > li .link:before {
	transform: rotate(-90deg);
}
.inner-spnav .sp-menulist > li .link.sub-open:before {
	transform: rotate(0deg);
}


.inner-spnav .sp-menulist > li > span,
.inner-spnav .sp-menulist > li a {
	display: block;
	color: #fff;
	padding: 13px 0;
	font-size: 17px;
	letter-spacing: -0.01em;
}
.inner-spnav .sp-menulist > li .sp-submenu {
	display: none;
}


@media (max-width: 768px) {
	.inner-spnav nav {
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.inner-spnav .menu-wrap .sp-menulist {
		width: 50%;
	}
	.inner-spnav .sp-menulist > li > span,
	.inner-spnav .sp-menulist > li a {
		padding: 13px 0;
		font-size: 17px;
	}
}


/* btn ----------------------------*/


/* footer ----------------------------*/
.site-footer {
}

.site-footer .footer-wrap {
    background-color: #000;
}

.site-footer .footer-wrap .f-title {
    display: table;
    margin: 0 auto;
}

.site-footer .footer-wrap .f-title img {
    width: 300px;
    height: 59px;
}

.site-footer .footer-wrap .f-naviarea {
    width: 90%;
    max-width: 860px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
}

.site-footer .footer-wrap .f-naviarea ul {
    /* width: 33.33333%;
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3); */
}

@media (min-width: 641px) {
    .site-footer .footer-wrap .f-naviarea ul:nth-child(1) {
        width: 40%;
    }
    .site-footer .footer-wrap .f-naviarea ul:nth-child(2) {
        width: 36%;
    }
    .site-footer .footer-wrap .f-naviarea ul:nth-child(3) {
    }
}

.site-footer .footer-wrap .f-naviarea ul li {
    margin-bottom: 20px;
}

.site-footer .footer-wrap .f-naviarea ul li a {
    display: table;
    color: #fff;
    line-height: 1;
}

.site-footer .footer-wrap .f-naviarea ul li a .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.site-footer .copyright {
    padding: 20px 10px;
    background-color: #fff;
}

.site-footer .copyright .text {
    display: block;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.01em;
}
.site-footer .pc-onlynavi {
	display: block;
}
.site-footer .sp-onlynavi {
	display: none;
}

@media (max-width: 640px) {
    .site-footer {
    }

    .site-footer .footer-wrap {
        background-color: #000;
    }

    .site-footer .footer-wrap .f-title {
        display: table;
        margin: 0 auto;
    }

    .site-footer .footer-wrap .f-title img {
        width: 200px;
        height: auto;
    }

    .site-footer .footer-wrap .f-naviarea {
        width: 90%;
        margin: 40px auto 0;
    }

    .site-footer .footer-wrap .f-naviarea ul {
        width: auto;
        margin: 0 5%;
    }

    .site-footer .footer-wrap .f-naviarea ul li {
        margin-bottom: 20px;
    }

    .site-footer .footer-wrap .f-naviarea ul li a .text {
        letter-spacing: -0.01em;
        font-size: 15px;
    }

    .site-footer .copyright {
        padding: 10px 10px;
    }

    .site-footer .copyright .text {
        font-size: 13px;
    }

    .site-footer .pc-onlynavi {
        display: none;
    }

    .site-footer .sp-onlynavi {
        display: block;
    }
}




/* toTop ----------------------------*/
#toTop {
	position: fixed;
	width: 56px;
	height: 56px;
	bottom: 0;
	right: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 999;
	text-align: center;
    background-color: rgba(23,42,136,0.9);
	animation: toTop-animation 0.3s ease forwards;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media (max-width: 640px) {
    #toTop {
        bottom: 70px;
    }
}
#toTop > span {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border: solid #fff;
	transform: rotate(-45deg);
	border-width: 1px 1px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#toTop:hover > span {
	top: 30%;
}
@media screen and (max-width: 480px) {
	#toTop {
		width: 50px;
		height: 50px;
	}
	#toTop > i {
		line-height: 50px;
		font-size: 2.0rem;
	}
}

@keyframes toTop-animation {
	from{
		opacity: 0;
		transform: translateY(101%);
		-webkit-transform: translateY(101%);
	}
	to{
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes toTop-animation {
    from {
        opacity: 0;
		-webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
    to {
        opacity: 1;
		-webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* 共通アニメーション
========================= */
.fadein-wrap {
    display: block;
}
/* fade in ----------------------------------------*/
.fadein {
  opacity : 0.0;
  transform : translate(0, 50px);
  transition : 800ms;
}
.fadein.activein {
  opacity : 1;
  transform : translate(0, 0px);
}

/* 共通アニメーション
========================= */
/* fade in ----------------------------------------*/
.fadein00 {
    opacity : 0.0;
    transition : 1000ms;
}

.fadein00.activein {
    opacity : 1;
}

.fadein01 {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : 1000ms;
}

.fadein01.activein {
    opacity : 1;
    transform : translate(0, 0px);
}

.fadein02 {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : 1300ms;
}

.fadein02.activein {
    opacity : 1;
    transform : translate(0, 0px);
}

.fadein03 {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : 1600ms;
}

.fadein03.activein {
    opacity : 1;
    transform : translate(0, 0px);
}

/* fade in R ----------------------------------------*/
.fadeinR {
    opacity : 0.0;
    /* transform : translate(50%,0); */
    right: 50%;
    transition : 1300ms;
}

.fadeinR.activein {
    opacity : 1;
    /* transform : translate(0, 0px); */
    right: 0;
}

/* fade in L ----------------------------------------*/
.fadeinL {
    opacity : 0.0;
    /* transform : translate(-50%,0); */
    left: -50%;
    transition : 1300ms;
}

.fadeinL.activein {
    opacity : 1;
    /* transform : translate(0, 0px); */
    left: 0;
}

/* fade in L mask ----------------------------------------*/
.fadeinL-mask {
    opacity : 1;
    transform : translate(-25%,0);
    transition : 1800ms;
}

.fadeinL-mask.activein {
    opacity : 1;
    transform : translate(100%, 0px);
}

/* show order ----------------------------------------*/
#showOrder01 .order-box {
    transform: translateX(-10%);
    opacity: 0;
    transition : 100ms;
}




/* 内部共通ヘッダーナビ */
/* ----------------------------------------
   commonheader
------------------------------------------*/
.commonheader {
    width: 100%;
    height: 96px;
    background-color: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    z-index: 9999;
	transition: all 0.25s ease;
	/* transform: translateY(-100%); */
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 0px;
}

.commonheader .mainheader-wrap {
    position: relative;
	width: 100%;
    height: 100%;
}

.commonheader .mainheader-wrap .mainheader-logo {
    position: absolute;
    left: 4.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.commonheader .mainheader-wrap .mainheader-logo a {
	display: block;
}

.commonheader .mainheader-wrap .mainheader-logo a img {
	width: 300px;
    height: 60px;
}

.commonheader .mainheader-wrap .mainheader-navi {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.commonheader .mainheader-wrap .mainheader-navi ul {
    display: flex;
}

.commonheader .mainheader-wrap .mainheader-navi ul li {
    padding: 0 20px;
}

.commonheader .mainheader-wrap .mainheader-navi ul li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.commonheader .mainheader-wrap .mainheader-navi ul li a:hover,
body.service .commonheader .mainheader-wrap .mainheader-navi ul li:nth-child(1) a,
body.strengths .commonheader .mainheader-wrap .mainheader-navi ul li:nth-child(2) a,
body.staff .commonheader .mainheader-wrap .mainheader-navi ul li:nth-child(4) a,
body.customer .commonheader .mainheader-wrap .mainheader-navi ul li:nth-child(5) a,
body.company .commonheader .mainheader-wrap .mainheader-navi ul li:nth-child(6) a
{
        color: #172A88;
}

.commonheader .mainheader-item {
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.commonheader .mainheader-item .insta {
    display: block;
    margin-right: 28px;
}

.commonheader .mainheader-item .insta img {
}

.commonheader .mainheader-item .link-catalog {
    display: block;
    background-color: #172A88;
    height: 100%;
    width: 162px;
}

.commonheader .mainheader-item .link-catalog a {
    display: block;
    height: 100%;
    position: relative;
}

.commonheader .mainheader-item .link-catalog a .text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.15em;
    line-height: 1;
    position: absolute;
    top: 22px;
}

.commonheader .mainheader-item .link-catalog a .image {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.commonheader .mainheader-item .link-catalog a .image img {
    width: 110px;
    height: auto;
}

.commonheader .mainheader-item .hamburger-menu {
    position: initial;
    bottom: inherit;
    right: inherit;
    transition: all 0.5s;
    z-index: 9999;
    width: 96px;
    ]; height: 96px;
}

.commonheader .mainheader-item .hamburger-menu .menu-button {
    width: 96px;
    height: 96px;
    position: relative;
    background-color: #000000;
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s;
}

.commonheader .mainheader-item .hamburger-menu .menu-button .text {
    display: block;
    position: absolute;
    left: 30px;
    top: 26px;
}

.commonheader .mainheader-item .hamburger-menu .menu-button .text img {
    width: 38px;
    height: auto;
}

.commonheader .mainheader-item .hamburger-menu .menu-button .lines {
    color: #fff;
    background: #fff;
    width: 30px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 35px;
    transition: 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.27s ease;
}

.commonheader .mainheader-item .hamburger-menu .menu-button .lines:first-child {
    top: 46px;
}

.commonheader .mainheader-item .hamburger-menu .menu-button .lines:nth-child(2) {
    top: 56px;
    transition: all 0.2s ease;
}

.commonheader .mainheader-item .hamburger-menu .menu-button .lines:nth-child(3) {
    top: 66px;
}

.commonheader .mainheader-item .hamburger-menu .menu-button.active .lines:first-child {
    /*top: 33px;
	transform: rotate(-45deg);*/
    transform: translate3d(0,13px,0) rotate(-45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.commonheader .mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(2) {
    transform: scale(0,0);
}

.commonheader .mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(3) {
    /*top: 33px;
    transform: rotate(45deg);*/
    transform: translate3d(0,-7px,0) rotate(45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}



@media (max-width: 1540px) {
	.commonheader .mainheader-wrap .mainheader-navi ul li {
		padding: 0 10px;
	}
	.commonheader .mainheader-wrap .mainheader-navi ul li a {
		display: block;
		font-size: 15px;
		font-weight: bold;
	}
}


@media (max-width: 1300px) {
	.commonheader {
		height: 70px;
	}

	.commonheader .mainheader-wrap .mainheader-logo {
		left: 4.5%;
	}

	.commonheader .mainheader-wrap .mainheader-logo a img {
		width: 200px;
		height: 40px;
	}
	.commonheader .mainheader-wrap .mainheader-navi {
		display: none;
	}
	.commonheader .mainheader-wrap .mainheader-navi ul li {
		padding: 0 10px;
	}
	.commonheader .mainheader-wrap .mainheader-navi ul li a {
		font-size: 15px;
	}
	.commonheader .mainheader-item .insta {
		margin-right: 15px;
	}
	.commonheader .mainheader-item .link-catalog {
		width: 130px;
	}
	.commonheader .mainheader-item .link-catalog a .text {
		top: 12px;
	}
	.commonheader .mainheader-item .link-catalog a .image img {
		width: 95px;
	}
	.commonheader .mainheader-item .hamburger-menu {
		width: 70px;
		height: 70px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button {
		width: 70px;
		height: 70px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button .text {
		left: 20px;
		top: 13px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button .text img {
		width: 38px;
		height: auto;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button .lines {
		left: 24px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button .lines:first-child {
		top: 33px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button .lines:nth-child(2) {
		top: 44px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button .lines:nth-child(3) {
		top: 54px;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button.active .lines:first-child {
		transform: translate3d(0,13px,0) rotate(-45deg);
		transition-delay: 0.2s;
		transition-timing-function: ease;
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(2) {
		transform: scale(0,0);
	}
	
	.commonheader .mainheader-item .hamburger-menu .menu-button.active .lines:nth-child(3) {
		transform: translate3d(0,-7px,0) rotate(45deg);
		transition-delay: 0.2s;
		transition-timing-function: ease;
	}
}

@media (max-width: 1300px) {
	.commonheader .mainheader-wrap .mainheader-logo {
		left: 3%;
	}
	.commonheader .mainheader-wrap .mainheader-logo a img {
		width: 120px;
		height: 30px;
	}
}




/* 内部共通コンタクトボックス */
.common-contactbox {
    padding: 230px 0 100px;
    background: url(../img/home/bg-contactbox.jpg) no-repeat center;
    background-size: cover;
}
.common-contactbox .container-full {
    max-width: 1150px;
}

.common-contactbox .cc-title {
	display: block;
}
.common-contactbox .cc-title .text {
	display: block;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.01em;
	font-weight: 800;
}
@media (max-width: 768px) {
	.common-contactbox .cc-title .text {
		font-size: 6vw;
	}
}
.common-contactbox .c-wrapper {
    display: flex;
    width: 100%;
}

.common-contactbox .c-wrapper .box-catalog {
    width: 50%;
    padding: 15px 90px 35px 0;
}

.common-contactbox .c-wrapper .box-catalog .c-box {
    display: flex;
    /* align-items: center; */
}

.common-contactbox .c-wrapper .box-catalog .c-box .text-box {
    /* flex: 1; */
    width: 56%;
    /* width: 100%; */
}

.common-contactbox .c-wrapper .box-catalog .c-box .text-box .box-title {
    display: block;
}

.common-contactbox .c-wrapper .box-catalog .c-box .text-box .box-title .text {
    display: block;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #2D4294;
}

.common-contactbox .c-wrapper .box-catalog .c-box .text-box .box-text {
    display: block;
    padding-top: 15px;
}

.common-contactbox .c-wrapper .box-catalog .c-box .text-box .box-text .text {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #2D4294;
}

.common-contactbox .c-wrapper .box-catalog .c-box .image-box {
    display: block;
    padding-left: 30px;
    width: 44%;
}

.common-contactbox .c-wrapper .box-catalog .c-box .image-box img {
}

.common-contactbox .c-wrapper .box-catalog .btn-area {
}

.common-contactbox .c-wrapper .box-contact {
    width: 50%;
    padding: 15px 0 35px 90px;
    border-left: 1px solid #2D4294;
}

.common-contactbox .c-wrapper .box-contact .c-box {
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box {
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box .box-title {
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box .box-title .text {
    display: block;
    line-height: 1;
    letter-spacing: -0.01em;

    color: #2D4294;
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box .box-text {
    display: block;
    padding-top: 15px;
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box .box-text .text {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #2D4294;
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box .box-text .phone {
    display: table;
    padding-top: 15px;
}

.common-contactbox .c-wrapper .box-contact .c-box .text-box .box-text .phone .image {
    display: block;
}

.common-contactbox .c-wrapper .box-contact .btn-area {
}

@media (max-width: 768px) {
    .common-contactbox {
        padding: 80px 0;
    }
    
    .common-contactbox .c-wrapper {
        display: block;
    }
    
    .common-contactbox .c-wrapper .box-catalog {
        width: 100%;
        padding: 0 0 50px 0;
    }
    
    .common-contactbox .c-wrapper .box-catalog .c-box .text-box {
        width: 100%;
        flex: 1;
    }
    
    .common-contactbox .c-wrapper .box-catalog .c-box .image-box {
        padding-left: 30px;
        width: 44%;
    }

    .common-contactbox .c-wrapper .box-catalog .c-box .image-box img {
    }
    
    .common-contactbox .c-wrapper .box-contact {
        width: 100%;
        padding: 50px 0 0 0;
        border-left: none;
        border-top: 1px solid #2D4294;
    }
}

@media (max-width: 480px) {
    .common-contactbox {
        padding: 50px 0;
    }
    
    .common-contactbox .c-wrapper {
        display: block;
        margin-top: 20px;
    }
    
    .common-contactbox .c-wrapper .box-catalog {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .common-contactbox .c-wrapper .box-catalog .c-box {
        display: block;
        position: relative;
    }
    .common-contactbox .c-wrapper .box-catalog .c-box .text-box {
        width: 100%;
        flex: 1;
    }
    
    .common-contactbox .c-wrapper .box-catalog .c-box .image-box {
        position: absolute;
        padding-left: 0;
        width: 100px;
        right: 0;
        top: -35px;
    }

    .common-contactbox .c-wrapper .box-catalog .c-box .image-box img {
    }
    
    .common-contactbox .c-wrapper .box-contact {
        width: 100%;
        padding: 50px 0 0 0;
        border-left: none;
        border-top: 1px solid #2D4294;
    }
}



/* panNavi */
.panNavi {
	display: block;
	width: 100%;
	height: 40px;
	/* max-width: 1295px; */
	margin: 0 auto;
	/* padding-top: 18px; */
    background-color: #fff;
}
.panNavi ul {
	display: flex;
    width: 90%;
	margin: 0 auto;
	align-items: center;
}
.panNavi ul li {
	padding-right: 7px;
}
.panNavi ul li a {
	display: block;
	margin-right: 7px;
	position: relative;
}
.panNavi ul li a:after {
	content: "/";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -12px;
}
.panNavi ul li .text {
	display: block;
	line-height: 40px;
	letter-spacing: 0.01em;
}