@charset "utf-8";

.sp {
	display:none;
}
body {
	padding-bottom: 70px;
}

figure{
	text-align:center;
}

#about,#environ,#interview,#information,#entry{
	padding:30px 20px;
}

h2{
	text-align:center;
}

h2 img{
	max-width:70%;
}

#game h2 img{
	max-width:80%;
}
.pcImages {
	display: none;
}
.infoBtn {
	display: none;
}
#top h2{
	margin:10px 0;
	padding:0 20px;
	line-height:1.2;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}

#top #topEarn{
	position:relative;
	width:95%;
	margin:0 auto 20px;
}

#top #topEarn #nara{
	position:absolute;
	bottom:-10px;
	right:0;
	width:20%;
}

#about h2{
	margin-bottom:20px;
	font-size:6vw;
	font-weight:bold;
}

#environ h2{
	margin-bottom:20px;
}

#environ ul.icon{
	font-size:0;
}

#environ ul.icon li{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	position:relative;
	width:32.6%;
	margin:10px 1.1% 0 0;
	padding-top:12%;
	border:3px solid #019c98;
	background:#f9f9f9;
	font-size:4vw;
}

#environ ul.icon li:nth-child(3n){
	margin-right:0;
}

#environ ul.icon li span{
	position:absolute;
	top:50%;
	left:5%;
	width:90%;
	transform:translateY(-50%);
	text-align:center;
	line-height:1;
}

#waitingBox{
	padding:0 20px 30px;
	text-align:center;
}

#waitingBox>div{
	position:relative;
	margin-top:50px;
}


#waitingBox>div>img{
	position:absolute;
	left:20%;
	top:0;
	width:60%;
	transform:translateY(-50%);
}

#waitingBox .private{
	margin-bottom:10px;
}

#video{
	width:95%;
	margin:10px auto;
}

#video video{
	margin-top:20px;
	max-width:100%;
}

#interview h2{
	margin-bottom:20px;
}

#interview>div>figure{
	width:80%;
	margin:10px auto 20px;
}

#interview .case {
	border: 3px solid;
	padding: 10px;
	margin: 10px auto;
	box-sizeing:border-box;
}

#interview .case h3{
	border-bottom:2px solid;
	padding:3px 0;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}

#interview .case h3 img{
	width:10%;
	margin-right:5px;
}

#interview .case dl{
	display:flex;
	margin-bottom:3px;
}

#interview .case dl:last-child{
	margin-bottom:0;
}

#interview .case dt{
	text-align:center;
	background:#000;
	padding:3px 0;
	color:#fff;
	width:25%;
}

#interview .case dd{
	width:71%;
	padding:3px 2%;
}
.case ul li:nth-child(odd) {
	background: #000;
	color: #fff;
	padding: 5px;
}

.case ul li:nth-child(even) {
	text-align: left;
	padding: 8px 0;
}

#interview .left{
	margin-bottom:50px;
}

#interview .schedule{
	display:none;
	padding:10px 0;
}

#interview .schedule h4{
	text-align:center;
	font-size:5vw;
	font-weight:bold;
}

#interview .toggle{
	background:#eee;
	padding:10px 0;
	text-align:center;
	color:#20c3be;
	font-weight:bold;
}

#interview .toggle img{
	width:8%;
	margin-right:5px;
}

#information{
	background:url('/img/information_bg.jpg') center center / cover;
}

#information .box{
	box-sizing:border-box;
	padding:2px;
	border:5px solid rgba(255,255,255,.4);
	box-shadow:0 0 0 1px #000 inset;
}

#information .box dl{
	display:flex;
}

#information .box dl:not(:last-child){
	margin-bottom:1px;
}

#information .box dt,#information .box dd{
	box-sizing:border-box;
	display:inline-block;
	padding:10px 2%;
	text-align:left;
}
.case.case02 {
	display: none;
}
#information .box dt{
	width:25%;
	background:#333;
	color:#fff;
}

#information .box dd{
	width:75%;
	background:#fff;
	color:#333;
}
.scheSec {
	margin-top: 20px;
}
#entry h2{
	margin-bottom:20px;
}
.SP_sche {
	width: 88%;
	margin: 0 auto 20px;
}
.left.left02 {
	display: none;
}
#entry h2 img{
	width:25%;
}

#entry form{
	margin:0 auto;
}

