@charset "UTF-8";

@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');
@import url('https://rsms.me/inter/inter-ui.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:500');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas Neue'), url('BebasNeue.woff') format('woff');
}
@font-face {
	font-family: 'Minion';
	font-style: normal;
	font-weight: normal;
	src: local('Minion'), url('MinionWebBold.woff') format('woff');
}

html, body {
    height: 100%;
}
html {
    /* animation: fadeSiteIn 0.5s ease; */
}
body {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	color: #1e1c8d;
	letter-spacing: 0.05em;
	font-family: sans-sans-serif;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	font-family: Interface,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

a {
	color: #1e1c8d;
}
a:hover {
	text-decoration: none;
}
div {
	position: relative;
}
p {
	line-height: 1.8;
	font-size: 0.9rem;
}
ul {
	padding: 0;
}
.btn {
	font-family: 'Minion', sans-serif;
	font-style: italic;
	letter-spacing: 0.1rem;
}
.btn-outline-more {
	border: 2px solid #1e1c8d;
	max-width: 140px;
    display: block;
    margin: 0 auto 0 auto;
    font-size: 0.9rem;
    font-weight: bold;
    font-style: italic;
    font-family: 'Minion', sans-serif;
    line-height: 1;
    position: relative;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background-color:transparent;
    color: #1e1c8d;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(30, 28, 141, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(30, 28, 141, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn-outline-more:hover {
    color: #fff;
	background-color:#3169d1;
    background-position: -100% 100%;
}
.btn-outline-more span {
	display: block;
	position: absolute;
	right: -20px;
    top: 17px;
    width: 32px;
    height: 2px;
    background: #1e1c8d;
    content: "";
    transition: all .2s ease-out;
}
.btn-outline-more span:before {
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #1e1c8d;
    transform: rotate(45deg);
    right: 0;
    top: -4px;
}
.btn-outline-more:hover span {
	right: -15px;
}


.hover-line{
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.hover-line:before, .hover-line:after, .hover-line__label:before, .hover-line__label:after{
  content: "";
  position: absolute;
  transition: transform .2s ease-out;
}

.hover-line:before, .hover-line:after{
  width: 100%;
  height: 2px;
  left: 0;
}

.hover-line:before{
  top: 0;
  transform: translate3d(-100%, 0, 0);
}

.hover-line:after{
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}

.hover-line__label:before, .hover-line__label:after{
  width: 2px;
  height: 100%;
  top: 0;
}

.hover-line__label:before{
  left: 0;
  transform: translate3d(0, 100%, 0);
}

.hover-line__label:after{
  right: 0;
  transform: translate3d(0, -100%, 0);
}

.hover-line:hover:before, .hover-line:hover:after,
.hover-line:hover .hover-line__label:before, .hover-line:hover .hover-line__label:after,
.hover-line:focus:before, .hover-line:focus:after,
.hover-line:focus .hover-line__label:before, .hover-line:focus .hover-line__label:after{
  transform: translate3d(0, 0, 0);
}

.hover-line:focus {
  outline: none;
}

.hover-line:before,.hover-line__label:after {
  background-color: #b59f14;
}


.hover-line:after, .hover-line:before,.hover-line__label:after, .hover-line__label:before {
  background-color: #b59f14;
}

div {
	position: relative;
}
.image-pic {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}



/*
header
---------------------------------------------*/

#header {
	padding: 25px 30px;
	position: fixed;
	width: 100%;
	z-index: 2000;
	top:0;
	background: #fff;
}
#header p.logo {
	display: block;
	float: left;
	margin-bottom: 0;
	position: relative;
}
#header p.logo .logo-temp {
	display: none;
}
#header .share {
	display: block;
	position: relative;
	margin: 5px 0 4px 11px;
	position: relative;
}
#header ul {
	display: block;
	float: right;
	line-height: 1;
	margin: 0;
	position: relative;
}
#header ul li {
	display: inline-block;
	list-style: none;
	    font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0.4rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.08em;
	font-weight: normal;
	position: relative;
}

