@charset "UTF-8";
/*   
Version:shuujin_works
Theme Name:shuujin_works
Author:shuujin_works
Description:shuujin_works
Version:1.0
*/
/* all display
----------------------------------------------------*/
/*--------------------basic-------------------------*/
a{text-decoration: none;}
a:hover{text-decoration:none;}
p{  display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
body{
	background: #e70009;
}
section{
	width: 100%;
	margin:0 auto;
}
h2 {
    display: block;
    font-size: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*--------------------head--------------------------*/
/*--header_line--*/
.header_line{
	background-color: #0090d6;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.header_line_inner{width:1100px;margin: 0px auto;display: flex;justify-content: space-between;padding-top: 5px;}
.header_line_box a{
  color: #ffffff;
  border-left:1px solid;
  font-size:12px;
  padding:0 8px;
}
.header_line_box a:hover{text-decoration:underline;}
.header_line_box:nth-of-type(1){border-right:1px solid;}
/*--st-menubox--*/
#st-menubox{
	padding: 0px 0 0;
	box-shadow: 0px 1px 20px 0px #c5c5c563;
	background: #e70012;
}
#st-menuwide{
	width: 1100px;
	height: 75px;
	display: flex;
	flex-flow:row;
	margin: 0 auto;
	padding-bottom: 0px;
}
.smanone{
	height: 75px;
	display: flex;
	width: 822px;
	flex-wrap: wrap;
}
.smanone ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.smanone li {
    position: relative;
    width: 140px;
    margin: 0 20px;
    text-align: center;
    transform: translate( 0px, 27px);
}
.smanone ul:before{
	content:"";
	width: 152px;
	height: 70px;
	background-image: url(./images/logo.png);
	background-size: cover;
}
.smanone li:after{
	content: "";
	position: absolute;
	bottom: 35px;
	left: 15px;
	width: calc( 0% - 30px);
	border-bottom: 2px solid transparent;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.smanone li a:hover{
  text-decoration:none;
}
.smanone li a{
  display:block;
  font-weight: 600;
  color: #0591d6;
}
.smanone li:hover:after {
	content: "";
	position: absolute;
	bottom: 35px;
	left: 15px;
	width: calc( 100% - 30px);
	border-bottom: 2px solid #0f94d5 !important;
}
/*--scroll-header--*/
.scroll-header-a #st-menubox{
	padding: 0;
	box-shadow: 0px 1px 20px 0px #ffffff63;
	background: #fffffff7;
	margin: 0 auto;
}
.scroll-header-a  #st-menuwide,.scroll-header-a .smanone {
    height: 69px;
}
.scroll-header-a .smanone ul:before{
	content:"";
	width: 151px;
	height: 71px;
	background-image: url(./images/logo.png);
	background-size: cover;
}

.scroll-header-a .smanone li {
    width: 100px;
    margin: 0px 14px;
    text-align: center;
    transform: translate(0px, 18px);
}
.scroll-header-a .smanone li:hover:after {
	border-bottom: 0px solid #ffffff00 !important;
}
.scroll-header-a {
    display: block !important;
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;
    background-color: #e7010a;
    z-index: 10000000;
    height: 120px;
    box-shadow: 0px 0px 10px #ddd0;
}
.scroll-header-a img{
   width:120px;
   transform: translate(0px, 24px);
}

.scroll-header-a li a:hover {
  color: #f20044;
  text-decoration:none;
  font-weight:bold;
}
.hover15 {
	position: absolute;
	display: block;
	padding: 0px 15px;
	height: 43px;
	border-radius: 4px;
	background-color: #f20044;
	color: #fff;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	top: 20px;
	left: 50%;
	transform: translate(320px, -13px);
}
.hover15 p{
	min-width: 150px;
	display: block;
	transform: translate(0px, 10px);
}

#point00{transform: translate(0px, -150px);}
#point01,#point02,#point03,#point04{transform: translate(0px, -50px);}
/*--------------------------------------------------*/
/*--------------------body--------------------------*/
#all-wrap{
	overflow:hidden;
}
#all-wrap img{
	display:block;
	margin:0 auto;
}
/*--top_screen--*/
.top_screen{
	width:100%;
	background: #e70009;
	margin-top: 66px;
}
.top_screen_inner{
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.top_screen img{
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%,0%);
  max-width: 1100px;
  width: 90%;
}
.pointbase img{max-width: 2000px;}

