@charset "utf-8";

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

　   COMMON

--------------------------------------------------------------------------------------------- */
body {
  background: #000;
}
h2 {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  h2 {
    margin-bottom: 40px;
  }
  h2 img {
    max-width: 200px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  section {
    margin-bottom: 100px;
  }
  .section {
    padding: 100px 0;
    margin-bottom: 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .is-animation .h_logo {
    width: 140px;
  }
  .h_logo {
    left: 0;
    top: -15px;
    width: 246px;
    width: 140px;
  }
  #h_nav li {
    margin-right: 60px;
  }
  #h_nav li a {
    display: block;
    position: relative;
    padding-top: 24px;
  }
  #h_nav li a:before {
    content: "";
    background: url(../img/h_icon.png) no-repeat center / 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7.5px;
  }
  #h_nav li a:hover {
    color: #008042;
  }
  #h_nav li span {
    display: block;
    text-align: center;
  }
  #h_entry a {
    border: 1px solid #333;
    display: block;
    text-align: center;
    padding: 20px 60px;
    position: relative;
    overflow: hidden;
  }
  #h_entry a:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 22px;
    background : #333;
    right: -50px;
    top: -50px;
    transform: rotate(40deg);
    transition: all .3s;
  }
  #h_entry a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
  #h_entry a:hover:before {
    right: 105%;
  }
  h2 {
    margin-bottom: 80px;
  }
}

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

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  background: #000;
  position: relative;
  z-index: -2;
  height: 100vh;
  margin: 0 auto;
}
#loader {
    background:#000 url('https://jsrun.it/assets/K/1/9/U/K19UZ.gif') no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


#video-background,
#video-overlay {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
#video-background {
z-index: -2;
}
#video-overlay {
z-index: -1;
}

@media only screen and ( max-width : 768px ) {
  #mv {
    margin-top: 80px;
    background: #000;
    height: calc(100vh - 80px);
  }
}

@media only screen and ( max-width : 480px ) {
  #video-background,
  #video-overlay {
    display: none;}
  #mv {
    margin-top: 80px;
    background: url(../img/top-image_SP.png) no-repeat center / 100%;
    height: calc(100vh - 80px);
  }
}

@media print, screen and ( min-width : 769px ) {
  #mv {
    margin-top: 97px;
    background: #000;
    height: calc(100vh - 97px);
  }

}

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

　   MESSAGE

--------------------------------------------------------------------------------------------- */
#message {
  background: url(../img/bg.jpg) repeat-x left top #fff;
}
@media only screen and ( max-width : 768px ) {
}

@media only screen and ( max-width : 480px ) {
}

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

}

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

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about {
  background: url(../img/about_bg.jpg) no-repeat top center / 100% #fff;
}
.about_box {
  background: url(../img/about_line-bottom.png) repeat-x left bottom,url(../img/about_line-top.png) repeat-x left top,url(../img/about_bg02.jpg) repeat;
}
@media only screen and ( max-width : 768px ) {
  .about_box {
    padding: 50px 15px;
    position: relative;
  }
  .about_box .img {
    max-width: 44%;
  }
  .about_box h3,.about_box .lead {
    position: absolute;
  }
  .about_box h3 {
    width: 16%;
    right: 15px;
    top: -20px;
  }
  .about_box .lead {
    width: 24%;
    right: 26%;
    top: 45px;
  }
  .about_txt {
    width: 100%;
    margin-top: 30px;
  }
  .about_txt strong {
    display: inline-block;
    border-left: 2px solid #000;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #about .txt {
    width: 76%;
  }
  #about .img {
    width: 20%;
  }
  .about_box {
    padding: 60px 40px;
  }
  .about_box .about_txt {
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    padding-top: 20px;
    letter-spacing: 0.1em;
	  width: 300px;
	  height: 500px;
  }
  .about_box h3,.about_box p {
    float: right;
    max-height: 600px;
  }
  .about_box h3,.about_box .lead {
    margin-left: 30px;
  }
  .about_box h3 {
    margin-top: -85px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #about .txt {
    width: 750px;
  }
  #about .img {
    width: 250px;
  }
  .about_box h3,.about_box .lead {
    margin-left: 50px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   WORK

--------------------------------------------------------------------------------------------- */
#work {
  background: url(../img/work_bg.jpg) no-repeat left top / 100% #fff;
}
#work article {
  position: relative;
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
#work article .txt {
  background: url(../img/work_article_bg.jpg);
}
#work article .txt .lead {
  font-weight: bold;
}
@media only screen and ( max-width : 768px ) {
  #work article .txt {
    padding: 20px;
  }
  #work article .txt .lead {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #work article h3 {
    margin-top: -70px;
    margin-bottom: 16px;
  }
  #work article h3 img {
    max-width: 320px;
  }
  #work article:nth-child(even) h3 {
    margin-left: -3%;
  }
  #work article:nth-child(odd) h3 {
    text-align: right;
    margin-right: -3%;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #work article h3 {
    position: absolute;
    top: -30px;
    z-index: 10;
  }
  #work article:nth-child(even) h3 {
    left: 20px;
  }
  #work article:nth-child(odd) h3 {
    right: 20px;
  }
  #work article:nth-child(even) .txt {
    padding: 50px 40px 50px 210px;
  }
  #work article:nth-child(odd) .txt {
    padding: 50px 210px 50px 40px;
  }
  #work article .txt .lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #work article .txt p {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2em;
  }
}

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

