<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
	overflow-y: scroll;

}
body {
	height: auto;
 }

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	color: #fff;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";

}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
textarea{
	resize: vertical;
}
select::-ms-expand {
	display: none;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
*,*:after,*:before{
	box-sizing: border-box;
}
.preload * {
	/* -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important; */
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp{
		display: none!important;
	}
}
@media screen and (max-width: 1024px) {
	 br.sp{
		 display: block!important;
		 font-size: 1.4rem;
	 }
	 .gnavi .sub &gt; li .txt{
		 padding: 1rem!important;
	 }
}
@media screen and (max-width: 767px) {
	.pc{
		display: none!important;
	}
	html{
		-moz-transform: scale(1);
		zoom: 1;
	}

}

section{
		/* -moz-transform: scale(0.78);
	zoom: 0.78; */
}

/* base
--------------------------------*/
p, dt, dd ,li ,th ,td,
input, button, textarea, select{
	font-size: 1.4rem;
	line-height: 2.2;
}
body{
	background-color: #000208;
}
body.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrap{
	max-width: 1280px;
	width: 94%;
	margin: 0 auto;
}
.wrap.w1360{
	max-width: 1360px;
}
.wrap.w1300{
	max-width: 1300px;
}
.wrap.w1280{
	max-width: 1280px;
}
.wrap.w1024{
	max-width: 1024px;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.tac{
	text-align: center!important;
}
.tar{
	text-align: right!important;
}
.tal{
	text-align: left!important;
}
.fade{
	transition: opacity .4s;
}
.fade:hover{
	opacity: .7;
}
.mont{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
	body{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	body {
	 	-webkit-text-size-adjust: 100%;
	}
	img{
		width: 100%;
	}
	p, dt, dd ,li ,th ,td,
	input, button, textarea, select{
		font-size: 3.1vw;
		line-height: 2.15;
		letter-spacing: 0.023em;
	}
	.wrap{
		width: 85%;
	}
	.sp_tac{
		text-align: center!important;
	}
	.sp_tar{
		text-align: right!important;
	}
	.sp_tal{
		text-align: left!important;
	}
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: background .4s,transform .4s;
	transform: translateY(0);
}

header .wrap{
	width: 100%;
	padding: 0 2rem;
}
header.hide{
	transform: translateY(-100%);
}
header.color{
	background: #000208;
}
header .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gnavi .main{
	display: flex;
	justify-content: flex-start;
}
.gnavi .main &gt; li &gt; a,
.gnavi .main &gt; li &gt; span{
	font-size: 1.6rem;
	line-height: 1.125;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 0 16px;
	cursor: pointer;
	position: relative;
}
.gnavi .main &gt; li &gt; a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background: #fff;
	transition: width .4s;
}
.gnavi .main &gt; li &gt; a:hover::before{
	width: 100%;
}
.gnavi .main &gt; li &gt; span{
	position: relative;
}
.gnavi .main &gt; li &gt; span::before{
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0.5em;
	height: 0.5em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.gnavi .menu{
	position: absolute;
	left: 0;
	width: 100%;
	background: #011341;
	display: none;
}
.gnavi .sub{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 10px;
}
.gnavi .sub &gt; li{
	width: 32%;
	margin-right: 2%;
}
.gnavi .sub &gt; li:nth-child(3n){
	margin-right: 0;
}
.gnavi .sub &gt; li:nth-child(n+4){
	margin-top: 20px;
}
.gnavi .sub &gt; li &gt; a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
}
.gnavi .sub &gt; li .txt{
	font-size: 1.5rem;
	color: #011341;
	padding: 10px 30px;
	line-height: 1.6;
}

.gnavi .sub &gt; li .txt{
	padding: 10px 20px;
}
@media screen and (max-width: 767px) {
	header{
		height: 60px;
	}
	header .wrap{
		width: 96%;
		margin-right: 0;
		padding: 0;
	}
	header .flex{
		width: 100%;
	}
	header .sp_head{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		position: relative;
		z-index: 2;
		transition: background .4s;
	}
	header.hbg_open .sp_head{
		background: #000;
	}
	header .logo{
		width: 142px;
		position: relative;
		z-index: 1;
	}
	header .hbg_trigger{
		width: 60px;
		height: 60px;
		display: block;
		position: relative;
		z-index: 1;
	}
	header .hbg_trigger span{
		display: block;
		height: 2px;
		background: #fff;
		position: absolute;
		right: 10px;
	}
	header .hbg_trigger span:nth-child(1){
		top: 34%;
		width: 40px;
	}
	header .hbg_trigger span:nth-child(2){
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
	}
	header .hbg_trigger span:nth-child(3){
		bottom: 34%;
		width: 20px;
	}
	header.hbg_open .hbg_trigger span:nth-child(1){
		top: 50%;
		transform: rotate(-135deg);
		width: 30px;
	}
	header.hbg_open .hbg_trigger span:nth-child(2){
		opacity: 0;
	}
	header.hbg_open .hbg_trigger span:nth-child(3){
		top: 50%;
		transform: rotate(135deg);
		bottom: auto;
		width: 30px;
	}
	.gnavi{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #000000;
		padding-top: calc(60px + 10vw);
		padding-bottom: 5vw;
		overflow-y: scroll;
		transition: transform .4s;
		transform: translateY(-100%);
	}
	.hbg_open .gnavi{
		transform: translateY(0);
	}
	.gnavi .main{
		display: block;
		padding: 0 8.3%;
	}
	.gnavi .main &gt; li{
		border-top: 1px solid #fff;
	}
	.gnavi .main &gt; li:last-child{
		border-bottom: 1px solid #fff;
	}
	.gnavi .main &gt; li &gt; a,
	.gnavi .main &gt; li &gt; span{
		font-size: 4vw;
		font-weight: 700;
		height: 17.4vw;
		padding: 0;
		justify-content: flex-start;
	}
	.gnavi .main &gt; li &gt; a::before{
		display: none;
	}
	.gnavi .main &gt; li &gt; a:hover::before{
		width: 100%;
	}
	.gnavi .main &gt; li.mega{
		display: flex;
		justify-content: flex-start;
	}
	.gnavi .main &gt; li &gt; span{
		width: 34%;
	}
	.gnavi .main &gt; li &gt; span::before{
		display: none;
	}
	.gnavi .menu{
		position: static;
		left: 0;
		width: 65%;
		background: transparent;
		display: block!important;
	}
	.gnavi .menu .wrap{
		width: auto;
		padding: 0 1rem;
	}
	.gnavi .sub{
		display: block;
		padding: 4.5vw 0 6vw;
	}
	.gnavi .sub &gt; li{
		width: auto;
		margin-right: 0;
	}
	.gnavi .sub &gt; li:nth-child(3n){
		margin-right: 0;
	}
	.gnavi .sub &gt; li:nth-child(n+1){
		margin-top: 1%;
	}
	.gnavi .sub &gt; li &gt; a{
		display: block;
		background: transparent;
	}
	.gnavi .sub &gt; li .img{
		display: none;
	}
	.gnavi .sub &gt; li .txt{
		font-size: 3.6vw;
		color: #ADADAD;
		padding: 0;
		padding: 0.5rem 1rem!important;
	}

	.gnavi .sub &gt; li .txt br.sp{
		display: none!important;
	}
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
.particles-js-canvas-el{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.contents{
	overflow: hidden;
}
.section{
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.section:last-of-type{
	padding-bottom: 140px;
}
.area_bg{
	position: relative;
}
.area_bg::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: #000208;
	background: linear-gradient(90deg, rgba(0,2,8,0) 0%, rgba(0,2,8,1) 3%, rgba(0,2,8,1) 50%, rgba(0,2,8,1) 97%, rgba(0,2,8,0) 100%);
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.particles-js-canvas-el{
		display: none;
	}
	.section{
		padding: 10% 0;
	}
	.section:last-of-type{
		padding-bottom: 21.5%;
	}
	.area_bg{
		position: relative;
	}
	.area_bg::before{
		display: none;
	}
}

/* ttl
--------------------------------*/
.ttl_sec{
	font-size: 3.2rem;
	line-height: 1.6;
	font-weight: 700;
}
.ttl_sec .en{
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
}
@media screen and (max-width: 767px) {
	.ttl_sec{
		font-size: 5vw;
	}
	.ttl_sec .en{
		font-size: 2.6vw;
		margin-bottom: 1%;
	}
}

/* btn
--------------------------------*/
.btn_more{
	font-size: 1.8rem;
	color: #000613;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 256px;
	height: 60px;
	border: 1px solid #000613;
	position: relative;
	z-index: 1;
	transition: 0.3s ease;
}
.btn_more::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #4AFF88;
	transition: width .4s,color .4s;
	z-index: -1;
}
.btn_more:hover::after{
	width: 100%;
}
.btn_more::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -45px;
	width: 40%;
	max-width: 90px;
	height: 1px;
	background: #000613;
}
.btn_more.btn_white{
	color: #fff;
	border-color: #fff;
}
.btn_more.btn_white::before{
	background: #fff;
}
@media screen and (max-width: 1280px) {
	.btn_more{
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 767px) {
	.btn_more{
		font-size: 2.6vw;
		width: 38vw;
		height: 9vw;
	}
	.btn_more::before{
		right: -6.7vw;
		width: 13.4vw;
	}
}

/* kv
--------------------------------*/
.sec_kv{
	padding: 190px 0 80px;
	background-color: #000208;
	position: relative;
}
.sec_kv::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1200px;
	background: url(../img/common/bg01.jpg) no-repeat center top;
	z-index: 1;

}
.sec_kv .inner{
	position: relative;
	z-index: 1;
	margin-top: 0;
}
.sec_kv .img{
	width: calc(100% - 320px);
	overflow: hidden;
	margin-left: auto;
}
.sec_kv .img img{
	width: 100%;

	display: none;
}



/* kv
--------------------------------*/
.sec_kv .img{
	height: 520px;
	background-position: center 25%;
	background-repeat: no-repeat;
	background-size: cover;
	/* max-height: 680px;
	overflow: hidden; */
}


.sec_kv .txt{
	position: absolute;
	top: -1.64vw;
	left: 0;
}
.sec_kv .ttl{
	font-size: 16rem;
	font-size: 11vw;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	white-space: nowrap;
	mix-blend-mode: difference;
	margin-left: -.12em;
	position: relative;
}
.ie .sec_kv .ttl{
	color: #FFECB8;
}
.sec_kv .ttl::before{
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	width: 100%;
	max-width: 180px;
	height: 100%;
	background: linear-gradient(to right, rgba(0,9,26,0.8),rgba(0,6,19,0));
}
.sec_kv .box{
	width: 37.4vw;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 4.74vw 5.8vw 4.74vw 5.6vw;
	background: #fff;
	margin: -0.52vw 0 0 240px;
	min-height: 340px;
}

.sec_kv .box dt{
	/* font-size: 4.5rem; */
	font-size: 3.2rem;
	font-size: 2.4vw;
	line-height: 1.2;
	font-weight: 700;
	color: #000613;
}
.sec_kv .box dd{
	/* font-size: 2.4rem; */
	font-size: 1.6rem;
	font-size: 1.2vw;
	line-height: 1.67;
	color: #000613;
	margin-top: 40px;
}
.sec_kv .box dd .name{
	/* font-size: 2.8rem; */
	font-size: 2.4rem;
	font-weight: 700;
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 1820px) and (min-width: 769px)  {
	.sec_kv .img{
		width: calc(100% - 200px);
	}
	.sec_kv .catch{
		margin-left: 265px;
	}
	.sec_kv .box{
		margin-left: 11vw;
	}
}

@media screen and (max-width: 1280px) {
	.sec_kv .txt{
		/* top: -3.2%; */
		top: -1.55vw;
	}
	.sec_kv::before{
		background-position: 20% top;
	}


}

@media screen and (max-width: 1024px) {
	.sec_kv .box{
		min-height: 240px;
	}
}
@media screen and (max-width: 767px) {
	.sec_kv{
		padding: calc(60px + 10.5%) 0 7.55%;
	}
	.sec_kv::before{
		height: 210vw;
		background-size: contain;
	}

	.sec_kv .img img{
		display: block;
	}
	.sec_kv .img{
		background: none;
		display: block;
		height: auto!important;
		width: calc(100% - 14vw);
	}
	.sec_kv .img img{
		min-width: 0;
	}
	.sec_kv .txt{
		top: -1.6%;
		height: 100%;
	}
	.sec_kv .ttl{
		font-size: 15.6vw;
		letter-spacing: 0;
		margin-left: -.1em;
	}
	.sec_kv .ttl::before{
		max-width: 10vw;
		left: 0;
	}
	.sec_kv .box{
		width: 57.8vw;
		height: 52vw;
		padding: 6%;
		margin: 0;
		position: absolute;
		left: 4vw;
		bottom: 15vw;
		min-height: auto;
	}
	.sec_kv .box dt{
		font-size: 6.25vw;
	}
	.sec_kv .box dd{
		font-size: 3.1vw;
		margin-top: 8%;
	}
	.sec_kv .box dd .name{
		font-size: 4.4vw;
		font-weight: 600;
		margin-top: 10px;
	}
}

/* pankuzu
--------------------------------*/
.pankuzu {
	position: relative;
	z-index: 10;
}
.pankuzu .wrap {
	display: flex;
	justify-content: flex-end;
}
.pankuzu a {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
.pankuzu a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
.pankuzu span {
	font-size: 1.2rem;
}

/* link
--------------------------------*/
.sec_link{
	padding-top: 140px;
}
.sec_link .list li+li{
	margin-top: 10px;
}
.sec_link .list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 410px; */
	height: 300px;
	overflow: hidden;
	position: relative;
}
.sec_link .list li .ttl{
	/* font-size: 4.5rem; */
	font-size: 2.8rem;
	color: #000613;
	font-weight: 700;
	text-align: center;
}
.sec_link .list li .ttl .bg_white{
	background: #fff;
	padding: .4em .2em;
	display: inline-block;
	position: relative;
}
.sec_link .list li .ttl .bg_white::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #4AFF88;
	transition: width .4s;
}
.sec_link .list li .ttl .bg_white .z{
	position: relative;
	z-index: 1;
}
.sec_link .list li .bg{
	background: no-repeat center center /cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.sec_link .list li.field .bg{
	background-image: url(../img/common/link_field_pc.jpg);
}
.sec_link .list li.business .bg{
	background-image: url(../img/common/link_business_pc.jpg);
}
.sec_link .list li.career .bg{
	background-image: url(../img/common/link_career_pc.jpg);
}
.sec_link .list li.fresher .bg{
	background-image: url(../img/common/link_fresher_pc.jpg);
}
.sec_link .list li.mid_career .bg{
	background-image: url(../img/common/link_mid_career_pc.jpg);
}
.sec_link .list li.fresher_top .bg{
	background-image: url(../img/common/link_fresher_top_pc.jpg);
}
.sec_link .list li.mid_career_top .bg{
	background-image: url(../img/common/link_mid_career_top_pc.jpg);
}
.sec_link .list li a:hover .ttl .bg_white::before{
	width: 100%;
}
.sec_link .list li a:hover .bg{
	transform: scale(1.02);
}
@media screen and (max-width: 767px) {
	.sec_link{
		padding-top: 19%;
	}
	.sec_link .list li a{
		height: 46.875vw;
	}
	.sec_link .list li .ttl{
		font-size: 6.25vw;
	}
	.sec_link .list li.field .bg{
		background-image: url(../img/common/link_field_sp.jpg);
	}
	.sec_link .list li.business .bg{
		background-image: url(../img/common/link_business_sp.jpg);
	}
	.sec_link .list li.career .bg{
		background-image: url(../img/common/link_career_sp.jpg);
	}
	.sec_link .list li.fresher .bg{
		background-image: url(../img/common/link_fresher_sp.jpg);
	}
	.sec_link .list li.mid_career .bg{
		background-image: url(../img/common/link_mid_career_sp.jpg);
	}
	.sec_link .list li.fresher_top .bg{
		background-image: url(../img/common/link_fresher_top_sp.jpg);
	}
	.sec_link .list li.mid_career_top .bg{
		background-image: url(../img/common/link_mid_career_top_sp.jpg);
	}
}

/* scroll
--------------------------------*/
.scroll{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	bottom: 20px;
	left: 10px;
	cursor: default;
	z-index: 99;
}
.scroll .txt{
	font-size: 1.3rem;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition: color .4s;
}
.scroll .line{
	width: 1px;
	height: 104px;
	background: #fff;
	margin-top: 5px;
	position: relative;
	transition: background .4s;
}
.scroll .line::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	transition: background .4s;

	display: none;
}
.scroll.color .txt{
	color: #000;
}
.scroll.color .line,
.scroll.color .line::before{
	background: #000;
}
.scroll.color .line #circle{
	background: #000;
}
@media screen and (max-width: 767px) {
	.scroll{
		display: none;
	}
}