/*--hidden_box--*/
.hidden_box {margin: 0; padding: 0;}
.hidden_box label {
   font-weight: bold;
   font-size: 14px;
   text-align: left;
   color: #ffffff !important;
   border-top: #ffffff dotted 1px;
   display: block;
   cursor :pointer;
   position: relative;
   z-index: 1;
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   padding: 14px 14px;
   background: #fff0 !important;
   line-height: 1.5;
}
.hidden_box label span{
    font-size: 1.2em;
    padding-left: 15px;
    color: #fff;
}
.hidden_box p{
   color: #ffffff;
   line-height:1.6;
   font-size:14px !important;
   margin:0 0 26px;
   padding-left:45px;
}
.hidden_box label:before {
    display: inline-block;
    content: '+';
    font-family: 'FontAwesome';
    padding-right: 15px;
    transition: 1s;
    color: #f0f0f1;
    font-weight:bold;
    font-size:15px;
    left: 0;
    top: 15px;
}
.hidden_box input:checked ~ label{
	color: #ffffff !important;
}
.hidden_box input:checked ~ label:before {
     content: '×';/*別のアイコンに*/
     -webkit-transform: rotatey(360deg);
     transform:rotatey(360deg);/*1回転*/
     transform-origin: -10% -10%;
     -webkit-transform-origin: -10% -10%;
     color: #fdda00;
     font-weight:bold;
     font-size:15px;
}
.hidden_box a:hover,.hidden_box span:hover{color:#fdda00;}
.hidden_box label:hover {
    background: #def7ffc4;
    color: #fdda00 !important;
}
.hidden_box input {display: none;}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    display: flex;
}
.hidden_box .hidden_show img{
	margin: 0 !important;
	width: 200px;
}
.hidden_box .hidden_show a{
    color:#fff;
    text-decoration:underline;
}
.hidden_box input:checked ~ label ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*--------------------footer------------------------*/
.footer_area{
	display: flex;
	justify-content: center;
	padding: 25px 0 31px;
	background-color: #c5000f;
	color: #fff;
}
.footer_area a:hover{text-decoration:none;}
.footer_container{width: 1125px;display: flex;flex-direction: row;justify-content: center;}
.footer_container_txt{
	font-size: 15px;
	text-align:center;
	font-weight: 100;
}
.footer_container_btn {
	display: flex;
	margin-top: 12px;
}
.footer_container_btn_color:first-of-type {
	margin: 10px 10px 10px 0;
	width: 450px;
	height:100px;
	background-color: #f20044;
}
.footer_container_btn_color{
	font-size:28px;
	font-weight:bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 6px;
	color:#fff;
}
.footer_container_btn_color:hover{
	color:#fff !important;
}
.footer_container_btn_color:nth-of-type(2) {
	flex-direction: column;
	width: 300px;
	height:100px;
	margin: 10px 10px 10px 0;
	background-color: #18a800;
	line-height: 2.0rem;
}
.footer_container_btn_color::after {
	position: absolute;
	top: calc( 50% - 18px);
	right: 10px;
	width: 7px;
	height: 7px;
	content: "▲";
	transform: rotate(90deg);
}
.hover01 {
	overflow: hidden;
	position: relative;
	z-index: 1
}
.hover01 p:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.hover01 p:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s
}
@-webkit-keyframes circle {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}
@keyframes circle {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}
.hover15 a {
	position: relative
}
.hover15 p:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.hover15 p:hover::before{
	-webkit-animation: circle .75s;
	animation: circle .75s
	text-align:none;
}
.footer_container_btn_sub{
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
}
.footer_container_btn_sub a{
    margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 228px;
	height: 46px;
	border: 2px solid #fff;
	border-radius: 3px;
	font-size:18px;
	font-weight: 600;
	transition: all .2s;
	color:#fff;
}
.footer_container_btn_sub a:hover {
	color: #0090d6 !important;
	background-color: #fff;
}
.mainelse .footer_container_btn_sub{
    width: 800px;
    margin: 0px auto;
    display:flex;
    flex-direction: row;
}
.mainelse .footer_container_btn_sub a {
	width: 250px;
}
.pagetop{
	display:none;
    height: 82px;
    width: 100px;
    background: url(./images/admin/pagetop.png) top right / 100px 82px repeat-x #00B8EB;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 16px;
    z-index: 50;
    opacity:0.6;
}
.pagetop:hover{opacity:1;}
/* -----------------------------------------------------

申し込みフォーム

------------------------------------------------------- */
.application_contactform{font-size:14px;}
.application_contactform .post-title {display:none;}
.application_contactform7 {text-align:center;margin-bottom:14px;}
.application_contactform7 p{margin:0;}
.application_contactform7_btn{margin: 0 auto;display: block;width: 200px;}
.application_contactform7_btn #important_button{
  background: #f20044 !important;
  color: #fff;
  min-width: 200px !important;
}
.inquiry_form {
  max-width: 950px !important;
  width:80%;
  margin:0 auto 24px !important;
  font-size: 14px !important;
  color: #383838;
  border: 1px solid #feda00;
  background:#fff;
}
.inquiry_form th {
    padding: 10px 8px !important;
    /* min-width: 162px; */
    /* max-width: 191px; */
	font-size: 16px;
    border: 0px solid #777 !important;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
    color: #383838 !important;
    background: #efefef !important;
}