　   INT

--------------------------------------------------------------------------------------------- */
#int {
  background: url(../img/int_bg.jpg) no-repeat left top / 100% #fff;
}
.member_panel li a {
  display: block;
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
	.member_panel1,
	.member_panel2,
	.member_panel3 {
		display: none;
	}
	.member_panel_sp li{
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
		padding: 0 5px;
		text-align: center;
	}
	.member_panel_sp li:nth-child(2n) {
		margin-right: 0;
	}
	.member_panel_sp li.img_c {
		width: 48%;
		margin: 30px auto 0 auto;
		padding: 0 5px;
		text-align: center;
	}
}
@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
	.member_panel1,.member_panel2 {
		width: 80%;
		margin: 0 auto;
	}
	.member_panel1 li,.member_panel2 li {
		width: 40%;
		margin: 0 auto 50px;
		text-align: center;
	}

	.member_panel3 {
		width: 80%;
		margin: 0 auto;
	}
	.member_panel3 li {
		width: 40%;
		margin: 60px auto 0 auto;
		text-align: center;
	}
	.member_panel li:nth-child(3n) {
		margin-right: 0;
	}
	.member_panel_sp {
		display: none;
	}
}

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

　   JOB INFO

--------------------------------------------------------------------------------------------- */
#job_info {
  background: url(../img/job_info_bg.jpg) no-repeat top left / 100% #fff;
}
.ChangeElem_Panel{
  display: none;
}
.ChangeElem_Btn_Content {
  border-bottom: 1px solid #999;
}
.ChangeElem_Btn {
  border:none;
  font-size: inherit;
  font-family: inherit;
  background: none;
  width: 33%;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.ChangeElem_Btn::-moz-focus-inner {
  border: 0;
}
.ChangeElem_Btn i {
  margin-left: 1em;
}
.ChangeElem_Btn.is-active {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  position: relative;
}
.ChangeElem_Btn.is-active:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
}
.job_box {
  background: url(../img/job_info_bg02.jpg);
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
	overflow: hidden;
}
.job_box .ttl {
  border: 1px solid #999;
  letter-spacing: 0.15em;
}
.job_box .txt h4 span {
  display: inline-block;
  border: 1px solid #999;
  letter-spacing: 0.15em;
}
.job_box .txt li,#area_modal li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
}
.job_box .txt li:before,#area_modal li:before {
  content: "";
  height: 0.6em;
  width: 0.6em;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.txt_link,
