
table {
  border-collapse: collapse;
  border-spacing: 0
}
::-moz-selection {
  color: #fff;
  background: #c71220
}
::selection {
  color: #fff;
  background: #c71220
}
html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact
}
a {
  color: #000
}
.en{
font-weight: 400;
font-family: brandon-grotesque, sans-serif;
font-style: normal;
}
.wrapper {
  padding: 100px 0 0;
  word-break: break-word
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5
}
.loading__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1
}
.loading__icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 20px;
  height: 10px;
  z-index: 1
}
.loading__icon span {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: skewX(-32deg);
  transform: skewX(-32deg)
}
.loading__icon span:before, .loading__icon span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  z-index: 1;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.loading__icon span:before {
  left: 0;
  background-color: #c71220;
  -webkit-animation-name: loading1;
  animation-name: loading1
}
.loading__icon span:after {
  right: 0;
  background-color: #000;
  -webkit-animation-name: loading2;
  animation-name: loading2
}

.button a, .button__anchor {
  display: block;
  position: relative;
  height: 60px;
  text-decoration: none;
  background-color: #020178;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1
}





@media print, screen and (min-width: 768px) {

.pcBr {
display: inline-block;
}

.spBr {
display: none;
}
.pc {
display: block;
}

.sp {
display: none;
}
	
#hedImg{
	margin: 120px auto 0;
}
#contents{
	margin-top: 100px;
}
	
.w1200{
	width: 1200px;
	margin: 0 auto;
}
	
#totop {
    bottom: 0px;
    position: fixed;
    right: 0px;
    z-index: 2000;
}
#totop a {
    display: block;
	position: relative;
	background: #fff;
	padding: 10px 5px;
}
#totop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #ED8239;
  width: 25px;
  height: 25px;
  margin: auto;
  text-align: center;
  display: block;
}
#totop a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  margin: auto;
  text-align: center;
  color: #ED8239;
}



	
	
/*--------header--------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background-color: #fff;
  z-index: 1000;
  min-width: 1200px;
}
#header .inner {
    display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 20px auto;
}

.header__logo {
  width: 130px;
  height: auto;
}

.drawer {
	display: none;
}
.drawer {
    width: 100%;
    height: 100vh;
    background-color: #ED8239;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.drawer h1 {
	margin: 30px;
	width: 150px;
}
.drawer .main {
    position: fixed;
	left: 100px;
	bottom: 10%;
	z-index: 2;
}
.drawer .main ul li {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	border-style: dashed;
}
.drawer .main ul li a {
    color: #fff;
}
.drawer .main ul li a:hover {
    color: #000;
}
.btn-menu {
	cursor: pointer;
	position: relative;
	z-index: 4;
    width: 60px;
    height: 15px;
}
.btn-menu span {
    background-color: #0a0a0a;
    display: block;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform .25s ease;
	height: 1px;
}
.btn-menu span:nth-of-type(1) {
    width: 60px;
    left: 0;
    top: 0;
}
.btn-menu.open span:nth-of-type(1) {
    transform: rotate(14deg);
}
.btn-menu span:nth-of-type(2) {
    width: 60px;
    left: 0px;
    top: 7px;
	background-color: #ED8239;
	transition: opacity .25s ease;
}
.btn-menu.open span:nth-of-type(2) {
    opacity: 0;
	transform: translateX(17px);
}
.btn-menu span:nth-of-type(3) {
    width: 60px;
    left: 0;
    bottom: 0;
}
.btn-menu.open span:nth-of-type(3) {
    transform: rotate(-13deg);
}
	
	
	
/* contact
--------------------------------------------*/
#contact {
	background: #E37E3C;
	padding: 100px 0px;
	text-align: center;
	position: relative;
	margin-top: 150px;
}
#contact .illust_img{
	position: absolute;
	right: 10%;
	bottom: 25%;
	z-index: 1;
}
	
#contact h3 {
	font-size: 48px;
	color: #fff;
}

#contact p {
	color: #fff;
	margin: 80px 0 50px;
	line-height: 2.6em;
}