#circle {
  position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s linear;
}

/* table
--------------------------------*/
[class*="table_type"] table{
	width: 100%;
	border-collapse: collapse;
}
.table_type1 table th,
.table_type1 table td{
	vertical-align: top;
	border-bottom: 1px solid #fff;
	line-height: 2.3;
}
.table_type1 table th{
	/* font-size: 2.4rem; */
	font-size: 1.8rem;
	font-weight: 700;
	width: 31%;
	border-bottom-color: #9AE253;
	padding: 30px 0;
	line-height: 1.9;
}
.table_type1 table td{
	width: 69%;
	padding: 30px 30px 36px 30px;
}
.table_type1 table tr:first-child th,
.table_type1 table tr:first-child td{
	border-top: 1px solid #fff;
}
.table_type1 table tr:first-child th{
	border-top-color: #9AE253;
}
.table_type2 table th,
.table_type2 table td{
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
.table_type2 table th{
	font-weight: 700;
	width: 17%;
	border-bottom-color: #9AE253;
	padding: 30px 0;
}
.table_type2 table td{
	width: 83%;
	padding: 30px 130px 30px 30px;
}
.table_type2 table tr:first-child th,
.table_type2 table tr:first-child td{
	border-top: 1px solid #fff;
}
.table_type2 table tr:first-child th{
	border-top-color: #9AE253;
}
@media screen and (max-width: 767px) {
	.table_type1 table th{
		font-size: 3.1vw;
		line-height: 1.75;
		width: 30%;
		padding: 5% 0;
	}
	.table_type1 table td{
		width: 70%;
		padding: 4% 0 4% 5%;
	}
	.table_type2 table th{
		width: 35%;
		padding: 3.5% 0;
	}
	.table_type2 table td{
		width: 65%;
		padding: 3.5% 0;
	}
}


/* contact
--------------------------------*/
.sec_contact .wrap{
	max-width: 1600px;
	margin-left: 0;
}
.sec_contact .flex{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sec_contact .box_txt{
	max-width: 712px;
	width: 45%;
	margin-left: 2%;
}
.sec_contact dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 70px;
}
.sec_contact dl dt{
	font-size: 2rem;
	font-weight: 700;
	width: 36.5%;
}
.sec_contact dl dd{
	width: calc(100% - 36.5%);
	padding-left: 30px;
	position: relative;
}
.sec_contact dl dd::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: calc(100% - .2em);
	background: #fff;
	transform: translateY(-50%);
}
.sec_contact dl dd div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_contact dl dd div+div{
	margin-top: 20px;
}
.sec_contact dl dd p{
	font-size: 2rem;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sec_contact dl dd p a{
	transition: color .4s;
}
.sec_contact dl dd p a:hover{
	color: #4AFF88;
}
.sec_contact dl dd .icon{
	font-size: 1.1rem;
	font-weight: 600;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 15px;
	flex: none;
}
.sec_contact .btn{
	text-align: center;
	margin-top: 145px;
}
.sec_contact .btn a{
	font-size: 2rem;
	margin: 0 auto;
	width: 390px;
	height: 90px;
	border-color: #55FD8D;
}
@media screen and (max-width: 1500px) {
	.sec_contact dl dt{
		font-size: 1.8rem;
	}
	.sec_contact dl dd p{
		font-size: 1.8rem;
	}
	.sec_contact dl dd .icon{
		font-size: 1rem;
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.sec_contact .wrap{
		max-width: 1600px;
		margin: 0 auto;
	}
	.sec_contact .flex{
		display: block;
	}
	.sec_contact .box_txt{
		max-width: 100%;
		width: auto;
		margin: 6% auto 0;
	}
	.sec_contact dl{
		margin-top: 6%;
		align-items: flex-start;
	}
	.sec_contact dl dt{
		font-size: 3.9vw;
		line-height: 1.6;
		width: auto;
		margin-right: 4vw;
	}
	.sec_contact dl dd{
		width: auto;
		padding-left: 4vw;
		position: relative;
	}
	.sec_contact dl dd::before{
	}
	.sec_contact dl dd div{
		display: block;
	}
	.sec_contact dl dd div+div{
		margin-top: 5vw;
	}
	.sec_contact dl dd p{
		font-size: 3.9vw;
		line-height: 1.5;
		align-items: flex-start;
	}
	.sec_contact dl dd p+p{
		margin-top: 5vw;
	}
	.sec_contact dl dd p a{
		transition: color .4s;
	}
	.sec_contact dl dd p a:hover{
		color: #4AFF88;
	}
	.sec_contact dl dd .icon{
		font-size: 1.8vw;
		width: 6.5vw;
		height: 6.5vw;
		margin-right: 3vw;
	}
	.sec_contact .btn{
		margin-top: 8%;
	}
	.sec_contact .btn a{
		font-size: 3.26vw;
		width: 65vw;
		height: 14.8vw;
	}
}




/* ---------------------------------------------
  footer
-----------------------------------------------*/
footer{
	padding: 65px 0;
	border-top: 1px solid #fff;
	background: #000208;
}
/* footer .wrap{
	max-width: 1024px;
} */

footer .fnavi{
	width: 75%;
}
footer .flex{
	display: flex;
	justify-content: space-between;
}
footer .logo{
	width: 258px;
	margin-right: 10%;
}
footer .logo img{
	width: 100%;
}
footer .fnavi .main{
	display: flex;
	justify-content: flex-start;
}
footer .fnavi .main &gt; li{
	width: calc(100% / 4);
}
footer .fnavi .main &gt; li &gt; a{
	position: relative;
	padding-bottom: .2em;
	display: inline-block;
}
footer .fnavi .sub{
	margin-top: 10px;
}
footer .fnavi .sub &gt; li{
	line-height: 1.8;
	display: flex;
	justify-content: flex-start;
}
footer .fnavi .sub &gt; li:before{
	content: 'ー';
	color: #C0C2C3;
	margin-right: 0.5em;
}
footer .fnavi .sub &gt; li &gt; a{
	font-size: 1.4rem;
	color: #C0C2C3;
	/* display: inline-block; */
	position: relative;
}
footer .fnavi .main &gt; li &gt; a::before,
footer .fnavi .sub &gt; li &gt; a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	transition: width .4s;
}
footer .fnavi .main &gt; li &gt; a:hover::before,
footer .fnavi .sub &gt; li &gt; a:hover::before{
	width: 100%;
}
footer .other{
	position: relative;
	max-width: calc(92% - 258px);
	margin: 7rem 0 0 auto;
}
footer .link{
	font-size: 1.2rem;
	/* text-align: center; */
	/* margin: 0 8%; */
}
footer .link a{
	position: relative;
	display: inline-block;
}
footer .link a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	transition: width .4s;
}
footer .link a:hover::before{
	width: 100%;
}
footer .copy{
	font-size: 1.2rem;
	/* position: absolute;
	top: 0;
	right: 0; */
}