#entry form input,#entry form textarea,#entry form select{
	appearance:none;
	-webkit-appearance:none;
	box-sizing:border-box;
	border-radius:0;
	width:100%;
	border:none;
	margin:0 auto;
	padding:10px;
	font-size:16px;
}

#entry form select{
	background:#fff;
}

#entry form #select{
	position:relative;
}

#entry form #select:before{
	content:"";
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-5px);
	border:8px solid transparent;
	border-top:12px solid #555;
}

#entry form dt{
	margin-top:20px;
	line-height:1.6;
}

#entry form dd{
	margin-bottom:10px;
}

#entry form button {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
	border: 0;
	border-bottom: 3px solid #106260;
	box-shadow: 0 0 0 3px #079e99 inset;
	background: #eee;
	color: #059e99;
	font-weight: bold;
	text-align: center;
	font-size: 1rem;
}
#entry form button img{
	width:8%;
}
#formArea dl dt span {
	color: #f00;
}
#modal{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
}

#modalBody{
	width:80%;
	padding:20px;
	margin:50% auto;
	background:#fff;
	border-radius:5px;
	font-size:80%;
	text-align:center;
}

#modalBody p:first-child{
	margin-bottom:30px;
	color:#20c3be;
	font-size:160%;
	font-weight:bold;
}

footer{
	text-align:center;
}

footer h2{
	margin:50px 0;
}

footer h2 img{
	width:40%;
}

#footer_fixed{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	padding:10px 0;
	font-size:0;
	background:rgba(255,255,255,.9);
	z-index:999;
}

#footer_fixed>p{
	display:inline-block;
	vertical-align:bottom;
	width:40%;
	text-align:center;
}

#footer_fixed>p img{
	width:60%;
}

#footer_fixed>ul{
	display:inline-block;
	vertical-align:bottom;
	width:60%;
}

#footer_fixed>ul li{
	position:relative;
	display:inline-block;
	width:33%;
	font-size:4vw;
	text-align:center;
}

#footer_fixed>ul li a{
	display:block;
	position:absolute;
	left:10%;
	bottom:0;
	width:80%;
	font-size:4vw;
	color:#333;
}

/*======================GAME==========================*/

#game{
	padding:50px 0;
	background: url(/img/bg_match.png) no-repeat center center / cover;
}

#game h3{
	width:90%;
	margin:40px auto;
	padding:10px 0;
	border-radius:5px;
	background:#fff;
	box-shadow:1px 1px 3px #999;
	font-size:4vw;
	font-weight:bold;
	text-align:center;
}

#game .y_n{
	margin-bottom:20px;
}

#game .y_n li{
	position:relative;
	width:80%;
	margin:5px auto;
	border:3px solid #fff;
	background:rgba(32,196,190,.6);
	text-align:center;
	transform:skew(45deg);
	transition:all .3s linear;
	cursor:pointer;
	overflow:hidden;
}

#game .y_n li:hover{
	border-color:#fff;
}

#game .y_n li:hover:before{
	transform:rotateY(0);
}

#game .y_n li span{
	display:inherit;
	font-size:5vw;
	font-family:"Times New Roman",serif;
	transform:skew(-45deg);
	transition:all .3s linear;
	color:#fff;
}

#game .logo{
	width:80%;
	margin:50px auto 0;
	text-align:center;
}

#game .logo a{
	position:relative;
	display:inline-block;
	padding:20px 40px;
	background:#fff;
	border:3px solid #cdebea;
	border-radius:10px;
	box-shadow:3px 3px 0 3px #019c98;
}

#game .logo a:after{
	content:'';
	position:absolute;
	top:0;
	right:-30px;
	width:150px;
	height:40px;
	background:url('/img/click.png') no-repeat center center / contain;
	transform:rotate(30deg);
	animation:blink 1s step-end infinite;
}

@keyframes blink{
0%{opacity:1;}
10%{opacity:0;}
20%{opacity:1;}
30%{opacity:0;}
40%{opacity:1;}
}

#game .logo img{
	width:300px;
}


/*********************************会社概要**************************************/
#company {
	background:#0c3c60;
	color:#fff;
}
#company h2 {
	margin-bottom: 20px;
}
#company .inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 70px 0;
}
#company .inner_box {
	text-align:center;
}

