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

/*------------------------------*/
/*box-sizing*/
/*------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
}
/*------------------------------*/
/*form*/
/*------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0;
	padding: 0;
}
form,input,h1,h2,p,ul,li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
h1{
	font-size: 6.0rem;
	line-height: 100%;
	color: #fff;
	padding: 20px;
	text-shadow: 0 0 20px #000;
}
h1 &gt; span{
	font-size: 2.4rem;
	margin-left: 10px;
}

.h1_img{
	display: block;
	width: 540px;
	height: 600px;
  background: url("./img/mv.jpg") center / cover;	
}
.h1_img_company{
	display: block;
	width: 540px;
	height: 600px;
  background: url("./img/mv_company.jpg") center / cover;	
}

h2{
	font-size: 3.6rem;
	line-height: 80%;
}
h2 &gt; span{
	font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	h2 &gt; span{
		display: block;
	}
}


.tx-en {
	font-family: Oswald, sans-serif;
}

.section{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("./img/background.jpg") center / cover;
}
.section_company{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("./img/background_company.jpg") center / cover;
}

.login_box{
  width: 100%;
  min-height: 100vh;
  display: flex; /* 要素をflexboxに対応させる */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}
.login_flex{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;	
    background: #fff;
		box-shadow: 0px 0px 20px gray;
 }
.login_flex .img_box{
	width: 540px;
	height: 600px;
}
.login_flex .input_box{
	width: 400px;
	padding: 80px;
	display: flex; /* 要素をflexboxに対応させる */
	align-items: center; /* 縦方向の中央揃え */
	justify-content: center; /* 横方向の中央揃え */
	flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}

.input_discription{
	font-size: 0.8rem;
}
.cp_iptxt {
	position: relative;
	width: 100%;
	margin: 40px 0;
}
.cp_iptxt input[type='text'] ,
.cp_iptxt input[type='password'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding-left: 40px;
	letter-spacing: 1px;
	border: 0;
}
.cp_iptxt input[type='text']:focus,
.cp_iptxt input[type='password']:focus {
	outline: none;
}
.cp_iptxt input[type='text']:focus::after,
.cp_iptxt input[type='password']:focus::after {
	outline: none;
}
.cp_iptxt i {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 5px 10px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt::after {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: -1px;
	content: '';
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #666;
}

.login_btn{
	padding-top: 20px;
}
.btn,a.btn,button.btn {
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: .5rem 0rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 100vh;
	color: #fff;
	background: #fc327c;
	width: 100%;
	box-shadow: 0px 0px 16px #fea1c3;
}
.btn:hover,a.btn:hover {
  color: #fff;
  background: #fea1c3;
}

/*header*/
header{
	background: #f2f2f2;
	text-align: center;
	padding: 25px 0;
  background: url("./img/background.jpg") center / cover;
}
.headerCont{
	width: 80%;
	margin: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.logo{
	width: 50px;
	margin-bottom: 10px;
	margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.h1_headerTitle{
	font-size: 2.6rem;
	padding: 0px;
}
.logout_btn{
	width: 120px;
}
/*header end*/

/*indexpage*/
.contents_box{
	width: 70%;
	margin: auto;
	padding: 60px 0;
}

.hello_title{
	color: #333;
	font-size: 2.0rem;
	margin-bottom: 60px;
}
.hello_title span{
	background:linear-gradient(transparent 60%, #ff6 60%);
	padding: 0 10px;
}
.menu_box{}
.btn_list{
	width: 100%;
	margin: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn_list li{
	position: relative;
	width: 31%;
	margin-bottom: 1%;
	margin-right: 2%;
}
.btn_list a{
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #666;
	color: #666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_list a:before{
	position: absolute;
	font-family: FontAwesome;
	content: '\f061';
	background: #666;
	height: 100%;
	color: #fff;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 14px 6px;
}
.btn_list a:hover{
	color: #fc327c;
	border: 1px solid #fc327c;
}
.btn_list a:hover:before{
	background: #fc327c;
}

.menu_title{
	font-size: 0.8rem;
  padding: 10px 20px;
  border-left: 5px solid #000;
  background: #f4f4f4;
}


/*indexpage end*/



/*footer*/
footer{
	background: #f2f2f2;
	text-align: center;
	padding: 40px 0;
}
.footerCont{
	width: 80%;
	margin: auto;
}
.footerCont ul{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.footerCont ul li {
	width: 31%;
	text-align: center;
}
/*footer end*/


/*sp*/
@media screen and (max-width: 767px) {

h1{
	font-size: 4.0rem;line-height: 100%;
}
h1 &gt; span{
	font-size: 1.8rem;
	margin-left: 5px;
}
.h1_img,
.h1_img_company{
	display: block;
	width: 100%;
	height: 50vh;
	/*height: 600px;*/
	/*background: url("./img/mv2.jpg") center / cover;	*/
}
h2{
	font-size: 2.0rem;
}
.login_flex{
	width: 90%;
}
.login_flex .img_box{
	width: 100%;
	height: 50vh;
	margin: auto;
}
.login_flex .input_box{
	width: 100%;
	height: auto;
	padding: 30px;
}
.cp_iptxt {
	margin: 20px 0;
}
.footerCont ul li,
.footerCont ul li img{
	width: 100%;
}

/*header*/
.headerCont{
	width: 80%;
	text-align: center;
}
.logo{
	width: 70px;
	margin: 0 auto 10px auto;
  display: block;
}
.h1_headerTitle{
	font-size: 2.4rem;
	padding: 0px;
}
.logout_btn{
	font-size: 0.6rem;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 10px;
}
/*header end*/


/*indexpage*/
.contents_box{
	width: 94%;
	padding: 30px 0;
}
.hello_title{
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.hello_title span{
	background:linear-gradient(transparent 60%, #ff6 60%);
	padding: 0 10px;
}
.menu_box{}
.btn_list li{
	width: 100%;
	margin-bottom: 1%;
	margin-right: 0%;
}
.menu_title{
  padding: 8px 10px;
  border-left: 5px solid #000;
}
/*indexpage end*/

}
/*sp end*/
</pre></body></html>