@media screen and (max-width: 1024px) {
	footer .other{
		max-width: calc(94% - 258px);
		margin: 7rem 0 0 auto;

	}

}
@media screen and (max-width: 767px) {
	footer{
		padding: 8% 0;
	}
	footer .flex{
		display: block;
	}
	footer .logo{
		width: 41.4vw;
		margin-right: 0;
	}
	footer .fnavi{
		width: 100%;
		margin: 10% auto 0;
	}
	footer .fnavi .main{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer .fnavi .main &gt; li{
		margin-left: 0;
		width: auto;
	}
	footer .fnavi .main &gt; li.w100{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin-top: 6%;
	}
	footer .fnavi .main &gt; li &gt; a{
		font-size: 3.1vw;
	}
	footer .fnavi .main &gt; li &gt; span{
		width: 35.5%;
	}
	footer .fnavi .sub{
		margin-top: 0;
		position: relative;
	}
	footer .fnavi .sub::before{
		content: '';
		position: absolute;
		top: 3.2vw;
		left: -15vw;
		width: 14.2vw;
		height: 1px;
		background: #C0C2C3;
	}
	footer .fnavi .sub &gt; li{
		font-size: 3.1vw;
		margin-left: .5em;
	}
	footer .fnavi .sub &gt; li::before{
		display: none;
	}
	footer .fnavi .sub &gt; li+li{
		margin-top: 3%;
	}
	footer .fnavi .sub &gt; li &gt; a{
		font-size: 3.1vw;
	}
	footer .other{
		margin-top: 9%;
		display: block;
		margin: 9% auto 0 auto;
		text-align: center;
		max-width: 100%;
	}
	footer .link{
		font-size: 2.6vw;
		text-align: center;
	}
	footer .copy{
		font-size: 2vw;
		position: static;
		text-align: center;
		margin-top: 2%;
	}
}

/* anime
--------------------------------*/
.fade_in{
	opacity: 0;
	transform: translateY(30px);
	transition: all 1.4s;
}
.active .fade_in{
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px){
	.fade_in{
		opacity: 0;
		transform: translateY(30px);
		transition: all 0.8s
	}
}
.fadeInRight.active {
  animation: fadeInRight 1s ease forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft.active {
  animation: fadeInLeft 1s ease forwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@media screen and (max-width: 767px){
	.ttl.fadeInRight.active{
		animation: fadeInLeft 1s ease forwards;
	}
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */</pre></body></html>