#header ul li.active:before{
	width: 100%;
}
#header ul li:before{
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	bottom: 1px;
	height: 3px;
	background: #1e1c8d;
	transition: 0.2s ease-out;
}
#header ul li:hover:before{
	width: 100%;
}
#header ul li a {
	padding: 10px 0;
	display: block;
}
#page-entry-navi {
    position: fixed;
    right: -59px;
    z-index: 3000;
    top: 50%;
    margin-top: -30px;
    transform: rotate(90deg);
}

#page-entry-navi a {
	display: block;
	color: #fff;
	line-height: 1.2;
    font-family: 'Minion', sans-serif;
    padding: 1rem 3rem 0.8rem 3rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
#page-entry-navi span {
	transition: all .2s ease-out;
	background: #1e1c8d;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	display: block;
	overflow: hidden;
}
#page-entry-navi span:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top:0;
	top: 100%;
	width: 100%;
	height: 100%;
	transition: all .1s ease-out;
	z-index: 0;
}
#page-entry-navi:hover span:after {
    top:0;
	background-color:#3b39a1;
}


/*
footer
---------------------------------------------*/

#footer {
	margin-top: 0;
}
#footer #pagetop {
	background-color: #f5f5f5;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .2s ease-out;
}
#footer #pagetop:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #eeeffd;
	left: 0;
	top:100%;
	transition: all .1s ease-out;
}
#footer #pagetop a {
	display: block;
	padding: 20px 0 6px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 10;
}
#footer #pagetop:hover:after {
	top:0;
}
#footer #pagetop a span {
	width: 22px;
	height: 22px;
	border-top: 3px solid #1d2088;
	border-right: 3px solid #1d2088;
	transform: rotate(-45deg);
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
}
#footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer p.logo {
	display: block;
	float: left;
	margin-bottom: 0;
}
#footer ul {
	display: block;
	float: right;
	margin: 0;
}
#footer ul li {
	    font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0.4rem;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.08em;
	list-style-type: none;
	display: inline-block;
	position: relative;
}
#footer ul li a {
	transition: all .3s ease-out;
	padding: 15px 0;
	display: block;
}
#footer ul li a:hover {
	opacity: 0.6;
}

#footer ul li:hover:before{
	width: 100%;
}
#footer .footer-bottom {
	border-top: 1px solid #eee;
}
#footer .footer-bottom .container {
	padding: 20px 30px;
}
#footer p.copyright {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	display: block;
	margin-bottom: 0;
	line-height: 1;
}
#footer .footer-bottom ul {
	line-height: 1;
}
#footer .footer-bottom ul li a {
	padding: 0;
	font-size: 0.8rem;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}


#footer-bnr {
    background-color: #1e1c8d;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/common/footer_image.jpg);
    display: block;
    padding: 90px 0;
    margin-top: 120px;
}
#footer #footer-bnr .container {
	padding-top: 0;
    padding-bottom: 0;
    max-width: 980px;
}
#footer-bnr ul {
	float: none;
    display: block;
}
#footer-bnr ul li {
    display: block;
    float: left;
    width: 25%;
    line-height: 1;
    font-size: 0.9rem;
    margin: 0;
}
#footer-bnr ul li a {
    display: block;
    text-align: center;
    padding: 25px 0;
    position: relative;
    background: #fff;
    margin: 1px;
    transition: all .2s ease-out;
    border: 1px solid #fff;
}
#footer-bnr ul li a:hover {
	border: 1px solid #1e1c8d;
}
#footer-bnr ul li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    background: #1e1c8d;
    position: absolute;
    right: 4px;
    bottom: 4px;
    transition: all .1s ease-out;
}
#footer-bnr ul li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #1e1c8d;
    position: absolute;
    right: 4px;
    bottom: 4px;
    transition: all .1s ease-out;
}

#footer .footer-bottom ul li a.recruit-navi {
	border: 1px solid #1e1c8d;
    padding: 6px;
}