#contact .contact_btn a {
	display: inline-block;
	width: 300px;
	padding: 20px 10px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 4.5em;
	color: #E37E3C;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	transition: 0.6;
}
#contact .contact_btn a:hover {
	background: #E37E3C;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.6;
}
#contact .contact_btn a i {
	margin-left: 10px;
	font-size: 20px;
}



	
/* footer
--------------------------------------------*/
#footer {
width: 100%;
min-width: 1200px;
margin: 50px 0;
}
	
#footer .foot_flex{
	display: flex;
	justify-content: space-around;
	width: 70%;
	margin: 0 auto 20px;
}
#footer .foot_flex .text{
	width: 45%;
}
#footer .foot_flex .map{
	width: 50%;
}
	
#footer .footer_logo {
width: 150px;
margin: 0 auto;
}
	
#footer .data {
    font-size: 14px;
    line-height: 24px;
	text-align: center;
    margin: 30px 0 50px;
}
#footer .copyrights {
    font-size: 14px;
    line-height: 24px;
	text-align: center;
	color: #8B8B8B;
}



	
	
  .button a, .button a:after, .button__anchor, .button__anchor:after, .button__label, .button__icon {
    -webkit-transition-property: color, border-color, -webkit-transform;
    transition-property: color, border-color, -webkit-transform;
    transition-property: color, border-color, transform;
    transition-property: color, border-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1)
  }
  .button a:hover, a:hover .button__anchor {
    -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1)
  }
  .button a:hover:after, a:hover .button__anchor:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1)
  }
  .button a:hover .button__label, .button a:hover .button__icon, a:hover .button__anchor .button__label, a:hover .button__anchor .button__icon {
    color: #020178;
    -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1)
  }
  .nav__contact .button a:hover .button__label {
    color: #020178 !important
  }
  .button--black a:hover {
    border-color: #d1d1d1
  }
  .button--black a:hover .button__label, .button--black a:hover .button__icon {
    color: #000;
    -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1)
  }
  .footer__nav a, .footer__list a, .footer__social a, .footer__guide a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .footer__nav a:hover, .footer__list a:hover, .footer__social a:hover, .footer__guide a:hover {
    opacity: 0.6
  }
  .pageup__icon img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .current--solutions .js-pageup {
    bottom: 100px
  }
  .current--solutions .js-pageup-fixed {
    top: 20px
  }
  .pageup__icon:hover img {
    opacity: 0.6
  }
  .location__list a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .location__list a:hover {
    opacity: 0.6
  }
  .nav {
    pointer-events: none
  }
  .nav__lists, .nav__sides, .nav__contact {
    pointer-events: auto
  }
  .nav__list > a {
    position: relative;
    z-index: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .nav__list > a:after {
    display: block;
    content: "";
    position: absolute;
    left: 9px;
    right: 10px;
    bottom: 17px;
    height: 1px;
    background-color: #c71220;
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .nav__side a, .nav__sublist a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .nav__list > a:hover {
    opacity: 0.6
  }
  .nav__list > a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
  .nav__side a:hover, .nav__sublist a:hover {
    opacity: 0.6
  }
  .current--company .nav__list--company > a:after, .current--solutions .nav__list--solutions > a:after, .current--case .nav__list--case > a:after, .current--seminar .nav__list--seminar > a:after, .current--column .nav__list--column > a:after, .current--sitemap .nav__list--sitemap > a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  
  .noclick {
    caret-color: #000
  }
  .noclick > a {
    caret-color: #000;
    -webkit-animation-name: noclicktimer;
    animation-name: noclicktimer;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-timing-function: step-end;
    animation-timing-function: step-end;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
  }
  @keyframes noclicktimer {
    0% {
      pointer-events: none
    }
    100% {
      pointer-events: auto
    }
  }
  @-webkit-keyframes noclicktimer {
    0% {
      pointer-events: none
    }
    100% {
      pointer-events: auto
    }
  }
  .sitemap__list a, .sitemap__guide a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
  }
  .sitemap__list a:hover, .sitemap__guide a:hover {
    opacity: 0.6
  }
		
		
	/*--------com---------*/	
		
			



		
		
}