.inquiry_form td {
	position:relative;
	/* border:1px solid #777; */
	padding:18px 0 18px 16px;
}
.inquiry_form select {min-width:500px;height:35px;}
.inquiry_form td:hover{
	background-color:#FFEEEE;
}

.inquiry_form .m-alert{
	position:absolute;
	right:4px;
	top:6px;
	padding:5px;
	background:#ff8080;
	color:#fff;
	margin:5px;
	font-weight:normal;
}

.inquiry_form .topcell {
    background-image: none;
    background-color: #feda00 !important;
    color: #fff !important;
    font-weight: 700;
    font-size:20px;
    padding: 12px 0 !important;
    margin:0;
    text-align:center;
}

.inquiry_form_careerchoice .wpcf7-list-item {
	display:inline-block;
	width:44%;
	line-height:26px;
}
.inquiry_form_careerchoice2 .wpcf7-list-item {
	display: block;
	line-height:26px;
}

.inquiry_form input[type=text], .inquiry_form input[type=tel], .inquiry_form input[type=email] {
	padding: 1px 2px 0px 15px;
	height:40px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width: 90%;
	border: 0.1px solid #5e6265;
}
#important_button{}
.wpcf7c-elm-step1 p {
	line-height:160%;
	margin:0 0 6px;
	font-size:90%;
}
.inquiry_form form input[type="submit"], form button {
    background: #2581c4;
    color: #fff;
    margin:0 auto;
    display:block;
}
.application-thanks{width:800px;margin: 0 auto -100px;padding: 131px 0;}
.application-thanks p{
  padding:0 10px;
  line-height:1.5;
  margin-bottom:10px;
  font-size:18px;
}
.application-thanks .application-send {
    width: 100%;
    background: #0090d6;
    padding: 8px 14px;
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #fff;
}
.application-company{text-align:right;margin-top:130px;}
.application-thanks_page .post-title {display:none;}
.cbox_hidden {
    text-align: center;
    text-decoration:underline;
    width: 100%;
    font-size: 18px;
    color: #333333 !important;
    display: block;
	padding: 0px 50px 10px 30px;
    cursor :pointer;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    margin: 0px auto 20px;
    max-width: 800px;
    background: #ffffff;
    border-radius:12px;
}
.cbox_hidden input{display:none;}
.cbox_hidden:before {
	content:'▶';
	margin-right: 5px;
	font-size: 14px;
	text-decoration: underline #fff;
	}

.carea{margin:50px auto;max-width: 950px;}
.cbox{
	display:block;
	text-align:center;
	margin:0 auto;
	font-size:23px;
}
.cbox input{
	width:28px;
	height:16px;
    font-size:180px;	
}
#checkBox{
	width:50%;
	margin:20px 25%;
}
#important_button,#checkBox input{
	box-sizing: border-box;
	padding: 15px;
	border-style: none;
	text-align: center;
	width: 100%;
	background:#275c7d;
	color:#fff;
	font-size:22px;
	border-radius:12px;
	box-shadow: 5px 5px 0 #9e9e9e;
	transition:0.5s;
}
#checkBox input{background: #feda00 !important;color: white;}
#important_button:hover,#checkBox input:hover{
    transform:translate(6px,6px);
    box-shadow: 0 0px 0 #9e9e9e;
    transition:0.5s;
}
.chui p{
    margin: 0 0 8px;
    line-height: 1.2;
}
.pop_up{
	max-width: 53%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0.9;
	z-index: 50000;
	position: fixed;
}
/*-----------thanspage css-----------------*/
.imgnone{display:none;}