.map {
  color: #007f41;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  background: url(../img/txt_link_line.png) no-repeat right bottom;
  border: none;
  padding-bottom: 0.4em;
  padding-right: 1.4em;
  cursor: pointer;
}
.map {
	float: right;
}
#area_modal .modal_content {
  background: url(../img/job_info_bg02.jpg);
}
#area_modal .modal_content ul {
  margin-bottom: 20px;
}
#area_modal .modal_content ul:last-child {
  margin-bottom: 0;
}
#area_modal li {
  padding-right: 80px;
}
.map_btn {
  border: 1px solid #000;
  display: block;
  position: absolute;
  width: 60px;
  padding: 5px;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
.map_btn:hover {
  background: #000;
  color: #fff;
}
.area_modal_ttl {
  border: 1px solid #999;
  letter-spacing: 0.15em;
}
@media only screen and ( max-width : 768px ) {
  .ChangeElem_Btn {
    padding: 10px;
  }
  .tab_content {
    padding: 30px 0 0 0;
  }
  .job_box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .job_box:last-child {
    margin-bottom: 0;
  }
  .job_box .ttl {
    margin-bottom: 20px;
  }
  .job_box .ttl p {
    padding: 15px;
    text-align: center;
  }
  .job_box .txt h4 {
    margin-bottom: 10px;
  }
  .job_box .txt h4 span {
    padding: 7px 10px;
    font-size: 13px;
  }
  .job_box .txt p,.job_box .txt li {
    font-size: 12px;
  }
  .area_modal_ttl {
    margin-bottom: 30px;
  }
  .area_modal_ttl p {
    text-align: center;
    padding: 15px;
  }
  .area_content {
    padding-bottom: 70px;
  }
	.map {
		font-size: 13px;
	    padding-bottom: 2px;
    	padding-right: 1.4em;
	}
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  .ChangeElem_Btn {
    padding: 30px;
    letter-spacing: 0.5em;
  }
  .tab_content {
    padding: 60px 0 0 0;
  }
  .job_box {
    padding: 40px;
    margin-bottom: 25px;
  }
  .job_box:last-child {
    margin-bottom: 0;
  }
  .job_box .ttl {
    width: 300px;
    margin-right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .job_box .txt {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .job_box .txt h4 {
    margin-bottom: 15px;
  }
  .job_box .txt h4 span {
    padding: 10px 20px;
    text-align: center;
  }
  .job_box .txt p {
  }
  .job_box .txt_inner {
    width: 100%;
  }
  .area_modal_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin-right: 60px;
    padding: 30px;
  }
  .area_content {
    flex: 1;
    padding-right: 100px;
  }
  .job_box .txt li:last-child,#area_modal li:last-child {
    margin-bottom: 0;
  }
}

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

　   ENTRY

--------------------------------------------------------------------------------------------- */
#entry {
  background: url(../img/entry_bg.jpg) no-repeat top left / 100% #fff;
}
#entry table {
  width: 100%;
	font-size: 15px;
}
#entry th span {
  background: #4d4d4d;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.submit_btn {
  border: 1px solid #000;
  text-align: center;
  display: block;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  background: none;
  letter-spacing: 0.3em;
  cursor: pointer;
}
.submit_btn:hover {
  background: #000;
  color: #fff;
}
#entry .privacy_box {
	padding: 250px 30px;
	color: #fff;
}
#entry input[type="name"] {
	width: 100%;
	padding: 20px 40px;
	border: none;
	font-family: inherit;
}
@media only screen and ( max-width : 768px ) {
  #entry th,#entry td {
    display: block;
    width: 100%;
  }
  #entry th {
    padding: 15px 0;
  }
  #entry th span {
    padding: 15px;
  }
  #entry td {
    border: 1px solid #ccc;
    padding: 15px 10px;
  }
  .submit_btn {
    padding: 20px;
  }
	#entry .privacy_box {
		padding: 15px;
		color: #fff;
	}
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #entry th span {
    padding: 30px;
  }
  #entry th,#entry td {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
  }
	#entry .check {
		padding: 0 40px;
	}
  table th {
    padding: 20px 0;
    width: 340px;
  }
  .submit_btn {
    padding: 40px;
  }
  #entry .textarea_box th span {
    padding: 100px 30px;
  }
  #entry .textarea_box td {
    padding-top: 20px;
    padding-bottom: 20px; 
  }
}
/* ---------------------------------------------------------------------------------------------

　   privacy

--------------------------------------------------------------------------------------------- */
#entry .border {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#entry .listNum > li {
	list-style-type: decimal;
	margin: 8px 0 8px 25px;
}
#entry ol li {
	list-style-type: decimal;
	line-height: 2;
	margin-left: 45px;
}
#entry .boxcolor {
	color: #848484;
	background-color: #f5f5f5;
}
#entry .repletion_box {
	line-height: 1.8;
	margin: 0 auto;
	padding: 20px 40px;
	font-size: 14px;
}
#entry .plivacy_box {
	overflow: auto;
	height: 300px;
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 30px;
	margin: 0 40px 30px 40px;
}
#entry .plivacy_ttl {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin: 30px 0;
}
#entry .plivacy_ttl:first-child {
	margin-top: 0;
}
#entry .plivacy_txt {
	margin-bottom: 30px;
	margin: 0 0 30px 25px;
	line-height: 2;
	font-size: 14px;
}
#entry .plivacy_txt_r {
	text-align: right !important;
}
#entry .cbox_input {
  display: none;
}
#entry .cbox_span {
  padding-left: 50px;
  position:relative;
	font-size: 16px;
	margin-left: 40px;
}
#entry .cbox_span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
#entry .cbox_span:checked + .cbox_span {
  color: #009a9a;
}
#entry .cbox_input:checked + .cbox_span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}
@media only screen and ( max-width : 768px ) {
	#entry .plivacy_ttl {
		font-size: 15px;
	}
	#entry .plivacy_txt {
		margin: 0 0 30px 0;
		line-height: 1.8;
		font-size: 13px;
	}
	#entry .plivacy_txt_r {
		font-size: 13px;
	}
	#entry .cbox_span {
		padding-left: 50px;
		position:relative;
		font-size: 14px;
	}
	#entry .repletion_box {
		padding: 20px;
	}
	#entry .plivacy_box {
		margin: 0 20px 30px 20px;
	}
	#entry .cbox_span {
		margin-left: 20px;
	}
}

@media only screen and ( max-width : 480px ) {
}

#entry_no {
  background: url(../img/entry_bg.jpg) no-repeat top left / 100% #fff;
}
/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */
@media only screen and ( max-width : 768px ) {
}

@media only screen and ( max-width : 480px ) {
}

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

}