@media only screen and (max-width: 767px) {
	
body{
		overflow: auto;
	}

	.pcBr {
display: none;
}

.spBr {
display: inline-block;
}

.pc {
display: none!important;
}

.sp {
display: block!important;
}
	
#hedImg{
	margin: 80px auto 0;
}
#contents{
	margin-top: 50px;
}
	
.w1200{
	width: 90%;
	margin: 0 auto;
}
	
#totop {
    bottom: 0px;
    position: fixed;
    right: 0px;
    z-index: 2000;
}
#totop a {
    display: block;
	position: relative;
	background: #fff;
	padding: 10px 5px;
}
#totop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #ED8239;
  width: 25px;
  height: 25px;
  margin: auto;
  text-align: center;
  display: block;
}
#totop a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  margin: auto;
  text-align: center;
  color: #ED8239;
}

/*-----com----*/





/*--------*/


  .wrapper {
    padding: 65px 0 0
  }
  .loading {
    top: 65px
  }
  .loading__icon {
    left: 30px;
    bottom: 20px
  }
  .button__label {
    font-size: 16px
  }
	
	
	
	
/*--------header--------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #fff;
  z-index: 1000;
}
#header .inner {
    display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 10px auto 0;
}

.header__logo {
  width: 100px;
  height: auto;
}
	
.drawer {
	display: none;
}	
.drawer {
    width: 100%;
    height: 100vh;
    background-color: #ED8239;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.drawer h1 {
	margin: 30px;
}
.drawer .main {
    position: fixed;
	left: 40px;
	bottom: 10%;
	z-index: 2;
}
.drawer .main ul li {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	border-style: dashed;
}
.drawer .main ul li a {
    color: #fff;
}
.drawer .main ul li a:hover {
    color: #000;
}
.btn-menu {
	cursor: pointer;
	position: relative;
	z-index: 4;
    width: 60px;
    height: 15px;
}
.btn-menu span {
    background-color: #0a0a0a;
    display: block;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform .25s ease;
	height: 1px;
}
.btn-menu span:nth-of-type(1) {
    width: 60px;
    left: 0;
    top: 0;
}
.btn-menu.open span:nth-of-type(1) {
    transform: rotate(14deg);
}
.btn-menu span:nth-of-type(2) {
    width: 60px;
    left: 0px;
    top: 7px;
	background-color: #ED8239;
	transition: opacity .25s ease;
}
.btn-menu.open span:nth-of-type(2) {
    opacity: 0;
	transform: translateX(17px);
}
.btn-menu span:nth-of-type(3) {
    width: 60px;
    left: 0;
    bottom: 0;
}
.btn-menu.open span:nth-of-type(3) {
    transform: rotate(-13deg);
}

	
	
/* contact
--------------------------------------------*/
#contact {
	background: #E37E3C;
	padding: 50px 0px;
	text-align: center;
	position: relative;
	margin-top: 100px;
}
	
#contact .illust_img{
	position: absolute;
	right: 5%;
	bottom: 55%;
	width: 120px;
	z-index: 1;
}
	
#contact h3 {
	font-size: 24px;
	color: #fff;
}

#contact p {
	color: #fff;
	margin: 40px 0 20px;
	line-height: 2em;
}

#contact .contact_btn a {
	display: inline-block;
	width: 60%;
	margin: 0 auto;
	padding: 10px 0px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 4.5em;
	color: #E37E3C;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	transition: 0.6;
}
#contact .contact_btn a:hover {
	background: #E37E3C;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.6;
}
#contact .contact_btn a i {
	margin-left: 10px;
	font-size: 18px;
}


	
/* footer
--------------------------------------------*/
#footer {
width: 100%;
margin: 30px 0;
}
	
#footer .footer_logo {
width: 150px;
margin: 0 auto;
}
	
#footer .data {
    font-size: 14px;
    line-height: 24px;
	text-align: center;
    margin: 20px 0 30px;
}
#footer .copyrights {
    font-size: 14px;
    line-height: 24px;
	text-align: center;
	color: #8B8B8B;
}
	

 
}
@-webkit-keyframes loading1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  75% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
@keyframes loading1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  75% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
@-webkit-keyframes loading2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  75% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
}
@keyframes loading2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  75% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
}
.text-nowrap {
  white-space: nowrap
}
/*# sourceMappingURL=main.min.css.map */