.page_thanks p{
	margin:20px auto 0;
	font-size:18px;	
	line-height:1.5;
	text-align:center;
}
.page_thanks .hover20{
	overflow: hidden;
	position: relative;
	z-index: 1;
    padding:5px 0;
    margin: 10px auto;
    width:300px;
    height: 80px;
    background-color: #f20044;
    display:block;
    vertical-align:middle;
    font-size:20px;
    color:#fff;
    border-radius:12px;
}
.page_thanks .hover20 p:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.page_thanks .hover20 p:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s
}
.page_thanks a:hover{text-decoration:none;}
.spbr{display:none;}
.hshow{display:block !important;}
#st-ami{position:relative;}
.wpcf7-textarea {    width: 98%;}
.pointbase {background-repeat: no-repeat!important;position: relative;width: 96%;}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-of-type(1) a {background: url("./images/slider01.png") }

.pointbase:nth-of-type(1){
    background: url("./images/haikei1.png");
    padding: 0;
}
.pointbase:nth-of-type(1), img,pointbase:nth-of-type(3) img{margin-top: -24px !important;}
.pointbase:nth-of-type(2){
	background: url("./images/haikei01.png");
	background-position: 0px 34px;
	padding: 0px;
}
.pointbase:nth-of-type(3){
	
    padding: 0;
}
.pointbase:nth-of-type(4){
	
    padding: 0;
}
.pointbase:nth-of-type(5){
	background: url("./images/haikei02.png");
}
.pointbase:nth-of-type(5) .inner{
	width:830px;
	margin: 0 auto;
}
.pointbase:nth-of-type(5) h3{
	margin: 24px auto 14px;
    background: #0090d6;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-weight: bold;
    display: block;
    padding: 16px 33px 16px;
    text-align: center;
    font-size: 20px;
}
.pointbase .inner{width: 2000px;margin:0 auto;}
/*-----------unique-----------------*/

.pointbase .inner{position: relative;width:100%;overflow: hidden;}
.point-container h2{
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	margin: 50px 0;
}
.pointbase:nth-of-type(4){max-width:820px;}
.top_screen_inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 99%;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#000000 30%, transparent 31%), radial-gradient(#383838 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.point-container{
	max-width:1100px;
	margin:0 auto;
}
.point-container h1{
	font-size: 24px;
	color: #e70009;
	text-align: center;
	margin: 50px auto;
	background: #fdda00;
	width: 90%;
}
.video-deta,.top_screen_inner:after{
    opacity:0;
    animation-name: video;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: 5;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
 }

@keyframes video {
  0% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
 100% {
    opacity:1;
  }
}
.profile-text{
	width: 90%;
	margin: 0 5%;
	padding-left: 14px;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.profile-img{
	width:80%;
}
.profile-link {
	margin-top:20px;
    font-weight:bold;
}
.profile-link a{
    color: #fff;
    text-decoration: underline;
}
.formbox{
	width: 300px;
	height: 50px;
	margin: 20px auto;
	overflow: hidden;
}
.formbox a{
    color: #e70009 !important;
    padding: 12px 50px;
    background: #ffffff;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    transition:0.8s;
}
.formbox a:hover{
    background: #fdda00;
	font-weight:bold;
	border-radius:0px;
}
.formbox a:before{
	display:block;
	content:"✉";
	animation-name: screen1;
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes screen1 {
  0% {
  	transform: translate(0px, 0px);
  }
  30% {
    transform: translate(-80px, 0px)rotate(2turn);
  }
 80% {
    transform: translate(0px, 0px);
  }
 100% {
    transform: translate(0px, 0px);
  }
}
.formbox span{transform: translate(0px, 0px);}
.transname{
	width: 800px;
	height: 116px;
	background-image: url(./images/884qaq.png);
	background-size: cover;
	margin: 120px auto 50px;
}
.transname:hover{
	background-image: url(./images/884qaa.png);
	width: 800px;
	height: 118px;
}
.newsbox{
    display: flex;
    margin: 0 auto 30px;
    justify-content: space-evenly;
    background: #00000059;
    padding: 10px 0;
}
.newsbox h2{
    display: block;
    margin: 10px 0;
    color: #fdda00;
    font-size: 18px;
}
.news-img{
	width: 250px;
	margin: 0 !important;
	height: 250px;
	}
.news-text {
    color: rgb(255, 255, 255);
    min-width: 50%;
}
.news-day{font-size: 12px;}
.news-day:before{content:"🕑";}
.news-link{
    background: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
    color: #e70009;
    margin: 14px 0 0;
}
.news-link:hover{
    background:#fdda00;
    font-weight:bold;
}
.footer_icon {
	margin-left:20px;
}
.footer_icon img{
	width: 20px !important;
	transition:1s;
	height: auto;
}
.footer_icon img:hover{
	width:30px !important;
    transform: translate(0px, 0px)rotate(2turn);
}