@media (max-width: 992px) {

	#footer-bnr {
		padding: 30px 0;
		margin-top: 80px;
		overflow: hidden;
	}
    #footer-bnr .container {
		padding: 0 15px;
	}
	#footer-bnr ul li {
		width: 50%;
		font-size: 0.8rem;
	}
	#footer-bnr ul li a {
		padding: 20px 0;
	}
	#footer-bnr ul li a:before {
	    content: "";
	    display: block;
	    width: 1px;
	    height: 5px;
	    background: #1e1c8d;
	    position: absolute;
	    right: 4px;
	    bottom: 4px;
	}
	#footer-bnr ul li a:after {
	    content: "";
	    display: block;
	    width: 5px;
	    height: 1px;
	    background: #1e1c8d;
	    position: absolute;
	    right: 4px;
	    bottom: 4px;
	}
	#footer .footer-bottom ul {
		padding: 15px 0;
		text-align: center;
		float: none !important;
	}
	#footer .footer-bottom ul li {
		display: inline-block;
		width: auto;
		border-top: 0;
	}
	#footer .footer-bottom ul li a:before,#footer .footer-bottom ul li a:after {
		display: none;
	}
	#footer .footer-bottom .container {
		padding: 0 10px;
	}
	#footer p.copyright {
	    text-align: center;
	    margin-bottom: 12px;
	    display: block;
	    width: 100%;
	    font-size: 0.75rem;
	}

}


/*
common
---------------------------------------------*/

.container {
	position: relative;
}
.ttl {
	padding: 60px 0px 60px 0px;
	text-align: right;
	font-family: 'Inter UI', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.05em;
	line-height: 1;
	display: block;
	margin-bottom: 0;
}
.ttl small {
	font-size: 0.95rem;
	line-height: 1;
	display: block;
	padding-top: 5px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
}
.sub-ttl {
	margin-bottom: 30px;
}
.sub-ttl span {
	font-size: 1.7rem;
	font-family: 'Inter UI', sans-serif;
	font-weight: 600;
	display: block;
	line-height: 1.4;
}
.sub-ttl small {
	display: block;
	font-family: 'Inter UI', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.1rem;
}
.bg-line {
	position: absolute;
	width: 300%;
	height: 1px;
	background: #b59f14;
	left: -100%;
    transform: rotate(-15deg);
    z-index: -1;
    bottom:60%;
}


/*
page
---------------------------------------------*/

.ttl {
	padding: 150px 0px 60px 0px;
	text-align: right;
	font-family: 'Inter UI', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.05em;
	line-height: 1;
	display: block;
	margin-bottom: 0;
}
.ttl small {
	font-size: 0.95rem;
	line-height: 1;
	display: block;
	padding-top: 5px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
}
.sub-ttl {
	margin-bottom: 30px;
}
.sub-ttl span {
	font-size: 1.7rem;
	font-family: 'Inter UI', sans-serif;
	font-weight: 600;
	display: block;
	line-height: 1.4;
}
.sub-ttl small {
	display: block;
	font-family: 'Inter UI', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.1rem;
}

@media (max-width: 992px) {
	
	/*
.bg-line {
		display: none;
	}
*/
	p {
		font-size: 0.8rem;
	}
	#header {
		padding: 15px 15px;
	}
	#header p.logo img {
		width: 210px;
	}
	#header .share {
		margin: 1px 0 0 0;
	}
	#header .share img {
		width: 20px;
	}
	
	#footer {
		overflow: hidden;
	}
	#footer .container {
		padding: 0;
	}
	#footer #pagetop a span {
		width: 15px;
		height: 15px;
	}
	#footer p.logo {
		display: none;
	}
	#footer ul {
		float: none;
		padding: 0;
	}
	#footer ul li {
		margin-left: 0;
	}
	#footer ul li {
		width: 100%;
		border-top: 1px solid #eee;
	}
	#footer ul li a {
		padding: 15px;
		position: relative;
		display: block;
	}
	#footer ul li a:before {
	    position: absolute;
	    width: 15px;
	    height: 2px;
	    background: #1e1c8d;
	    content: "";
	    right: 15px;
	    top: 50%;
	}
	#footer ul li a:after {
        position: absolute;
	    content: "";
	    width: 8px;
	    height: 8px;
	    border-top: 2px solid #1e1c8d;
	    transform: rotate(45deg);
	    right: 17px;
	    top: 50%;
	    margin-top: -4px
	}
	
	.ttl {
		font-size: 8vw;
		padding: 90px 0 40px 0;
	}
	.ttl small {
		font-size: 0.8rem;
	}
	.sub-ttl {
		margin-bottom: 15px;
	}
	.sub-ttl small {
		font-size: 3vw;
	}
	.sub-ttl span {
		font-size: 5.5vw;
	}
	
	#page-entry-navi {
		right: -37px;
		margin-top: 0;
		top:102px;
	}
	#page-entry-navi a {
		font-size: 0.7rem;
		padding: 0.5rem 1.5rem 0.4rem 1.5rem;
	}
	
}