#company .mincho {
	font-size: 5vw;
	text-align: center;
	margin-bottom: 43px;
}
#company .company_info {
	font-size: 4vw;
}
#company .company_title {
	font-size: 6vw;
	margin-bottom:59px;
}
#company .Business_content {
	margin-bottom: 80px;
	width: 90%;
	margin: 0 auto;
}
#company .Business_content_title,
#company .company_information_title {
	font-size: 5vw;
	margin-bottom:25px;
	text-align:center;
}
#company .Business_content li {
	text-align: center;
	background: #fff;
	color: #113861;
	padding: 36px 25px;
	margin-bottom: 20px;
}
#company .Business_content li .Business_content_item {
	font-size:5vw;
	margin-bottom:15px;
}
#company .company_information li {
	width: 90%;
	margin: 0 auto;
}
#company .company_information li .company_information_info {
	margin-top: 37px;
	font-size:4vw;
}
#company .company_information li .company_information_info_item {
	font-size:3.5vw;
	margin-bottom:40px;
	color:#fff;
}
#company:not(.Business_content_txt) {
	font-weight: bold;
}
.rec_btn a {
	width: 100%;
	height: 50px;
	background: #fff;
	color: #0c3c60;
	display: block;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
}
.company_information_info_item span {
	color:#fff;
	pointer-events: none;
}
#company .company_map {
	position: relative;
	padding-bottom: 66.25%;
	height: 0;
	overflow: hidden;
}
#company .company_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fixedBtn h2 {
	display:none;
}
.fixedBtn {
	padding: 40px 0 70px;
}
.Business_content_txt {
	font-weight: normal;
}
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
/*********************************会社概要**************************************/

#about div.inner img {
	margin: 20px 0;
}
.ricoh-theta-spherical-image {
	width: 100% !important;
	height: auto !important;
}
.ricoh-theta-spherical-image.ricoh01 iframe {
	width: 100% !important;

}
.ricoh-theta-spherical-image img {
	height: auto !important;
	width: 100% !important;
}
.video1 {
	margin-bottom: 20px;
}
.video_inner .v_flex video {
	margin-top: 0;
	margin-bottom: 10px;
}
.video_content li:first-child video {
	margin-top: 0 !important;
}
.ricoh-theta-spherical-image:nth-child(1) {
	margin-bottom: 20px;
}
.v_flex:nth-child(5) {
	margin-bottom: 15px;
}
.form__btn {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
	border: 0;
	border-bottom: 3px solid #106260;
	box-shadow: 0 0 0 3px #079e99 inset;
	background: #eee;
	color: #059e99;
	font-weight: bold;
	text-align: center;
}
.form__btn img {
	width: 8%;
}
.js-thanks {
	z-index: 30;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	color: rgb(255, 255, 255);
}
.thanks__inner {
	margin: 3% auto;
	padding: 3%;
	width: 95%;
}
.thanks__ttl {
	font-size: 18px;
	margin-bottom: 15px;
}
.thanks__btn-close {
	width: 50%;
	text-align: center;
	border: 2px solid #FFF;
	border-radius: 5px;
	padding: 10px 0;
	margin: 50px auto 0 auto;
	cursor: pointer;
}
.d_none {
	display: none !important;
}

/*************************認証***************************/
#index, #index article {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding-bottom:0;
}
#indexlogo {
	max-width: 80%;
	margin: 50px auto;
	text-align: center;
	display: block;
}
.entrance_btn .LP_detail {
	background: #6fc6e3;
}
.entrance_btn ul li {
	text-align: center;
	width: 80%;
	margin: 15px auto;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #333;
}
.entrance_btn .LP_detail a {
	color: #fff;
}
.entrance_btn .linebtn {
	background: #02b301;
}
.entrance_btn .linebtn a {
	color: #fff;
	vertical-align: middle;
}
.entrance_btn .LP_detail i, .entrance_btn .linebtn i {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 20px;
}
.entrance_btn ul li a {
	padding: 15px 0;
	display: block;
}
#outbox {
	margin: 10px 0 50px;
	text-align: center;
	font-size: 14px;
}
#outbox a {
	color: #ff2466;
	text-decoration: underline;
}
#index footer img {
	display: none;
}
#index footer {
	margin-top: auto;
}
#door {
	padding: 0 10px;
	text-align: center;
}
.space img {
	width: 100%;
}
.new_fooer {
	padding: 60px 0;
}
#top h1 {
	padding-bottom: 40px;
}