/*
menu
---------------------------------------------*/

.gnav-toggle {
	width: 24px;
	height: 17px;
	position: fixed;
	right: 15px;
    top: 20px;
	z-index: 10002;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
	transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
	-o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.gnav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1e1c8d;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -o-transition: all .2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    transition: all .2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
}
.gnav-toggle span.bar-first {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}
.gnav-toggle span.bar-second {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 8px;
}
.gnav-toggle span.bar-third {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 16px;
}
.gnav-toggle.toggle-on span.bar-first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}
.gnav-toggle.toggle-on span.bar-second {
    opacity: 0;
}
.gnav-toggle.toggle-on span.bar-third {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

.menu_on {
	overflow: hidden;
}
#gnav-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -moz-transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    -o-transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
    opacity: 1;
    display: none;
}
.menu_on #gnav-menu {
}
#gnav-menu-body {
	position: absolute;
    top: 50%;
    left: 45px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gnav-menu-body ul {
	line-height: 1.3;
	margin-bottom: 1em;
}
#gnav-menu-body ul li {
	    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.3rem;
	list-style-type: none;
}
#gnav-menu-body dl {
	margin-bottom: 0;
	line-height: 1;
}
#gnav-menu-body dl dt {
	margin-bottom: 0;
	    font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9rem;
}
#gnav-menu-body dl dd {
	display: inline-block;
	margin-right: 0.6em;
}
#gnav-menu-body dl dd a {
	display: block;
	text-align: center;
	border-radius: 50%;
	line-height: 2.2;
	font-size: 1.3rem;
}

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

.g-contact {
	font-size: 18px;
	line-height: 60px;
  }
  .g-contact hr {
	height: 1px;
	border: none;
	border-top: 1px solid #000;
	margin: 0 30px;
	margin-top: -1px;
	padding: 0;
  }
  .g-contact .g-contact__wrapper {
	margin: 0 auto;
	max-width: 1600px;
  }
  .g-contact .g-contact-inner {
	vertical-align: middle;
	margin-top: 50px;
  }
  .g-contact .contactBtn {
	position: relative;
	width: 300px;
	float: right;
  }

  .rectBtn {
    display: inline-block;
    font-family: 'DINNextLTPro-Condensed';
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 64px;
}

  .g-contact .contactBtn a {
	background: url(/common/images/arw_r_white.svg) no-repeat;
	background-size: 20px 10px;
	background-position: right 20px center;
	background-color: #1d2088;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	margin: 0 30px;
  }

  .rectBtn a {
    height: 60px;
    padding-left: 30px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.rectBtn a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 640px) {
.g-contact {
    height: auto;
    margin-bottom: 77px;
    font-size: 12px;
    line-height: 170%;
}

.g-contact .g-contact__wrapper hr {
    margin: 0;
    margin-top: -1px;
}

.g-contact .g-contact-inner {
    text-align: center;
    height: auto;
}

.g-contact span {
    padding-left: 0;
    margin-top: 0;
    width: auto;
    padding-top: 56px;
    background-size: 30px;
    background-position: center 0px;
}

.g-contact .contactBtn {
    display: block;
    width: auto;
    margin-top: 46px;
	text-align: center;
	float: none;
}

.g-contact .contactBtn a {
    line-height: 56px;
    height: 50px;
    background: url(/common/images/sp_arw_r_white.svg) no-repeat;
    background-size: 20px 10px;
    background-position: right 15px center;
    background-color: #1d2088;
}

}